]> Pileus Git - ~andy/sunrise/commitdiff
x11-themes/xfce-icons-gant: New ebuild
authorJakub Moc <jakub@gentoo.org>
Tue, 22 Jan 2008 12:06:30 +0000 (12:06 +0000)
committerJakub Moc <jakub@gentoo.org>
Tue, 22 Jan 2008 12:06:30 +0000 (12:06 +0000)
svn path=/sunrise/; revision=5496

x11-themes/xfce-icons-gant/ChangeLog [new file with mode: 0644]
x11-themes/xfce-icons-gant/Manifest [new file with mode: 0644]
x11-themes/xfce-icons-gant/metadata.xml [new file with mode: 0644]
x11-themes/xfce-icons-gant/xfce-icons-gant-3.9.6.ebuild [new file with mode: 0644]

diff --git a/x11-themes/xfce-icons-gant/ChangeLog b/x11-themes/xfce-icons-gant/ChangeLog
new file mode 100644 (file)
index 0000000..b945b38
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for x11-themes/xfce-icons-gant
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  22 Jan 2008; Jakub Moc <jakub@gentoo.org> +metadata.xml,
+  +xfce-icons-gant-3.9.6.ebuild:
+  New ebuild
+
diff --git a/x11-themes/xfce-icons-gant/Manifest b/x11-themes/xfce-icons-gant/Manifest
new file mode 100644 (file)
index 0000000..6a21d65
--- /dev/null
@@ -0,0 +1,4 @@
+DIST icons-xfce-gant-3.9-6.tar.bz2 19916145 RMD160 08ede94a9aa9746f65ffa0a8cfeb6518b7094a2b SHA1 3c7601579ca31af1b3ef77b15c5079b8b474f931 SHA256 3d9386bc82ebde08dbaeed464f8ffb4041a692135529131ca3d8ad5e54d2ba65
+EBUILD xfce-icons-gant-3.9.6.ebuild 894 RMD160 b28e63b4476c6b60e8c4c50b56e35bf3677a481b SHA1 f272af71769635a47aece5ba971ef399ac9f39e0 SHA256 b5a8d4ae8aca68511f254b1e1af414c93382ca5d2d6684694eb58e8415aae015
+MISC ChangeLog 233 RMD160 632ea66288779eaee83b8963c80f85cd9dbe4074 SHA1 24506d9774f58fac5abdcc13e92c0edc11b98876 SHA256 b8d159b337f2fca12461532ee0bd356944b19357ebd8f7ecb3c9c26c024a83ee
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/x11-themes/xfce-icons-gant/metadata.xml b/x11-themes/xfce-icons-gant/metadata.xml
new file mode 100644 (file)
index 0000000..7e32869
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>
diff --git a/x11-themes/xfce-icons-gant/xfce-icons-gant-3.9.6.ebuild b/x11-themes/xfce-icons-gant/xfce-icons-gant-3.9.6.ebuild
new file mode 100644 (file)
index 0000000..0be7681
--- /dev/null
@@ -0,0 +1,47 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+GCONF_DEBUG="no"
+inherit gnome2 versionator
+
+MY_PN="icons-xfce-gant"
+MY_PV=$(replace_version_separator 2 '-' )
+
+DESCRIPTION="The amazing Gant icon set for Xfce 4.x"
+HOMEPAGE="http://www.xfce-look.org/content/show.php/GANT?content=23297"
+SRC_URI="http://tshirt.starsurvivor.net/tmp/${MY_PN}-${MY_PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="binchecks strip"
+
+DEPEND=""
+RDEPEND=""
+
+S=${WORKDIR}/Gant.Xfce
+
+src_unpack() {
+       unpack ${A}
+       mv "Gant Xfce" Gant.Xfce  || die "failed to fix retarded packaging"
+}
+
+src_compile() {
+       einfo "Nothing to compile, installing..."
+}
+
+src_install() {
+       rm -f README
+       insinto /usr/share/icons/Gant
+       doins -r "${S}"/*
+}
+
+pkg_postinst() {
+       gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+       gnome2_icon_cache_update
+}