public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-themes/human-icon-theme: metadata.xml ChangeLog human-icon-theme-0.36.ebuild
@ 2010-04-02 16:18 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-04-02 16:18 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/04/02 16:18:59

  Added:                metadata.xml ChangeLog human-icon-theme-0.36.ebuild
  Log:
  Initial commit.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-themes/human-icon-theme/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/human-icon-theme/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/human-icon-theme/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>desktop-misc</herd>
</pkgmetadata>



1.1                  x11-themes/human-icon-theme/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/human-icon-theme/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/human-icon-theme/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for x11-themes/human-icon-theme
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/human-icon-theme/ChangeLog,v 1.1 2010/04/02 16:18:59 ssuominen Exp $

*human-icon-theme-0.36 (02 Apr 2010)

  02 Apr 2010; Samuli Suominen <ssuominen@gentoo.org>
  +human-icon-theme-0.36.ebuild:
  Initial commit.




1.1                  x11-themes/human-icon-theme/human-icon-theme-0.36.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/human-icon-theme/human-icon-theme-0.36.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/human-icon-theme/human-icon-theme-0.36.ebuild?rev=1.1&content-type=text/plain

Index: human-icon-theme-0.36.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/human-icon-theme/human-icon-theme-0.36.ebuild,v 1.1 2010/04/02 16:18:59 ssuominen Exp $

EAPI=3
inherit gnome2-utils

DESCRIPTION="A nice and well polished icon theme"
HOMEPAGE="http://packages.ubuntu.com/lucid/human-icon-theme"
SRC_URI="mirror://ubuntu/pool/universe/h/${PN}/${PN}_${PV}.tar.gz
	http://www.gentoo.org/images/gentoo-logo.svg"

LICENSE="CCPL-Attribution-ShareAlike-2.5"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="|| ( x11-themes/tangerine-icon-theme x11-themes/gnome-icon-theme )"
DEPEND="gnome-base/librsvg
	>=x11-misc/icon-naming-utils-0.8.90
	dev-util/intltool
	sys-devel/gettext"

S=${WORKDIR}/${PN}

RESTRICT="binchecks strip"

src_prepare() {
	sed -i \
		-e 's:lib/icon-naming-utils/icon:libexec/icon:' \
		Makefile || die

	cp "${DISTDIR}"/gentoo-logo.svg scalable/places/start-here.svg || die

	local res
	for res in 22 32 48; do
		rsvg -w ${res} -h ${res} scalable/places/start-here.svg \
			${res}x${res}/places/start-here.png || die
	done
}

src_compile() {
	emake index.theme || die
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS
}

pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; }
pkg_postrm() { gnome2_icon_cache_update; }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-02 16:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-02 16:18 [gentoo-commits] gentoo-x86 commit in x11-themes/human-icon-theme: metadata.xml ChangeLog human-icon-theme-0.36.ebuild Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox