libgee: update to 0.6.5.
This commit is contained in:
parent
2e1df5e685
commit
e3d4fffdb7
|
@ -1,14 +1,12 @@
|
|||
# Template file for 'libgee-devel'.
|
||||
#
|
||||
depends="glib-devel libgee"
|
||||
depends="glib-devel libgee>=${version}"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
|
|
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'libgee'
|
||||
pkgname=libgee
|
||||
version=0.6.4
|
||||
revision=3
|
||||
homepage="http://live.gnome.org/Libgee"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
||||
configure_args="--enable-static --with-pic=yes"
|
||||
version=0.6.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-static --with-pic=yes"
|
||||
makedepends="pkg-config intltool glib-devel vala-devel gobject-introspection"
|
||||
subpackages="$pkgname-devel"
|
||||
short_desc="GObject collection library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
checksum=55f39f3b28e676f6cbd9377d83edd031084436a4da41280a9503c94faffb1665
|
||||
homepage="http://live.gnome.org/Libgee"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
||||
checksum=99b78db2492c533e386a07bce9aab1de4bdf23284b1a485b893683de388fff48
|
||||
long_desc="
|
||||
Libgee is a collection library providing GObject-based interfaces and classes
|
||||
for commonly used data structures."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
|
Loading…
Reference in New Issue