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

nut: update (b)deps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 18:57:36 2018 +0300 (2018-05-29)
parents 6d367d984b77
children 690e7cc036d5
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 \
al@20133 20 --disable-debug \
al@20133 21 --enable-pluggable-dialogs \
erjo@8024 22 --enable-sound-settings \
al@20133 23 $CONFIGURE_ARGS &&
al@20496 24 fix libtool &&
al@20133 25 make &&
al@20133 26 make install
erjo@4143 27 }
erjo@4143 28
al@20133 29 genpkg_rules() {
al@20133 30 copy @std hicolor/ # only 128 icons here
al@20133 31 DEPENDS="cairo dbus dbus-glib exo fontconfig garcon gdk-pixbuf glib gtk+ \
al@20133 32 libnotify libxfce4ui libxfce4util libxklavier pango upower xfconf \
al@20133 33 xorg-libX11 xorg-libXcursor xorg-libXi xorg-libXrandr"
al@20175 34 TAGS="Xfce"
erjo@4143 35 }