summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2009-12-07 16:41:54 +0000
committerJustin Lecher <jlec@gentoo.org>2009-12-07 16:41:54 +0000
commite4e37ec9f1076829694d366edc63e97c22b34ad6 (patch)
treea6c7250214c4ada7724e324f66126061e33492d6 /x11-terms
parentapp-laptop/acerhdf: version bump (diff)
downloadsunrise-reviewed-e4e37ec9f1076829694d366edc63e97c22b34ad6.tar.gz
sunrise-reviewed-e4e37ec9f1076829694d366edc63e97c22b34ad6.tar.bz2
sunrise-reviewed-e4e37ec9f1076829694d366edc63e97c22b34ad6.zip
x11-terms/terminator: Fixed problems with libnotify
svn path=/sunrise/; revision=9669
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/terminator/ChangeLog4
-rw-r--r--x11-terms/terminator/Manifest5
-rw-r--r--x11-terms/terminator/files/0.14-libnotify.patch19
-rw-r--r--x11-terms/terminator/terminator-0.14.ebuild4
4 files changed, 7 insertions, 25 deletions
diff --git a/x11-terms/terminator/ChangeLog b/x11-terms/terminator/ChangeLog
index 3d18e127a..fc6647fce 100644
--- a/x11-terms/terminator/ChangeLog
+++ b/x11-terms/terminator/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Dec 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
+ -files/0.14-libnotify.patch, terminator-0.14.ebuild:
+ Fixed problems with libnotify
+
03 Dec 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
-terminator-0.13.ebuild, -files/terminator-0.13-without-icon-cache.patch,
-files/0.13-libnotify.patch, +terminator-0.14.ebuild,
diff --git a/x11-terms/terminator/Manifest b/x11-terms/terminator/Manifest
index 8deb058a8..6b635aea4 100644
--- a/x11-terms/terminator/Manifest
+++ b/x11-terms/terminator/Manifest
@@ -1,6 +1,5 @@
-AUX 0.14-libnotify.patch 535 RMD160 2f20e819a8e0c1b948ecd6bd2ea7c70d7df3e760 SHA1 aa5aa8c7ff62b356c2cd260080d03d437d8a829c SHA256 b51b6f9afa0274b61aa32d0c4f7138ed356fcbc4543539b3ffcf54e99699af44
AUX terminator-0.14-without-icon-cache.patch 305 RMD160 281f8a8ae23a67f802fd2b001021a921cf9473bf SHA1 29efc6db37579c263629a4f5df9e24b97b7fe88a SHA256 b20fe414e6a443c0cb52c4da0da4be5c5f8ac8af90d5e9763b43c5383623978b
DIST terminator_0.14.tar.gz 144868 RMD160 829aaea693c9d9972d8b258719a7a96901913ab5 SHA1 7bee32c6ff9e73699b87710702f1df2e7fcd7562 SHA256 7546e4237df21f41abe46a5c7e2eded343bd1810ce28669a7184d453871880a8
-EBUILD terminator-0.14.ebuild 668 RMD160 6c81824b05e80a95c63bef429c172da409e9ebec SHA1 00a44bf47154ecbfbfa1dcc9490988d46a5a0d83 SHA256 7c6705b9cf30080f7f754b152cda05ddd89f5c58cb511973153e83b92243fbfb
-MISC ChangeLog 1857 RMD160 5033e7a628db78bd900f53603352faf5230edc5f SHA1 9110b49c60379b207061e31f8c9ab1da077e70a7 SHA256 b600940570ba5c7e6ffca159355127903487f24ddad442e3574b8daeb8c9ae77
+EBUILD terminator-0.14.ebuild 556 RMD160 21a340edf17357fc3e883b7f9c213fc3a8c194cd SHA1 9c1d8a31dafcb749488da76e0048f5788559458b SHA256 941a2fd2bf222b80b503b2a5a2f77c6a11ff2a1a84e6568364d5c306630cb6de
+MISC ChangeLog 2002 RMD160 f6522224f83ac7eb28abe41564116c4d7bf51632 SHA1 47e5f46ea0c84c73db5a206273f1d67dce33a2f2 SHA256 7f5580f6600613df07655fdfbd274b2b5df17297fd253d4210a3a4a82f5d2a08
MISC metadata.xml 244 RMD160 3d91fe41482efa93d0fa13a0a1078f991e373964 SHA1 b91243411d89b3b5874d7a5da45ff3fc92cb8d01 SHA256 745d279ac21231c8136938854d2e5716341568ad614891280769c00ac391be56
diff --git a/x11-terms/terminator/files/0.14-libnotify.patch b/x11-terms/terminator/files/0.14-libnotify.patch
deleted file mode 100644
index 5566a18a6..000000000
--- a/x11-terms/terminator/files/0.14-libnotify.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/terminator b/terminator
-index 5d449e6..3ffb1a0 100755
---- a/terminator
-+++ b/terminator
-@@ -174,14 +174,3 @@ See the following bug report for more details:
-
- gtk.main()
-
-- try:
-- import pynotify
-- pynotify.init(APP_NAME.capitalize())
-- icontheme = gtk.IconTheme()
-- icon = icontheme.lookup_icon(APP_NAME, 48, 0)
-- notification = pynotify.Notification('Terminator', "I'll be back", icon.get_filename())
-- notification.set_urgency(pynotify.URGENCY_LOW)
-- notification.show()
-- except:
-- pass
--
diff --git a/x11-terms/terminator/terminator-0.14.ebuild b/x11-terms/terminator/terminator-0.14.ebuild
index dd4ef713e..559c3203b 100644
--- a/x11-terms/terminator/terminator-0.14.ebuild
+++ b/x11-terms/terminator/terminator-0.14.ebuild
@@ -12,14 +12,12 @@ SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${PN}_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="gnome libnotify"
+IUSE="gnome"
RDEPEND="gnome? ( dev-python/gnome-python )
- libnotify? ( dev-python/notify-python )
>=x11-libs/vte-0.16[python]"
src_prepare() {
epatch "${FILESDIR}"/${P}-without-icon-cache.patch
- use libnotify || epatch "${FILESDIR}"/${PV}-libnotify.patch
distutils_src_prepare
}