[arch-commits] Commit in xlockmore/repos (8 files)

2015-12-06 Thread Antonio Rojas
Date: Monday, December 7, 2015 @ 02:56:02
  Author: arojas
Revision: 149507

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  xlockmore/repos/community-staging-i686/
  xlockmore/repos/community-staging-i686/LICENSE
(from rev 149506, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-staging-i686/PKGBUILD
(from rev 149506, xlockmore/trunk/PKGBUILD)
  xlockmore/repos/community-staging-i686/xlockmore.install
(from rev 149506, xlockmore/trunk/xlockmore.install)
  xlockmore/repos/community-staging-x86_64/
  xlockmore/repos/community-staging-x86_64/LICENSE
(from rev 149506, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-staging-x86_64/PKGBUILD
(from rev 149506, xlockmore/trunk/PKGBUILD)
  xlockmore/repos/community-staging-x86_64/xlockmore.install
(from rev 149506, xlockmore/trunk/xlockmore.install)

+
 community-staging-i686/LICENSE |   18 
 community-staging-i686/PKGBUILD|   38 +++
 community-staging-i686/xlockmore.install   |4 ++
 community-staging-x86_64/LICENSE   |   18 
 community-staging-x86_64/PKGBUILD  |   38 +++
 community-staging-x86_64/xlockmore.install |4 ++
 6 files changed, 120 insertions(+)

Copied: xlockmore/repos/community-staging-i686/LICENSE (from rev 149506, 
xlockmore/trunk/LICENSE)
===
--- community-staging-i686/LICENSE  (rev 0)
+++ community-staging-i686/LICENSE  2015-12-07 01:56:02 UTC (rev 149507)
@@ -0,0 +1,18 @@
+/*-
+ * xscreensaver compatibility layer for xlockmore modules.
+ * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski 
+ *
+ * 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  on 10-May-97; based on the ideas
+ * in the older xlock.h by Charles Hannum .  (I had
+ * to redo it, since xlockmore has diverged so far from xlock...)
+ */

Copied: xlockmore/repos/community-staging-i686/PKGBUILD (from rev 149506, 
xlockmore/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 01:56:02 UTC (rev 149507)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: dorphell 
+
+pkgname=xlockmore
+pkgver=5.46
+pkgrel=3
+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')
+install=xlockmore.install
+source=(http://www.tux.org/~bagleyd/xlock/xlockmore-$pkgver.tar.xz
+   LICENSE)
+md5sums=('068b9c2bfbcdd02461edbac4d729cd27'
+ '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/
+}

Copied: xlockmore/repos/community-staging-i686/xlockmore.install (from rev 
149506, xlockmore/trunk/xlockmore.install)
===
--- community-staging-i686/xlockmore.install(rev 0)
+++ community-staging-i686/xlockmore.install2015-12-07 01:56:02 UTC (rev 
149507)
@@ -0,0 +1,4 @@
+post_install() {
+   echo "You may want to install xorg-fonts-100dpi/xorg-fonts-75dpi and 
other font packages"
+   echo "Check particular xlock mode documentation"
+}

Copied: xlockmore/repos/community-staging-x86_64/LICENSE (from rev 149506, 
xlockmore/trunk/LICENSE)
===
--- community-staging-x86_64/LICENSE(rev 0)
+++ 

[arch-commits] Commit in xlockmore/repos (8 files)

2014-11-19 Thread Sergej Pupykin
Date: Wednesday, November 19, 2014 @ 12:56:31
  Author: spupykin
Revision: 122735

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

Added:
  xlockmore/repos/community-i686/LICENSE
(from rev 122734, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-i686/PKGBUILD
(from rev 122734, xlockmore/trunk/PKGBUILD)
  xlockmore/repos/community-x86_64/LICENSE
(from rev 122734, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-x86_64/PKGBUILD
(from rev 122734, xlockmore/trunk/PKGBUILD)
Deleted:
  xlockmore/repos/community-i686/LICENSE
  xlockmore/repos/community-i686/PKGBUILD
  xlockmore/repos/community-x86_64/LICENSE
  xlockmore/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   36 +
 /PKGBUILD |   74 
 community-i686/LICENSE|   18 --
 community-i686/PKGBUILD   |   37 --
 community-x86_64/LICENSE  |   18 --
 community-x86_64/PKGBUILD |   37 --
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2014-11-19 11:56:11 UTC (rev 122734)
+++ community-i686/LICENSE  2014-11-19 11:56:31 UTC (rev 122735)
@@ -1,18 +0,0 @@
-/*-
- * xscreensaver compatibility layer for xlockmore modules.
- * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski j...@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 j...@jwz.org on 10-May-97; based on the ideas
- * in the older xlock.h by Charles Hannum mycr...@ai.mit.edu.  (I had
- * to redo it, since xlockmore has diverged so far from xlock...)
- */

Copied: xlockmore/repos/community-i686/LICENSE (from rev 122734, 
xlockmore/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2014-11-19 11:56:31 UTC (rev 122735)
@@ -0,0 +1,18 @@
+/*-
+ * xscreensaver compatibility layer for xlockmore modules.
+ * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski j...@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 j...@jwz.org on 10-May-97; based on the ideas
+ * in the older xlock.h by Charles Hannum mycr...@ai.mit.edu.  (I had
+ * to redo it, since xlockmore has diverged so far from xlock...)
+ */

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-19 11:56:11 UTC (rev 122734)
+++ community-i686/PKGBUILD 2014-11-19 11:56:31 UTC (rev 122735)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: dorphell dorph...@archlinux.org
-
-pkgname=xlockmore
-pkgver=5.43
-pkgrel=2
-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=('76af9c0a698aec1e32770a1183df72eb'
- '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 

[arch-commits] Commit in xlockmore/repos (8 files)

2014-06-23 Thread Sergej Pupykin
Date: Monday, June 23, 2014 @ 13:20:42
  Author: spupykin
Revision: 113449

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

Added:
  xlockmore/repos/community-i686/LICENSE
(from rev 113448, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-i686/PKGBUILD
(from rev 113448, xlockmore/trunk/PKGBUILD)
  xlockmore/repos/community-x86_64/LICENSE
(from rev 113448, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-x86_64/PKGBUILD
(from rev 113448, xlockmore/trunk/PKGBUILD)
Deleted:
  xlockmore/repos/community-i686/LICENSE
  xlockmore/repos/community-i686/PKGBUILD
  xlockmore/repos/community-x86_64/LICENSE
  xlockmore/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   36 +
 /PKGBUILD |   74 
 community-i686/LICENSE|   18 --
 community-i686/PKGBUILD   |   37 --
 community-x86_64/LICENSE  |   18 --
 community-x86_64/PKGBUILD |   37 --
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2014-06-23 11:20:30 UTC (rev 113448)
+++ community-i686/LICENSE  2014-06-23 11:20:42 UTC (rev 113449)
@@ -1,18 +0,0 @@
-/*-
- * xscreensaver compatibility layer for xlockmore modules.
- * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski j...@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 j...@jwz.org on 10-May-97; based on the ideas
- * in the older xlock.h by Charles Hannum mycr...@ai.mit.edu.  (I had
- * to redo it, since xlockmore has diverged so far from xlock...)
- */

Copied: xlockmore/repos/community-i686/LICENSE (from rev 113448, 
xlockmore/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2014-06-23 11:20:42 UTC (rev 113449)
@@ -0,0 +1,18 @@
+/*-
+ * xscreensaver compatibility layer for xlockmore modules.
+ * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski j...@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 j...@jwz.org on 10-May-97; based on the ideas
+ * in the older xlock.h by Charles Hannum mycr...@ai.mit.edu.  (I had
+ * to redo it, since xlockmore has diverged so far from xlock...)
+ */

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-23 11:20:30 UTC (rev 113448)
+++ community-i686/PKGBUILD 2014-06-23 11:20:42 UTC (rev 113449)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: dorphell dorph...@archlinux.org
-
-pkgname=xlockmore
-pkgver=5.43
-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=('76af9c0a698aec1e32770a1183df72eb'
- '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 

[arch-commits] Commit in xlockmore/repos (8 files)

2013-09-04 Thread Sergej Pupykin
Date: Wednesday, September 4, 2013 @ 12:17:31
  Author: spupykin
Revision: 96760

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

Added:
  xlockmore/repos/community-i686/LICENSE
(from rev 96759, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-i686/PKGBUILD
(from rev 96759, xlockmore/trunk/PKGBUILD)
  xlockmore/repos/community-x86_64/LICENSE
(from rev 96759, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-x86_64/PKGBUILD
(from rev 96759, xlockmore/trunk/PKGBUILD)
Deleted:
  xlockmore/repos/community-i686/LICENSE
  xlockmore/repos/community-i686/PKGBUILD
  xlockmore/repos/community-x86_64/LICENSE
  xlockmore/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   36 +
 /PKGBUILD |   74 
 community-i686/LICENSE|   18 --
 community-i686/PKGBUILD   |   37 --
 community-x86_64/LICENSE  |   18 --
 community-x86_64/PKGBUILD |   37 --
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2013-09-04 10:17:17 UTC (rev 96759)
+++ community-i686/LICENSE  2013-09-04 10:17:31 UTC (rev 96760)
@@ -1,18 +0,0 @@
-/*-
- * xscreensaver compatibility layer for xlockmore modules.
- * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski j...@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 j...@jwz.org on 10-May-97; based on the ideas
- * in the older xlock.h by Charles Hannum mycr...@ai.mit.edu.  (I had
- * to redo it, since xlockmore has diverged so far from xlock...)
- */

Copied: xlockmore/repos/community-i686/LICENSE (from rev 96759, 
xlockmore/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2013-09-04 10:17:31 UTC (rev 96760)
@@ -0,0 +1,18 @@
+/*-
+ * xscreensaver compatibility layer for xlockmore modules.
+ * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski j...@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 j...@jwz.org on 10-May-97; based on the ideas
+ * in the older xlock.h by Charles Hannum mycr...@ai.mit.edu.  (I had
+ * to redo it, since xlockmore has diverged so far from xlock...)
+ */

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-04 10:17:17 UTC (rev 96759)
+++ community-i686/PKGBUILD 2013-09-04 10:17:31 UTC (rev 96760)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: dorphell dorph...@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
- 

[arch-commits] Commit in xlockmore/repos (8 files)

2013-04-17 Thread Sergej Pupykin
Date: Wednesday, April 17, 2013 @ 14:42:33
  Author: spupykin
Revision: 88423

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

Added:
  xlockmore/repos/community-i686/LICENSE
(from rev 88422, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-i686/PKGBUILD
(from rev 88422, xlockmore/trunk/PKGBUILD)
  xlockmore/repos/community-x86_64/LICENSE
(from rev 88422, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-x86_64/PKGBUILD
(from rev 88422, xlockmore/trunk/PKGBUILD)
Deleted:
  xlockmore/repos/community-i686/LICENSE
  xlockmore/repos/community-i686/PKGBUILD
  xlockmore/repos/community-x86_64/LICENSE
  xlockmore/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   36 +
 /PKGBUILD |   74 
 community-i686/LICENSE|   18 --
 community-i686/PKGBUILD   |   31 --
 community-x86_64/LICENSE  |   18 --
 community-x86_64/PKGBUILD |   31 --
 6 files changed, 110 insertions(+), 98 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2013-04-17 12:42:16 UTC (rev 88422)
+++ community-i686/LICENSE  2013-04-17 12:42:33 UTC (rev 88423)
@@ -1,18 +0,0 @@
-/*-
- * xscreensaver compatibility layer for xlockmore modules.
- * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski j...@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 j...@jwz.org on 10-May-97; based on the ideas
- * in the older xlock.h by Charles Hannum mycr...@ai.mit.edu.  (I had
- * to redo it, since xlockmore has diverged so far from xlock...)
- */

Copied: xlockmore/repos/community-i686/LICENSE (from rev 88422, 
xlockmore/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2013-04-17 12:42:33 UTC (rev 88423)
@@ -0,0 +1,18 @@
+/*-
+ * xscreensaver compatibility layer for xlockmore modules.
+ * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski j...@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 j...@jwz.org on 10-May-97; based on the ideas
+ * in the older xlock.h by Charles Hannum mycr...@ai.mit.edu.  (I had
+ * to redo it, since xlockmore has diverged so far from xlock...)
+ */

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-17 12:42:16 UTC (rev 88422)
+++ community-i686/PKGBUILD 2013-04-17 12:42:33 UTC (rev 88423)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: dorphell dorph...@archlinux.org
-
-pkgname=xlockmore
-pkgver=5.41
-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)
-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=('a9af1cc72f0fd096ba4bba9097f9291c'
- '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
-  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/
-}

Copied: xlockmore/repos/community-i686/PKGBUILD