public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-chtheme: ChangeLog gtk-chtheme-0.3.1-r2.ebuild gtk-chtheme-0.3.1.ebuild
@ 2009-02-25 23:56 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2009-02-25 23:56 UTC (permalink / raw
  To: gentoo-commits

eva         09/02/25 23:56:54

  Modified:             ChangeLog
  Added:                gtk-chtheme-0.3.1-r2.ebuild
  Removed:              gtk-chtheme-0.3.1.ebuild
  Log:
  Bump to 0.3.1-r2. Fix forced as-needed, bug #248655. Make it work with qgtkstyle, bug #250504.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 x11-themes/gtk-chtheme/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	29 Jun 2008 14:08:45 -0000	1.19
+++ ChangeLog	25 Feb 2009 23:56:53 -0000	1.20
@@ -1,6 +1,15 @@
 # ChangeLog for x11-themes/gtk-chtheme
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v 1.19 2008/06/29 14:08:45 nixnut Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v 1.20 2009/02/25 23:56:53 eva Exp $
+
+*gtk-chtheme-0.3.1-r2 (25 Feb 2009)
+
+  25 Feb 2009; Gilles Dartiguelongue <eva@gentoo.org>
+  +files/gtk-chtheme-0.3.1-asneeded.patch,
+  +files/gtk-chtheme-0.3.1-qgtkstyle.patch, -gtk-chtheme-0.3.1.ebuild,
+  +gtk-chtheme-0.3.1-r2.ebuild:
+  Bump to 0.3.1-r2. Fix forced as-needed, bug #248655. Make it work with
+  qgtkstyle, bug #250504.
 
   29 Jun 2008; nixnut <nixnut@gentoo.org> gtk-chtheme-0.3.1-r1.ebuild:
   Stable on ppc wrt bug 215121



1.1                  x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: gtk-chtheme-0.3.1-r2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild,v 1.1 2009/02/25 23:56:53 eva Exp $

inherit eutils toolchain-funcs

DESCRIPTION="GTK-2.0 Theme Switcher"
HOMEPAGE="http://plasmasturm.org/programs/gtk-chtheme/"
SRC_URI="http://plasmasturm.org/programs/gtk-chtheme/${P}.tar.bz2"

IUSE=""
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
LICENSE="GPL-2"

RDEPEND=">=x11-libs/gtk+-2"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_unpack() {
	unpack ${A}
	cd "${S}"

	# QA: stop Makefile from stripping the binaries
	sed -i -e "s:strip:true:" "${S}"/Makefile || die "sed failed"
	epatch "${FILESDIR}"/${P}-implicit.patch

	# Fix forced as-needed, bug #248655
	epatch "${FILESDIR}/${P}-asneeded.patch"

	# Make it work with qgtkstyle, bug #250504
	epatch "${FILESDIR}/${P}-qgtkstyle.patch"
}

src_compile() {
	emake CC="$(tc-getCC)" || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-25 23:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-25 23:56 [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-chtheme: ChangeLog gtk-chtheme-0.3.1-r2.ebuild gtk-chtheme-0.3.1.ebuild Gilles Dartiguelongue (eva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox