wok-next view xfce4-battery-plugin/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d026631bbebb
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xfce4-battery-plugin"
4 VERSION="1.0.5" # v.1.0.5 is the latest with GTK+2 support
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce panel battery plugin"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/panel-plugins/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool gtk2-dev libxfce4util-dev libxfce4ui-dev \
15 xfce4-panel-dev libsm-dev startup-notification-dev xcb-util-dev"
17 compile_rules() {
18 ./configure \
19 --disable-debug \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install || return 1
25 find $install -name '*.so' -exec chmod 755 '{}' \; # 644
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="glib gtk2 libxfce4ui libxfce4util xfce4-panel"
31 TAGS="Xfce"
32 }