From d22f260c0d774d3ec3561c57469488147d0b834f Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Mon, 9 Nov 2020 16:00:06 +0100 Subject: [PATCH] New package: xfce4-i3-workspaces-plugin-1.3.2 --- srcpkgs/xfce4-i3-workspaces-plugin/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/xfce4-i3-workspaces-plugin/template diff --git a/srcpkgs/xfce4-i3-workspaces-plugin/template b/srcpkgs/xfce4-i3-workspaces-plugin/template new file mode 100644 index 00000000000..045a6a50f62 --- /dev/null +++ b/srcpkgs/xfce4-i3-workspaces-plugin/template @@ -0,0 +1,17 @@ +# Template file for 'xfce4-i3-workspaces-plugin' +pkgname=xfce4-i3-workspaces-plugin +version=1.3.2 +revision=1 +build_style=gnu-configure +hostmakedepends="xfce4-dev-tools" +makedepends="glib-devel gtk+-devel libxfce4ui-devel libxfce4util-devel xfce4-panel-devel i3ipc-glib-devel gettext-devel" +short_desc="Workspaces plugin for xfce4 and the i3 window manager" +maintainer="tibequadorian " +license="GPL-3.0-or-later" +homepage="https://github.com/denesb/xfce4-i3-workspaces-plugin" +distfiles="https://github.com/denesb/xfce4-i3-workspaces-plugin/archive/$version.tar.gz" +checksum=31aa6cbf9e749df244d682aaf58d01af0acc00da3b13db0eafe8f2b6dbe6a696 + +pre_configure() { + ./autogen.sh --prefix=/usr +}