Skip to content

Commit

Permalink
Bump adwaita-icon-theme to 3.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hhfeuer committed Nov 20, 2018
1 parent a20853b commit bb102c3
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x11-themes/adwaita-icon-theme/Manifest
@@ -1,3 +1,5 @@
DIST adwaita-icon-theme-3.30.0.tar.xz 19933720 BLAKE2B 8a2e32eb5e9a9c6885b423ece0d575668ebb030237bd11a3344ac3ab2b0ff49a579c725d2ff13bc6f0ba4808faa9fcd4c6ede88ac6f26e2d076cf7c10879e9f5 SHA512 7adcf5291d1e5135bdb37310ccc1ca228434ef44281aab058464716abfafddd3d02cb9400f55df1ac9d526a6f69fe573a29a2662ccbb39bc2714fe0755083e4c
DIST adwaita-icon-theme-3.30.1.tar.xz 19931180 BLAKE2B cf64c6b45dc503496faa4e00911b39bd52e77967968e948e98f146249f29f17e3018587ae6a23d6f51fd4cab7479cab858a989e134c72d05682d9c8d4a29c03b SHA512 6ec37190802655156e4883622717e0fa97cad3488008fd78df508675f48dedaf50933365d82e806a8595309d4daf50cb15ef9e7c88d6735e972ecc51d6bcd3d6
DIST tango-gentoo-v1.1.tar.gz 29322 BLAKE2B 83fa2bf37727e60851dd679054fe1b153ebfea58c9a9a40f891f7d68d3b047b02e8effa1d1b4e08d64500a2072ce7200f159c92a352da7124de27e1b05bb6027 SHA512 87d47ddab68361db6d99866c51705dcb3e198f8345a1096859acf2c6cca5099dd23c7fb30d124f52c4933ea38fd45fadffbbe6ecbdfa84f5b60938a4824f9045
EBUILD adwaita-icon-theme-3.30.0.ebuild 1693 BLAKE2B b74caf01a5e6af902c46b77eaae97de8ed381932156c9859b1628fe64762f145f62c7932d1ccac84204f88c454f6bfd32d674856b0051ab0a4fef54875cbe778 SHA512 120b3fd8f01791fc98b6e8cbfcbd42f5cecb8f22c5325ea8fce1f84328d7999ab5f81b3e3935533c528cee4a71facd23a5e3b99e7f8ca47dac783c9dd83a3a73
EBUILD adwaita-icon-theme-3.30.1.ebuild 1693 BLAKE2B b74caf01a5e6af902c46b77eaae97de8ed381932156c9859b1628fe64762f145f62c7932d1ccac84204f88c454f6bfd32d674856b0051ab0a4fef54875cbe778 SHA512 120b3fd8f01791fc98b6e8cbfcbd42f5cecb8f22c5325ea8fce1f84328d7999ab5f81b3e3935533c528cee4a71facd23a5e3b99e7f8ca47dac783c9dd83a3a73
58 changes: 58 additions & 0 deletions x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.30.1.ebuild
@@ -0,0 +1,58 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="6"

inherit gnome2

DESCRIPTION="GNOME default icon theme"
HOMEPAGE="https://git.gnome.org/browse/adwaita-icon-theme/"

SRC_URI="${SRC_URI}
branding? ( https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )
"
LICENSE="
|| ( LGPL-3 CC-BY-SA-3.0 )
branding? ( CC-BY-SA-4.0 )
"
SLOT="0"
IUSE="branding"
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"

# gtk+:3 is needed for build for the gtk-encode-symbolic-svg utility
# 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
COMMON_DEPEND="
>=x11-themes/hicolor-icon-theme-0.10
gnome-base/librsvg:2
"
RDEPEND="${COMMON_DEPEND}
!<x11-themes/gnome-themes-standard-3.14
"
DEPEND="${COMMON_DEPEND}
x11-libs/gtk+:3
sys-devel/gettext
virtual/pkgconfig
"
# This ebuild does not install any binaries
RESTRICT="binchecks strip"

src_prepare() {
if use branding; then
for i in 16 22 24 32 48; do
cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
"${S}"/Adwaita/${i}x${i}/places/start-here.png \
|| die "Copying gentoo logos failed"
done
fi

# Install cursors in the right place used in Gentoo
sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
-i "${S}"/Makefile.am \
-i "${S}"/Makefile.in || die

gnome2_src_prepare
}

src_configure() {
gnome2_src_configure GTK_UPDATE_ICON_CACHE=$(type -P true)
}

0 comments on commit bb102c3

Please sign in to comment.