First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 70835
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 60282
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Pau Rodriguez <ensbrossa-gentoo@yahoo.es>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
gdesklets-core-0.31.1.ebuild ebuild text/plain Pau Rodriguez 2004-11-11 12:14 0000 1.81 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 70835 depends on: Show dependency tree
Bug 70835 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-11-11 12:13 0000
Post a new ebuild for the new version of gdesklets

Reproducible: Didn't try
Steps to Reproduce:
1.
2.
3.

Actual Results:  
see aditional info to get ebuild


inherit gnome2

MY_PN="gDesklets"
MY_P="${MY_PN}-${PV}"
S=${WORKDIR}/${MY_PN}-0.31

DESCRIPTION="GNOME Desktop Applets: core library for the desktop applets"
SRC_URI="http://www.pycage.de/download/gdesklets/${MY_P}.tar.bz2"
HOMEPAGE="http://www.pycage.de/software_gdesklets.html"
LICENSE="GPL-2"

SLOT="0"
IUSE=""
KEYWORDS="~x86 ppc ~sparc ~amd64 ~alpha"

RDEPEND=">=dev-lang/python-2.2
	>=gnome-base/gconf-2
	>=gnome-base/libgtop-2
	>=dev-python/pygtk-1.99.17
	>=dev-python/gnome-python-1.99.17
	>=x11-libs/gtk+-2.2
	>=gnome-base/libgnomeui-2.2
	>=dev-lang/swig-1.3"

DEPEND="${RDEPEND}
	sys-devel/gettext
	dev-util/pkgconfig
	dev-util/intltool"

USE_DESTDIR="1"
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO"

src_compile() {
	cd ${WORKDIR}/${MY_PN}-0.31
	gnome2_src_compile
}

src_install() {
	gnome2_src_install

	# there are two links that end up pointing inside the
	# image that we need to fix up here
	dosym /usr/share/gdesklets/gdesklets /usr/bin/gdesklets
	dosym /usr/share/pixmaps/gdesklets.png \
		  /usr/share/gdesklets/data/gdesklets.png
}

pkg_postinst() {

	gnome2_pkg_postinst

	echo ""
	einfo "gDesklets Displays are required before the library"
	einfo "will be usable for you. The displays are found in - "
	einfo "           x11-plugins/desklet-*"
	einfo "Please install at least one of these before using"
	einfo "gDesklets. Next, you'll need to run 'gdesklets' "
	einfo "and then add the Displays from - "
	einfo "         /usr/share/gdesklets/Displays"
	einfo "If you're using GNOME this can be done conveniently"
	einfo "through Applications->Accessories menu"
	echo ""

}

------- Comment #1 From Pau Rodriguez 2004-11-11 12:14:57 0000 -------
Created an attachment (id=43734) [details]
ebuild

------- Comment #2 From Stefan Schweizer 2004-11-11 12:20:48 0000 -------
Can you please change the title to "version bump: gdesklets-core-0.31.1" and
also apply a diff to the previous ebuild?

------- Comment #3 From Joe McCann (RETIRED) 2004-11-11 18:35:12 0000 -------
or better yet please use search and read the bug report guidelines

*** This bug has been marked as a duplicate of 60282 ***

First Last Prev Next    No search results available      Search page      Enter new bug