Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/oxygen-gtk: oxygen-gtk-1.4.0.ebuild oxygen-gtk-1.2.0.ebuild ChangeLog
Date: Sat, 31 Aug 2013 11:29:20
Message-Id: 20130831112907.4C9D22004B@flycatcher.gentoo.org
1 mrueg 13/08/31 11:29:07
2
3 Modified: ChangeLog
4 Added: oxygen-gtk-1.4.0.ebuild oxygen-gtk-1.2.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.61 x11-themes/oxygen-gtk/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?rev=1.61&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?rev=1.61&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?r1=1.60&r2=1.61
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v
20 retrieving revision 1.60
21 retrieving revision 1.61
22 diff -u -r1.60 -r1.61
23 --- ChangeLog 30 Jun 2013 10:35:19 -0000 1.60
24 +++ ChangeLog 31 Aug 2013 11:29:07 -0000 1.61
25 @@ -1,6 +1,13 @@
26 # ChangeLog for x11-themes/oxygen-gtk
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.60 2013/06/30 10:35:19 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.61 2013/08/31 11:29:07 mrueg Exp $
30 +
31 +*oxygen-gtk-1.4.0 (31 Aug 2013)
32 +*oxygen-gtk-1.2.0 (31 Aug 2013)
33 +
34 + 31 Aug 2013; Manuel RĂ¼ger <mrueg@g.o> +oxygen-gtk-1.2.0.ebuild,
35 + +oxygen-gtk-1.4.0.ebuild:
36 + Version bump
37
38 30 Jun 2013; Johannes Huber <johu@g.o> -oxygen-gtk-1.1.3.ebuild,
39 -oxygen-gtk-1.3.3.ebuild:
40
41
42
43 1.1 x11-themes/oxygen-gtk/oxygen-gtk-1.4.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.4.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.4.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: oxygen-gtk-1.4.0.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.4.0.ebuild,v 1.1 2013/08/31 11:29:07 mrueg Exp $
53
54 EAPI=5
55
56 MY_PN=${PN}2
57 MY_P=${MY_PN}-${PV}
58
59 inherit cmake-utils
60
61 DESCRIPTION="Official GTK+:2 port of KDE's Oxygen widget style"
62 HOMEPAGE="https://projects.kde.org/projects/playground/artwork/oxygen-gtk"
63 SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2"
64
65 LICENSE="LGPL-2.1"
66 KEYWORDS="~amd64 ~ppc ~x86"
67 SLOT="2"
68 IUSE="debug doc"
69
70 RDEPEND="
71 !x11-themes/oxygen-gtk:0
72 dev-libs/dbus-glib
73 dev-libs/glib:2
74 x11-libs/cairo
75 x11-libs/gdk-pixbuf
76 >=x11-libs/gtk+-2.24.2:2
77 x11-libs/libX11
78 x11-libs/pango
79 "
80 DEPEND="${RDEPEND}
81 virtual/pkgconfig
82 doc? ( app-doc/doxygen )
83 "
84
85 DOCS=( AUTHORS README TODO )
86
87 S=${WORKDIR}/${MY_P}
88
89 src_install() {
90 if use doc; then
91 { cd "${S}" && doxygen Doxyfile; } || die "Generating documentation failed"
92 HTML_DOCS=( "${S}/doc/html/" )
93 fi
94
95 cmake-utils_src_install
96
97 cat <<-EOF > 99oxygen-gtk2
98 CONFIG_PROTECT="${EPREFIX}/usr/share/themes/oxygen-gtk/gtk-2.0"
99 EOF
100 doenvd 99oxygen-gtk2
101 }
102
103
104
105 1.3 x11-themes/oxygen-gtk/oxygen-gtk-1.2.0.ebuild
106
107 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.2.0.ebuild?rev=1.3&view=markup
108 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.2.0.ebuild?rev=1.3&content-type=text/plain
109 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.2.0.ebuild?r1=1.2&r2=1.3