2010-11-08 15:03:04 +01:00
|
|
|
# Template file for 'garcon'
|
|
|
|
pkgname=garcon
|
2015-03-01 09:17:28 +01:00
|
|
|
version=0.4.0
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-10-11 11:09:48 +02:00
|
|
|
configure_args="--disable-static"
|
2015-03-01 10:14:00 +01:00
|
|
|
hostmakedepends="xfce4-dev-tools pkg-config intltool gettext-devel glib-devel"
|
2015-03-27 10:50:40 +01:00
|
|
|
makedepends="libglib-devel libxfce4ui-devel"
|
2014-01-01 16:10:11 +01:00
|
|
|
conf_files="/etc/xdg/menus/xfce-applications.menu"
|
2010-11-08 15:03:04 +01:00
|
|
|
short_desc="Glib/GIO freedesktop.org compliant menu implementation"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2011-08-04 07:59:06 +02:00
|
|
|
homepage="http://wiki.xfce.org/dev/garcon"
|
|
|
|
license="LGPL-2.1"
|
2014-05-24 10:03:17 +02:00
|
|
|
distfiles="http://archive.xfce.org/src/xfce/garcon/${version%.*}/$pkgname-$version.tar.bz2"
|
2015-03-01 09:17:28 +01:00
|
|
|
checksum=787dc859713b6518992d760d4b858fb02e8a30705e6f6e871d7a14cc97bca972
|
2013-05-06 10:42:53 +02:00
|
|
|
|
2015-03-01 10:14:00 +01:00
|
|
|
pre_configure() {
|
|
|
|
mkdir m4
|
|
|
|
NOCONFIGURE=1 xdt-autogen
|
|
|
|
}
|
|
|
|
|
2013-04-12 13:13:49 +02:00
|
|
|
garcon-devel_package() {
|
2014-02-19 15:34:49 +01:00
|
|
|
depends="libglib-devel ${sourcepkg}>=${version}_${revision}"
|
2013-05-06 10:39:51 +02:00
|
|
|
short_desc=+" - development files"
|
2013-04-12 13:13:49 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2014-02-19 15:34:49 +01:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 13:13:49 +02:00
|
|
|
vmove usr/share/gtk-doc
|
|
|
|
}
|
|
|
|
}
|