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

2012-01-09 Thread Daniel Isenmann
Date: Monday, January 9, 2012 @ 14:01:56
  Author: daniel
Revision: 146365

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

Added:
  windowmaker-crm-git/repos/extra-i686/PKGBUILD
(from rev 146364, windowmaker-crm-git/trunk/PKGBUILD)
  windowmaker-crm-git/repos/extra-i686/libpng-1.4.patch
(from rev 146364, windowmaker-crm-git/trunk/libpng-1.4.patch)
  windowmaker-crm-git/repos/extra-i686/wmaker.desktop
(from rev 146364, windowmaker-crm-git/trunk/wmaker.desktop)
  windowmaker-crm-git/repos/extra-x86_64/PKGBUILD
(from rev 146364, windowmaker-crm-git/trunk/PKGBUILD)
  windowmaker-crm-git/repos/extra-x86_64/libpng-1.4.patch
(from rev 146364, windowmaker-crm-git/trunk/libpng-1.4.patch)
  windowmaker-crm-git/repos/extra-x86_64/wmaker.desktop
(from rev 146364, 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   |   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, 106 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-09 19:01:29 UTC (rev 146364)
+++ extra-i686/PKGBUILD 2012-01-09 19:01:56 UTC (rev 146365)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@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
-}

Copied: windowmaker-crm-git/repos/extra-i686/PKGBUILD (from rev 146364, 
windowmaker-crm-git/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-09 19:01:56 UTC (rev 146365)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=windowmaker-crm-git
+pkgver=20120109
+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=('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
+
+}

Deleted: extra-i686/libpng-1.4.patch
===
--- extra-i686/libpng-1.4.patch 2012-01-09 19:01:29 UTC (rev 146364)
+++ extra-i686/libpng-1.4.patch 2012-01-09 19:01:56 UTC (rev 146365)
@@ -1,12 +0,0 @@
-diff -Naur windowmaker-20091221-orig/wrlib/load.c 

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

2011-09-09 Thread Daniel Isenmann
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 dan...@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 dan...@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