* [gentoo-commits] gentoo-x86 commit in gnome-extra/gdesklets-core: ChangeLog gdesklets-core-0.36.1-r1.ebuild gdesklets-core-0.36-r1.ebuild gdesklets-core-0.35.4.ebuild
@ 2009-05-18 21:57 Joe Sapp (nixphoeni)
0 siblings, 0 replies; only message in thread
From: Joe Sapp (nixphoeni) @ 2009-05-18 21:57 UTC (permalink / raw
To: gentoo-commits
nixphoeni 09/05/18 21:57:15
Modified: ChangeLog
Added: gdesklets-core-0.36.1-r1.ebuild
Removed: gdesklets-core-0.36-r1.ebuild
gdesklets-core-0.35.4.ebuild
Log:
Added patch for Python 2.6 (see bug #266151); removed old files and ebuilds
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.103 gnome-extra/gdesklets-core/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog?r1=1.102&r2=1.103
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog 20 Apr 2009 19:41:55 -0000 1.102
+++ ChangeLog 18 May 2009 21:57:15 -0000 1.103
@@ -1,6 +1,20 @@
# ChangeLog for gnome-extra/gdesklets-core
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog,v 1.102 2009/04/20 19:41:55 nixphoeni Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog,v 1.103 2009/05/18 21:57:15 nixphoeni Exp $
+
+*gdesklets-core-0.36.1-r1 (15 May 2009)
+
+ 18 May 2009; Joe Sapp <nixphoeni@gentoo.org>
+ -files/gdesklets-core-0.35.3-alpha.patch,
+ -files/gdesklets-core-0.35.3-pyorbit_fix.patch,
+ -gdesklets-core-0.35.4.ebuild,
+ -files/gdesklets-core-0.35.4-POTFILES.in.patch,
+ -gdesklets-core-0.36-r1.ebuild,
+ +files/gdesklets-core-0.36-python-2.6-fix.patch,
+ +gdesklets-core-0.36.1-r1.ebuild, -files/gdesklets-displays.desktop:
+ Added patch for Python 2.6 (see bug #266151 or
+ https://bugs.launchpad.net/gdesklets/+bug/344079); removed old files and
+ ebuilds
20 Apr 2009; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.35.4.ebuild,
gdesklets-core-0.36-r1.ebuild, gdesklets-core-0.36.1.ebuild:
1.1 gnome-extra/gdesklets-core/gdesklets-core-0.36.1-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.36.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.36.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: gdesklets-core-0.36.1-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.36.1-r1.ebuild,v 1.1 2009/05/18 21:57:15 nixphoeni Exp $
# desklets don't run with USE=debug
GCONF_DEBUG="no"
# We want the latest autoconf and automake (the default)
inherit gnome2 python eutils autotools multilib
MY_PN="gDesklets"
MY_P="${PN/-core/}-${PV/_/}"
S="${WORKDIR}/${MY_PN}-${PV/_/}"
DESCRIPTION="GNOME Desktop Applets: Core library for desktop applets"
SRC_URI="http://gdesklets.de/files/${MY_P}.tar.gz"
HOMEPAGE="http://www.gdesklets.de"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
# is libgsf needed for runtime or just compiling?
RDEPEND=">=dev-lang/python-2.3
>=dev-libs/glib-2.4
gnome-extra/libgsf
>=gnome-base/librsvg-2.8
>=gnome-base/libgtop-2.8.2
>=dev-python/pygtk-2.10
>=dev-python/gnome-python-2.6
>=dev-libs/expat-1.95.8
>=dev-python/pyxml-0.8.3-r1
!x11-plugins/desklet-calendar
!x11-plugins/desklet-clock"
DEPEND="${RDEPEND}
sys-devel/gettext
dev-util/pkgconfig
dev-util/intltool"
# Parallel makes sometimes break during install phase
MAKEOPTS="${MAKEOPTS} -j1"
# Force using MAKEOPTS with emake
USE_EINSTALL="0"
DOCS="AUTHORS ChangeLog NEWS README TODO"
src_unpack() {
gnome2_src_unpack
# Postpone pyc compiling until pkg_postinst
mv py-compile py-compile.orig
ln -s $(type -P true) py-compile
# Use po/LINGUAS - see gnome bug #506828
epatch "${FILESDIR}/${PN}-0.36_beta-linguas.patch"
# Install test-control.py - see https://bugs.launchpad.net/gdesklets/+bug/310339
epatch "${FILESDIR}/${PN}-${PV}-test-control.py-install-fix.patch"
# Fix for Python 2.6 - see bug #266151
epatch "${FILESDIR}/${PN}-0.36-python-2.6-fix.patch"
eautoreconf
intltoolize --force || die
}
src_install() {
gnome2_src_install
# Install the gdesklets-control-getid script
insinto /usr/$(get_libdir)/gdesklets
insopts -m0555
doins "${FILESDIR}/gdesklets-control-getid"
# Remove conflicts with x11-misc/shared-mime-info and auto-generated
# MIME info
rm -rf "${D}/usr/share/mime"
}
pkg_postinst() {
gnome2_pkg_postinst
# Compile pyc files on target system
python_mod_optimize "${ROOT}"/usr/$(get_libdir)/gdesklets
echo
elog "gDesklets Displays are required before the library"
elog "will be usable. Core Displays (Calendar, Clock, Quote-of-the-Day,"
elog "and the 15pieces game) are already installed in"
elog " ${ROOT}usr/$(get_libdir)/gdesklets/Displays"
elog "Additional Displays can be found in -"
elog " x11-plugins/desklet-* ,"
elog "at http://www.gdesklets.de, or at http://archive.gdesklets.info"
elog
elog "Next you'll need to start gDesklets using"
elog " ${ROOT}usr/bin/gdesklets start"
elog "If you're using GNOME this can be done conveniently through"
elog "Applications->Accessories->gDesklets"
elog
elog "If you're updating from a version less than 0.35_rc1,"
elog "you can migrate your desklet configurations by"
elog "running"
elog " ${ROOT}usr/$(get_libdir)/gdesklets/gdesklets-migration-tool"
elog "after the first time you run gDesklets"
echo
}
pkg_postrm() {
gnome2_pkg_postrm
# Cleanup after our cavalier python compilation
# The function takes care of ${ROOT} for us
python_mod_cleanup /usr/$(get_libdir)/gdesklets
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-18 21:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-18 21:57 [gentoo-commits] gentoo-x86 commit in gnome-extra/gdesklets-core: ChangeLog gdesklets-core-0.36.1-r1.ebuild gdesklets-core-0.36-r1.ebuild gdesklets-core-0.35.4.ebuild Joe Sapp (nixphoeni)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox