From 00098ec612b499033010b44f4e2d4a15b97d1a01 Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Fri, 15 Oct 2021 23:32:46 -0400 Subject: [PATCH] New package: xfce4-i3-workspaces-plugin-1.4.0 Close: #33582 --- 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..e9c29525e0f --- /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.4.0 +revision=1 +build_style=gnu-configure +hostmakedepends="gettext-devel intltool pkg-config xfce4-dev-tools" +makedepends="xfce4-panel-devel i3ipc-glib-devel" +short_desc="Workspace switcher for i3 window manager and Xfce4 panel" +maintainer="Peter Bui " +license="GPL-3.0-or-later" +homepage="https://github.com/denesb/xfce4-i3-workspaces-plugin" +distfiles="https://github.com/denesb/${pkgname}/archive/refs/tags/${version}.tar.gz" +checksum=ff7dcdb7c1f89209844e4d903abb15d90bd47845962832d80d15fb9e8f31bbcf + +pre_configure() { + NOCONFIGURE=1 ./autogen.sh +}