Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/oxygen-gtk: oxygen-gtk-1.3.4.ebuild oxygen-gtk-1.1.4.ebuild ChangeLog
Date: Sat, 01 Jun 2013 12:23:09
Message-Id: 20130601122306.66C592171D@flycatcher.gentoo.org
1 johu 13/06/01 12:23:06
2
3 Modified: ChangeLog
4 Added: oxygen-gtk-1.3.4.ebuild oxygen-gtk-1.1.4.ebuild
5 Log:
6 Version bump in slot 2 and 3.
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
9
10 Revision Changes Path
11 1.54 x11-themes/oxygen-gtk/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?rev=1.54&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?rev=1.54&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?r1=1.53&r2=1.54
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v
20 retrieving revision 1.53
21 retrieving revision 1.54
22 diff -u -r1.53 -r1.54
23 --- ChangeLog 26 Apr 2013 18:01:09 -0000 1.53
24 +++ ChangeLog 1 Jun 2013 12:23:06 -0000 1.54
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.53 2013/04/26 18:01:09 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.54 2013/06/01 12:23:06 johu Exp $
30 +
31 +*oxygen-gtk-1.3.4 (01 Jun 2013)
32 +*oxygen-gtk-1.1.4 (01 Jun 2013)
33 +
34 + 01 Jun 2013; Johannes Huber <johu@g.o> +oxygen-gtk-1.1.4.ebuild,
35 + +oxygen-gtk-1.3.4.ebuild:
36 + Version bump in slot 2 and 3.
37
38 *oxygen-gtk-1.1.3 (26 Apr 2013)
39 *oxygen-gtk-1.3.3 (26 Apr 2013)
40
41
42
43 1.1 x11-themes/oxygen-gtk/oxygen-gtk-1.3.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.3.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.3.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: oxygen-gtk-1.3.4.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.3.4.ebuild,v 1.1 2013/06/01 12:23:06 johu 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.1.4.ebuild
106
107 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.1.4.ebuild?rev=1.3&view=markup
108 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.1.4.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.1.4.ebuild?r1=1.2&r2=1.3