summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
-rw-r--r--xmatrix-color.diff14
3 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8b4d15a8c69..47cd62c8f278 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xscreensaver-xmatrix-color
pkgdesc = Screen saver and locker for the X Window System, modified xmatrix with variable color.
- pkgver = 6.06
+ pkgver = 6.08
pkgrel = 1
url = http://www.jwz.org/xscreensaver/
arch = i686
@@ -9,7 +9,7 @@ pkgbase = xscreensaver-xmatrix-color
makedepends = bc
makedepends = intltool
makedepends = libxpm
- depends = libglade
+ depends = gtk3
depends = libxmu
depends = glu
depends = xorg-appres
@@ -19,13 +19,13 @@ pkgbase = xscreensaver-xmatrix-color
provides = xscreensaver
conflicts = xscreensaver
backup = etc/pam.d/xscreensaver
- source = http://www.jwz.org/xscreensaver/xscreensaver-6.06.tar.gz
+ source = http://www.jwz.org/xscreensaver/xscreensaver-6.08.tar.gz
source = xscreensaver-add-electricsheep.diff
source = xmatrix-color.diff
source = LICENSE
- sha1sums = fa7e1da709972c640a913d42039ba8609ed6218e
+ sha1sums = a7e75a2ae1110354ffaa639f4c38ec0506cabf2b
sha1sums = e8dc57b6471fb3867ee099304ac6bf628351cb98
- sha1sums = 4d1d5bbec588273ee94484feea84d5003cf52d7d
+ sha1sums = 827e04ab5947fb438706df7ba7dedaabaa17c341
sha1sums = bf8995d86609cdab678ca277ae685407f82691db
pkgname = xscreensaver-xmatrix-color
diff --git a/PKGBUILD b/PKGBUILD
index 4e26582e13d7..6b2ee56b3cd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# $Id$
pkgname=xscreensaver-xmatrix-color
-pkgver=6.06
-jwzspecialver=6.06 # Because the 6.05.1 zip unpacks to 6.05
+pkgver=6.08
+jwzspecialver=6.08 # Because the 6.05.1 zip unpacks to 6.05
pkgrel=1
pkgdesc="Screen saver and locker for the X Window System, modified xmatrix with variable color."
arch=('i686' 'x86_64')
url="http://www.jwz.org/xscreensaver/"
license=('BSD')
-depends=('libglade' 'libxmu' 'glu' 'xorg-appres' 'perl-libwww' 'gdk-pixbuf-xlib')
+depends=('gtk3' 'libxmu' 'glu' 'xorg-appres' 'perl-libwww' 'gdk-pixbuf-xlib')
makedepends=('bc' 'intltool' 'libxpm')
optdepends=('gdm: for login manager support')
conflicts=('xscreensaver')
@@ -18,9 +18,9 @@ source=(http://www.jwz.org/xscreensaver/${pkgname%%-*}-${pkgver}.tar.gz
xscreensaver-add-electricsheep.diff
xmatrix-color.diff
LICENSE)
-sha1sums=('fa7e1da709972c640a913d42039ba8609ed6218e'
+sha1sums=('a7e75a2ae1110354ffaa639f4c38ec0506cabf2b'
'e8dc57b6471fb3867ee099304ac6bf628351cb98'
- '4d1d5bbec588273ee94484feea84d5003cf52d7d'
+ '827e04ab5947fb438706df7ba7dedaabaa17c341'
'bf8995d86609cdab678ca277ae685407f82691db')
prepare() {
diff --git a/xmatrix-color.diff b/xmatrix-color.diff
index cb14d3238827..9c649a8d4f5c 100644
--- a/xmatrix-color.diff
+++ b/xmatrix-color.diff
@@ -166,13 +166,13 @@
+
+ <select id="color">
+ <option id="color_green" _label="Green"/>
-+ <option id="color_blue" _label="Blue" arg-set="-color-shift blue"/>
-+ <option id="color_aqua" _label="Aqua" arg-set="-color-shift aqua"/>
-+ <option id="color_red" _label="Red" arg-set="-color-shift red"/>
-+ <option id="color_red" _label="Purple" arg-set="-color-shift purple"/>
-+ <option id="color_yellow" _label="Yellow" arg-set="-color-shift yellow"/>
-+ <option id="color_white" _label="White" arg-set="-color-shift white"/>
-+ <option id="color_grey" _label="Grey" arg-set="-color-shift grey"/>
++ <option id="color_blue" _label="Blue" arg-set="--color-shift blue"/>
++ <option id="color_aqua" _label="Aqua" arg-set="--color-shift aqua"/>
++ <option id="color_red" _label="Red" arg-set="--color-shift red"/>
++ <option id="color_red" _label="Purple" arg-set="--color-shift purple"/>
++ <option id="color_yellow" _label="Yellow" arg-set="--color-shift yellow"/>
++ <option id="color_white" _label="White" arg-set="--color-shift white"/>
++ <option id="color_grey" _label="Grey" arg-set="--color-shift grey"/>
+ </select>
</hgroup>