diff xfce/xfce4-power-manager/xfce4-power-manager.sh @ 1220:4ccc42bf0284

misc: split .sh with .info
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:26:38 +0200
parents 337f950c30f5
children a47aaf9743a0
line wrap: on
line diff
--- a/xfce/xfce4-power-manager/xfce4-power-manager.sh	Thu Sep 30 09:05:45 2021 +0200
+++ b/xfce/xfce4-power-manager/xfce4-power-manager.sh	Thu Sep 30 09:26:38 2021 +0200
@@ -17,23 +17,7 @@
 
 # TODO: add networkmanager support
 
-PKGNAME=xfce4-power-manager
-PKGVERSION=1.6.5
-PKGREVISION=1
-PKGLICENSE="GPL-2.0-only"
-PKGSUMMARY="Xfce power manager"
-PKGDOWNLOAD="http://archive.xfce.org/xfce/4.14/src/$PKGNAME-$PKGVERSION.tar.bz2"
-PKGDEPENDS="glib
-            gtk
-            libnotify
-            libx11
-            libxext
-            libxfce4ui
-            libxfce4util
-            libxrandr
-            upower
-            xfconf"
-PKGOPTIONS="NLS POLKIT XFCE"
+. ./xfce4-power-manager.info
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}