summaryrefslogtreecommitdiff
path: root/x11-themes/tango-icon-theme
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-03-05 11:32:26 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-03-05 11:32:26 +0000
commit09fb30dff9e9bcb47e82d9bc62c35b11fae334c8 (patch)
tree8e84641c3ccbbd34c2ac6b63275d23b7a06fca31 /x11-themes/tango-icon-theme
parente8963683db76581942b4d37d4e54b396ee44c5cf (diff)
fix our artwork, drop deprecated things
Diffstat (limited to 'x11-themes/tango-icon-theme')
-rw-r--r--x11-themes/tango-icon-theme/Manifest2
-rw-r--r--x11-themes/tango-icon-theme/metadata.xml8
-rw-r--r--x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild73
3 files changed, 0 insertions, 83 deletions
diff --git a/x11-themes/tango-icon-theme/Manifest b/x11-themes/tango-icon-theme/Manifest
deleted file mode 100644
index 65786b83..00000000
--- a/x11-themes/tango-icon-theme/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST fdo-icons-rogentos1.tar.gz 9926 SHA256 27f29588771f0f3799c77aa1037e56dab3d001b012bf7450f0f1dad4d1ce6cad SHA512 8d2cf343c69619247966e7c16fac105e47a52b44d31a3b8eac1375c445e74b85471d0b0604d38306cf3f2a88927924da73316c8a3719702e4c0037e7d93cbab0 WHIRLPOOL 5f8ff2cc5c13ac39f4d944d49b5228b848904e7982e5422031c86db135c84abcfa120548ec65bb798ee7c35483504c010b431c2146fe32e0141aada80fb67042
-DIST tango-icon-theme-0.8.90.tar.gz 1790489 SHA256 6e98d8032d57d818acc907ec47e6a718851ff251ae7c29aafb868743eb65c88e SHA512 78b909bfc8b126060f8a320f5465ee6af98533b5229ebe46952469ba9f08796189b1ad8110e0ffa1e5745d083cad292396af887c4f8792595b0b8d2891258a52 WHIRLPOOL 112b50fac26ee53e2815f10204d209656d26f7b8fe7582a0d0b1c64aa1c2a55495d4f5e5f67c39b549b84f1e422bf6deb61461a3182a633511c579220561a4c2
diff --git a/x11-themes/tango-icon-theme/metadata.xml b/x11-themes/tango-icon-theme/metadata.xml
deleted file mode 100644
index c03b663e..00000000
--- a/x11-themes/tango-icon-theme/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>freedesktop</herd>
- <maintainer>
- <email>freedesktop-bugs@gentoo.org</email>
- </maintainer>
-</pkgmetadata>
diff --git a/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild b/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild
deleted file mode 100644
index 0b16d0e9..00000000
--- a/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild,v 1.10 2010/07/08 02:01:01 ssuominen Exp $
-
-EAPI=2
-SLREV=1
-inherit gnome2-utils
-
-DESCRIPTION="SVG and PNG icon theme from the Tango project"
-HOMEPAGE="http://tango.freedesktop.org"
-SRC_URI="http://tango.freedesktop.org/releases/${P}.tar.gz
- branding? ( http://pkg2.rogentos.ro/~noxis/distro/${CATEGORY}/fdo-icons-rogentos${SLREV}.tar.gz
- http://bpr.bluepink.ro/~rogentos/distro/${CATEGORY}/fdo-icons-rogentos${SLREV}.tar.gz )"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="branding png"
-
-RDEPEND=">=x11-themes/hicolor-icon-theme-0.12"
-DEPEND="${RDEPEND}
- dev-util/intltool
- dev-util/pkgconfig
- >=gnome-base/librsvg-2.12.3
- || ( media-gfx/imagemagick[png?] media-gfx/graphicsmagick[imagemagick,png?] )
- sys-devel/gettext
- >=x11-misc/icon-naming-utils-0.8.90"
-
-RESTRICT="binchecks strip"
-
-src_prepare() {
- sed -i -e '/svgconvert_prog/s:rsvg:&-convert:' configure || die #413183
-}
-
-src_configure() {
- econf \
- $(use_enable png png-creation) \
- $(use_enable png icon-framing)
-}
-
-src_install() {
- addwrite /root/.gnome2
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog README
-
- if use branding; then
- # replace tango icon start-here.{png,svg} with Rogentos ones
- for dir in "${D}"/usr/share/icons/Tango/*/places; do
- base_dir=$(dirname "${dir}")
- icon_dir=$(basename "${base_dir}")
- rogentos_svg_file="${WORKDIR}"/fdo-icons-rogentos/scalable/places/start-here.svg
- if [ "${icon_dir}" = "scalable" ]; then
- cp "${rogentos_svg_file}" "${dir}/start-here.svg" || die
- else
- convert -background none -resize \
- "${icon_dir}" "${rogentos_svg_file}" \
- "${dir}/start-here.png" || die
- fi
- done
- fi
-}
-
-pkg_preinst() {
- gnome2_icon_savelist;
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update;
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update;
-}