From 2a3c2a917693baea50eccbe615e51c3264714c24 Mon Sep 17 00:00:00 2001 From: cr6git Date: Mon, 8 Jan 2018 11:35:06 +0100 Subject: [PATCH] New package: menutray-0.52 --- srcpkgs/menutray/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/menutray/template diff --git a/srcpkgs/menutray/template b/srcpkgs/menutray/template new file mode 100644 index 00000000000..e01b3162360 --- /dev/null +++ b/srcpkgs/menutray/template @@ -0,0 +1,17 @@ +# Template file for 'menutray' +pkgname=menutray +version=0.52 +revision=1 +noarch=yes +depends="perl-Data-Dump perl-Gtk2 perl-Linux-DesktopFiles" +short_desc="Application menu through a GTK+ tray status icon" +maintainer="cr6git " +license="GPL-3" +homepage="https://trizenx.blogspot.fr/2012/02/menutray.html" +distfiles="https://github.com/trizen/menutray/archive/${version}.tar.gz" +checksum=6622fff0074096dd332039ca90f083ca9e4e964dfda9f2a633b98198fc1e32d2 + +do_install() { + vbin menutray + vinstall schema.pl 644 etc/xdg/menutray +}