Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mate-base/mate-desktop: metadata.xml mate-desktop-1.6.2.ebuild ChangeLog
Date: Sun, 02 Mar 2014 02:18:48
Message-Id: 20140302021845.41A572004E@flycatcher.gentoo.org
1 tomwij 14/03/02 02:18:45
2
3 Added: metadata.xml mate-desktop-1.6.2.ebuild ChangeLog
4 Log:
5 New ebuild for mate-base/mate-desktop, libraries for the MATE desktop that are not part of the UI; imported from the mate-overlay, reviewed and adjusted.
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.1 mate-base/mate-desktop/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-desktop/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-desktop/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <maintainer>
21 <email>TomWij@g.o</email>
22 <name>Tom Wijsman</name>
23 </maintainer>
24 </pkgmetadata>
25
26
27
28 1.1 mate-base/mate-desktop/mate-desktop-1.6.2.ebuild
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-desktop/mate-desktop-1.6.2.ebuild?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-desktop/mate-desktop-1.6.2.ebuild?rev=1.1&content-type=text/plain
32
33 Index: mate-desktop-1.6.2.ebuild
34 ===================================================================
35 # Copyright 1999-2014 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Header: /var/cvsroot/gentoo-x86/mate-base/mate-desktop/mate-desktop-1.6.2.ebuild,v 1.1 2014/03/02 02:18:45 tomwij Exp $
38
39 EAPI="5"
40
41 GCONF_DEBUG="yes"
42 GNOME2_LA_PUNT="yes"
43
44 inherit gnome2 multilib versionator
45
46 MATE_BRANCH="$(get_version_component_range 1-2)"
47
48 SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
49 DESCRIPTION="Libraries for the MATE desktop that are not part of the UI"
50 HOMEPAGE="http://mate-desktop.org"
51
52 LICENSE="GPL-2 FDL-1.1 LGPL-2"
53 SLOT="0"
54 KEYWORDS="~amd64"
55
56 IUSE="X startup-notification"
57
58 RDEPEND=">=dev-libs/glib-2.34:2
59 >=dev-libs/libunique-1:1
60 sys-libs/glibc:2.2
61 x11-libs/cairo:0
62 >=x11-libs/gdk-pixbuf-2.4:2
63 >=x11-libs/gtk+-2.24:2
64 x11-libs/libX11:0
65 >=x11-libs/libXrandr-1.2:0
66 startup-notification? ( >=x11-libs/startup-notification-0.5:0 )
67 virtual/libintl:0"
68
69 # Include X11/Xatom.h in libgnome-desktop/gnome-bg.c which comes from xproto,
70 # include X11/extensions/Xrandr.h that includes randr.h comes from randrproto
71 # (and eventually libXrandr shouldn't RDEPEND on randrproto).
72 DEPEND="${RDEPEND}
73 app-text/docbook-xml-dtd:4.1.2
74 >=app-text/mate-doc-utils-1.6:0
75 >=dev-util/intltool-0.40:0
76 sys-devel/gettext:0
77 >=x11-proto/randrproto-1.2:0
78 x11-proto/xproto:0
79 virtual/pkgconfig:0"
80
81 src_configure() {
82 gnome2_src_configure \
83 --enable-mate-conf-import \
84 --with-gtk=2.0 \
85 $(use_with X x) \
86 $(use_enable startup-notification)
87 }
88
89 DOCS="AUTHORS ChangeLog HACKING NEWS README"
90
91 src_install() {
92 gnome2_src_install
93 }
94
95
96
97 1.1 mate-base/mate-desktop/ChangeLog
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-desktop/ChangeLog?rev=1.1&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-desktop/ChangeLog?rev=1.1&content-type=text/plain
101
102 Index: ChangeLog
103 ===================================================================
104 # ChangeLog for mate-base/mate-desktop
105 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
106 # $Header: /var/cvsroot/gentoo-x86/mate-base/mate-desktop/ChangeLog,v 1.1 2014/03/02 02:18:45 tomwij Exp $
107
108 *mate-desktop-1.6.2 (02 Mar 2014)
109
110 02 Mar 2014; Tom Wijsman <TomWij@g.o> +mate-desktop-1.6.2.ebuild,
111 +metadata.xml:
112 New ebuild for mate-base/mate-desktop, libraries for the MATE desktop that are
113 not part of the UI; imported from the mate-overlay, reviewed and adjusted.