[arch-commits] Commit in windowmaker-crm-git/repos (8 files)

Daniel Isenmann daniel at archlinux.org
Wed Jan 18 21:05:19 UTC 2012


    Date: Wednesday, January 18, 2012 @ 16:05:19
  Author: daniel
Revision: 146857

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  windowmaker-crm-git/repos/staging-i686/
  windowmaker-crm-git/repos/staging-i686/PKGBUILD
    (from rev 146856, windowmaker-crm-git/trunk/PKGBUILD)
  windowmaker-crm-git/repos/staging-i686/libpng-1.4.patch
    (from rev 146856, windowmaker-crm-git/trunk/libpng-1.4.patch)
  windowmaker-crm-git/repos/staging-i686/wmaker.desktop
    (from rev 146856, windowmaker-crm-git/trunk/wmaker.desktop)
  windowmaker-crm-git/repos/staging-x86_64/
  windowmaker-crm-git/repos/staging-x86_64/PKGBUILD
    (from rev 146856, windowmaker-crm-git/trunk/PKGBUILD)
  windowmaker-crm-git/repos/staging-x86_64/libpng-1.4.patch
    (from rev 146856, windowmaker-crm-git/trunk/libpng-1.4.patch)
  windowmaker-crm-git/repos/staging-x86_64/wmaker.desktop
    (from rev 146856, windowmaker-crm-git/trunk/wmaker.desktop)

---------------------------------+
 staging-i686/PKGBUILD           |   36 ++++++++++++++++++++++++++++++++++++
 staging-i686/libpng-1.4.patch   |   12 ++++++++++++
 staging-i686/wmaker.desktop     |    5 +++++
 staging-x86_64/PKGBUILD         |   36 ++++++++++++++++++++++++++++++++++++
 staging-x86_64/libpng-1.4.patch |   12 ++++++++++++
 staging-x86_64/wmaker.desktop   |    5 +++++
 6 files changed, 106 insertions(+)

Copied: windowmaker-crm-git/repos/staging-i686/PKGBUILD (from rev 146856, windowmaker-crm-git/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-01-18 21:05:19 UTC (rev 146857)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=windowmaker-crm-git
+pkgver=20120109
+pkgrel=2
+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=('abe70f9cc7606c73a9bbe498cacf925a'
+         '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-crm-git/repos/staging-i686/libpng-1.4.patch (from rev 146856, windowmaker-crm-git/trunk/libpng-1.4.patch)
===================================================================
--- staging-i686/libpng-1.4.patch	                        (rev 0)
+++ staging-i686/libpng-1.4.patch	2012-01-18 21:05:19 UTC (rev 146857)
@@ -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
+ 

Copied: windowmaker-crm-git/repos/staging-i686/wmaker.desktop (from rev 146856, windowmaker-crm-git/trunk/wmaker.desktop)
===================================================================
--- staging-i686/wmaker.desktop	                        (rev 0)
+++ staging-i686/wmaker.desktop	2012-01-18 21:05:19 UTC (rev 146857)
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=windowmaker
+Exec=/usr/bin/wmaker
+Type=Application

Copied: windowmaker-crm-git/repos/staging-x86_64/PKGBUILD (from rev 146856, windowmaker-crm-git/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-01-18 21:05:19 UTC (rev 146857)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=windowmaker-crm-git
+pkgver=20120109
+pkgrel=2
+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=('abe70f9cc7606c73a9bbe498cacf925a'
+         '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-crm-git/repos/staging-x86_64/libpng-1.4.patch (from rev 146856, windowmaker-crm-git/trunk/libpng-1.4.patch)
===================================================================
--- staging-x86_64/libpng-1.4.patch	                        (rev 0)
+++ staging-x86_64/libpng-1.4.patch	2012-01-18 21:05:19 UTC (rev 146857)
@@ -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
+ 

Copied: windowmaker-crm-git/repos/staging-x86_64/wmaker.desktop (from rev 146856, windowmaker-crm-git/trunk/wmaker.desktop)
===================================================================
--- staging-x86_64/wmaker.desktop	                        (rev 0)
+++ staging-x86_64/wmaker.desktop	2012-01-18 21:05:19 UTC (rev 146857)
@@ -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