recipes: tde/tqt3: preparing addition of TDE
[dragora.git] / recipes / xfce / xfconf / recipe
blob9777d6f2aa79c5519eb7f761c04b31c0d0cfe2ab
1 # Build recipe for xfconf.
3 # Copyright (C) 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=xfconf
19 version=4.14.1
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/xfconf/${version%.*}/$tarname"
30 description="
31 A configuration utility.
33 A daemon and query system for managing the storage and
34 retrieval of settings for the Xfce Desktop Environment.
37 homepage=http://xfce.org
38 license=GPLv2+
40 # Source documentation
41 docs="AUTHORS COPYING NEWS README TODO"
42 docsdir="${docdir}/${program}-${version}"
44 build()
46     set -e
48     unpack "${tardir}/$tarname"
50     cd "$srcdir"
52     # Set sane permissions
53     chmod -R u+w,go-w,a+rX-s .
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     --build="$(cc -dumpmachine)"
63     make -j${jobs} V=1
64     make -j${jobs} DESTDIR="$destdir" install-strip
66     # Copy documentation
67     mkdir -p "${destdir}${docsdir}"
68     cp -p $docs "${destdir}${docsdir}"/