Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29772 Details for
Bug 48611
libgda-1.0.4 and libgnomedb-1.0.4 updates
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libgnomedb-1.0.4.ebuild
libgnomedb-1.0.4.ebuild (text/plain), 1.42 KB, created by
Robert Davis
on 2004-04-21 14:42:55 UTC
(
hide
)
Description:
libgnomedb-1.0.4.ebuild
Filename:
MIME Type:
Creator:
Robert Davis
Created:
2004-04-21 14:42:55 UTC
Size:
1.42 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.0.3.ebuild,v 1.4 2004/04/02 07:58:56 leonardop Exp $ > >inherit gnome2 > >DESCRIPTION="Library for writing gnome database programs" >HOMEPAGE="http://www.gnome-db.org/" > >LICENSE="GPL-2 LGPL-2" >SLOT="0" >KEYWORDS="~x86 ppc ~sparc ~alpha ~ia64" >IUSE="doc" > >RDEPEND=">=gnome-extra/libgda-1.0.0 > >=x11-libs/gtk+-2.0 > >=gnome-base/libglade-2.0 > >=gnome-base/libgnomeui-2.0 > >=gnome-base/libbonoboui-2.0 > >=gnome-base/gconf-2" ># gtksourceview is maintained now, and configure checks it's presence >DEPEND=">=dev-util/pkgconfig-0.8 > >=dev-util/intltool-0.22 > >=sys-devel/gettext-0.11 > >=app-text/scrollkeeper-0.3.11 > doc? ( dev-util/gtk-doc ) > ${RDEPEND}" > >src_unpack() { > unpack ${A} > gnome2_omf_fix ${S}/doc/Makefile.in > cd ${S}; intltoolize --force || die > # Avoid documentation problems. See bug #46275. > epatch ${FILESDIR}/${P}-gtkdoc_fix.patch > epatch ${FILESDIR}/libgnomedb-1.0.4-selector.patch >} > >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 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 48611
:
29770
|
29771
| 29772 |
29773
|
29774
|
29775
|
36428
|
36429