garcon: update to 0.1.12.
This commit is contained in:
parent
908908ee89
commit
d632fb6d98
4 changed files with 12 additions and 15 deletions
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=0.1.3"
|
||||
abi_depends=">=0.1.12"
|
||||
api_depends="${abi_depends}"
|
||||
|
|
|
@ -7,14 +7,11 @@ long_desc="${long_desc}
|
|||
|
||||
Add_dependency run pkg-config
|
||||
Add_dependency run glib-devel
|
||||
Add_dependency run garcon
|
||||
Add_dependency run garcon ">=${version}"
|
||||
|
||||
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
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/gtk-doc usr/share
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
libgio-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libxfce4util.so.6
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
# Template file for 'garcon'
|
||||
pkgname=garcon
|
||||
version=0.1.8
|
||||
distfiles="http://archive.xfce.org/src/libs/$pkgname/0.1/$pkgname-$version.tar.bz2"
|
||||
version=0.1.12
|
||||
distfiles="http://archive.xfce.org/src/xfce/garcon/0.1/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="Glib/GIO freedesktop.org compliant menu implementation"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://wiki.xfce.org/dev/garcon"
|
||||
license="LGPL-2.1"
|
||||
checksum=955a05e72ebbadc8207bb7b2c7349e71830dbdd596dbba3ea3665f0ecfb9cf63
|
||||
checksum=bb5145fff4f09fd20db114918d76212ce7b55bd8b0540e2bf26248e6af1902c8
|
||||
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
|
||||
|
@ -22,3 +21,4 @@ subpackages="$pkgname-devel"
|
|||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build libxfce4util-devel
|
||||
|
|
Loading…
Reference in a new issue