[arch-commits] Commit in windowmaker-crm-git/repos (12 files)
Daniel Isenmann
daniel at archlinux.org
Fri Sep 9 11:26:39 UTC 2011
Date: Friday, September 9, 2011 @ 07:26:39
Author: daniel
Revision: 137555
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
windowmaker-crm-git/repos/extra-i686/PKGBUILD
(from rev 137554, windowmaker-crm-git/trunk/PKGBUILD)
windowmaker-crm-git/repos/extra-i686/libpng-1.4.patch
(from rev 137554, windowmaker-crm-git/trunk/libpng-1.4.patch)
windowmaker-crm-git/repos/extra-i686/wmaker.desktop
(from rev 137554, windowmaker-crm-git/trunk/wmaker.desktop)
windowmaker-crm-git/repos/extra-x86_64/PKGBUILD
(from rev 137554, windowmaker-crm-git/trunk/PKGBUILD)
windowmaker-crm-git/repos/extra-x86_64/libpng-1.4.patch
(from rev 137554, windowmaker-crm-git/trunk/libpng-1.4.patch)
windowmaker-crm-git/repos/extra-x86_64/wmaker.desktop
(from rev 137554, windowmaker-crm-git/trunk/wmaker.desktop)
Deleted:
windowmaker-crm-git/repos/extra-i686/PKGBUILD
windowmaker-crm-git/repos/extra-i686/libpng-1.4.patch
windowmaker-crm-git/repos/extra-i686/wmaker.desktop
windowmaker-crm-git/repos/extra-x86_64/PKGBUILD
windowmaker-crm-git/repos/extra-x86_64/libpng-1.4.patch
windowmaker-crm-git/repos/extra-x86_64/wmaker.desktop
-------------------------------+
extra-i686/PKGBUILD | 60 ++++++++++++++++++++--------------------
extra-i686/libpng-1.4.patch | 24 ++++++++--------
extra-i686/wmaker.desktop | 10 +++---
extra-x86_64/PKGBUILD | 60 ++++++++++++++++++++--------------------
extra-x86_64/libpng-1.4.patch | 24 ++++++++--------
extra-x86_64/wmaker.desktop | 10 +++---
6 files changed, 94 insertions(+), 94 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2011-09-09 11:25:42 UTC (rev 137554)
+++ extra-i686/PKGBUILD 2011-09-09 11:26:39 UTC (rev 137555)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-
-pkgname=windowmaker-crm-git
-pkgver=20101005
-pkgrel=1
-pkgdesc="An X11 window manager with a NEXTSTEP look and feel - git version from Carlos R. Mafra"
-arch=(i686 x86_64)
-url="http://www.windowmaker.org"
-license=('GPL' 'custom')
-depends=('libxinerama' 'libxrandr' 'libpng' 'libxpm' 'libxft' 'libtiff>=3.9.1' 'giflib' 'libxmu')
-options=('!libtool')
-provides=('windowmaker')
-conflicts=('windowmaker')
-source=(ftp://ftp.archlinux.org/other/windowmaker/windowmaker-$pkgver.tar.gz wmaker.desktop)
-md5sums=('8cc7e736a8d7e446f696b80fc7dcb79c'
- '2fba97bebfd691836b92b8f0db79ff13')
-
-build() {
- cd $srcdir/windowmaker-$pkgver
- [ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`"
- ./autogen.sh
- ./configure --prefix=/usr --sysconfdir=/etc --enable-xinerama \
- --with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
- --enable-usermenu --enable-modelock
- make || return 1
- make DESTDIR=$pkgdir install || return 1
- install -D -m644 COPYING.WTFPL $pkgdir/usr/share/licenses/$pkgname/COPYING.WTFPL
- install -D -m644 $srcdir/wmaker.desktop $pkgdir/usr/share/xsessions/wmaker.desktop
-}
Copied: windowmaker-crm-git/repos/extra-i686/PKGBUILD (from rev 137554, windowmaker-crm-git/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-09 11:26:39 UTC (rev 137555)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=windowmaker-crm-git
+pkgver=20110909
+pkgrel=1
+pkgdesc="An X11 window manager with a NEXTSTEP look and feel - git version from Carlos R. Mafra"
+arch=(i686 x86_64)
+url="http://www.windowmaker.org"
+license=('GPL' 'custom')
+depends=('libxinerama' 'libxrandr' 'libpng' 'libxpm' 'libxft' 'libtiff>=3.9.1' 'giflib' 'libxmu')
+options=('!libtool')
+provides=('windowmaker')
+conflicts=('windowmaker')
+source=(ftp://ftp.archlinux.org/other/windowmaker/windowmaker-$pkgver.tar.gz wmaker.desktop)
+md5sums=('594f66f40130fe49b6350579f4d54c2b'
+ '2fba97bebfd691836b92b8f0db79ff13')
+
+build() {
+ cd $srcdir/windowmaker-$pkgver
+ [ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`"
+ ./autogen.sh
+ ./configure --prefix=/usr --sysconfdir=/etc --enable-xinerama \
+ --with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
+ --enable-usermenu --enable-modelock --enable-xrandr
+ make || return 1
+ make DESTDIR=$pkgdir install || return 1
+ install -D -m644 COPYING.WTFPL $pkgdir/usr/share/licenses/$pkgname/COPYING.WTFPL
+ install -D -m644 $srcdir/wmaker.desktop $pkgdir/usr/share/xsessions/wmaker.desktop
+}
Deleted: extra-i686/libpng-1.4.patch
===================================================================
--- extra-i686/libpng-1.4.patch 2011-09-09 11:25:42 UTC (rev 137554)
+++ extra-i686/libpng-1.4.patch 2011-09-09 11:26:39 UTC (rev 137555)
@@ -1,12 +0,0 @@
-diff -Naur windowmaker-20091221-orig/wrlib/load.c windowmaker-20091221/wrlib/load.c
---- windowmaker-20091221-orig/wrlib/load.c 2010-01-21 17:01:10.000000000 -0500
-+++ windowmaker-20091221/wrlib/load.c 2010-01-21 17:02:38.000000000 -0500
-@@ -327,7 +327,7 @@
-
- #ifdef USE_PNG
- /* check for PNG */
-- if (png_check_sig(buffer, 8))
-+ if (!png_sig_cmp(buffer, 0, 8))
- return IM_PNG;
- #endif
-
Copied: windowmaker-crm-git/repos/extra-i686/libpng-1.4.patch (from rev 137554, windowmaker-crm-git/trunk/libpng-1.4.patch)
===================================================================
--- extra-i686/libpng-1.4.patch (rev 0)
+++ extra-i686/libpng-1.4.patch 2011-09-09 11:26:39 UTC (rev 137555)
@@ -0,0 +1,12 @@
+diff -Naur windowmaker-20091221-orig/wrlib/load.c windowmaker-20091221/wrlib/load.c
+--- windowmaker-20091221-orig/wrlib/load.c 2010-01-21 17:01:10.000000000 -0500
++++ windowmaker-20091221/wrlib/load.c 2010-01-21 17:02:38.000000000 -0500
+@@ -327,7 +327,7 @@
+
+ #ifdef USE_PNG
+ /* check for PNG */
+- if (png_check_sig(buffer, 8))
++ if (!png_sig_cmp(buffer, 0, 8))
+ return IM_PNG;
+ #endif
+
Deleted: extra-i686/wmaker.desktop
===================================================================
--- extra-i686/wmaker.desktop 2011-09-09 11:25:42 UTC (rev 137554)
+++ extra-i686/wmaker.desktop 2011-09-09 11:26:39 UTC (rev 137555)
@@ -1,5 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=windowmaker
-Exec=/usr/bin/wmaker
-Type=Application
Copied: windowmaker-crm-git/repos/extra-i686/wmaker.desktop (from rev 137554, windowmaker-crm-git/trunk/wmaker.desktop)
===================================================================
--- extra-i686/wmaker.desktop (rev 0)
+++ extra-i686/wmaker.desktop 2011-09-09 11:26:39 UTC (rev 137555)
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=windowmaker
+Exec=/usr/bin/wmaker
+Type=Application
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2011-09-09 11:25:42 UTC (rev 137554)
+++ extra-x86_64/PKGBUILD 2011-09-09 11:26:39 UTC (rev 137555)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-
-pkgname=windowmaker-crm-git
-pkgver=20101005
-pkgrel=1
-pkgdesc="An X11 window manager with a NEXTSTEP look and feel - git version from Carlos R. Mafra"
-arch=(i686 x86_64)
-url="http://www.windowmaker.org"
-license=('GPL' 'custom')
-depends=('libxinerama' 'libxrandr' 'libpng' 'libxpm' 'libxft' 'libtiff>=3.9.1' 'giflib' 'libxmu')
-options=('!libtool')
-provides=('windowmaker')
-conflicts=('windowmaker')
-source=(ftp://ftp.archlinux.org/other/windowmaker/windowmaker-$pkgver.tar.gz wmaker.desktop)
-md5sums=('8cc7e736a8d7e446f696b80fc7dcb79c'
- '2fba97bebfd691836b92b8f0db79ff13')
-
-build() {
- cd $srcdir/windowmaker-$pkgver
- [ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`"
- ./autogen.sh
- ./configure --prefix=/usr --sysconfdir=/etc --enable-xinerama \
- --with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
- --enable-usermenu --enable-modelock
- make || return 1
- make DESTDIR=$pkgdir install || return 1
- install -D -m644 COPYING.WTFPL $pkgdir/usr/share/licenses/$pkgname/COPYING.WTFPL
- install -D -m644 $srcdir/wmaker.desktop $pkgdir/usr/share/xsessions/wmaker.desktop
-}
Copied: windowmaker-crm-git/repos/extra-x86_64/PKGBUILD (from rev 137554, windowmaker-crm-git/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-09-09 11:26:39 UTC (rev 137555)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=windowmaker-crm-git
+pkgver=20110909
+pkgrel=1
+pkgdesc="An X11 window manager with a NEXTSTEP look and feel - git version from Carlos R. Mafra"
+arch=(i686 x86_64)
+url="http://www.windowmaker.org"
+license=('GPL' 'custom')
+depends=('libxinerama' 'libxrandr' 'libpng' 'libxpm' 'libxft' 'libtiff>=3.9.1' 'giflib' 'libxmu')
+options=('!libtool')
+provides=('windowmaker')
+conflicts=('windowmaker')
+source=(ftp://ftp.archlinux.org/other/windowmaker/windowmaker-$pkgver.tar.gz wmaker.desktop)
+md5sums=('594f66f40130fe49b6350579f4d54c2b'
+ '2fba97bebfd691836b92b8f0db79ff13')
+
+build() {
+ cd $srcdir/windowmaker-$pkgver
+ [ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`"
+ ./autogen.sh
+ ./configure --prefix=/usr --sysconfdir=/etc --enable-xinerama \
+ --with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
+ --enable-usermenu --enable-modelock --enable-xrandr
+ make || return 1
+ make DESTDIR=$pkgdir install || return 1
+ install -D -m644 COPYING.WTFPL $pkgdir/usr/share/licenses/$pkgname/COPYING.WTFPL
+ install -D -m644 $srcdir/wmaker.desktop $pkgdir/usr/share/xsessions/wmaker.desktop
+}
Deleted: extra-x86_64/libpng-1.4.patch
===================================================================
--- extra-x86_64/libpng-1.4.patch 2011-09-09 11:25:42 UTC (rev 137554)
+++ extra-x86_64/libpng-1.4.patch 2011-09-09 11:26:39 UTC (rev 137555)
@@ -1,12 +0,0 @@
-diff -Naur windowmaker-20091221-orig/wrlib/load.c windowmaker-20091221/wrlib/load.c
---- windowmaker-20091221-orig/wrlib/load.c 2010-01-21 17:01:10.000000000 -0500
-+++ windowmaker-20091221/wrlib/load.c 2010-01-21 17:02:38.000000000 -0500
-@@ -327,7 +327,7 @@
-
- #ifdef USE_PNG
- /* check for PNG */
-- if (png_check_sig(buffer, 8))
-+ if (!png_sig_cmp(buffer, 0, 8))
- return IM_PNG;
- #endif
-
Copied: windowmaker-crm-git/repos/extra-x86_64/libpng-1.4.patch (from rev 137554, windowmaker-crm-git/trunk/libpng-1.4.patch)
===================================================================
--- extra-x86_64/libpng-1.4.patch (rev 0)
+++ extra-x86_64/libpng-1.4.patch 2011-09-09 11:26:39 UTC (rev 137555)
@@ -0,0 +1,12 @@
+diff -Naur windowmaker-20091221-orig/wrlib/load.c windowmaker-20091221/wrlib/load.c
+--- windowmaker-20091221-orig/wrlib/load.c 2010-01-21 17:01:10.000000000 -0500
++++ windowmaker-20091221/wrlib/load.c 2010-01-21 17:02:38.000000000 -0500
+@@ -327,7 +327,7 @@
+
+ #ifdef USE_PNG
+ /* check for PNG */
+- if (png_check_sig(buffer, 8))
++ if (!png_sig_cmp(buffer, 0, 8))
+ return IM_PNG;
+ #endif
+
Deleted: extra-x86_64/wmaker.desktop
===================================================================
--- extra-x86_64/wmaker.desktop 2011-09-09 11:25:42 UTC (rev 137554)
+++ extra-x86_64/wmaker.desktop 2011-09-09 11:26:39 UTC (rev 137555)
@@ -1,5 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=windowmaker
-Exec=/usr/bin/wmaker
-Type=Application
Copied: windowmaker-crm-git/repos/extra-x86_64/wmaker.desktop (from rev 137554, windowmaker-crm-git/trunk/wmaker.desktop)
===================================================================
--- extra-x86_64/wmaker.desktop (rev 0)
+++ extra-x86_64/wmaker.desktop 2011-09-09 11:26:39 UTC (rev 137555)
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=windowmaker
+Exec=/usr/bin/wmaker
+Type=Application
More information about the arch-commits
mailing list