summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2005-11-01 23:04:29 +0000
committerTom William Payne <twp@gentoo.org>2005-11-01 23:04:29 +0000
commit3d4296743ef9959d80dea8aea0133c441a2cafd0 (patch)
treeb6093ec72ddf66987325f576a4905b897ecb8a97 /x11-wm
parentold (diff)
downloadhistorical-3d4296743ef9959d80dea8aea0133c441a2cafd0.tar.gz
historical-3d4296743ef9959d80dea8aea0133c441a2cafd0.tar.bz2
historical-3d4296743ef9959d80dea8aea0133c441a2cafd0.zip
Add patch for amd64. Bug # 110860.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/ion3/ChangeLog6
-rw-r--r--x11-wm/ion3/Manifest5
-rw-r--r--x11-wm/ion3/files/ion3-20051029-statusd-locale.patch25
-rw-r--r--x11-wm/ion3/ion3-20051029.ebuild4
4 files changed, 36 insertions, 4 deletions
diff --git a/x11-wm/ion3/ChangeLog b/x11-wm/ion3/ChangeLog
index c6360ab4aa77..126ced1e3a52 100644
--- a/x11-wm/ion3/ChangeLog
+++ b/x11-wm/ion3/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-wm/ion3
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion3/ChangeLog,v 1.27 2005/10/29 20:35:42 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion3/ChangeLog,v 1.28 2005/11/01 23:04:29 twp Exp $
+
+ 01 Nov 2005; Tom Payne <twp@gentoo.org>
+ +files/ion3-20051029-statusd-locale.patch, ion3-20051029.ebuild:
+ Add patch for amd64. Bug # 110860.
*ion3-20051029 (29 Oct 2005)
diff --git a/x11-wm/ion3/Manifest b/x11-wm/ion3/Manifest
index 4042407bb291..3c07074eaaa2 100644
--- a/x11-wm/ion3/Manifest
+++ b/x11-wm/ion3/Manifest
@@ -1,13 +1,14 @@
-MD5 687833e77731e920a74c58c1e93e421a ChangeLog 3840
+MD5 c3f9466ce4cdb0fa653dbc9ba64e64ac ChangeLog 3987
MD5 f5a4c637813405c5a7b6a5fa8c68c748 files/digest-ion3-20050116 68
MD5 d2e9b37a47d3fc3cbb27f5da794f4eb2 files/digest-ion3-20050820 68
MD5 6cad8bd6cf9ed6738c455bf359ce1201 files/digest-ion3-20051023-r1 68
MD5 776df82659ec1f00d3e91d59968d7d01 files/digest-ion3-20051029 68
MD5 09ea5f50bc26d0e5aaf4d81172771233 files/ion3-20051023-r1.patch 7554
+MD5 b5d7e3f2f5b68f51a4bcde5048e1a76c files/ion3-20051029-statusd-locale.patch 684
MD5 00450ed1292b72e2be71b9860c4db6ee files/ion3.desktop 217
MD5 e5e408ab1f83116c2138a26b20c86653 files/pwm3.desktop 170
MD5 15e7cfd3c18e353dd36647b6e5b2023d ion3-20050116.ebuild 1588
MD5 b3f87a9c4eed784ced6d47f947de5527 ion3-20050820.ebuild 1593
MD5 0cbbd360ffac763e4de376e723f18bab ion3-20051023-r1.ebuild 1629
-MD5 0d5762ba1a825c4549d97d10631b28ef ion3-20051029.ebuild 1593
+MD5 671494f27e3af1f41523e37a2bb394f1 ion3-20051029.ebuild 1640
MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244
diff --git a/x11-wm/ion3/files/ion3-20051029-statusd-locale.patch b/x11-wm/ion3/files/ion3-20051029-statusd-locale.patch
new file mode 100644
index 000000000000..18ebf0cb9aa1
--- /dev/null
+++ b/x11-wm/ion3/files/ion3-20051029-statusd-locale.patch
@@ -0,0 +1,25 @@
+diff -Naur ion-3ds-20051029/mod_statusbar/ion-statusd/ion-statusd.c ion-3ds/mod_statusbar/ion-statusd/ion-statusd.c
+--- ion-3ds-20051029/mod_statusbar/ion-statusd/ion-statusd.c 2005-10-29 14:33:05.000000000 +0200
++++ ion-3ds/mod_statusbar/ion-statusd/ion-statusd.c 2005-11-01 23:42:53.000000000 +0100
+@@ -24,6 +24,10 @@
+ #include <libmainloop/signal.h>
+ #include <libmainloop/defer.h>
+
++#ifndef CF_NO_LOCALE
++#include <locale.h>
++#endif
++
+ #include "../../version.h"
+
+
+@@ -143,8 +147,10 @@
+ int opt;
+ bool quiet=FALSE;
+
++#ifndef CF_NO_LOCALE
+ if(setlocale(LC_ALL, "")==NULL)
+ warn("setlocale() call failed.");
++#endif
+
+ configtab=extl_table_none();
+
diff --git a/x11-wm/ion3/ion3-20051029.ebuild b/x11-wm/ion3/ion3-20051029.ebuild
index 5c886c22e3b5..c76b61d85c87 100644
--- a/x11-wm/ion3/ion3-20051029.ebuild
+++ b/x11-wm/ion3/ion3-20051029.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion3/ion3-20051029.ebuild,v 1.1 2005/10/29 20:35:42 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion3/ion3-20051029.ebuild,v 1.2 2005/11/01 23:04:29 twp Exp $
inherit eutils
@@ -20,6 +20,8 @@ S=${WORKDIR}/${MY_PN}
src_compile() {
+ epatch ${FILESDIR}/${P}-statusd-locale.patch
+
autoreconf -i
local myconf=""