diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-04-07 12:26:58 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-04-07 12:26:58 +0000 |
commit | e4f8d166cc58188896a6e426d4b813e862103f08 (patch) | |
tree | 2eb6a673efc7fedc935982b65316404bc28adc47 /x11-plugins | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-e4f8d166cc58188896a6e426d4b813e862103f08.tar.gz gentoo-2-e4f8d166cc58188896a6e426d4b813e862103f08.tar.bz2 gentoo-2-e4f8d166cc58188896a6e426d4b813e862103f08.zip |
Fixed syntax error in wmtz.c file. Closing bug #47076.
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmtz/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmtz/files/wmtz.c.patch | 12 | ||||
-rw-r--r-- | x11-plugins/wmtz/wmtz-0.7.ebuild | 5 |
3 files changed, 21 insertions, 4 deletions
diff --git a/x11-plugins/wmtz/ChangeLog b/x11-plugins/wmtz/ChangeLog index b13cfa826004..c88509248623 100644 --- a/x11-plugins/wmtz/ChangeLog +++ b/x11-plugins/wmtz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmtz -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/ChangeLog,v 1.4 2003/02/12 09:44:00 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/ChangeLog,v 1.5 2004/04/07 12:26:58 pyrania Exp $ + + 07 Apr 2004; Markus Nigbur <pyrania@gentoo.org> wmtz-0.7.ebuild, + files/wmtz.c.patch: + Fixed syntax error in wmtz.c file. Closing bug #47076. *wmtz-0.7 (4-Aug-2002) diff --git a/x11-plugins/wmtz/files/wmtz.c.patch b/x11-plugins/wmtz/files/wmtz.c.patch new file mode 100644 index 000000000000..7ae6edf247fb --- /dev/null +++ b/x11-plugins/wmtz/files/wmtz.c.patch @@ -0,0 +1,12 @@ +--- wmtz.c 2001-04-16 21:26:34.000000000 +0200 ++++ wmtz.c_ 2004-04-07 14:15:06.171481088 +0200 +@@ -51,8 +51,7 @@ + #define STRSIZE 10 + #define LMST 1 + #define GMST 0 +-#define ABOUT "xmessage -center -buttons \"Close\" \"WMTZ - Window Maker Time Zone dockapp v0.7 +-http://www.geocities.com/jl1n/wmtz/wmtz.html\"" ++#define ABOUT "xmessage -center -buttons \"Close\" \"WMTZ - Window Maker Time Zone dockapp v0.7\nhttp://www.geocities.com/jl1n/wmtz/wmtz.html\"" + + + /* diff --git a/x11-plugins/wmtz/wmtz-0.7.ebuild b/x11-plugins/wmtz/wmtz-0.7.ebuild index a2a1ed41ce8c..d910568578fc 100644 --- a/x11-plugins/wmtz/wmtz-0.7.ebuild +++ b/x11-plugins/wmtz/wmtz-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v 1.5 2004/03/26 23:10:15 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v 1.6 2004/04/07 12:26:58 pyrania Exp $ IUSE="" DESCRIPTION="dockapp that shows the time in multiple timezones." @@ -15,6 +15,7 @@ DEPEND="virtual/x11" src_compile() { cd ${S}/wmtz + epatch ${FILESDIR}/wmtz.c.patch emake CFLAGS="$CFLAGS" || die } |