Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 93864 Details for
Bug 107710
Ebuild for gruler (gnome-screen-ruler)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gruler-0.6.ebuild
gruler-0.6.ebuild (text/plain), 1.56 KB, created by
Hans de Graaff
on 2006-08-09 12:35:09 UTC
(
hide
)
Description:
gruler-0.6.ebuild
Filename:
MIME Type:
Creator:
Hans de Graaff
Created:
2006-08-09 12:35:09 UTC
Size:
1.56 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils gnome2 > >DESCRIPTION="A screen ruler for GNOME" >HOMEPAGE="http://linuxadvocate.org/projects/gruler/" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" >SRC_URI="http://linuxadvocate.org/projects/gruler/downloads/${P}.tar.gz" > >RDEPEND=">=dev-libs/atk-1.5 > >=x11-libs/gtk+-2.6 > >=dev-libs/glib-2 > >=gnome-base/libgnome-2 > >=gnome-base/libgnomeui-2 > >=gnome-base/gconf-1.1.9" > >DEPEND="${RDEPEND} > gnome-base/gnome-common > sys-devel/flex > >=dev-util/intltool-0.28 > app-text/scrollkeeper > >=dev-util/pkgconfig-0.9" > >DOCS="AUTHORS ChangeLog* COPYING NEWS README TODO" > >src_unpack() { > gnome2_src_unpack > > # Note that this should patch the Makefile.am and regenerate the associated > # files, but the build process seems a bit messed up and even running > # gnome-autogen.sh doesn't help to fix this. Instead of diving into this > # (which should be done should this ebuild land in portage) I'm taking the > # short way home here. Hopefully a new upstream version is available > # shortly which fixes this. > einfo "Patching Makefile to include proper linking procedure for libglade" > sed -i -e "s/grulerLDFLAGS =/gruler_LDFLAGS = -Wl,--export-dynamic/" "${S}"/src/Makefile.in > > einfo "Patching .desktop file" > echo "Categories=Application;Utility" >> "${S}"/gruler.desktop.in >} > >src_install() { > gnome2_src_install > > insinto /usr/share/applications > doins "${D}"/usr/share/gnome/apps/Utilities/gruler.desktop > rm "${D}"/usr/share/gnome/apps/Utilities/gruler.desktop >}
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 107710
:
69560
|
69562
|
93864
|
93971
|
140872
|
140873
|
148928
|
165699