diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-16 09:43:31 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-16 09:43:31 +0000 |
commit | 97a5c02b405cf4cf270797e668c0f82787001515 (patch) | |
tree | c118750f73845e786550a9992824d33f4bf5673b /gnome-extra/libgnomedb | |
parent | version bump (diff) | |
download | gentoo-2-97a5c02b405cf4cf270797e668c0f82787001515.tar.gz gentoo-2-97a5c02b405cf4cf270797e668c0f82787001515.tar.bz2 gentoo-2-97a5c02b405cf4cf270797e668c0f82787001515.zip |
version bump
Diffstat (limited to 'gnome-extra/libgnomedb')
-rw-r--r-- | gnome-extra/libgnomedb/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/libgnomedb/Manifest | 4 | ||||
-rw-r--r-- | gnome-extra/libgnomedb/files/digest-libgnomedb-0.12.1 | 1 | ||||
-rw-r--r-- | gnome-extra/libgnomedb/libgnomedb-0.12.1.ebuild | 45 |
4 files changed, 55 insertions, 3 deletions
diff --git a/gnome-extra/libgnomedb/ChangeLog b/gnome-extra/libgnomedb/ChangeLog index 9f160438279f..9492840354cf 100644 --- a/gnome-extra/libgnomedb/ChangeLog +++ b/gnome-extra/libgnomedb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/libgnomedb # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/ChangeLog,v 1.5 2003/06/03 10:32:18 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/ChangeLog,v 1.6 2003/06/16 09:42:01 liquidx Exp $ + +*libgnomedb-0.12.1 (16 Jun 2003) + + 16 Jun 2003; Alastair Tse <liquidx@gentoo.org> libgnomedb-0.12.1.ebuild: + new gnomedb release. note that i'm not bumping to 0.12.2 because it only + has compile fixes for redhat and <gtk+-2.2 *libgnomedb-0.12.0 (03 Jun 2003) diff --git a/gnome-extra/libgnomedb/Manifest b/gnome-extra/libgnomedb/Manifest index 09b4ae3d9f75..108491a57220 100644 --- a/gnome-extra/libgnomedb/Manifest +++ b/gnome-extra/libgnomedb/Manifest @@ -1,7 +1,7 @@ MD5 1fbbd43762268be9f6edf1dc90e8ac63 libgnomedb-0.12.0.ebuild 1286 -MD5 0a4f3f3064274ddc51325abcff39a13a ChangeLog 857 +MD5 5df97b7493af72ff8d254a6bb4fc27c6 ChangeLog 1088 MD5 6961ed582ef339924beb8f248da1b128 libgnomedb-0.11.0.ebuild 1187 -MD5 1fbbd43762268be9f6edf1dc90e8ac63 libgnomedb-0.12.1.ebuild 1286 +MD5 e5934d46f9ed8fcf9616b63e07d0676e libgnomedb-0.12.1.ebuild 1286 MD5 3c1b10b6d4897bc066955a9de7c7ce6b files/digest-libgnomedb-0.12.0 70 MD5 e4775dad3ecf0f85975f4e18256b9216 files/digest-libgnomedb-0.11.0 138 MD5 d48a0cec30d90af0c488dc4dbfc3e1a3 files/digest-libgnomedb-0.12.1 70 diff --git a/gnome-extra/libgnomedb/files/digest-libgnomedb-0.12.1 b/gnome-extra/libgnomedb/files/digest-libgnomedb-0.12.1 new file mode 100644 index 000000000000..849fecafd27f --- /dev/null +++ b/gnome-extra/libgnomedb/files/digest-libgnomedb-0.12.1 @@ -0,0 +1 @@ +MD5 78816530d0740016dd1b98effb56c811 libgnomedb-0.12.1.tar.bz2 483140 diff --git a/gnome-extra/libgnomedb/libgnomedb-0.12.1.ebuild b/gnome-extra/libgnomedb/libgnomedb-0.12.1.ebuild new file mode 100644 index 000000000000..0cbc315fb7f2 --- /dev/null +++ b/gnome-extra/libgnomedb/libgnomedb-0.12.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-0.12.1.ebuild,v 1.1 2003/06/16 09:42:01 liquidx Exp $ + +IUSE="" + +inherit gnome2 gnome.org + +S=${WORKDIR}/${P} +DESCRIPTION="Library for writing gnome database programs" +HOMEPAGE="http://www.gnome-db.org/" +SLOT="0" +LICENSE="GPL-2 LGPL-2" +KEYWORDS="~x86 ~ppc" + +RDEPEND=">=gnome-extra/libgda-0.12.0 + >=x11-libs/gtk+-2.0.6 + >=gnome-base/libglade-2.0.0 + >=gnome-base/libgnomeui-2.0.0 + >=gnome-base/bonobo-activation-2.0 + >=gnome-base/libbonoboui-2.0.0" +# optionally needs gtksourceview but not in portage + +DEPEND=">=dev-util/pkgconfig-0.8 + >=dev-util/intltool-0.22 + >=sys-devel/gettext-0.11 + >=app-text/scrollkeeper-0.3.11 + ${RDEPEND}" + +src_unpack() { + unpack ${A} + gnome2_omf_fix ${S}/doc/Makefile.in +} + +src_install() { + gnome2_src_install + + # minor cosmetic fix to capplet icon + capplet_link=${D}/usr/share/control-center-2.0/capplets/database-properties.desktop + if [ -f "${capplet_link}" ]; then + mv ${capplet_link} ${capplet_link}.orig && \ + sed 's,Icon=gnome-db.png,Icon=libgnomedb/gnome-db.png,' ${capplet_link}.orig > ${capplet_link} + rm ${capplet_link}.orig + fi +} |