[arch-commits] Commit in xscreensaver/repos/extra-x86_64 (6 files)
Antonio Rojas
arojas at archlinux.org
Sun Dec 24 10:02:25 UTC 2017
Date: Sunday, December 24, 2017 @ 10:02:25
Author: arojas
Revision: 313578
archrelease: copy trunk to extra-x86_64
Added:
xscreensaver/repos/extra-x86_64/LICENSE
(from rev 313577, xscreensaver/trunk/LICENSE)
xscreensaver/repos/extra-x86_64/PKGBUILD
(from rev 313577, xscreensaver/trunk/PKGBUILD)
xscreensaver/repos/extra-x86_64/xscreensaver-add-electricsheep.diff
(from rev 313577, xscreensaver/trunk/xscreensaver-add-electricsheep.diff)
Deleted:
xscreensaver/repos/extra-x86_64/LICENSE
xscreensaver/repos/extra-x86_64/PKGBUILD
xscreensaver/repos/extra-x86_64/xscreensaver-add-electricsheep.diff
-------------------------------------+
LICENSE | 20 +++----
PKGBUILD | 86 +++++++++++++++++-----------------
xscreensaver-add-electricsheep.diff | 20 +++----
3 files changed, 63 insertions(+), 63 deletions(-)
Deleted: LICENSE
===================================================================
--- LICENSE 2017-12-24 09:46:49 UTC (rev 313577)
+++ LICENSE 2017-12-24 10:02:25 UTC (rev 313578)
@@ -1,10 +0,0 @@
-/* xscreensaver, Copyright (c) 1991-2013 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.
- */
Copied: xscreensaver/repos/extra-x86_64/LICENSE (from rev 313577, xscreensaver/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2017-12-24 10:02:25 UTC (rev 313578)
@@ -0,0 +1,10 @@
+/* xscreensaver, Copyright (c) 1991-2013 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.
+ */
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-24 09:46:49 UTC (rev 313577)
+++ PKGBUILD 2017-12-24 10:02:25 UTC (rev 313578)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=xscreensaver
-pkgver=5.37
-pkgrel=1
-pkgdesc="Screen saver and locker for the X Window System"
-arch=('i686' 'x86_64')
-url="http://www.jwz.org/xscreensaver/"
-license=('BSD')
-depends=('libglade' 'libxmu' 'glu' 'xorg-appres' 'perl-libwww')
-makedepends=('bc' 'intltool' 'libxpm' 'gdm')
-optdepends=('gdm: for login manager support')
-backup=('etc/pam.d/xscreensaver')
-source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz
- xscreensaver-add-electricsheep.diff
- LICENSE)
-sha1sums=('22e438589c25a485a12ba5ae8462e38c5f5f0e07'
- 'e8dc57b6471fb3867ee099304ac6bf628351cb98'
- '3eedb8b91b13c29df9b1fe5cbb027e1470b802d2')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- patch -p0 -i "${srcdir}/xscreensaver-add-electricsheep.diff"
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --libexecdir=/usr/lib --with-x-app-defaults=/usr/share/X11/app-defaults \
- --with-pam --with-login-manager --with-gtk --with-gl \
- --without-gle --with-pixbuf --with-jpeg
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- install -d "${pkgdir}/etc/pam.d"
- make install_prefix="${pkgdir}" install
- install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- chmod 755 "${pkgdir}/usr/bin/xscreensaver"
- echo "NotShowIn=KDE;GNOME;" >> "${pkgdir}/usr/share/applications/xscreensaver-properties.desktop"
-}
Copied: xscreensaver/repos/extra-x86_64/PKGBUILD (from rev 313577, xscreensaver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-24 10:02:25 UTC (rev 313578)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=xscreensaver
+pkgver=5.38
+pkgrel=1
+pkgdesc="Screen saver and locker for the X Window System"
+arch=('x86_64')
+url="http://www.jwz.org/xscreensaver/"
+license=('BSD')
+depends=('libglade' 'libxmu' 'glu' 'xorg-appres' 'perl-libwww')
+makedepends=('bc' 'intltool' 'libxpm' 'gdm')
+optdepends=('gdm: for login manager support')
+backup=('etc/pam.d/xscreensaver')
+source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz
+ xscreensaver-add-electricsheep.diff
+ LICENSE)
+sha1sums=('b4e6b6799e8e244c894db277d6ff2bf5ee48290c'
+ 'e8dc57b6471fb3867ee099304ac6bf628351cb98'
+ '3eedb8b91b13c29df9b1fe5cbb027e1470b802d2')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ patch -p0 -i "${srcdir}/xscreensaver-add-electricsheep.diff"
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib --with-x-app-defaults=/usr/share/X11/app-defaults \
+ --with-pam --with-login-manager --with-gtk --with-gl \
+ --without-gle --with-pixbuf --with-jpeg
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ install -d "${pkgdir}/etc/pam.d"
+ make install_prefix="${pkgdir}" install
+ install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ chmod 755 "${pkgdir}/usr/bin/xscreensaver"
+ echo "NotShowIn=KDE;GNOME;" >> "${pkgdir}/usr/share/applications/xscreensaver-properties.desktop"
+}
Deleted: xscreensaver-add-electricsheep.diff
===================================================================
--- xscreensaver-add-electricsheep.diff 2017-12-24 09:46:49 UTC (rev 313577)
+++ xscreensaver-add-electricsheep.diff 2017-12-24 10:02:25 UTC (rev 313578)
@@ -1,10 +0,0 @@
---- driver/XScreenSaver.ad.in-orig 2013-07-16 16:47:10.183068023 -0400
-+++ driver/XScreenSaver.ad.in 2013-07-16 16:48:23.293473297 -0400
-@@ -157,6 +157,7 @@
- !
- *programs: \
- maze -root \n\
-+ electricsheep --root 1 \n\
- @GL_KLUDGE@ GL: superquadrics -root \n\
- attraction -root \n\
- blitspin -root \n\
Copied: xscreensaver/repos/extra-x86_64/xscreensaver-add-electricsheep.diff (from rev 313577, xscreensaver/trunk/xscreensaver-add-electricsheep.diff)
===================================================================
--- xscreensaver-add-electricsheep.diff (rev 0)
+++ xscreensaver-add-electricsheep.diff 2017-12-24 10:02:25 UTC (rev 313578)
@@ -0,0 +1,10 @@
+--- driver/XScreenSaver.ad.in-orig 2013-07-16 16:47:10.183068023 -0400
++++ driver/XScreenSaver.ad.in 2013-07-16 16:48:23.293473297 -0400
+@@ -157,6 +157,7 @@
+ !
+ *programs: \
+ maze -root \n\
++ electricsheep --root 1 \n\
+ @GL_KLUDGE@ GL: superquadrics -root \n\
+ attraction -root \n\
+ blitspin -root \n\
More information about the arch-commits
mailing list