recipes: xfce/*: upgraded to release 4.14
[dragora.git] / recipes / xfce / xfce4-panel / recipe
bloba4519e787a1f9471e025d841db7a77012453c149
1 # Build recipe for xfce4-panel.
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=xfce4-panel
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/xfce4-panel/${version%.*}/$tarname"
30 description="
31 A panel of Xfce environment.
33 It features program launchers, panel menus, a clock, a desktop
34 switcher, and more.  Many aspects of the panel can be configured
35 through graphical dialogs, but also by GTK+ style properties and
36 Xfconf settings.
39 homepage=http://xfce.org
40 license="GPLv2v+, LGPLv2.1"
42 # Source documentation
43 docs="AUTHORS COPYING COPYING.LIB NEWS README THANKS TODO"
44 docsdir="${docdir}/${program}-${version}"
46 build()
48     set -e
50     unpack "${tardir}/$tarname"
52     cd "$srcdir"
54     # Set sane permissions
55     chmod -R u+w,go-w,a+rX-s .
57     ./configure CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS" \
58     $configure_args \
59     --libdir=/usr/lib${libSuffix} \
60     --enable-static=no \
61     --enable-shared=yes \
62     --enable-debug=no \
63     --enable-gtk3 \
64     --build="$(cc -dumpmachine)"
66     make -j${jobs} V=1
67     make -j${jobs} DESTDIR="$destdir" install-strip
68     
69     # Copy documentation
70     mkdir -p "${destdir}${docsdir}"
71     cp -p $docs "${destdir}${docsdir}"/