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

asterisk: added build dependencies
author Hans-G?nter Theisgen
date Mon Dec 02 10:21:51 2019 +0100 (2019-12-02)
parents 82b613cfd1e0
children
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"
al@21020 7 MAINTAINER="devel@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@21078 14 BUILD_DEPENDS="intltool exo-dev garcon-dev libxi-dev libxrandr-dev \
al@21078 15 upower-dev libnotify-dev libxcursor-dev 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@21117 31 DEPENDS="libcairo dbus dbus-glib libexo fontconfig garcon gdk-pixbuf glib gtk2 \
al@20133 32 libnotify libxfce4ui libxfce4util libxklavier pango upower xfconf \
al@21078 33 libx11 libxcursor libxi libxrandr"
al@20175 34 TAGS="Xfce"
erjo@4143 35 }