[arch-commits] Commit in windowmaker/repos (6 files)

Ionut Biru ibiru at archlinux.org
Mon Jan 30 18:51:25 UTC 2012


    Date: Monday, January 30, 2012 @ 13:51:25
  Author: ibiru
Revision: 148338

db-move: moved windowmaker from [staging] to [testing] (i686)

Added:
  windowmaker/repos/testing-i686/
  windowmaker/repos/testing-i686/PKGBUILD
    (from rev 148047, windowmaker/repos/staging-i686/PKGBUILD)
  windowmaker/repos/testing-i686/libpng-1.4.patch
    (from rev 148047, windowmaker/repos/staging-i686/libpng-1.4.patch)
  windowmaker/repos/testing-i686/windowmaker-gcc4.patch.tar.bz2
    (from rev 148047, windowmaker/repos/staging-i686/windowmaker-gcc4.patch.tar.bz2)
  windowmaker/repos/testing-i686/wmaker.desktop
    (from rev 148047, windowmaker/repos/staging-i686/wmaker.desktop)
Deleted:
  windowmaker/repos/staging-i686/

------------------+
 PKGBUILD         |   34 ++++++++++++++++++++++++++++++++++
 libpng-1.4.patch |   12 ++++++++++++
 wmaker.desktop   |    5 +++++
 3 files changed, 51 insertions(+)

Copied: windowmaker/repos/testing-i686/PKGBUILD (from rev 148047, windowmaker/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-01-30 18:51:25 UTC (rev 148338)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+pkgname=windowmaker
+pkgver=0.95.0
+pkgrel=2
+pkgdesc="An X11 window manager with a NEXTSTEP look and feel"
+arch=(i686 x86_64)
+url="http://www.windowmaker.org/"
+license=('GPL' 'custom')
+depends=('libxinerama' 'libxrandr' 'libxmu' 'libpng' 'libxpm' 'libxft' 'libtiff' 'giflib')
+options=('!libtool')
+source=(ftp://ftp.archlinux.org/other/windowmaker/windowmaker-$pkgver.tar.gz wmaker.desktop)  
+md5sums=('2d89834b4019e0a08641709ea7235db2'
+         '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
+}
+
+package() {
+  cd $srcdir/windowmaker-$pkgver
+  
+  make DESTDIR=$pkgdir install
+  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/repos/testing-i686/libpng-1.4.patch (from rev 148047, windowmaker/repos/staging-i686/libpng-1.4.patch)
===================================================================
--- testing-i686/libpng-1.4.patch	                        (rev 0)
+++ testing-i686/libpng-1.4.patch	2012-01-30 18:51:25 UTC (rev 148338)
@@ -0,0 +1,12 @@
+diff -Naur WindowMaker-0.92.0-orig/wrlib/load.c WindowMaker-0.92.0/wrlib/load.c
+--- WindowMaker-0.92.0-orig/wrlib/load.c	2010-01-21 16:10:39.000000000 -0500
++++ WindowMaker-0.92.0/wrlib/load.c	2010-01-21 16:13:15.000000000 -0500
+@@ -348,7 +348,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/repos/testing-i686/windowmaker-gcc4.patch.tar.bz2 (from rev 148047, windowmaker/repos/staging-i686/windowmaker-gcc4.patch.tar.bz2)
===================================================================
(Binary files differ)

Copied: windowmaker/repos/testing-i686/wmaker.desktop (from rev 148047, windowmaker/repos/staging-i686/wmaker.desktop)
===================================================================
--- testing-i686/wmaker.desktop	                        (rev 0)
+++ testing-i686/wmaker.desktop	2012-01-30 18:51:25 UTC (rev 148338)
@@ -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