public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-themes/oxygen-gtk: ChangeLog oxygen-gtk-1.0.1-r1.ebuild oxygen-gtk-1.0.0.ebuild oxygen-gtk-1.0.1.ebuild
@ 2011-01-20  1:20 Maciej Mrozowski (reavertm)
  0 siblings, 0 replies; only message in thread
From: Maciej Mrozowski (reavertm) @ 2011-01-20  1:20 UTC (permalink / raw
  To: gentoo-commits

reavertm    11/01/20 01:20:38

  Modified:             ChangeLog
  Added:                oxygen-gtk-1.0.1-r1.ebuild
  Removed:              oxygen-gtk-1.0.0.ebuild oxygen-gtk-1.0.1.ebuild
  Log:
  Remove old, add CONFIG_PROTECT to fix bug 351614, QA: install some misc files, sort dependencies, add debug and doc USE flags.
  
  (Portage version: 2.2.0_alpha18/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-themes/oxygen-gtk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	13 Jan 2011 18:51:39 -0000	1.3
+++ ChangeLog	20 Jan 2011 01:20:38 -0000	1.4
@@ -1,6 +1,14 @@
 # ChangeLog for x11-themes/oxygen-gtk
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.3 2011/01/13 18:51:39 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.4 2011/01/20 01:20:38 reavertm Exp $
+
+*oxygen-gtk-1.0.1-r1 (20 Jan 2011)
+
+  20 Jan 2011; Maciej Mrozowski <reavertm@gentoo.org>
+  -oxygen-gtk-1.0.0.ebuild, -oxygen-gtk-1.0.1.ebuild,
+  +oxygen-gtk-1.0.1-r1.ebuild:
+  Remove old, add CONFIG_PROTECT to fix bug 351614, install some misc files,
+  sort dependencies, add debug and doc USE flags.
 
 *oxygen-gtk-1.0.1 (13 Jan 2011)
 



1.1                  x11-themes/oxygen-gtk/oxygen-gtk-1.0.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.0.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.0.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: oxygen-gtk-1.0.1-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.0.1-r1.ebuild,v 1.1 2011/01/20 01:20:38 reavertm Exp $

EAPI=3

inherit cmake-utils

DESCRIPTION="Official GTK+ port of KDE's Oxygen widget style"
HOMEPAGE="https://projects.kde.org/projects/playground/artwork/oxygen-gtk"
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"

LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="debug doc"

RDEPEND="
	dev-libs/glib
	x11-libs/cairo
	x11-libs/gtk+
	x11-libs/libX11
	x11-libs/pango
"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	doc? ( app-doc/doxygen )
"

DOCS=(AUTHORS README)

src_install() {
	if use doc; then
		{ cd "${S}" && doxygen Doxyfile; } || die "Generating documentation failed"
		HTML_DOCS=( "${S}/doc/html/" )
	fi

	cmake-utils_src_install

	cat <<-EOF > 99oxygen-gtk
CONFIG_PROTECT="${EPREFIX}/usr/share/themes/oxygen-gtk/gtk-2.0"
EOF
	doenvd 99oxygen-gtk
}






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

only message in thread, other threads:[~2011-01-20  1:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-20  1:20 [gentoo-commits] gentoo-x86 commit in x11-themes/oxygen-gtk: ChangeLog oxygen-gtk-1.0.1-r1.ebuild oxygen-gtk-1.0.0.ebuild oxygen-gtk-1.0.1.ebuild Maciej Mrozowski (reavertm)

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