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

Antonio Rojas arojas at archlinux.org
Fri Sep 1 13:49:18 UTC 2017


    Date: Friday, September 1, 2017 @ 13:49:17
  Author: arojas
Revision: 255238

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

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

------------------------------------+
 /LICENSE                           |   36 +++++++++++++++
 /PKGBUILD                          |   82 +++++++++++++++++++++++++++++++++++
 /xlockmore.install                 |    8 +++
 community-i686/LICENSE             |   18 -------
 community-i686/PKGBUILD            |   41 -----------------
 community-i686/xlockmore.install   |    4 -
 community-x86_64/LICENSE           |   18 -------
 community-x86_64/PKGBUILD          |   41 -----------------
 community-x86_64/xlockmore.install |    4 -
 9 files changed, 126 insertions(+), 126 deletions(-)

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-01 13:48:48 UTC (rev 255237)
+++ community-i686/PKGBUILD	2017-09-01 13:49:17 UTC (rev 255238)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: dorphell <dorphell at archlinux.org>
-
-pkgname=xlockmore
-pkgver=5.51
-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://sillycycle.com/xlockmore.html"
-options=('!makeflags')
-install=xlockmore.install
-validpgpkeys=('1B79C8478F236DCDADC0D6ACCF159707377919AE')
-DLAGENTS=('http::/usr/bin/wget -O %o %u')
-source=(http://sillycycle.com/xlock/xlockmore-$pkgver.tar.xz{,.asc}
-	LICENSE)
-sha256sums=('47118e718e5c892e52ecb21ff4ccfc65592643696768c57c388095732f42608d'
-            'SKIP'
-            'f9f41a5590c5c3ee9780f6013d9f03c229674e8d72e086b22f07c399be0f5b39')
-
-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-i686/PKGBUILD (from rev 255237, xlockmore/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-01 13:49:17 UTC (rev 255238)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: dorphell <dorphell at archlinux.org>
+
+pkgname=xlockmore
+pkgver=5.55
+pkgrel=1
+pkgdesc="screen saver / locker for the X Window System"
+arch=(i686 x86_64)
+license=('BSD')
+depends=(freetype2 gtk2 libxpm openmotif pam libxmu glu)
+optdepends=('fortune-mod')
+makedepends=(mesa)
+url="http://sillycycle.com/xlockmore.html"
+options=('!makeflags')
+install=xlockmore.install
+validpgpkeys=('1B79C8478F236DCDADC0D6ACCF159707377919AE')
+DLAGENTS=('http::/usr/bin/wget -O %o %u')
+source=(http://sillycycle.com/xlock/xlockmore-$pkgver.tar.xz{,.asc}
+	LICENSE)
+sha256sums=('d4f1fa5b19efc20262d77207636aa54fc66ba40aa867119f03a15981b3396ef8'
+            'SKIP'
+            'f9f41a5590c5c3ee9780f6013d9f03c229674e8d72e086b22f07c399be0f5b39')
+
+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/
+}

Deleted: community-i686/xlockmore.install
===================================================================
--- community-i686/xlockmore.install	2017-09-01 13:48:48 UTC (rev 255237)
+++ community-i686/xlockmore.install	2017-09-01 13:49:17 UTC (rev 255238)
@@ -1,4 +0,0 @@
-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-i686/xlockmore.install (from rev 255237, xlockmore/trunk/xlockmore.install)
===================================================================
--- community-i686/xlockmore.install	                        (rev 0)
+++ community-i686/xlockmore.install	2017-09-01 13:49:17 UTC (rev 255238)
@@ -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"
+}

Deleted: community-x86_64/LICENSE
===================================================================
--- community-x86_64/LICENSE	2017-09-01 13:48:48 UTC (rev 255237)
+++ community-x86_64/LICENSE	2017-09-01 13:49:17 UTC (rev 255238)
@@ -1,18 +0,0 @@
-/*-
- * xscreensaver compatibility layer for xlockmore modules.
- * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski <jwz at 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 at jwz.org> on 10-May-97; based on the ideas
- * in the older xlock.h by Charles Hannum <mycroft at ai.mit.edu>.  (I had
- * to redo it, since xlockmore has diverged so far from xlock...)
- */

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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-01 13:48:48 UTC (rev 255237)
+++ community-x86_64/PKGBUILD	2017-09-01 13:49:17 UTC (rev 255238)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: dorphell <dorphell at archlinux.org>
-
-pkgname=xlockmore
-pkgver=5.51
-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://sillycycle.com/xlockmore.html"
-options=('!makeflags')
-install=xlockmore.install
-validpgpkeys=('1B79C8478F236DCDADC0D6ACCF159707377919AE')
-DLAGENTS=('http::/usr/bin/wget -O %o %u')
-source=(http://sillycycle.com/xlock/xlockmore-$pkgver.tar.xz{,.asc}
-	LICENSE)
-sha256sums=('47118e718e5c892e52ecb21ff4ccfc65592643696768c57c388095732f42608d'
-            'SKIP'
-            'f9f41a5590c5c3ee9780f6013d9f03c229674e8d72e086b22f07c399be0f5b39')
-
-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-x86_64/PKGBUILD (from rev 255237, xlockmore/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-01 13:49:17 UTC (rev 255238)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: dorphell <dorphell at archlinux.org>
+
+pkgname=xlockmore
+pkgver=5.55
+pkgrel=1
+pkgdesc="screen saver / locker for the X Window System"
+arch=(i686 x86_64)
+license=('BSD')
+depends=(freetype2 gtk2 libxpm openmotif pam libxmu glu)
+optdepends=('fortune-mod')
+makedepends=(mesa)
+url="http://sillycycle.com/xlockmore.html"
+options=('!makeflags')
+install=xlockmore.install
+validpgpkeys=('1B79C8478F236DCDADC0D6ACCF159707377919AE')
+DLAGENTS=('http::/usr/bin/wget -O %o %u')
+source=(http://sillycycle.com/xlock/xlockmore-$pkgver.tar.xz{,.asc}
+	LICENSE)
+sha256sums=('d4f1fa5b19efc20262d77207636aa54fc66ba40aa867119f03a15981b3396ef8'
+            'SKIP'
+            'f9f41a5590c5c3ee9780f6013d9f03c229674e8d72e086b22f07c399be0f5b39')
+
+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/
+}

Deleted: community-x86_64/xlockmore.install
===================================================================
--- community-x86_64/xlockmore.install	2017-09-01 13:48:48 UTC (rev 255237)
+++ community-x86_64/xlockmore.install	2017-09-01 13:49:17 UTC (rev 255238)
@@ -1,4 +0,0 @@
-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-x86_64/xlockmore.install (from rev 255237, xlockmore/trunk/xlockmore.install)
===================================================================
--- community-x86_64/xlockmore.install	                        (rev 0)
+++ community-x86_64/xlockmore.install	2017-09-01 13:49:17 UTC (rev 255238)
@@ -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"
+}



More information about the arch-commits mailing list