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

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 08:19:44 2020 +0000 (2020-07-29)
parents 82b613cfd1e0
children
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://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 libxi-dev libxrandr-dev \
15 upower-dev libnotify-dev libxcursor-dev xf86-input-libinput-dev \
16 libxklavier-dev"
18 compile_rules() {
19 ./configure \
20 --disable-debug \
21 --enable-pluggable-dialogs \
22 --enable-sound-settings \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 copy @std hicolor/ # only 128 icons here
31 DEPENDS="libcairo dbus dbus-glib libexo fontconfig garcon gdk-pixbuf glib gtk2 \
32 libnotify libxfce4ui libxfce4util libxklavier pango upower xfconf \
33 libx11 libxcursor libxi libxrandr"
34 TAGS="Xfce"
35 }