summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Riley <justin.t.riley@gmail.com>2009-11-13 18:44:37 +0000
committerJustin Riley <justin.t.riley@gmail.com>2009-11-13 18:44:37 +0000
commita16e26e0e63e68f726a4712a109fa4473a5e90ab (patch)
treeeaed80666a5fa0a3b79d75616807bdc2479fc2d3
parentnet-misc/anytun: New Ebuild for bug 292356. (diff)
downloadsunrise-a16e26e0e63e68f726a4712a109fa4473a5e90ab.tar.gz
sunrise-a16e26e0e63e68f726a4712a109fa4473a5e90ab.tar.bz2
sunrise-a16e26e0e63e68f726a4712a109fa4473a5e90ab.zip
x11-terms/terminator: Added gnome,libnotify to USE/RDEPEND. Also added patch to disable gnome icon cache generation. Thanks ohnobikini, Tommy, and Ivan Toshkov
svn path=/sunrise/; revision=9514
-rw-r--r--x11-terms/terminator/ChangeLog6
-rw-r--r--x11-terms/terminator/Manifest7
-rw-r--r--x11-terms/terminator/files/terminator-0.13-without-icon-cache.patch11
-rw-r--r--x11-terms/terminator/metadata.xml1
-rw-r--r--x11-terms/terminator/terminator-0.13.ebuild17
5 files changed, 33 insertions, 9 deletions
diff --git a/x11-terms/terminator/ChangeLog b/x11-terms/terminator/ChangeLog
index d2e72b8e5..d86803b4d 100644
--- a/x11-terms/terminator/ChangeLog
+++ b/x11-terms/terminator/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Nov 2009; Justin Riley <justin.t.riley@gmail.com>
+ terminator-0.13.ebuild, +files/terminator-0.13-without-icon-cache.patch,
+ metadata.xml:
+ Added gnome,libnotify to USE/RDEPEND. Also added patch to disable gnome icon
+ cache generation. Thanks ohnobikini, Tommy, and Ivan Toshkov
+
11 Nov 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
-terminator-0.12.ebuild, +terminator-0.13.ebuild:
Version bump
diff --git a/x11-terms/terminator/Manifest b/x11-terms/terminator/Manifest
index 45b961493..1c9b09c86 100644
--- a/x11-terms/terminator/Manifest
+++ b/x11-terms/terminator/Manifest
@@ -1,4 +1,5 @@
+AUX terminator-0.13-without-icon-cache.patch 305 RMD160 281f8a8ae23a67f802fd2b001021a921cf9473bf SHA1 29efc6db37579c263629a4f5df9e24b97b7fe88a SHA256 b20fe414e6a443c0cb52c4da0da4be5c5f8ac8af90d5e9763b43c5383623978b
DIST terminator_0.13.tar.gz 2253315 RMD160 aa488cc6dd4f6fcc103b1d2f7092d804474e0173 SHA1 685d54ac62210b6ef056e77a2bd16d7dc6dd77b2 SHA256 5f8e8ec8ba1add72fd71974fa85c66bba1b0ee671771fe7b8aa636d7e574cd9e
-EBUILD terminator-0.13.ebuild 464 RMD160 ec1645662b6039d3e9151ccb33dcfe0358ef8008 SHA1 560cb8f18fdffbd64ef312683cd8fd42ec541b27 SHA256 cc933ba16cd6b98aa31abd68d6b72a631a8caf49cf84b93998b04fea928f5338
-MISC ChangeLog 1129 RMD160 afba7c8329d0565dbc274c86f7e125465c754e19 SHA1 507c870690ecfff9c6c8ead63a59f50b9f75175a SHA256 ce6593e1effd3f1cbe0e206119c3b5825e05c45e06e9e0e5857c5668c884e112
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
+EBUILD terminator-0.13.ebuild 627 RMD160 92d43a60fb6cfb04aab2c17a4e28592f4e4bbf20 SHA1 9b3077e6e36bdda9fb3559776db585f0f5ed82fb SHA256 91505eaf6825ea85db436642b45807ccfdf884e37cbefa0500e7dd40a4665092
+MISC ChangeLog 1418 RMD160 a3a4c93b930fec3d637d2c64501d16fa1f4b9ccc SHA1 724e3c49654259e2ff5777ff55a354ac4ca2a6f9 SHA256 8d5e495528243a7a4f04a12463e6707cad41472c6dd3be2681cf041870c1164f
+MISC metadata.xml 244 RMD160 3d91fe41482efa93d0fa13a0a1078f991e373964 SHA1 b91243411d89b3b5874d7a5da45ff3fc92cb8d01 SHA256 745d279ac21231c8136938854d2e5716341568ad614891280769c00ac391be56
diff --git a/x11-terms/terminator/files/terminator-0.13-without-icon-cache.patch b/x11-terms/terminator/files/terminator-0.13-without-icon-cache.patch
new file mode 100644
index 000000000..c7862def3
--- /dev/null
+++ b/x11-terms/terminator/files/terminator-0.13-without-icon-cache.patch
@@ -0,0 +1,11 @@
+--- setup.py.orig 2009-08-12 22:22:53.000000000 -0400
++++ setup.py 2009-08-12 22:22:57.000000000 -0400
+@@ -25,7 +25,7 @@
+
+ def __init__ (self, *args):
+ self.without_gettext = False
+- self.without_icon_cache = False
++ self.without_icon_cache = True
+ Distribution.__init__(self, *args)
+
+
diff --git a/x11-terms/terminator/metadata.xml b/x11-terms/terminator/metadata.xml
index 7e3286984..b3c76e5d2 100644
--- a/x11-terms/terminator/metadata.xml
+++ b/x11-terms/terminator/metadata.xml
@@ -2,4 +2,5 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>maintainer-wanted</herd>
+<longdescription>Multiple GNOME terminals in one window</longdescription>
</pkgmetadata>
diff --git a/x11-terms/terminator/terminator-0.13.ebuild b/x11-terms/terminator/terminator-0.13.ebuild
index a2424172e..6c93247db 100644
--- a/x11-terms/terminator/terminator-0.13.ebuild
+++ b/x11-terms/terminator/terminator-0.13.ebuild
@@ -6,16 +6,21 @@ EAPI="2"
inherit distutils
-DESCRIPTION="Multiple GNOME terminals in one window."
+DESCRIPTION="Multiple GNOME terminals in one window"
HOMEPAGE="http://www.tenshu.net/terminator/"
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${PN}_${PV}.tar.gz"
-
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="gnome libnotify"
+
+RDEPEND="gnome? ( dev-python/gnome-python )
+ libnotify? ( dev-python/notify-python )
+ >=x11-libs/vte-0.16[python]"
-DEPEND=">=x11-libs/vte-0.16[python]"
-RDEPEND="${DEPEND}"
+S=${WORKDIR}/${PV}
-S="${WORKDIR}"/${PV}
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-without-icon-cache.patch
+ distutils_src_prepare
+}