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

Daniel Isenmann daniel at archlinux.org
Sat May 26 10:06:04 UTC 2012


    Date: Saturday, May 26, 2012 @ 06:06:04
  Author: daniel
Revision: 159727

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

Added:
  windowmaker/repos/extra-i686/PKGBUILD
    (from rev 159726, windowmaker/trunk/PKGBUILD)
  windowmaker/repos/extra-i686/libpng-1.4.patch
    (from rev 159726, windowmaker/trunk/libpng-1.4.patch)
  windowmaker/repos/extra-i686/windowmaker-gcc4.patch.tar.bz2
    (from rev 159726, windowmaker/trunk/windowmaker-gcc4.patch.tar.bz2)
  windowmaker/repos/extra-i686/wmaker.desktop
    (from rev 159726, windowmaker/trunk/wmaker.desktop)
  windowmaker/repos/extra-x86_64/PKGBUILD
    (from rev 159726, windowmaker/trunk/PKGBUILD)
  windowmaker/repos/extra-x86_64/libpng-1.4.patch
    (from rev 159726, windowmaker/trunk/libpng-1.4.patch)
  windowmaker/repos/extra-x86_64/windowmaker-gcc4.patch.tar.bz2
    (from rev 159726, windowmaker/trunk/windowmaker-gcc4.patch.tar.bz2)
  windowmaker/repos/extra-x86_64/wmaker.desktop
    (from rev 159726, windowmaker/trunk/wmaker.desktop)
Deleted:
  windowmaker/repos/extra-i686/PKGBUILD
  windowmaker/repos/extra-i686/libpng-1.4.patch
  windowmaker/repos/extra-i686/windowmaker-gcc4.patch.tar.bz2
  windowmaker/repos/extra-i686/wmaker.desktop
  windowmaker/repos/extra-x86_64/PKGBUILD
  windowmaker/repos/extra-x86_64/libpng-1.4.patch
  windowmaker/repos/extra-x86_64/windowmaker-gcc4.patch.tar.bz2
  windowmaker/repos/extra-x86_64/wmaker.desktop

-------------------------------+
 extra-i686/PKGBUILD           |   66 ++++++++++++++++++++--------------------
 extra-i686/libpng-1.4.patch   |   24 +++++++-------
 extra-i686/wmaker.desktop     |   10 +++---
 extra-x86_64/PKGBUILD         |   66 ++++++++++++++++++++--------------------
 extra-x86_64/libpng-1.4.patch |   24 +++++++-------
 extra-x86_64/wmaker.desktop   |   10 +++---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-05-26 10:05:31 UTC (rev 159726)
+++ extra-i686/PKGBUILD	2012-05-26 10:06:04 UTC (rev 159727)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-# Contributor: Judd Vinet <jvinet at zeroflux.org>
-pkgname=windowmaker
-pkgver=0.95.2
-pkgrel=1
-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=(http://windowmaker.org/pub/source/release/WindowMaker-$pkgver.tar.gz wmaker.desktop)  
-md5sums=('ae62bad9c4dee504066e0f172b565ff0'
-         '2fba97bebfd691836b92b8f0db79ff13')
-
-build() {
-  cd $srcdir/WindowMaker-$pkgver
-  [ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`"
-  ./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/extra-i686/PKGBUILD (from rev 159726, windowmaker/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-05-26 10:06:04 UTC (rev 159727)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+pkgname=windowmaker
+pkgver=0.95.3
+pkgrel=1
+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=(http://windowmaker.org/pub/source/release/WindowMaker-$pkgver.tar.gz wmaker.desktop)  
+md5sums=('305af9d862e853a5d7977e801cb66ca3'
+         '2fba97bebfd691836b92b8f0db79ff13')
+
+build() {
+  cd $srcdir/WindowMaker-$pkgver
+  [ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`"
+  ./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
+}
+

Deleted: extra-i686/libpng-1.4.patch
===================================================================
--- extra-i686/libpng-1.4.patch	2012-05-26 10:05:31 UTC (rev 159726)
+++ extra-i686/libpng-1.4.patch	2012-05-26 10:06:04 UTC (rev 159727)
@@ -1,12 +0,0 @@
-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/extra-i686/libpng-1.4.patch (from rev 159726, windowmaker/trunk/libpng-1.4.patch)
===================================================================
--- extra-i686/libpng-1.4.patch	                        (rev 0)
+++ extra-i686/libpng-1.4.patch	2012-05-26 10:06:04 UTC (rev 159727)
@@ -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
+ 

Deleted: extra-i686/windowmaker-gcc4.patch.tar.bz2
===================================================================
(Binary files differ)

Copied: windowmaker/repos/extra-i686/windowmaker-gcc4.patch.tar.bz2 (from rev 159726, windowmaker/trunk/windowmaker-gcc4.patch.tar.bz2)
===================================================================
(Binary files differ)

Deleted: extra-i686/wmaker.desktop
===================================================================
--- extra-i686/wmaker.desktop	2012-05-26 10:05:31 UTC (rev 159726)
+++ extra-i686/wmaker.desktop	2012-05-26 10:06:04 UTC (rev 159727)
@@ -1,5 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=windowmaker
-Exec=/usr/bin/wmaker
-Type=Application

Copied: windowmaker/repos/extra-i686/wmaker.desktop (from rev 159726, windowmaker/trunk/wmaker.desktop)
===================================================================
--- extra-i686/wmaker.desktop	                        (rev 0)
+++ extra-i686/wmaker.desktop	2012-05-26 10:06:04 UTC (rev 159727)
@@ -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	2012-05-26 10:05:31 UTC (rev 159726)
+++ extra-x86_64/PKGBUILD	2012-05-26 10:06:04 UTC (rev 159727)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-# Contributor: Judd Vinet <jvinet at zeroflux.org>
-pkgname=windowmaker
-pkgver=0.95.2
-pkgrel=1
-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=(http://windowmaker.org/pub/source/release/WindowMaker-$pkgver.tar.gz wmaker.desktop)  
-md5sums=('ae62bad9c4dee504066e0f172b565ff0'
-         '2fba97bebfd691836b92b8f0db79ff13')
-
-build() {
-  cd $srcdir/WindowMaker-$pkgver
-  [ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`"
-  ./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/extra-x86_64/PKGBUILD (from rev 159726, windowmaker/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-05-26 10:06:04 UTC (rev 159727)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+pkgname=windowmaker
+pkgver=0.95.3
+pkgrel=1
+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=(http://windowmaker.org/pub/source/release/WindowMaker-$pkgver.tar.gz wmaker.desktop)  
+md5sums=('305af9d862e853a5d7977e801cb66ca3'
+         '2fba97bebfd691836b92b8f0db79ff13')
+
+build() {
+  cd $srcdir/WindowMaker-$pkgver
+  [ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`"
+  ./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
+}
+

Deleted: extra-x86_64/libpng-1.4.patch
===================================================================
--- extra-x86_64/libpng-1.4.patch	2012-05-26 10:05:31 UTC (rev 159726)
+++ extra-x86_64/libpng-1.4.patch	2012-05-26 10:06:04 UTC (rev 159727)
@@ -1,12 +0,0 @@
-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/extra-x86_64/libpng-1.4.patch (from rev 159726, windowmaker/trunk/libpng-1.4.patch)
===================================================================
--- extra-x86_64/libpng-1.4.patch	                        (rev 0)
+++ extra-x86_64/libpng-1.4.patch	2012-05-26 10:06:04 UTC (rev 159727)
@@ -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
+ 

Deleted: extra-x86_64/windowmaker-gcc4.patch.tar.bz2
===================================================================
(Binary files differ)

Copied: windowmaker/repos/extra-x86_64/windowmaker-gcc4.patch.tar.bz2 (from rev 159726, windowmaker/trunk/windowmaker-gcc4.patch.tar.bz2)
===================================================================
(Binary files differ)

Deleted: extra-x86_64/wmaker.desktop
===================================================================
--- extra-x86_64/wmaker.desktop	2012-05-26 10:05:31 UTC (rev 159726)
+++ extra-x86_64/wmaker.desktop	2012-05-26 10:06:04 UTC (rev 159727)
@@ -1,5 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=windowmaker
-Exec=/usr/bin/wmaker
-Type=Application

Copied: windowmaker/repos/extra-x86_64/wmaker.desktop (from rev 159726, windowmaker/trunk/wmaker.desktop)
===================================================================
--- extra-x86_64/wmaker.desktop	                        (rev 0)
+++ extra-x86_64/wmaker.desktop	2012-05-26 10:06:04 UTC (rev 159727)
@@ -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