wok-next view xfce4-settings/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 6d367d984b77
children 690e7cc036d5
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xfce4-settings"
4 VERSION="4.12.0" # Xfce release 4.12: http://archive.xfce.org/xfce/4.12/src/
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce settings manager"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.xfce.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool exo-dev garcon-dev xorg-libXi-dev xorg-libXrandr-dev \
15 upower-dev libnotify-dev xorg-libXcursor-dev xorg-xf86-input-libinput-dev \
16 libxklavier-dev"
18 compile_rules() {
19 ./configure \
20 --disable-debug \
21 --enable-pluggable-dialogs \
22 --enable-sound-settings \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 copy @std hicolor/ # only 128 icons here
31 DEPENDS="cairo dbus dbus-glib exo fontconfig garcon gdk-pixbuf glib gtk+ \
32 libnotify libxfce4ui libxfce4util libxklavier pango upower xfconf \
33 xorg-libX11 xorg-libXcursor xorg-libXi xorg-libXrandr"
34 TAGS="Xfce"
35 }