diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-02 09:56:37 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-02 09:56:37 +0000 |
commit | 8653601745383be8031be2deb89cfb9b5fdacdee (patch) | |
tree | 6582e2195134aa119eadd5a4cb689d704b457322 /gnome-extra/gcursor | |
parent | There's no upstream HOMEPAGE anymore wrt #237235. (diff) | |
download | gentoo-2-8653601745383be8031be2deb89cfb9b5fdacdee.tar.gz gentoo-2-8653601745383be8031be2deb89cfb9b5fdacdee.tar.bz2 gentoo-2-8653601745383be8031be2deb89cfb9b5fdacdee.zip |
Move patch comment from ebuild into the patch where it should be.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/gcursor')
-rw-r--r-- | gnome-extra/gcursor/files/gcursor-0.6-xorg-x11.patch | 7 | ||||
-rw-r--r-- | gnome-extra/gcursor/gcursor-0.061-r1.ebuild | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/gnome-extra/gcursor/files/gcursor-0.6-xorg-x11.patch b/gnome-extra/gcursor/files/gcursor-0.6-xorg-x11.patch index cc6d290dd2f9..1e46c4fb2f18 100644 --- a/gnome-extra/gcursor/files/gcursor-0.6-xorg-x11.patch +++ b/gnome-extra/gcursor/files/gcursor-0.6-xorg-x11.patch @@ -1,6 +1,7 @@ -diff -ur gcursor-0.061/src/gcursor.c gcursor-0.061-patched/src/gcursor.c ---- gcursor-0.061/src/gcursor.c 2004-08-26 18:35:55.000000000 +0800 -+++ gcursor-0.061-patched/src/gcursor.c 2005-02-28 18:19:45.350300576 +0800 +Fix xcursors path, http://bugs.gentoo.org/83450 + +--- gcursor-0.061/src/gcursor.c ++++ gcursor-0.061/src/gcursor.c @@ -32,6 +32,7 @@ #warning move this into gconf diff --git a/gnome-extra/gcursor/gcursor-0.061-r1.ebuild b/gnome-extra/gcursor/gcursor-0.061-r1.ebuild index 342cbfb1d470..c96af3b6a756 100644 --- a/gnome-extra/gcursor/gcursor-0.061-r1.ebuild +++ b/gnome-extra/gcursor/gcursor-0.061-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/gcursor-0.061-r1.ebuild,v 1.4 2009/10/02 09:48:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/gcursor-0.061-r1.ebuild,v 1.5 2009/10/02 09:56:37 ssuominen Exp $ inherit eutils gnome2 @@ -28,6 +28,6 @@ DOCS="AUTHORS ChangeLog TODO" src_unpack() { unpack ${A} - # Use xorg-x11 cursors path, bug 83450 + cd "${S}" epatch "${FILESDIR}"/gcursor-0.6-xorg-x11.patch } |