wok-next annotate xfce4-power-manager/receipt @ rev 21569

updated cryptopp (5.6.5 -> 8.2.0)
author Hans-G?nter Theisgen
date Mon Jun 22 16:34:56 2020 +0100 (2020-06-22)
parents 5669e8b3be70
children
rev   line source
al@20120 1 # SliTaz package receipt v2.
al@20120 2
al@20120 3 PACKAGE="xfce4-power-manager"
al@20120 4 VERSION="1.4.3" # Xfce release 4.12: http://archive.xfce.org/xfce/4.12/src/
al@20120 5 CATEGORY="x-window"
al@20120 6 SHORT_DESC="Xfce power manager"
al@20120 7 MAINTAINER="al.bobylev@gmail.com"
al@20120 8 LICENSE="GPL2"
al@21006 9 WEB_SITE="https://www.xfce.org/"
al@20120 10
al@20120 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20120 12 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
al@20120 13
al@21017 14 BUILD_DEPENDS="intltool gtk2-dev dbus-dev dbus-glib-dev xfconf-dev \
al@21078 15 libxfce4ui-dev libnotify-dev upower-dev libxrandr-dev xfce4-panel-dev \
al@21078 16 libsm-dev startup-notification-dev xcb-util-dev"
al@20120 17
al@20120 18 compile_rules() {
al@20120 19 ./configure \
al@20120 20 --disable-debug \
al@20120 21 $CONFIGURE_ARGS &&
al@20496 22 fix libtool &&
al@20120 23 make &&
al@20120 24 make install
al@20120 25 }
al@20120 26
al@20120 27 genpkg_rules() {
al@20546 28 copy @std
al@21105 29 DEPENDS="libcairo dbus dbus-glib gdk-pixbuf glib gtk2 libnotify libxfce4ui \
al@21078 30 libxfce4util pango upower xfce4-panel xfconf libx11 libxext \
al@21078 31 libxrandr"
al@20120 32 TAGS="Xfce"
al@20120 33 }