diff xfce/garcon/garcon.sh @ 1221:a47aaf9743a0

misc: backed out changeset 4ccc42bf0284 We will keep .sh for now.
author David Demelier <markand@malikania.fr>
date Fri, 15 Oct 2021 16:07:30 +0200
parents 4ccc42bf0284
children 325631424c65
line wrap: on
line diff
--- a/xfce/garcon/garcon.sh	Thu Sep 30 09:26:38 2021 +0200
+++ b/xfce/garcon/garcon.sh	Fri Oct 15 16:07:30 2021 +0200
@@ -15,7 +15,21 @@
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 
-. ./garcon.info
+PKGNAME=garcon
+PKGVERSION=0.6.4
+PKGREVISION=1
+PKGLICENSE="LGPL-2.0-only GFDL-1.1-only"
+PKGSUMMARY="Xfce freedesktop compliant menu implementation"
+PKGDOWNLOAD="http://archive.xfce.org/xfce/4.14/src/$PKGNAME-$PKGVERSION.tar.bz2"
+PKGDEPENDS="libwnck
+            cairo
+            gtk
+            glib
+            exo
+            libxfce4ui
+            libxfce4util
+            xfconf"
+PKGOPTIONS="NLS"
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}