Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-themes-standard/files/, x11-themes/gnome-themes-standard/
Date: Fri, 07 Jul 2017 21:20:58
Message-Id: 1499462395.8aa4ad2484e336060f9f2cae4a6e870ceca2119d.leio@gentoo
1 commit: 8aa4ad2484e336060f9f2cae4a6e870ceca2119d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 21:00:29 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 21:19:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa4ad24
7
8 x11-themes/gnome-themes-standard: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 x11-themes/gnome-themes-standard/Manifest | 1 -
13 ...ome-themes-standard-3.20.2-exclude-engine.patch | 48 ---------------------
14 .../gnome-themes-standard-3.20.2-r1.ebuild | 49 ----------------------
15 3 files changed, 98 deletions(-)
16
17 diff --git a/x11-themes/gnome-themes-standard/Manifest b/x11-themes/gnome-themes-standard/Manifest
18 index 3ffde615387..ef8b10f395f 100644
19 --- a/x11-themes/gnome-themes-standard/Manifest
20 +++ b/x11-themes/gnome-themes-standard/Manifest
21 @@ -1,2 +1 @@
22 -DIST gnome-themes-standard-3.20.2.tar.xz 2878508 SHA256 9d0d9c4b2c9f9008301c3c1878ebb95859a735b7fd4a6a518802b9637e4a7915 SHA512 ce6dd2697e4afd5f36b6c362086eb5d5f3732ab863770f024e4970b2f7399b8ae6e49241de99bf8b558e4d80869ec1002d817f3dd9e7b8fbf9ea8da5a1d386fc WHIRLPOOL aa3e2f2f8a845cf6d1d09726cb58b113a8f4d6cf0cbf04b450602ba8ff17668dd827e0c2de40326f1a388d9a8998e03db4c301395a2e41ec3666e0c40cd23883
23 DIST gnome-themes-standard-3.22.3.tar.xz 2904736 SHA256 61dc87c52261cfd5b94d65e8ffd923ddeb5d3944562f84942eeeb197ab8ab56a SHA512 aa2f3ad4d867732cd09df6adb4f48ed2757e3f28930ef791ba97a82007332c810d84dd1074ca518ec0fe71bd7d8b95404854bd799e3b1fe616e1809e8ee33501 WHIRLPOOL cf45ce25f1fec524364c39aa8e367678e353c0f20443ec5bb380f187cf44d76fdb3c602b6c96a74f16a4ac479bf856e6fb84ddbb7a5b869e69d7734652db9613
24
25 diff --git a/x11-themes/gnome-themes-standard/files/gnome-themes-standard-3.20.2-exclude-engine.patch b/x11-themes/gnome-themes-standard/files/gnome-themes-standard-3.20.2-exclude-engine.patch
26 deleted file mode 100644
27 index fd48594f6a3..00000000000
28 --- a/x11-themes/gnome-themes-standard/files/gnome-themes-standard-3.20.2-exclude-engine.patch
29 +++ /dev/null
30 @@ -1,48 +0,0 @@
31 -From 15f99289cfa0d845cb8381b7151c938ca8531698 Mon Sep 17 00:00:00 2001
32 -From: Gilles Dartiguelongue <eva@g.o>
33 -Date: Mon, 3 Oct 2016 00:38:57 +0200
34 -Subject: [PATCH] Control build of gtk+2 adwaita theme engine from configure
35 -
36 -Rather than whole gtk+-2 theme.
37 -
38 -This only makes sense in Gentoo as the theme engine has been split to
39 -a separate package to allow gtk+2 free systems.
40 ----
41 - themes/Adwaita/Makefile.am | 6 +-----
42 - themes/Adwaita/gtk-2.0/Makefile.am | 2 ++
43 - 2 files changed, 3 insertions(+), 5 deletions(-)
44 -
45 -diff --git a/themes/Adwaita/Makefile.am b/themes/Adwaita/Makefile.am
46 -index 8583535..617b9a6 100644
47 ---- a/themes/Adwaita/Makefile.am
48 -+++ b/themes/Adwaita/Makefile.am
49 -@@ -1,8 +1,4 @@
50 --SUBDIRS = gtk-3.0
51 --
52 --if GTK2_ENGINE
53 --SUBDIRS += gtk-2.0
54 --endif
55 -+SUBDIRS = gtk-2.0 gtk-3.0
56 -
57 - THEME_NAME=Adwaita
58 - THEME_IN_FILES=index.theme.in
59 -diff --git a/themes/Adwaita/gtk-2.0/Makefile.am b/themes/Adwaita/gtk-2.0/Makefile.am
60 -index b78f7dc..1c73e67 100644
61 ---- a/themes/Adwaita/gtk-2.0/Makefile.am
62 -+++ b/themes/Adwaita/gtk-2.0/Makefile.am
63 -@@ -1,3 +1,4 @@
64 -+if GTK2_ENGINE
65 - enginedir = $(libdir)/gtk-2.0/$(GTK2_VERSION)/engines
66 - engine_LTLIBRARIES = libadwaita.la
67 -
68 -@@ -5,6 +6,7 @@ libadwaita_la_CFLAGS = $(GTK2_ENGINE_CFLAGS)
69 - libadwaita_la_SOURCES = adwaita_engine.c
70 - libadwaita_la_LDFLAGS = -module -avoid-version -no-undefined
71 - libadwaita_la_LIBADD = $(GTK2_ENGINE_LIBS)
72 -+endif
73 -
74 - themedir = $(datadir)/themes/Adwaita/gtk-2.0
75 - theme_DATA = gtkrc main.rc apps.rc
76 ---
77 -2.10.0
78 -
79
80 diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.20.2-r1.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.20.2-r1.ebuild
81 deleted file mode 100644
82 index 6e55cdc5a28..00000000000
83 --- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.20.2-r1.ebuild
84 +++ /dev/null
85 @@ -1,49 +0,0 @@
86 -# Copyright 1999-2017 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=6
90 -
91 -inherit autotools gnome.org
92 -
93 -DESCRIPTION="Standard Themes for GNOME Applications"
94 -HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/"
95 -
96 -LICENSE="LGPL-2.1+"
97 -SLOT="0"
98 -IUSE=""
99 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
100 -
101 -# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose
102 -# their default background image
103 -RDEPEND="
104 - >=gnome-base/gsettings-desktop-schemas-3.4
105 -"
106 -DEPEND="
107 - >=dev-util/intltool-0.40
108 - sys-devel/gettext
109 - virtual/pkgconfig
110 -"
111 -
112 -PATCHES=(
113 - # https://bugzilla.gnome.org/show_bug.cgi?id=746920
114 - "${FILESDIR}"/${PN}-3.14.2.3-srcdir.patch
115 - # Leave build of gtk+:2 engine to x11-themes/gtk-engines-adwaita
116 - "${FILESDIR}"/${PN}-3.20.2-exclude-engine.patch
117 -)
118 -
119 -src_prepare() {
120 - default
121 - eautoreconf
122 -}
123 -
124 -src_configure() {
125 - ECONF_SOURCE="${S}" econf \
126 - --disable-static \
127 - --disable-gtk2-engine \
128 - --disable-gtk3-engine \
129 - GTK_UPDATE_ICON_CACHE=$(type -P true)
130 -}
131 -
132 -src_install() {
133 - emake install DESTDIR="${D}"
134 -}