Date: Tuesday, October 5, 2010 @ 12:33:23 Author: daniel Revision: 94218
upgpkg: windowmaker-crm-git 20101005-1 New windowmaker git snapshot Added: windowmaker-crm-git/trunk/wmaker.desktop Modified: windowmaker-crm-git/trunk/PKGBUILD ----------------+ PKGBUILD | 20 +++++++++++--------- wmaker.desktop | 5 +++++ 2 files changed, 16 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-10-05 14:57:43 UTC (rev 94217) +++ PKGBUILD 2010-10-05 16:33:23 UTC (rev 94218) @@ -2,27 +2,29 @@ # Maintainer: Daniel Isenmann <[email protected]> pkgname=windowmaker-crm-git -pkgver=20100307 +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.info/" +url="http://www.windowmaker.org" license=('GPL' 'custom') -depends=('libxinerama' 'libpng' 'libxpm' 'libxft' 'libtiff>=3.9.1' 'giflib' 'libxmu') +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 libpng-1.4.patch) -md5sums=('43b2bfd300d37158ff4f27b4123404d9' - '1b7c47827419ef62051c0f1c02cb45f0') +source=(ftp://ftp.archlinux.org/other/windowmaker/windowmaker-$pkgver.tar.gz wmaker.desktop) +md5sums=('8cc7e736a8d7e446f696b80fc7dcb79c' + '2fba97bebfd691836b92b8f0db79ff13') build() { cd $srcdir/windowmaker-$pkgver - patch -p1 < ../libpng-1.4.patch || return 1 [ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`" - ./autogen.sh --prefix=/usr --sysconfdir=/etc --enable-xinerama \ - --with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep + ./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 } Added: wmaker.desktop =================================================================== --- wmaker.desktop (rev 0) +++ wmaker.desktop 2010-10-05 16:33:23 UTC (rev 94218) @@ -0,0 +1,5 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=windowmaker +Exec=/usr/bin/wmaker +Type=Application
