public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/compiz-plugins-extra: compiz-plugins-extra-0.8.8.ebuild ChangeLog
@ 2012-08-10 16:33 Maxim Koltsov (maksbotan)
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Koltsov (maksbotan) @ 2012-08-10 16:33 UTC (permalink / raw
  To: gentoo-commits

maksbotan    12/08/10 16:33:23

  Modified:             ChangeLog
  Added:                compiz-plugins-extra-0.8.8.ebuild
  Log:
  Bump to 0.8.8, bug 429988. Thanks to Pinkbyte
  
  (Portage version: 2.1.11.4/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 x11-plugins/compiz-plugins-extra/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	5 May 2012 05:12:01 -0000	1.18
+++ ChangeLog	10 Aug 2012 16:33:23 -0000	1.19
@@ -1,6 +1,12 @@
 # ChangeLog for x11-plugins/compiz-plugins-extra
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog,v 1.18 2012/05/05 05:12:01 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog,v 1.19 2012/08/10 16:33:23 maksbotan Exp $
+
+*compiz-plugins-extra-0.8.8 (10 Aug 2012)
+
+  10 Aug 2012; Maxim Koltsov <maksbotan@gentoo.org>
+  +compiz-plugins-extra-0.8.8.ebuild:
+  Bump to 0.8.8, bug 429988. Thanks to Pinkbyte
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org>
   compiz-plugins-extra-0.8.6-r1.ebuild:
@@ -94,4 +100,3 @@
   03 Apr 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
   +metadata.xml, +compiz-plugins-extra-0.8.2.ebuild:
   Bumped compiz to the 0.8.2 release.
-



1.1                  x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.8.ebuild?rev=1.1&content-type=text/plain

Index: compiz-plugins-extra-0.8.8.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.8.ebuild,v 1.1 2012/08/10 16:33:23 maksbotan Exp $

EAPI="4"

inherit autotools eutils gnome2-utils

DESCRIPTION="Compiz Fusion Window Decorator Extra Plugins"
HOMEPAGE="http://www.compiz.org/"
SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"

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

RDEPEND="
	>=gnome-base/librsvg-2.14.0:2
	virtual/jpeg:0
	>=x11-libs/compiz-bcop-${PV}
	>=x11-plugins/compiz-plugins-main-${PV}
	>=x11-wm/compiz-${PV}[gconf?]
	libnotify? ( x11-libs/libnotify )
"

DEPEND="${RDEPEND}
	>=dev-util/intltool-0.35
	virtual/pkgconfig
	>=sys-devel/gettext-0.15
	x11-libs/cairo
	gconf? ( gnome-base/gconf:2 )
"

DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"

src_prepare() {
	if ! use gconf; then
		epatch "${FILESDIR}"/${PN}-no-gconf.patch
	fi
	epatch "${FILESDIR}/${P}-libnotify.patch"

	eautoreconf
}

src_configure() {
	econf \
		--enable-fast-install \
		--disable-static \
		$(use_enable gconf schemas) \
		$(use_with libnotify)
}

src_install() {
	default
	prune_libtool_files
}

pkg_preinst() {
	use gconf && gnome2_gconf_savelist
}

pkg_postinst() {
	use gconf && gnome2_gconf_install
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-plugins/compiz-plugins-extra: compiz-plugins-extra-0.8.8.ebuild ChangeLog
@ 2012-08-16 19:17 Maxim Koltsov (maksbotan)
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Koltsov (maksbotan) @ 2012-08-16 19:17 UTC (permalink / raw
  To: gentoo-commits

maksbotan    12/08/16 19:17:15

  Modified:             compiz-plugins-extra-0.8.8.ebuild ChangeLog
  Log:
  Add correct libnotify patch for 0.8.8
  
  (Portage version: 2.1.11.4/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.8.ebuild?r1=1.1&r2=1.2

Index: compiz-plugins-extra-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- compiz-plugins-extra-0.8.8.ebuild	10 Aug 2012 16:33:23 -0000	1.1
+++ compiz-plugins-extra-0.8.8.ebuild	16 Aug 2012 19:17:15 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.8.ebuild,v 1.1 2012/08/10 16:33:23 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.8.ebuild,v 1.2 2012/08/16 19:17:15 maksbotan Exp $
 
 EAPI="4"
 
@@ -48,7 +48,7 @@
 		--enable-fast-install \
 		--disable-static \
 		$(use_enable gconf schemas) \
-		$(use_with libnotify)
+		$(use_with libnotify notifications)
 }
 
 src_install() {



1.20                 x11-plugins/compiz-plugins-extra/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	10 Aug 2012 16:33:23 -0000	1.19
+++ ChangeLog	16 Aug 2012 19:17:15 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/compiz-plugins-extra
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog,v 1.19 2012/08/10 16:33:23 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog,v 1.20 2012/08/16 19:17:15 maksbotan Exp $
+
+  16 Aug 2012; Maxim Koltsov <maksbotan@gentoo.org>
+  +files/compiz-plugins-extra-0.8.8-libnotify.patch,
+  compiz-plugins-extra-0.8.8.ebuild:
+  Add correct libnotify patch for 0.8.8
 
 *compiz-plugins-extra-0.8.8 (10 Aug 2012)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-16 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-16 19:17 [gentoo-commits] gentoo-x86 commit in x11-plugins/compiz-plugins-extra: compiz-plugins-extra-0.8.8.ebuild ChangeLog Maxim Koltsov (maksbotan)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-10 16:33 Maxim Koltsov (maksbotan)

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