summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-04-07 12:26:58 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-04-07 12:26:58 +0000
commita6429a46fd744ae627495e14b50122ca7b6942e1 (patch)
treec61b94cfacb5f0ed2677e1e0496104da7c9d366f /x11-plugins
parentAdded to ~ppc (diff)
downloadhistorical-a6429a46fd744ae627495e14b50122ca7b6942e1.tar.gz
historical-a6429a46fd744ae627495e14b50122ca7b6942e1.tar.bz2
historical-a6429a46fd744ae627495e14b50122ca7b6942e1.zip
Fixed syntax error in wmtz.c file. Closing bug #47076.
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmtz/ChangeLog8
-rw-r--r--x11-plugins/wmtz/Manifest5
-rw-r--r--x11-plugins/wmtz/files/wmtz.c.patch12
-rw-r--r--x11-plugins/wmtz/wmtz-0.7.ebuild5
4 files changed, 24 insertions, 6 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/Manifest b/x11-plugins/wmtz/Manifest
index c1482c5405c3..3b74441f905e 100644
--- a/x11-plugins/wmtz/Manifest
+++ b/x11-plugins/wmtz/Manifest
@@ -1,4 +1,5 @@
-MD5 de152cc741b1a993a6ba2389d3fb3960 wmtz-0.7.ebuild 655
-MD5 00f57070a1c14e2d6a1f32b722562577 ChangeLog 645
+MD5 650f908b1e9a4bc11b4bf476bbb5e925 wmtz-0.7.ebuild 691
+MD5 c69346572bac3585622f43b1830586f7 ChangeLog 793
MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165
+MD5 87d237cba796423d80d030a210401ed0 files/wmtz.c.patch 465
MD5 6efb0655a3f8a17ecd56106d4d39ebda files/digest-wmtz-0.7 59
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
}