recipes: devel/{tk,valgrind}: match x32 target
[dragora.git] / recipes / xfce / gtk-xfce-engine / recipe
blobb1305a52d337782c18597798d99865b2f7ea26b4
1 # Build recipe gtk-xfce-engine.
3 # Copyright (C) 2017-2018, MMPG <mmpg@vp.pl>
4 # Copyright (C) 2018 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=gtk-xfce-engine
19 version=3.2.0
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/gtk-xfce-engine/3.2/$tarname
30 description="
31 The engine of Xfce.
33 The gtk-xfce-engine package contains several GTK+ themes and the
34 applications, libraries needed to display them.  This is useful for
35 customizing the appearance of your Xfce desktop.
38 homepage=http://xfce.org
39 license=GPLv2+
41 # Source documentation
42 docs="AUTHORS COPYING ChangeLog NEWS README"
43 docsdir="${docdir}/${program}-${version}"
45 build()
47     set -e
49     unpack "${tardir}/$tarname"
51     cd "$srcdir"
53     # Set sane permissions
54     chmod -R u+w,go-w,a+rX-s .
56     # The script glib-mkenums has now been rewritten from Perl to
57     # Python and will crash when it encounters an ISO-8859-1
58     # character in a comment. This sed converts that character to
59     # UTF-8 (Thanks to "Beyond Linux From Scratch")
60     sed -i 's/\xd6/\xc3\x96/' gtk-3.0/xfce_style_types.h
62     ./configure CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS" \
63     $configure_args \
64     --libdir=/usr/lib${libSuffix} \
65     --mandir=$mandir \
66     --infodir=$infodir \
67     --enable-static=no \
68     --enable-shared=yes \
69     --enable-debug=no \
70     --enable-gtk2 \
71     --enable-gtk3 \
72     --disable-glibtest \
73     --build="$(cc -dumpmachine)"
74     
75     make -j${jobs} V=1
76     make -j${jobs} DESTDIR="$destdir" install-strip
77     
78     # Copy documentation
79     mkdir -p "${destdir}${docsdir}"
80     cp -p $docs "${destdir}${docsdir}"/