public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-murrine: metadata.xml ChangeLog gtk-engines-murrine-0.90.3.ebuild
@ 2009-04-05 12:47 Markus Ullmann (jokey)
  0 siblings, 0 replies; only message in thread
From: Markus Ullmann (jokey) @ 2009-04-05 12:47 UTC (permalink / raw
  To: gentoo-commits

jokey       09/04/05 12:47:25

  Modified:             metadata.xml ChangeLog
  Added:                gtk-engines-murrine-0.90.3.ebuild
  Log:
  Version bump, misc ebuild improvements
  (Portage version: 2.2_rc28/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-themes/gtk-engines-murrine/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-murrine/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-murrine/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/gtk-engines-murrine/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-murrine/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	17 Mar 2008 20:28:42 -0000	1.3
+++ metadata.xml	5 Apr 2009 12:47:25 -0000	1.4
@@ -22,4 +22,7 @@
 ubuntulooks (30% faster and more), since I have tried to optimize the code and
 removed a lot of slow gradients to provide this unique style.
 	</longdescription>
+<use>
+<flag name="animation-rtl">progressbar animation from right to left</flag>
+</use>
 </pkgmetadata>



1.35                 x11-themes/gtk-engines-murrine/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-murrine/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	7 Jul 2008 21:55:24 -0000	1.34
+++ ChangeLog	5 Apr 2009 12:47:25 -0000	1.35
@@ -1,6 +1,12 @@
 # ChangeLog for x11-themes/gtk-engines-murrine
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-murrine/ChangeLog,v 1.34 2008/07/07 21:55:24 jokey Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-murrine/ChangeLog,v 1.35 2009/04/05 12:47:25 jokey Exp $
+
+*gtk-engines-murrine-0.90.3 (05 Apr 2009)
+
+  05 Apr 2009; Markus Ullmann <jokey@gentoo.org>
+  +gtk-engines-murrine-0.90.3.ebuild:
+  Version bump, misc ebuild improvements
 
   07 Jul 2008; Markus Ullmann <jokey@gentoo.org>
   gtk-engines-murrine-0.53.1-r1.ebuild:



1.1                  x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.90.3.ebuild

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

Index: gtk-engines-murrine-0.90.3.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-engines-murrine/gtk-engines-murrine-0.90.3.ebuild,v 1.1 2009/04/05 12:47:25 jokey Exp $

EAPI=2

inherit eutils autotools

MY_P=${P/gtk-engines-//}

DESCRIPTION="Murrine GTK+2 Cairo Engine"
HOMEPAGE="http://www.cimitan.com/murrine/"

THEME_URI="http://www.cimitan.com/murrine/files"
SRC_URI="mirror://gnome/sources/murrine/0.90/${MY_P}.tar.bz2
		 ${THEME_URI}/MurrinaBlu-0.32.tar.gz
		 ${THEME_URI}/MurrinaGilouche.tar.bz2
		 ${THEME_URI}/MurrinaCream.tar.gz
		 ${THEME_URI}/MurrinaVerdeOlivo.tar.bz2
		 ${THEME_URI}/MurrinaCandido.tar.gz
		 ${THEME_URI}/MurrinaAquaIsh.tar.bz2
		 ${THEME_URI}/MurrinaChrome.tar.gz
		 ${THEME_URI}/MurrinaFancyCandy.tar.bz2
		 ${THEME_URI}/MurrinaLoveGray.tar.bz2
		 ${THEME_URI}/MurrineRounded.tar.bz2
		 ${THEME_URI}/MurrinaTango.tar.bz2
		 ${THEME_URI}/MurrinaBlue.tar.bz2
		 ${THEME_URI}/Murrine-Light.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="animation-rtl"

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

S="${WORKDIR}/${MY_P}"

src_configure() {
	local myconf
	use animation-rtl && myconf="--enable-animation-rtl"
	econf \
		--enable-animation \
		--enable-rgba \
		$myconf || die "econf failed"
}

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

	dodoc AUTHORS ChangeLog NEWS TODO

	dodir /usr/share/themes
	insinto /usr/share/themes
	doins -r "${WORKDIR}"/Murrin*
}






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

only message in thread, other threads:[~2009-04-05 12:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-05 12:47 [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-murrine: metadata.xml ChangeLog gtk-engines-murrine-0.90.3.ebuild Markus Ullmann (jokey)

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