summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-05-13 20:41:32 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-05-13 20:41:32 (GMT)
commitf7ce19b31a9fecc4a0e68c5972716b357bc6fe4a (patch)
tree892d6f4d70251a0c32c215ae707f47856cfca316
parentc4a526ab0e33d6667b59351ddbe2ac0cd098a1c1 (diff)
downloadlinhes_pkgbuild-f7ce19b31a9fecc4a0e68c5972716b357bc6fe4a.zip
linhes_pkgbuild-f7ce19b31a9fecc4a0e68c5972716b357bc6fe4a.tar.gz
linhes_pkgbuild-f7ce19b31a9fecc4a0e68c5972716b357bc6fe4a.tar.bz2
remove windowmaker-crm
-rw-r--r--abs/core/windowmaker-crm-git/PKGBUILD30
-rw-r--r--abs/core/windowmaker-crm-git/libpng-1.4.patch12
-rw-r--r--abs/core/windowmaker-crm-git/wmaker.desktop5
3 files changed, 0 insertions, 47 deletions
diff --git a/abs/core/windowmaker-crm-git/PKGBUILD b/abs/core/windowmaker-crm-git/PKGBUILD
deleted file mode 100644
index 6a47895..0000000
--- a/abs/core/windowmaker-crm-git/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 94218 2010-10-05 16:33:23Z daniel $
-# Maintainer: Daniel Isenmann <daniel@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
-}
diff --git a/abs/core/windowmaker-crm-git/libpng-1.4.patch b/abs/core/windowmaker-crm-git/libpng-1.4.patch
deleted file mode 100644
index 5dbe5fd..0000000
--- a/abs/core/windowmaker-crm-git/libpng-1.4.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-
diff --git a/abs/core/windowmaker-crm-git/wmaker.desktop b/abs/core/windowmaker-crm-git/wmaker.desktop
deleted file mode 100644
index f819c75..0000000
--- a/abs/core/windowmaker-crm-git/wmaker.desktop
+++ /dev/null
@@ -1,5 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=windowmaker
-Exec=/usr/bin/wmaker
-Type=Application