diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/xlockmore | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/xlockmore')
-rw-r--r-- | community/xlockmore/LICENSE | 18 | ||||
-rw-r--r-- | community/xlockmore/PKGBUILD | 37 |
2 files changed, 0 insertions, 55 deletions
diff --git a/community/xlockmore/LICENSE b/community/xlockmore/LICENSE deleted file mode 100644 index f0b9aa9c6..000000000 --- a/community/xlockmore/LICENSE +++ /dev/null @@ -1,18 +0,0 @@ -/*- - * xscreensaver compatibility layer for xlockmore modules. - * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski <jwz@jwz.org> - * - * Permission to use, copy, modify, distribute, and sell this software and its - * documentation for any purpose is hereby granted without fee, provided that - * the above copyright notice appear in all copies and that both that - * copyright notice and this permission notice appear in supporting - * documentation. No representations are made about the suitability of this - * software for any purpose. It is provided "as is" without express or - * implied warranty. - * - * This file, along with xlockmore.h, make it possible to compile an xlockmore - * module into a standalone program, and thus use it with xscreensaver. - * By Jamie Zawinski <jwz@jwz.org> on 10-May-97; based on the ideas - * in the older xlock.h by Charles Hannum <mycroft@ai.mit.edu>. (I had - * to redo it, since xlockmore has diverged so far from xlock...) - */ diff --git a/community/xlockmore/PKGBUILD b/community/xlockmore/PKGBUILD deleted file mode 100644 index dfbdd8fa0..000000000 --- a/community/xlockmore/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 88423 2013-04-17 12:42:33Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: dorphell <dorphell@archlinux.org> - -pkgname=xlockmore -pkgver=5.42 -pkgrel=1 -pkgdesc="screen saver / locker for the X Window System" -arch=(i686 x86_64) -license=('BSD') -depends=(freetype2 gtk2 libxpm lesstif pam libxmu glu) -optdepends=('fortune-mod') -makedepends=(mesa) -url="http://www.tux.org/~bagleyd/xlockmore.html" -options=('!makeflags') -source=(http://www.tux.org/~bagleyd/xlock/xlockmore-$pkgver/xlockmore-$pkgver.tar.bz2 - LICENSE) -md5sums=('de1dc31f686178703659fbb46d638518' - 'a64afab4283f53972a6702c2e59850d7') - -build() { - cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr --disable-setuid \ - --enable-appdefaultdir=/usr/share/X11/app-defaults \ - --enable-pam --with-gtk2 --without-esound --without-ftgl - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - - make xapploaddir=$pkgdir/usr/share/X11/app-defaults \ - mandir=$pkgdir/usr/man/man1 \ - prefix=$pkgdir/usr install - install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE - mv $pkgdir/usr/man $pkgdir/usr/share/ -} |