diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-11-20 14:48:20 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-11-20 14:48:20 +0000 |
commit | 6831c486d1f4bdc1c53439c6504d55be10295ee0 (patch) | |
tree | 9814df34ddb6169be6ce6fc8814e3517e6989226 /x11-misc/notification-daemon | |
parent | Additional dependencies with USE=doc, bug 247703. (diff) | |
download | historical-6831c486d1f4bdc1c53439c6504d55be10295ee0.tar.gz historical-6831c486d1f4bdc1c53439c6504d55be10295ee0.tar.bz2 historical-6831c486d1f4bdc1c53439c6504d55be10295ee0.zip |
upstream fix for handling line wrapping for lines longer then 50 characters but shorter then 65
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64
Diffstat (limited to 'x11-misc/notification-daemon')
4 files changed, 70 insertions, 3 deletions
diff --git a/x11-misc/notification-daemon/ChangeLog b/x11-misc/notification-daemon/ChangeLog index 02ae2196708c..04dc4014b344 100644 --- a/x11-misc/notification-daemon/ChangeLog +++ b/x11-misc/notification-daemon/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-misc/notification-daemon -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.47 2007/12/13 19:35:19 compnerd Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.48 2008/11/20 14:48:07 cardoe Exp $ + +*notification-daemon-0.3.7-r1 (20 Nov 2008) + + 20 Nov 2008; Doug Goldstein <cardoe@gentoo.org> + +files/notification-daemon-0.3.7-line-wrapping.patch, + +notification-daemon-0.3.7-r1.ebuild: + upstream fix for handling line wrapping for lines longer then 50 + characters but shorter then 65 14 Dec 2007; Saleem Abdulrasool <compnerd@gentoo.org> -files/notification-daemon-0.3.6-binding-tool.patch, diff --git a/x11-misc/notification-daemon/Manifest b/x11-misc/notification-daemon/Manifest index 6499d78b8b0e..ad3b16cafffc 100644 --- a/x11-misc/notification-daemon/Manifest +++ b/x11-misc/notification-daemon/Manifest @@ -1,4 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +AUX notification-daemon-0.3.7-line-wrapping.patch 605 RMD160 4dc0f4e032f73ebd136e66a011fdd11cc8d6d714 SHA1 c06088339d611b706b8067f02e4c06c3e05191c6 SHA256 91ebac190d53247805c9220ef3cba3577617bf2cc90eac34ca90496aa12ae7d7 DIST notification-daemon-0.3.7.tar.gz 412184 RMD160 04a226d939f6985ee73e4d603a95598cc8eff221 SHA1 14abf2431b1feb8c752926ff9cb84dc1b66823a6 SHA256 53d2f92c3d14423b49c2ff077855cf3987d38def963c82fd26fba5de379ca540 +EBUILD notification-daemon-0.3.7-r1.ebuild 985 RMD160 44ecf1104a83669c67cc4b5f1625004068ba7c28 SHA1 0409882b2bcb9dddcf4df454d978718628c6622c SHA256 d6e48296c2e6ac73d422c97293a3a023d0f3e7fe80e52c8a4d1432321ee6e21b EBUILD notification-daemon-0.3.7.ebuild 836 RMD160 b0930063e7bfdf5e214ad5a25b597ef43e472494 SHA1 285347297bc9b004d499930c40f2d0a9bef5f0a7 SHA256 be20c7b5fde4c09af7f117f2713535ac3376d847bf9db1c19227f029ef3e2dcf -MISC ChangeLog 7163 RMD160 a4a96952ad07a378f4cd45ad5fd3bfd9a05101dc SHA1 9a096be887e6985aa4f65947a53b448acab0ee75 SHA256 21c2749f534506b94fb9fbcd9e52b76f32eae3b672352282b2e5eccce5795f84 +MISC ChangeLog 7453 RMD160 e08e7e9c8b46e61a358d4f548ad3088b511ef7dc SHA1 66d7a98a41d9cfd2995e7b6f621f8b820e5f5493 SHA256 a35666aca63e694dafc253842b11355b5bfdeb9e8c7835bb9265f7635cac78d4 MISC metadata.xml 309 RMD160 41a011e8c4aa3b21a2dd17d07d4169816141fb8a SHA1 49d26a613994ed1e423d9200bf3b66592c0760c5 SHA256 37dfe8555749481a6f02759a7ad6c2961e71283013c9c9be94f57aa6e1358bfb +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.9 (GNU/Linux) + +iEYEARECAAYFAkkleNgACgkQoeSe8B0zEfyNPwCcCRR6n/U6Ueuz9PeJ311lshXI +gfAAnReeEiEqZFpn4LXZQrrePbE+hk32 +=EELm +-----END PGP SIGNATURE----- diff --git a/x11-misc/notification-daemon/files/notification-daemon-0.3.7-line-wrapping.patch b/x11-misc/notification-daemon/files/notification-daemon-0.3.7-line-wrapping.patch new file mode 100644 index 000000000000..a137549cc2f7 --- /dev/null +++ b/x11-misc/notification-daemon/files/notification-daemon-0.3.7-line-wrapping.patch @@ -0,0 +1,12 @@ +diff -up notification-daemon/src/themes/standard/theme.c.fix notification-daemon/src/themes/standard/theme.c +--- a/notification-daemon/src/themes/standard/theme.c 2008-03-21 17:17:37.000000000 +0100 ++++ b/notification-daemon/src/themes/standard/theme.c 2008-03-21 17:18:11.000000000 +0100 +@@ -812,7 +812,7 @@ set_notification_text(GtkWindow *nw, con + update_content_hbox_visibility(windata); + + gtk_widget_set_size_request( +- ((body != NULL && *body == '\0') ++ ((body != NULL && *body != '\0') + ? windata->body_label : windata->summary_label), + WIDTH - (IMAGE_SIZE + IMAGE_PADDING) - 10, + -1); diff --git a/x11-misc/notification-daemon/notification-daemon-0.3.7-r1.ebuild b/x11-misc/notification-daemon/notification-daemon-0.3.7-r1.ebuild new file mode 100644 index 000000000000..c3c354355ed9 --- /dev/null +++ b/x11-misc/notification-daemon/notification-daemon-0.3.7-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.3.7-r1.ebuild,v 1.1 2008/11/20 14:48:07 cardoe Exp $ + +inherit gnome2 eutils + +DESCRIPTION="Notifications daemon" +HOMEPAGE="http://www.galago-project.org/" +SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.4.0 + >=x11-libs/gtk+-2.4.0 + >=gnome-base/gconf-2.4.0 + >=x11-libs/libsexy-0.1.3 + >=dev-libs/dbus-glib-0.71 + x11-libs/libwnck" +DEPEND="${RDEPEND} + =sys-devel/automake-1.9* + >=sys-devel/gettext-0.14 + !xfce-extra/notification-daemon-xfce" + +DOCS="AUTHORS ChangeLog NEWS" + +src_unpack() { + unpack ${A} + cd "${S}" + + # fix line wrapping, upstream bug #162 + epatch "${FILESDIR}"/${PN}-0.3.7-line-wrapping.patch +} |