Revert "libgee: update to 0.7.2, bump abi_depends."
This reverts commit 8151c0f653
.
Dependent package are not ready for this yet.
This commit is contained in:
parent
e08b6cd3e3
commit
8646c5d4c0
|
@ -726,7 +726,7 @@ libgjs-dbus.so.0 gjs gjs-devel
|
|||
libtelepathy-glib.so.0 telepathy-glib telepathy-glib-devel
|
||||
libgedit-private.so.0 gedit gedit-devel
|
||||
libaccountsservice.so.0 accountsservice accountsservice-devel
|
||||
libgee-0.8.so.0 libgee libgee-devel
|
||||
libgee.so.2 libgee libgee-devel
|
||||
libfolks.so.25 folks folks-devel
|
||||
libfolks-telepathy.so.25 folks folks-devel
|
||||
libfolks-libsocialweb.so.25 folks folks-devel
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=0.7.2"
|
||||
abi_depends=">=0.6.1"
|
||||
api_depends="${abi_depends}"
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
# Template file for 'libgee-devel'.
|
||||
#
|
||||
revision=2
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run glib-devel
|
||||
Add_dependency run libgee ">=${version}"
|
||||
Add_dependency run libgee
|
||||
|
||||
do_install() {
|
||||
do_install()
|
||||
{
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
libgobject-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'libgee'
|
||||
pkgname=libgee
|
||||
version=0.7.2
|
||||
version=0.6.4
|
||||
revision=2
|
||||
homepage="http://live.gnome.org/Libgee"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.xz"
|
||||
configure_args="--enable-static --with-pic"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
||||
configure_args="--enable-static --with-pic=yes"
|
||||
build_style=gnu-configure
|
||||
short_desc="GObject collection library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
checksum=1aee29104a4f5f661243ee5ca2e35a582dc7ff06bc3bd3fed9bf83e26af1b59c
|
||||
checksum=55f39f3b28e676f6cbd9377d83edd031084436a4da41280a9503c94faffb1665
|
||||
long_desc="
|
||||
Libgee is a collection library providing GObject-based interfaces and classes
|
||||
for commonly used data structures."
|
||||
|
|
Loading…
Reference in New Issue