33 lines
738 B
Plaintext
Raw Normal View History

2019-05-07 01:36:05 +02:00
# Description: Power Manager for Xfce
# URL: https://www.xfce.org
# Maintainer: jolupa, jolupameister at gmail dot com
2019-05-07 01:36:05 +02:00
# Depends on: gtk-3 glib dbus libxfce4ui libxfce4util libnotify xfconf xfce4-panel xorg-xrandr dpms upower polkit consolekit pm-utils
name=xfce4-power-manager
2019-05-18 12:27:47 +02:00
version=1.6.2
2019-06-01 12:49:24 +02:00
release=4
source=(https://git.xfce.org/xfce/$name/snapshot/$name-$version.tar.gz)
2019-05-07 01:36:05 +02:00
build() {
2019-05-11 19:09:44 +02:00
cd $name-$version
2019-05-07 01:36:05 +02:00
./autogen.sh \
2019-06-01 12:49:24 +02:00
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--disable-network-manager \
--disable-systemd \
--enable-xfce4panel \
--disable-debug \
--with-x \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf
2019-05-07 01:36:05 +02:00
make
make DESTDIR=$PKG install
2019-05-20 16:59:07 +02:00
#rm -r $PKG/usr/share/locale
2019-05-07 01:36:05 +02:00
}