diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /extra/xscreensaver |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'extra/xscreensaver')
-rw-r--r-- | extra/xscreensaver/ChangeLog | 46 | ||||
-rw-r--r-- | extra/xscreensaver/LICENSE | 9 | ||||
-rw-r--r-- | extra/xscreensaver/PKGBUILD | 38 | ||||
-rw-r--r-- | extra/xscreensaver/add-electricsheep.diff | 12 | ||||
-rw-r--r-- | extra/xscreensaver/xscreensaver.pam | 1 |
5 files changed, 106 insertions, 0 deletions
diff --git a/extra/xscreensaver/ChangeLog b/extra/xscreensaver/ChangeLog new file mode 100644 index 000000000..ea08818fc --- /dev/null +++ b/extra/xscreensaver/ChangeLog @@ -0,0 +1,46 @@ +2010-09-26 Eric Belanger <eric@archlinux.org> + + * xscreensaver 5.12-1 + * Upstream update + * Added libxxf86vm depends + +2010-05-17 Eric Belanger <eric@archlinux.org> + + * xscreensaver 5.11-1 + * Upstream update + +2009-10-17 Eric Belanger <eric@archlinux.org> + + * xscreensaver 5.10-2 + * Added support for electricsheep (close FS#16400) + +2009-09-09 Eric Belanger <eric@archlinux.org> + + * xscreensaver 5.10-1 + * Upstream update + +2009-09-03 Eric Belanger <eric@archlinux.org> + + * xscreensaver 5.09-1 + * Upstream update + +2009-01-02 Eric Belanger <eric@archlinux.org> + + * xscreensaver 5.08-1 + * Upstream update + +2008-08-11 Eric Belanger <eric@archlinux.org> + + * xscreensaver 5.07-1 + * Upstream update + +2008-07-18 Eric Belanger <eric@archlinux.org> + + * xscreensaver 5.06-1 + * Upstream update + +2008-03-02 Eric Belanger <eric@archlinux.org> + + * xscreensaver 5.05-1 + * Upstream update + * FHS man pages diff --git a/extra/xscreensaver/LICENSE b/extra/xscreensaver/LICENSE new file mode 100644 index 000000000..4f587b5a3 --- /dev/null +++ b/extra/xscreensaver/LICENSE @@ -0,0 +1,9 @@ +/* xscreensaver, Copyright (c) 1993-2006 Jamie Zawinski <jwz@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. + */ diff --git a/extra/xscreensaver/PKGBUILD b/extra/xscreensaver/PKGBUILD new file mode 100644 index 000000000..4e324f05f --- /dev/null +++ b/extra/xscreensaver/PKGBUILD @@ -0,0 +1,38 @@ +# $Id: PKGBUILD 113959 2011-03-10 22:37:48Z jgc $ +# Maintainer: Eric Belanger <eric@archlinux.org> + +pkgname=xscreensaver +pkgver=5.12 +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') +makedepends=('bc') +backup=('etc/pam.d/xscreensaver') +source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz \ + add-electricsheep.diff xscreensaver.pam LICENSE) +md5sums=('0345c1acb9280729de05c5ca44b401e3' 'f82524626ed8a6832cd279e0548a9b46'\ + '367a3538f54db71f108b34cfa31088ac' '5e7f3f2a63d20a484742f5b4cb5d572c') +sha1sums=('7252540b1b1853459a56453714c0974de26fa4c5' '65c2933380267475f2c4560bc22f4350393b00ce'\ + '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-xpm --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" +} diff --git a/extra/xscreensaver/add-electricsheep.diff b/extra/xscreensaver/add-electricsheep.diff new file mode 100644 index 000000000..964de649f --- /dev/null +++ b/extra/xscreensaver/add-electricsheep.diff @@ -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 @@ + - lcdscrub -root \n\ + @GL_KLUDGE@ GL: photopile -root \n\ + @GL_KLUDGE@ GL: skytentacles -root \n\ +-@GL_KLUDGE@ GL: rubikblocks -root \n ++@GL_KLUDGE@ GL: rubikblocks -root \n\ ++ electricsheep --root 1 \n + + + diff --git a/extra/xscreensaver/xscreensaver.pam b/extra/xscreensaver/xscreensaver.pam new file mode 100644 index 000000000..b4d80c21f --- /dev/null +++ b/extra/xscreensaver/xscreensaver.pam @@ -0,0 +1 @@ +auth required pam_unix_auth.so |