wok-next annotate xfce4-settings/receipt @ rev 21009
Small updates
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Oct 12 05:04:27 2018 +0300 (2018-10-12) |
parents | 757d032c55c7 |
children | f48456621a9d |
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@21006 | 9 WEB_SITE="https://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 } |