[arch-commits] Commit in xscreensaver/repos (16 files)
Eric Bélanger
eric at archlinux.org
Fri Sep 30 22:43:18 UTC 2011
Date: Friday, September 30, 2011 @ 18:43:18
Author: eric
Revision: 139172
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
xscreensaver/repos/extra-i686/LICENSE
(from rev 139171, xscreensaver/trunk/LICENSE)
xscreensaver/repos/extra-i686/PKGBUILD
(from rev 139171, xscreensaver/trunk/PKGBUILD)
xscreensaver/repos/extra-i686/add-electricsheep.diff
(from rev 139171, xscreensaver/trunk/add-electricsheep.diff)
xscreensaver/repos/extra-i686/xscreensaver.pam
(from rev 139171, xscreensaver/trunk/xscreensaver.pam)
xscreensaver/repos/extra-x86_64/LICENSE
(from rev 139171, xscreensaver/trunk/LICENSE)
xscreensaver/repos/extra-x86_64/PKGBUILD
(from rev 139171, xscreensaver/trunk/PKGBUILD)
xscreensaver/repos/extra-x86_64/add-electricsheep.diff
(from rev 139171, xscreensaver/trunk/add-electricsheep.diff)
xscreensaver/repos/extra-x86_64/xscreensaver.pam
(from rev 139171, xscreensaver/trunk/xscreensaver.pam)
Deleted:
xscreensaver/repos/extra-i686/LICENSE
xscreensaver/repos/extra-i686/PKGBUILD
xscreensaver/repos/extra-i686/add-electricsheep.diff
xscreensaver/repos/extra-i686/xscreensaver.pam
xscreensaver/repos/extra-x86_64/LICENSE
xscreensaver/repos/extra-x86_64/PKGBUILD
xscreensaver/repos/extra-x86_64/add-electricsheep.diff
xscreensaver/repos/extra-x86_64/xscreensaver.pam
-------------------------------------+
extra-i686/LICENSE | 18 ++++----
extra-i686/PKGBUILD | 76 +++++++++++++++++-----------------
extra-i686/add-electricsheep.diff | 24 +++++-----
extra-i686/xscreensaver.pam | 2
extra-x86_64/LICENSE | 18 ++++----
extra-x86_64/PKGBUILD | 76 +++++++++++++++++-----------------
extra-x86_64/add-electricsheep.diff | 24 +++++-----
extra-x86_64/xscreensaver.pam | 2
8 files changed, 120 insertions(+), 120 deletions(-)
Deleted: extra-i686/LICENSE
===================================================================
--- extra-i686/LICENSE 2011-09-30 22:42:18 UTC (rev 139171)
+++ extra-i686/LICENSE 2011-09-30 22:43:18 UTC (rev 139172)
@@ -1,9 +0,0 @@
-/* xscreensaver, Copyright (c) 1993-2006 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-i686/LICENSE (from rev 139171, xscreensaver/trunk/LICENSE)
===================================================================
--- extra-i686/LICENSE (rev 0)
+++ extra-i686/LICENSE 2011-09-30 22:43:18 UTC (rev 139172)
@@ -0,0 +1,9 @@
+/* xscreensaver, Copyright (c) 1993-2006 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: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2011-09-30 22:42:18 UTC (rev 139171)
+++ extra-i686/PKGBUILD 2011-09-30 22:43:18 UTC (rev 139172)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=xscreensaver
-pkgver=5.15
-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=('libxxf86vm' 'libglade' 'mesa' 'pam' 'xorg-appres' 'libxmu')
-makedepends=('bc')
-backup=('etc/pam.d/xscreensaver')
-source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz \
- add-electricsheep.diff xscreensaver.pam LICENSE)
-sha1sums=('b5ce7caa19f4d57c3bac83377a36dddbe7095052'
- '677496218b81a42d90bee400026e94dd87fb8ffb'
- '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
- '4209ea586b204fd1d81c382a0522c654f9fd9134')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np0 -i "${srcdir}/add-electricsheep.diff"
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --libexecdir=/usr/lib --with-x-app-defaults=/usr/share/X11/app-defaults \
- --with-pam --without-motif --with-gtk --with-gl \
- --without-gle --with-pixbuf --with-jpeg
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make install_prefix="${pkgdir}" install
- install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -D -m644 ../xscreensaver.pam "${pkgdir}/etc/pam.d/xscreensaver"
- chmod 755 "${pkgdir}/usr/bin/xscreensaver"
- echo "NotShowIn=KDE;GNOME;" >> "${pkgdir}/usr/share/applications/xscreensaver-properties.desktop"
-}
Copied: xscreensaver/repos/extra-i686/PKGBUILD (from rev 139171, xscreensaver/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-30 22:43:18 UTC (rev 139172)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=xscreensaver
+pkgver=5.15
+pkgrel=2
+pkgdesc="Screen saver and locker for the X Window System"
+arch=('i686' 'x86_64')
+url="http://www.jwz.org/xscreensaver/"
+license=('BSD')
+depends=('libxxf86vm' 'libglade' 'mesa' 'pam' 'xorg-appres' 'libxmu' 'perl-libwww')
+makedepends=('bc')
+backup=('etc/pam.d/xscreensaver')
+source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz \
+ add-electricsheep.diff xscreensaver.pam LICENSE)
+sha1sums=('b5ce7caa19f4d57c3bac83377a36dddbe7095052'
+ '677496218b81a42d90bee400026e94dd87fb8ffb'
+ '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
+ '4209ea586b204fd1d81c382a0522c654f9fd9134')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -Np0 -i "${srcdir}/add-electricsheep.diff"
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib --with-x-app-defaults=/usr/share/X11/app-defaults \
+ --with-pam --without-motif --with-gtk --with-gl \
+ --without-gle --with-pixbuf --with-jpeg
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make install_prefix="${pkgdir}" install
+ install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 ../xscreensaver.pam "${pkgdir}/etc/pam.d/xscreensaver"
+ chmod 755 "${pkgdir}/usr/bin/xscreensaver"
+ echo "NotShowIn=KDE;GNOME;" >> "${pkgdir}/usr/share/applications/xscreensaver-properties.desktop"
+}
Deleted: extra-i686/add-electricsheep.diff
===================================================================
--- extra-i686/add-electricsheep.diff 2011-09-30 22:42:18 UTC (rev 139171)
+++ extra-i686/add-electricsheep.diff 2011-09-30 22:43:18 UTC (rev 139172)
@@ -1,12 +0,0 @@
---- driver/XScreenSaver.ad.in-orig 2009-10-17 02:19:06.000000000 -0400
-+++ driver/XScreenSaver.ad.in 2009-10-17 02:21:16.000000000 -0400
-@@ -347,7 +347,8 @@
- @GL_KLUDGE@ GL: rubikblocks -root \n\
- @GL_KLUDGE@ GL: companioncube -root \n\
- @GL_KLUDGE@ GL: hilbert -root \n\
-- at GL_KLUDGE@ GL: tronbit -root \n
-+ at GL_KLUDGE@ GL: tronbit -root \n\
-+ electricsheep --root 1 \n
-
-
-
Copied: xscreensaver/repos/extra-i686/add-electricsheep.diff (from rev 139171, xscreensaver/trunk/add-electricsheep.diff)
===================================================================
--- extra-i686/add-electricsheep.diff (rev 0)
+++ extra-i686/add-electricsheep.diff 2011-09-30 22:43:18 UTC (rev 139172)
@@ -0,0 +1,12 @@
+--- driver/XScreenSaver.ad.in-orig 2009-10-17 02:19:06.000000000 -0400
++++ driver/XScreenSaver.ad.in 2009-10-17 02:21:16.000000000 -0400
+@@ -347,7 +347,8 @@
+ @GL_KLUDGE@ GL: rubikblocks -root \n\
+ @GL_KLUDGE@ GL: companioncube -root \n\
+ @GL_KLUDGE@ GL: hilbert -root \n\
+- at GL_KLUDGE@ GL: tronbit -root \n
++ at GL_KLUDGE@ GL: tronbit -root \n\
++ electricsheep --root 1 \n
+
+
+
Deleted: extra-i686/xscreensaver.pam
===================================================================
--- extra-i686/xscreensaver.pam 2011-09-30 22:42:18 UTC (rev 139171)
+++ extra-i686/xscreensaver.pam 2011-09-30 22:43:18 UTC (rev 139172)
@@ -1 +0,0 @@
-auth required pam_unix_auth.so
Copied: xscreensaver/repos/extra-i686/xscreensaver.pam (from rev 139171, xscreensaver/trunk/xscreensaver.pam)
===================================================================
--- extra-i686/xscreensaver.pam (rev 0)
+++ extra-i686/xscreensaver.pam 2011-09-30 22:43:18 UTC (rev 139172)
@@ -0,0 +1 @@
+auth required pam_unix_auth.so
Deleted: extra-x86_64/LICENSE
===================================================================
--- extra-x86_64/LICENSE 2011-09-30 22:42:18 UTC (rev 139171)
+++ extra-x86_64/LICENSE 2011-09-30 22:43:18 UTC (rev 139172)
@@ -1,9 +0,0 @@
-/* xscreensaver, Copyright (c) 1993-2006 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 139171, xscreensaver/trunk/LICENSE)
===================================================================
--- extra-x86_64/LICENSE (rev 0)
+++ extra-x86_64/LICENSE 2011-09-30 22:43:18 UTC (rev 139172)
@@ -0,0 +1,9 @@
+/* xscreensaver, Copyright (c) 1993-2006 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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2011-09-30 22:42:18 UTC (rev 139171)
+++ extra-x86_64/PKGBUILD 2011-09-30 22:43:18 UTC (rev 139172)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=xscreensaver
-pkgver=5.15
-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=('libxxf86vm' 'libglade' 'mesa' 'pam' 'xorg-appres' 'libxmu')
-makedepends=('bc')
-backup=('etc/pam.d/xscreensaver')
-source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz \
- add-electricsheep.diff xscreensaver.pam LICENSE)
-sha1sums=('b5ce7caa19f4d57c3bac83377a36dddbe7095052'
- '677496218b81a42d90bee400026e94dd87fb8ffb'
- '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
- '4209ea586b204fd1d81c382a0522c654f9fd9134')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np0 -i "${srcdir}/add-electricsheep.diff"
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --libexecdir=/usr/lib --with-x-app-defaults=/usr/share/X11/app-defaults \
- --with-pam --without-motif --with-gtk --with-gl \
- --without-gle --with-pixbuf --with-jpeg
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make install_prefix="${pkgdir}" install
- install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -D -m644 ../xscreensaver.pam "${pkgdir}/etc/pam.d/xscreensaver"
- 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 139171, xscreensaver/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-09-30 22:43:18 UTC (rev 139172)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=xscreensaver
+pkgver=5.15
+pkgrel=2
+pkgdesc="Screen saver and locker for the X Window System"
+arch=('i686' 'x86_64')
+url="http://www.jwz.org/xscreensaver/"
+license=('BSD')
+depends=('libxxf86vm' 'libglade' 'mesa' 'pam' 'xorg-appres' 'libxmu' 'perl-libwww')
+makedepends=('bc')
+backup=('etc/pam.d/xscreensaver')
+source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz \
+ add-electricsheep.diff xscreensaver.pam LICENSE)
+sha1sums=('b5ce7caa19f4d57c3bac83377a36dddbe7095052'
+ '677496218b81a42d90bee400026e94dd87fb8ffb'
+ '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
+ '4209ea586b204fd1d81c382a0522c654f9fd9134')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -Np0 -i "${srcdir}/add-electricsheep.diff"
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib --with-x-app-defaults=/usr/share/X11/app-defaults \
+ --with-pam --without-motif --with-gtk --with-gl \
+ --without-gle --with-pixbuf --with-jpeg
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make install_prefix="${pkgdir}" install
+ install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 ../xscreensaver.pam "${pkgdir}/etc/pam.d/xscreensaver"
+ chmod 755 "${pkgdir}/usr/bin/xscreensaver"
+ echo "NotShowIn=KDE;GNOME;" >> "${pkgdir}/usr/share/applications/xscreensaver-properties.desktop"
+}
Deleted: extra-x86_64/add-electricsheep.diff
===================================================================
--- extra-x86_64/add-electricsheep.diff 2011-09-30 22:42:18 UTC (rev 139171)
+++ extra-x86_64/add-electricsheep.diff 2011-09-30 22:43:18 UTC (rev 139172)
@@ -1,12 +0,0 @@
---- driver/XScreenSaver.ad.in-orig 2009-10-17 02:19:06.000000000 -0400
-+++ driver/XScreenSaver.ad.in 2009-10-17 02:21:16.000000000 -0400
-@@ -347,7 +347,8 @@
- @GL_KLUDGE@ GL: rubikblocks -root \n\
- @GL_KLUDGE@ GL: companioncube -root \n\
- @GL_KLUDGE@ GL: hilbert -root \n\
-- at GL_KLUDGE@ GL: tronbit -root \n
-+ at GL_KLUDGE@ GL: tronbit -root \n\
-+ electricsheep --root 1 \n
-
-
-
Copied: xscreensaver/repos/extra-x86_64/add-electricsheep.diff (from rev 139171, xscreensaver/trunk/add-electricsheep.diff)
===================================================================
--- extra-x86_64/add-electricsheep.diff (rev 0)
+++ extra-x86_64/add-electricsheep.diff 2011-09-30 22:43:18 UTC (rev 139172)
@@ -0,0 +1,12 @@
+--- driver/XScreenSaver.ad.in-orig 2009-10-17 02:19:06.000000000 -0400
++++ driver/XScreenSaver.ad.in 2009-10-17 02:21:16.000000000 -0400
+@@ -347,7 +347,8 @@
+ @GL_KLUDGE@ GL: rubikblocks -root \n\
+ @GL_KLUDGE@ GL: companioncube -root \n\
+ @GL_KLUDGE@ GL: hilbert -root \n\
+- at GL_KLUDGE@ GL: tronbit -root \n
++ at GL_KLUDGE@ GL: tronbit -root \n\
++ electricsheep --root 1 \n
+
+
+
Deleted: extra-x86_64/xscreensaver.pam
===================================================================
--- extra-x86_64/xscreensaver.pam 2011-09-30 22:42:18 UTC (rev 139171)
+++ extra-x86_64/xscreensaver.pam 2011-09-30 22:43:18 UTC (rev 139172)
@@ -1 +0,0 @@
-auth required pam_unix_auth.so
Copied: xscreensaver/repos/extra-x86_64/xscreensaver.pam (from rev 139171, xscreensaver/trunk/xscreensaver.pam)
===================================================================
--- extra-x86_64/xscreensaver.pam (rev 0)
+++ extra-x86_64/xscreensaver.pam 2011-09-30 22:43:18 UTC (rev 139172)
@@ -0,0 +1 @@
+auth required pam_unix_auth.so
More information about the arch-commits
mailing list