From 21343b9b76392470ad1e657afa562dade38a1a96 Mon Sep 17 00:00:00 2001 From: skurtix Date: Fri, 30 Sep 2016 07:42:03 +0200 Subject: [PATCH] New package: xfce4-windowck-plugin (#4846) New package: xfce4-windowck-plugin-0.4.4 --- .../patches/configure.ac.in.patch | 7 ++++++ srcpkgs/xfce4-windowck-plugin/template | 24 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 srcpkgs/xfce4-windowck-plugin/patches/configure.ac.in.patch create mode 100644 srcpkgs/xfce4-windowck-plugin/template 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 00000000000..ccfa33b6d40 --- /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 00000000000..c6232468982 --- /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} +}