New package: xfce4-windowck-plugin (#4846)

New package: xfce4-windowck-plugin-0.4.4
This commit is contained in:
skurtix 2016-09-30 07:42:03 +02:00 committed by Toyam Cox
parent 06d4e78c1a
commit 21343b9b76
2 changed files with 31 additions and 0 deletions

View file

@ -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()

View file

@ -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 <skurtix@github.com>"
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}
}