Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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 "" }
Created an attachment (id=43734) [details] ebuild
Can you please change the title to "version bump: gdesklets-core-0.31.1" and also apply a diff to the previous ebuild?
or better yet please use search and read the bug report guidelines *** This bug has been marked as a duplicate of 60282 ***