diff --git a/srcpkgs/xfce4-windowck-plugin/patches/configure.ac.in.patch b/srcpkgs/xfce4-windowck-plugin/patches/configure.ac.in.patch new file mode 100644 index 0000000000..ccfa33b6d4 --- /dev/null +++ b/srcpkgs/xfce4-windowck-plugin/patches/configure.ac.in.patch @@ -0,0 +1,7 @@ +*** configure.ac.in 2015-06-15 21:40:48.000000000 +0200 +--- configure.ac.in_correct 2016-09-28 13:28:33.896472563 +0200 +*************** AC_PROG_INSTALL() +*** 47 **** +! AC_PROG_INTLTOOL() +--- 47 ---- +! IT_PROG_INTLTOOL() diff --git a/srcpkgs/xfce4-windowck-plugin/template b/srcpkgs/xfce4-windowck-plugin/template new file mode 100644 index 0000000000..c623246898 --- /dev/null +++ b/srcpkgs/xfce4-windowck-plugin/template @@ -0,0 +1,24 @@ +# Template file for 'xfce4-windowck-plugin' +pkgname=xfce4-windowck-plugin +version=0.4.4 +revision=1 +build_style=gnu-makefile +hostmakedepends="intltool xfce4-dev-tools exo-devel python3.4-devel glib-devel gettext-devel ImageMagick" +makedepends="libwnck2-devel xfce4-panel-devel xorg-server-devel" +depends="xfce4-panel>=4.10" +short_desc="Puts the titlebar of a maximized window into a panel" +maintainer="skurtix " +homepage="https://github.com/cedl38/xfce4-windowck-plugin" +license="GPL-3" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=92b6c9e199d32cf96619c31e2cfac19e375575d581e78fa043f9f6a59c1df13f + +pre_configure() { + autogen_args="--prefix=/usr" + + if [ "$CROSS_BUILD" ]; then + autogen_args+="--build=${XBPS_CROSS_TRIPLET} --host=${XBPS_CROSS_TRIPLET}" + fi + + xdt-autogen ${autogen_args} +}