- update to icewm-1.2.37

from Alexandr Shadchin, thanks!
This commit is contained in:
ajacoutot 2009-02-08 21:56:18 +00:00
parent 1305d01ff9
commit 9a8d1bd136
7 changed files with 28 additions and 42 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.37 2008/08/21 07:34:07 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.38 2009/02/08 21:56:18 ajacoutot Exp $
COMMENT= small, fast window manager
COMMENT= small and fast window manager
DISTNAME= icewm-1.2.35
PKGNAME= ${DISTNAME}p2
DISTNAME= icewm-1.2.37
CATEGORIES= x11
HOMEPAGE= http://www.icewm.org/
@ -46,6 +45,8 @@ CONFIGURE_ARGS= --with-imlib=${PREFIX}/bin \
--enable-gradients \
--enable-corefonts \
--enable-i18n
# XXX TODO
#CONFIGURE_ARGS+=--with-icesound=sndio
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,5 +1,5 @@
MD5 (icewm-1.2.35.tar.gz) = oq3FOrTAx8ptqhykxpf/6Q==
RMD160 (icewm-1.2.35.tar.gz) = GbBE2fiPhg0+JaP0GUBOEGFi9As=
SHA1 (icewm-1.2.35.tar.gz) = oBdJAcqJqgkaWO/t/sFTbF5HchA=
SHA256 (icewm-1.2.35.tar.gz) = Lfq2unMeyjA1vYY2m54Fmf/yeFmDzcp/TNOjkpCZjd0=
SIZE (icewm-1.2.35.tar.gz) = 831087
MD5 (icewm-1.2.37.tar.gz) = lwohWI0m6zYQIP1gphpILA==
RMD160 (icewm-1.2.37.tar.gz) = HijrdQ/QcyHPZryqYX/Hgqy7gvE=
SHA1 (icewm-1.2.37.tar.gz) = vuHKZtIoKIiAdVG8KKZbCOQQgCc=
SHA256 (icewm-1.2.37.tar.gz) = v7YBZc3a+0WMv9S0uSA6o1HjfLdeCtDGToGLb9IUBZU=
SIZE (icewm-1.2.37.tar.gz) = 841879

View File

@ -1,4 +1,4 @@
$OpenBSD: apm-patch-src_aapm_cc,v 1.1 2006/11/10 09:31:28 ajacoutot Exp $
$OpenBSD: apm-patch-src_aapm_cc,v 1.2 2009/02/08 21:56:18 ajacoutot Exp $
--- src/aapm.cc.orig Tue Oct 24 12:38:18 2006
+++ src/aapm.cc Tue Oct 24 12:39:12 2006
@@ -34,7 +34,7 @@
@ -10,7 +10,7 @@ $OpenBSD: apm-patch-src_aapm_cc,v 1.1 2006/11/10 09:31:28 ajacoutot Exp $
#include <sys/file.h>
#include <sys/ioctl.h>
#include <sys/types.h>
@@ -64,7 +64,7 @@ static YColor *taskBarBg = 0;
@@ -65,7 +65,7 @@ static YColor *taskBarBg = 0;
void ApmStr(char *s, bool Tool) {
#ifdef __FreeBSD__
struct apm_info ai;
@ -19,7 +19,7 @@ $OpenBSD: apm-patch-src_aapm_cc,v 1.1 2006/11/10 09:31:28 ajacoutot Exp $
struct apm_power_info ai;
#else
char buf[80];
@@ -105,7 +105,7 @@ void ApmStr(char *s, bool Tool) {
@@ -106,7 +106,7 @@ void ApmStr(char *s, bool Tool) {
BATlife = ai.ai_batt_life;
BATtime = ai.ai_batt_time == 0 ? -1 : ai.ai_batt_time;
strcpy(units, "sec");

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.10 2008/04/09 10:15:36 ajacoutot Exp $
--- configure.orig Sat Jan 5 08:34:39 2008
+++ configure Wed Apr 9 11:54:25 2008
@@ -1979,7 +1979,7 @@ test -n "$target_alias" &&
$OpenBSD: patch-configure,v 1.11 2009/02/08 21:56:18 ajacoutot Exp $
--- configure.orig Sun Jan 25 19:39:59 2009
+++ configure Sun Feb 8 00:19:35 2009
@@ -2108,7 +2108,7 @@ test -n "$target_alias" &&
NONENONEs,x,x, &&
program_prefix=${target_alias}-
@ -10,21 +10,21 @@ $OpenBSD: patch-configure,v 1.10 2008/04/09 10:15:36 ajacoutot Exp $
APPLICATIONS='icewm icewm-session icesh icewmhint icewmbg icewmtray'
TESTCASES=`echo src/test*.cc | sed 's%src/\([^ ]*\)\.cc%\1%g'`
TESTCASES="$TESTCASES iceview icesame iceicon icerun icelist" # iceclock
@@ -10371,7 +10371,7 @@ if test "${ac_cv_lib_intl_bindtextdomain+set}" = set;
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10603,7 +10603,7 @@ if test "${ac_cv_lib_intl_bindtextdomain+set}" = set;
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lintl $LIBS"
+LIBS="-lintl -liconv $LIBS"
+LIBS="-lintl -liconv $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -10427,7 +10427,7 @@ fi
{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6; }
if test $ac_cv_lib_intl_bindtextdomain = yes; then
@@ -10663,7 +10663,7 @@ fi
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
$as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; }
if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then
- CORE_LIBS="${CORE_LIBS} -lintl"
+ CORE_LIBS="${CORE_LIBS} -lintl -liconv"
else
{ { echo "$as_me:$LINENO: error: NLS (national language support) has been requested but
{ { $as_echo "$as_me:$LINENO: error: NLS (national language support) has been requested but

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-po_bg_po,v 1.5 2007/10/05 14:15:13 ajacoutot Exp $
--- po/bg.po.orig Tue Aug 7 07:12:05 2007
+++ po/bg.po Fri Oct 5 16:05:38 2007
@@ -12,7 +12,7 @@ msgstr "Project-Id-Version: IceWM 1.2.10\n"
"Last-Translator: Pavel Pyuter <pavel@unix-bg.org>\n"
"Language-Team: Bulgarian\n"
"MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=WINDOWS-1251\n"
+ "Content-Type: text/plain; charset=CP1251\n"
"Content-Transfer-Encoding: 8bit\n"
msgid " - Power"

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_default_h,v 1.10 2007/10/05 14:15:13 ajacoutot Exp $
$OpenBSD: patch-src_default_h,v 1.11 2009/02/08 21:56:18 ajacoutot Exp $
--- src/default.h.orig Tue Aug 7 07:12:03 2007
+++ src/default.h Fri Oct 5 16:05:38 2007
@@ -145,8 +145,8 @@ XSV(const char *, acpiIgnoreBatteries, 0)
@@ -146,8 +146,8 @@ XSV(const char *, acpiIgnoreBatteries, 0)
#endif
XSV(const char *, mailBoxPath, 0)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.13 2008/07/11 17:46:56 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.14 2009/02/08 21:56:18 ajacoutot Exp $
@bin bin/icehelp
@bin bin/icesh
@bin bin/icewm
@ -347,7 +347,4 @@ share/locale/tr/LC_MESSAGES/icewm.mo
share/locale/uk/LC_MESSAGES/icewm.mo
share/locale/vi/LC_MESSAGES/icewm.mo
share/locale/zh_CN/LC_MESSAGES/icewm.mo
share/locale/zh_TW.Big5/
share/locale/zh_TW.Big5/LC_MESSAGES/
share/locale/zh_TW.Big5/LC_MESSAGES/icewm.mo
share/locale/zh_TW/LC_MESSAGES/icewm.mo