Added garcon-0.1.3 build template, required by XFCE 4.8.

This commit is contained in:
Juan RP
2010-11-08 15:03:04 +01:00
parent 608fecffb8
commit 6f2c7d782d
5 changed files with 50 additions and 2 deletions

2
srcpkgs/garcon/depends Normal file
View File

@@ -0,0 +1,2 @@
abi_depends=">=0.1.3"
api_depends="${abi_depends}"

View File

@@ -0,0 +1,20 @@
# Template file for 'garcon-devel'.
#
short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run pkg-config
Add_dependency run glib-devel
Add_dependency run garcon
do_install()
{
install -d ${DESTDIR}/usr/{lib,share}
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/gtk-doc ${DESTDIR}/usr/share
}

24
srcpkgs/garcon/template Normal file
View File

@@ -0,0 +1,24 @@
# Template file for 'garcon'
pkgname=garcon
version=0.1.3
distfiles="http://archive.xfce.org/src/libs/$pkgname/0.1/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Glib/GIO freedesktop.org compliant menu implementation"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1e36c4cd99fe92a1fe3e3f648de8c941fd39bbda22d4cd8c52a8ec341432d954
long_desc="
This is garcon, a freedesktop.org compliant menu implementation based
on GLib and GIO. It was started as a complete rewrite of the former
Xfce menu library called libxfce4menu, which, in contrast to garcon,
was lacking menu merging features essential for loading menus modified
with menu editors."
conf_files="/etc/xdg/menus/xfce-applications.menu"
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run glib
Add_dependency build pkg-config
Add_dependency build gettext
Add_dependency build intltool
Add_dependency build glib-devel