Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/
Date: Fri, 03 Aug 2018 09:06:51
Message-Id: 1533287191.1980c9a2a4f0cbf69e0b36e58e146fcf8ef953bb.leio@gentoo
1 commit: 1980c9a2a4f0cbf69e0b36e58e146fcf8ef953bb
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 3 09:06:31 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 3 09:06:31 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1980c9a2
7
8 x11-themes/adwaita-icon-theme: remove, available in ::gentoo
9
10 .../adwaita-icon-theme-3.26.1.ebuild | 58 ----------------------
11 x11-themes/adwaita-icon-theme/metadata.xml | 8 ---
12 2 files changed, 66 deletions(-)
13
14 diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.26.1.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.26.1.ebuild
15 deleted file mode 100644
16 index 237c5b41..00000000
17 --- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.26.1.ebuild
18 +++ /dev/null
19 @@ -1,58 +0,0 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -
23 -EAPI="6"
24 -
25 -inherit gnome2
26 -
27 -DESCRIPTION="GNOME default icon theme"
28 -HOMEPAGE="https://git.gnome.org/browse/adwaita-icon-theme/"
29 -
30 -SRC_URI="${SRC_URI}
31 - branding? ( https://www.mail-archive.com/tango-artists@×××××××××××××××××.org/msg00043/tango-gentoo-v1.1.tar.gz )
32 -"
33 -LICENSE="
34 - || ( LGPL-3 CC-BY-SA-3.0 )
35 - branding? ( CC-BY-SA-4.0 )
36 -"
37 -SLOT="0"
38 -IUSE="branding"
39 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
40 -
41 -# gtk+:3 is needed for build for the gtk-encode-symbolic-svg utility
42 -# librsvg is needed for gtk-encode-symbolic-svg to be able to read the source SVG via its pixbuf loader and at runtime for rendering scalable icons shipped by the theme
43 -COMMON_DEPEND="
44 - >=x11-themes/hicolor-icon-theme-0.10
45 - gnome-base/librsvg:2
46 -"
47 -RDEPEND="${COMMON_DEPEND}
48 - !<x11-themes/gnome-themes-standard-3.14
49 -"
50 -DEPEND="${COMMON_DEPEND}
51 - x11-libs/gtk+:3
52 - sys-devel/gettext
53 - virtual/pkgconfig
54 -"
55 -# This ebuild does not install any binaries
56 -RESTRICT="binchecks strip"
57 -
58 -src_prepare() {
59 - if use branding; then
60 - for i in 16 22 24 32 48; do
61 - cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
62 - "${S}"/Adwaita/${i}x${i}/places/start-here.png \
63 - || die "Copying gentoo logos failed"
64 - done
65 - fi
66 -
67 - # Install cursors in the right place used in Gentoo
68 - sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
69 - -i "${S}"/Makefile.am \
70 - -i "${S}"/Makefile.in || die
71 -
72 - gnome2_src_prepare
73 -}
74 -
75 -src_configure() {
76 - gnome2_src_configure GTK_UPDATE_ICON_CACHE=$(type -P true)
77 -}
78
79 diff --git a/x11-themes/adwaita-icon-theme/metadata.xml b/x11-themes/adwaita-icon-theme/metadata.xml
80 deleted file mode 100644
81 index 39980802..00000000
82 --- a/x11-themes/adwaita-icon-theme/metadata.xml
83 +++ /dev/null
84 @@ -1,8 +0,0 @@
85 -<?xml version="1.0" encoding="UTF-8"?>
86 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
87 -<pkgmetadata>
88 -<maintainer type="project">
89 - <email>gnome@g.o</email>
90 - <name>Gentoo GNOME Desktop</name>
91 -</maintainer>
92 -</pkgmetadata>