recipes: tde/tqt3: preparing addition of TDE
[dragora.git] / recipes / xfce / garcon / recipe
blobecd975a162e58022e9d51306d06beb48a9412e2f
1 # Build recipe for garcon.
3 # Copyright (C) 2017-2018, MMPG <mmpg@vp.pl>
4 # Copyright (C) 2018-2019 Matias Fonzo, <selk@dragora.org>.
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
10 #    http://www.apache.org/licenses/LICENSE-2.0
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
18 program=garcon
19 version=0.6.4
20 release=1
22 # Set 'outdir' for a nice and well-organized output directory
23 outdir="${outdir}/${arch}/xfce"
25 tarname=${program}-${version}.tar.bz2
27 # Remote source(s)
28 fetch="http://archive.xfce.org/src/xfce/garcon/${version%.*}/$tarname"
30 description="
31 A freedesktop.org compliant menu implementation based on GLib and GIO.
33 It was started as a rewrite of the former Xfce menu library called
34 libxfce4menu.
37 homepage=http://xfce.org
38 license=LGPLv2+
40 # Source documentation
41 docs="AUTHORS COPYING HACKING NEWS README STATUS THANKS TODO"
42 docsdir="${docdir}/${program}-${version}"
44 build()
46     set -e
48     unpack "${tardir}/$tarname"
49     
50     cd "$srcdir"
52     # Set sane permissions
53     chmod -R u+w,go-w,a+rX-s .
54     
55     ./configure CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS" \
56      $configure_args \
57      --libdir=/usr/lib${libSuffix} \
58      --enable-static=no \
59      --enable-shared=yes \
60      --enable-debug=no \
61      --enable-libxfce4ui \
62      --build="$(cc -dumpmachine)"
63     
64     make -j${jobs} V=1
65     make -j${jobs} DESTDIR="$destdir" install-strip
66     
67     # Copy documentation
68     mkdir -p "${destdir}${docsdir}"
69     cp -p $docs "${destdir}${docsdir}"/