wok-next annotate xfce4-settings/receipt @ rev 20273

remove samba-pam
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 10:06:19 2017 +0100 (2017-11-08)
parents c12ed7fac2f7
children 6d367d984b77
rev   line source
al@20133 1 # SliTaz package receipt v2.
erjo@4143 2
erjo@4143 3 PACKAGE="xfce4-settings"
al@20133 4 VERSION="4.12.0" # Xfce release 4.12: http://archive.xfce.org/xfce/4.12/src/
erjo@4143 5 CATEGORY="x-window"
al@20133 6 SHORT_DESC="Xfce settings manager"
erjo@4143 7 MAINTAINER="erjo@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@20133 9 WEB_SITE="http://www.xfce.org/"
al@20133 10
erjo@9877 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@9877 12 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@9877 13
al@20133 14 BUILD_DEPENDS="intltool exo-dev garcon-dev xorg-libXi-dev xorg-libXrandr-dev \
al@20133 15 upower-dev libnotify-dev xorg-libXcursor-dev xorg-xf86-input-libinput-dev \
al@20133 16 libxklavier-dev"
erjo@4143 17
al@20133 18 compile_rules() {
al@20133 19 ./configure \
erjo@4143 20 --sysconfdir=/etc \
al@20133 21 --localstatedir=/var \
al@20133 22 --disable-debug \
al@20133 23 --enable-pluggable-dialogs \
erjo@8024 24 --enable-sound-settings \
al@20133 25 $CONFIGURE_ARGS &&
al@20133 26 make &&
al@20133 27 make install
erjo@4143 28 }
erjo@4143 29
al@20133 30 genpkg_rules() {
al@20133 31 copy @std hicolor/ # only 128 icons here
al@20133 32 DEPENDS="cairo dbus dbus-glib exo fontconfig garcon gdk-pixbuf glib gtk+ \
al@20133 33 libnotify libxfce4ui libxfce4util libxklavier pango upower xfconf \
al@20133 34 xorg-libX11 xorg-libXcursor xorg-libXi xorg-libXrandr"
al@20175 35 TAGS="Xfce"
erjo@4143 36 }