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

nareto: update index.php path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 11:42:04 2018 +0100 (2018-03-12)
parents c12ed7fac2f7
children 6d367d984b77
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 --sysconfdir=/etc \
21 --localstatedir=/var \
22 --disable-debug \
23 --enable-pluggable-dialogs \
24 --enable-sound-settings \
25 $CONFIGURE_ARGS &&
26 make &&
27 make install
28 }
30 genpkg_rules() {
31 copy @std hicolor/ # only 128 icons here
32 DEPENDS="cairo dbus dbus-glib exo fontconfig garcon gdk-pixbuf glib gtk+ \
33 libnotify libxfce4ui libxfce4util libxklavier pango upower xfconf \
34 xorg-libX11 xorg-libXcursor xorg-libXi xorg-libXrandr"
35 TAGS="Xfce"
36 }