Date: Friday, October 30, 2020 @ 16:13:14
  Author: spupykin
Revision: 736760

archrelease: copy trunk to community-x86_64

Added:
  xlockmore/repos/community-x86_64/LICENSE
    (from rev 736759, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-x86_64/PKGBUILD
    (from rev 736759, xlockmore/trunk/PKGBUILD)
  xlockmore/repos/community-x86_64/xlockmore.install
    (from rev 736759, xlockmore/trunk/xlockmore.install)
Deleted:
  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 ++---
 3 files changed, 63 insertions(+), 63 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE     2020-10-30 16:12:58 UTC (rev 736759)
+++ LICENSE     2020-10-30 16:13:14 UTC (rev 736760)
@@ -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-x86_64/LICENSE (from rev 736759, 
xlockmore/trunk/LICENSE)
===================================================================
--- LICENSE                             (rev 0)
+++ LICENSE     2020-10-30 16:13:14 UTC (rev 736760)
@@ -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: PKGBUILD
===================================================================
--- PKGBUILD    2020-10-30 16:12:58 UTC (rev 736759)
+++ PKGBUILD    2020-10-30 16:13:14 UTC (rev 736760)
@@ -1,41 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Maintainer: dorphell <dorph...@archlinux.org>
-
-pkgname=xlockmore
-pkgver=5.65
-pkgrel=1
-pkgdesc="screen saver / locker for the X Window System"
-arch=(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/curl --user-agent Firefox -fLC - --retry 3 
--retry-delay 3 -o %o %u')
-source=(http://sillycycle.com/xlock/xlockmore-$pkgver.tar.xz{,.asc}
-       LICENSE)
-sha256sums=('cdc0d5b86be0a553f248ca261a043c2a043032de2b678429e4c2b0bd56449434'
-            '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 -Dm0644 etc/xlock.pamd "${pkgdir}"/etc/pam.d/xlock
-  install -Dm0644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  mv "$pkgdir"/usr/man "$pkgdir"/usr/share/
-}

Copied: xlockmore/repos/community-x86_64/PKGBUILD (from rev 736759, 
xlockmore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-10-30 16:13:14 UTC (rev 736760)
@@ -0,0 +1,41 @@
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Maintainer: dorphell <dorph...@archlinux.org>
+
+pkgname=xlockmore
+pkgver=5.66
+pkgrel=1
+pkgdesc="screen saver / locker for the X Window System"
+arch=(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/curl --user-agent Firefox -fLC - --retry 3 
--retry-delay 3 -o %o %u')
+source=(http://sillycycle.com/xlock/xlockmore-$pkgver.tar.xz{,.asc}
+       LICENSE)
+sha256sums=('5976a5c3662828d14522c90e06f28ddcfc8e57788fde08eb8b7a70e9ef3bab71'
+            '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 -Dm0644 etc/xlock.pamd "${pkgdir}"/etc/pam.d/xlock
+  install -Dm0644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  mv "$pkgdir"/usr/man "$pkgdir"/usr/share/
+}

Deleted: xlockmore.install
===================================================================
--- xlockmore.install   2020-10-30 16:12:58 UTC (rev 736759)
+++ xlockmore.install   2020-10-30 16:13:14 UTC (rev 736760)
@@ -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 736759, 
xlockmore/trunk/xlockmore.install)
===================================================================
--- xlockmore.install                           (rev 0)
+++ xlockmore.install   2020-10-30 16:13:14 UTC (rev 736760)
@@ -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"
+}

Reply via email to