From a5f43fd2f8d9f4ac1d56ad1e9a5cf72d69979889 Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Sun, 18 Jul 2021 10:02:26 -0400 Subject: [PATCH 1/2] i3ipc-glib: update to 1.0.1. --- srcpkgs/i3ipc-glib/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/i3ipc-glib/template b/srcpkgs/i3ipc-glib/template index 90043cf96103..74e07114dea2 100644 --- a/srcpkgs/i3ipc-glib/template +++ b/srcpkgs/i3ipc-glib/template @@ -1,7 +1,7 @@ # Template file for 'i3ipc-glib' pkgname=i3ipc-glib -version=0.6.0 -revision=4 +version=1.0.1 +revision=1 build_style=gnu-configure build_helper="gir" configure_args="$(vopt_enable gir introspection) --disable-static" @@ -13,7 +13,7 @@ maintainer="Steve Prybylski " license="GPL-3.0-or-later" homepage="https://github.com/acrisci/i3ipc-glib" distfiles="https://github.com/acrisci/${pkgname}/archive/v${version}.tar.gz" -checksum=13796add0292885683040a01ae974f4aacfdb44e3d1ab871d2d94da443489415 +checksum=bf7ab5b7bd12ada958416e60bad2f375ebe8b76b013871b6db7ed1a52abb8e28 build_options="gir" build_options_default="gir" From 77b9d3d55291356aea3188db18a6f7b76f33ebef Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Fri, 15 Oct 2021 23:32:46 -0400 Subject: [PATCH 2/2] New package: xfce4-i3-workspaces-plugin-1.4.0 --- 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 000000000000..0e136b73f193 --- /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() { + ./autogen.sh --prefix=/usr +}