wok-next view xfce4-power-manager/receipt @ rev 21427

updated qt4 (4.8.6 -> 4.8.7)
author Hans-G?nter Theisgen
date Tue May 05 08:11:24 2020 +0100 (2020-05-05)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xfce4-power-manager"
4 VERSION="1.4.3" # Xfce release 4.12: http://archive.xfce.org/xfce/4.12/src/
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce power manager"
7 MAINTAINER="al.bobylev@gmail.com"
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 gtk2-dev dbus-dev dbus-glib-dev xfconf-dev \
15 libxfce4ui-dev libnotify-dev upower-dev libxrandr-dev xfce4-panel-dev \
16 libsm-dev startup-notification-dev xcb-util-dev"
18 compile_rules() {
19 ./configure \
20 --disable-debug \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="libcairo dbus dbus-glib gdk-pixbuf glib gtk2 libnotify libxfce4ui \
30 libxfce4util pango upower xfce4-panel xfconf libx11 libxext \
31 libxrandr"
32 TAGS="Xfce"
33 }