summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-06-08 18:04:29 -0400
committergraysky2015-06-08 18:04:29 -0400
commit795a4ee56033538ac793bb75af159380a8d28b3f (patch)
treeccf7a5b0e77dfdcae9a81e2ce4b87024f8bb1620
downloadaur-795a4ee56033538ac793bb75af159380a8d28b3f.tar.gz
Initial import
-rw-r--r--.AURINFO38
-rw-r--r--.SRCINFO38
-rw-r--r--LICENSE9
-rw-r--r--PKGBUILD51
-rw-r--r--logo-180.pngbin0 -> 17053 bytes
-rw-r--r--logo-180.xpm200
-rw-r--r--logo-50.pngbin0 -> 3037 bytes
-rw-r--r--logo-50.xpm70
-rw-r--r--xscreensaver-add-electricsheep.diff10
9 files changed, 416 insertions, 0 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..adbb89f9a11b
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,38 @@
+pkgbase = xscreensaver-arch-logo
+ pkgdesc = Screen saver and locker for the X Window System with Arch Linux branding
+ pkgver = 5.32
+ pkgrel = 1
+ url = http://www.jwz.org/xscreensaver/
+ arch = i686
+ arch = x86_64
+ license = BSD
+ makedepends = bc
+ makedepends = intltool
+ makedepends = libxpm
+ makedepends = gdm
+ depends = libglade
+ depends = libxmu
+ depends = glu
+ depends = xorg-appres
+ depends = perl-libwww
+ optdepends = gdm: for login manager support
+ provides = xscreensaver
+ conflicts = xscreensaver
+ backup = etc/pam.d/xscreensaver
+ source = http://www.jwz.org/xscreensaver/xscreensaver-5.32.tar.gz
+ source = xscreensaver-add-electricsheep.diff
+ source = LICENSE
+ source = logo-50.xpm
+ source = logo-180.xpm
+ source = logo-50.png
+ source = logo-180.png
+ sha256sums = 4252a6079d2d2f5b342e8bdd172cbad5f0af73daf4e412b61a68344d91ca93bd
+ sha256sums = c78db4518d1e439811e177638015c7152c5714f13d1cdb32e5d1f53695c52fec
+ sha256sums = 164903ea70ff499c32a54a940d08cd0510893decbabed7707f6c29a5887ec730
+ sha256sums = 82366926a2a81bd08459327936ba144e8b3ea5ee4a386c268bd898e1791ab1a0
+ sha256sums = 253f0d5bbdd841f21a7bbdbb0fd7ded21f711751d5cb1b7914952bdd6541b36d
+ sha256sums = 8027bdb2b4328d154a8e517bdb94f5ef4a9eb031e79a285dabedd62acfa77317
+ sha256sums = 8357f9e631b80ae373cb0fc8e27fa96fd032c3d5e3869bd04dde843b79260b19
+
+pkgname = xscreensaver-arch-logo
+
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..adbb89f9a11b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,38 @@
+pkgbase = xscreensaver-arch-logo
+ pkgdesc = Screen saver and locker for the X Window System with Arch Linux branding
+ pkgver = 5.32
+ pkgrel = 1
+ url = http://www.jwz.org/xscreensaver/
+ arch = i686
+ arch = x86_64
+ license = BSD
+ makedepends = bc
+ makedepends = intltool
+ makedepends = libxpm
+ makedepends = gdm
+ depends = libglade
+ depends = libxmu
+ depends = glu
+ depends = xorg-appres
+ depends = perl-libwww
+ optdepends = gdm: for login manager support
+ provides = xscreensaver
+ conflicts = xscreensaver
+ backup = etc/pam.d/xscreensaver
+ source = http://www.jwz.org/xscreensaver/xscreensaver-5.32.tar.gz
+ source = xscreensaver-add-electricsheep.diff
+ source = LICENSE
+ source = logo-50.xpm
+ source = logo-180.xpm
+ source = logo-50.png
+ source = logo-180.png
+ sha256sums = 4252a6079d2d2f5b342e8bdd172cbad5f0af73daf4e412b61a68344d91ca93bd
+ sha256sums = c78db4518d1e439811e177638015c7152c5714f13d1cdb32e5d1f53695c52fec
+ sha256sums = 164903ea70ff499c32a54a940d08cd0510893decbabed7707f6c29a5887ec730
+ sha256sums = 82366926a2a81bd08459327936ba144e8b3ea5ee4a386c268bd898e1791ab1a0
+ sha256sums = 253f0d5bbdd841f21a7bbdbb0fd7ded21f711751d5cb1b7914952bdd6541b36d
+ sha256sums = 8027bdb2b4328d154a8e517bdb94f5ef4a9eb031e79a285dabedd62acfa77317
+ sha256sums = 8357f9e631b80ae373cb0fc8e27fa96fd032c3d5e3869bd04dde843b79260b19
+
+pkgname = xscreensaver-arch-logo
+
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..ce38abf92822
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,9 @@
+/* xscreensaver, Copyright (c) 1991-2014 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/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..373685b8332b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,51 @@
+# Maintainer: graysky <graysky AT archlinux DOT us>
+# Contributor: Thomas Mudrunka <harvie@@email..cz>
+# Contributer: Eric Belanger <eric@archlinux.org>
+
+pkgname=xscreensaver-arch-logo
+pkgver=5.32
+pkgrel=1
+pkgdesc="Screen saver and locker for the X Window System with Arch Linux branding"
+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')
+conflicts=('xscreensaver')
+provides=('xscreensaver')
+backup=('etc/pam.d/xscreensaver')
+source=(http://www.jwz.org/xscreensaver/${pkgname%%-*}-${pkgver}.tar.gz
+xscreensaver-add-electricsheep.diff LICENSE
+logo-50.xpm logo-180.xpm logo-50.png logo-180.png)
+sha256sums=('4252a6079d2d2f5b342e8bdd172cbad5f0af73daf4e412b61a68344d91ca93bd'
+ 'c78db4518d1e439811e177638015c7152c5714f13d1cdb32e5d1f53695c52fec'
+ '164903ea70ff499c32a54a940d08cd0510893decbabed7707f6c29a5887ec730'
+ '82366926a2a81bd08459327936ba144e8b3ea5ee4a386c268bd898e1791ab1a0'
+ '253f0d5bbdd841f21a7bbdbb0fd7ded21f711751d5cb1b7914952bdd6541b36d'
+ '8027bdb2b4328d154a8e517bdb94f5ef4a9eb031e79a285dabedd62acfa77317'
+ '8357f9e631b80ae373cb0fc8e27fa96fd032c3d5e3869bd04dde843b79260b19')
+
+prepare() {
+ cd "${pkgname%%-*}-${pkgver}"
+ patch -p0 -i "${srcdir}/xscreensaver-add-electricsheep.diff"
+}
+
+build() {
+ cd "${pkgname%%-*}-${pkgver}"
+ install -Dm644 "$srcdir"/logo-180.xpm "${srcdir}"/${pkgname%%-*}-${pkgver}/utils/images/logo-180.xpm
+ ./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"
+}
diff --git a/logo-180.png b/logo-180.png
new file mode 100644
index 000000000000..5df48f8f5e09
--- /dev/null
+++ b/logo-180.png
Binary files differ
diff --git a/logo-180.xpm b/logo-180.xpm
new file mode 100644
index 000000000000..d68f843fd661
--- /dev/null
+++ b/logo-180.xpm
@@ -0,0 +1,200 @@
+/* XPM */
+static char * logo_180_xpm[] = {
+"180 180 17 1",
+" c None",
+". c #181A18",
+"+ c #1F211E",
+"@ c #262826",
+"# c #2D2E2C",
+"$ c #343633",
+"% c #3B3C3A",
+"& c #414340",
+"* c #515250",
+"= c #05AAD2",
+"- c #00B3D9",
+"; c #07BEE9",
+"> c #2EBBDD",
+", c #46C1DE",
+"' c #48C9E9",
+") c #68CDE6",
+"! c #81D6E9",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" )! ",
+" -- ",
+" =- ",
+" ,==) ",
+" -==> ",
+" )===-) ",
+" -====> ",
+" =====> ",
+" )=====-) ",
+" ======-> ",
+" '=======-) ",
+" -=======-> ",
+" -=======-> ",
+" >=========>, ",
+" ==========>> ",
+" ,==========->, ",
+" -===========>> ",
+" -==-========>>, ",
+" ,=-======-===->> ",
+" ==-===========>>) ",
+" >----==========->> ",
+" -=-=-===-===-==->>' ",
+" ,-----------=-=-=>>, ",
+" >---==--=-===--=-->> ",
+" )-----------=--=--->>, ",
+" ------==---=-=---==>>>! ",
+" -------==-----=----->>, ",
+" ,-----------------=-->>, ",
+" >--------------==-=-=-,>' ",
+" >--------------------->>> ",
+" ->-------------------->>, ",
+" !>>---->-------------->,, ",
+" >->->--------------->,,) ",
+" ), >-->>>->-=---------->,> ",
+" >>> >->>>>>->->-------->,,, ",
+" >>>>>, >>>>--->->>-----=-->,, ",
+" ,>>>>>>> ,>>>>>>>>->-->>>-->,,) ",
+" )>>>>>>>>> )>>>>>>>->--->>>->>,, ",
+" >>>>>>>>>>>, >>>>>>>>->>--->>>,,, ",
+" ,>>>>>>>>>>>>>> ,>>>>>>>>----->->,, ",
+" ,>>>>>>>>>>>>>>>,)>>>>>>>>>>>>>>->,,) ",
+" )>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>,, ",
+" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>,,) ",
+" '>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>,, ",
+" ,>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>,, ",
+" )>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>,, ",
+" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>,) ",
+" ,>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>,, ",
+" ,>,>>,>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>, ",
+" )>,,>>>>,>>>,>>>>>>>--==============-->>>>>>,, ",
+" ,,,,,,>>>,>>>,>>-========================->>>,) ",
+" ,,,,,,,,,>,>>>-==============================->, ",
+" ,>>,,,,,,>>>===================================>) ",
+" ',,>,,,,,>-======================================>! ",
+" ,>,>,,>>-========================================-> ",
+" ,,>,,,>-===========================================> ",
+" ,,,>>>==============================================, ",
+" ),,,>-================================================ ",
+" !>,>===================================================- ",
+" ,>-===================================================== ",
+" -========================, '=========================> ",
+" >=======================> >-=======================) ",
+" ,=======================) )======================== ",
+" =======================) )-======================> ",
+" ,======================> ,======================- ",
+" ======================> >======================) ",
+" >====================== -====================== ",
+" ======================> ,======================- ",
+" -======================) ======================= ",
+" ======================- >======================, ",
+" -======================) ======================= ",
+" >======================= =======================> ",
+" -======================- ,======================= ",
+" ,=======================> =======================> ",
+" ========================= ========================, ",
+" >========================= ==============))--======> ",
+" =========================- ===============> ,-====) ",
+" -=========================> =================> )===- ",
+" ,==========================, ==================-> ,=> ",
+" >==========================, ====================> > ",
+" '===========================> =====================-, ",
+" ============================> =======================> ",
+" >============================= ========================-' ",
+" -============================= ==========================, ",
+" '=============================> ===========================> ",
+" !==============================> ============================> ",
+" -==========================>=,! !,=>=========================- ",
+" ========================> >-======================= ",
+" >====================->) ,--====================> ",
+" ,===================> >===================, ",
+" -================>> >>================= ",
+" )===============> >===============) ",
+" -============-- --============- ",
+" >============) )============> ",
+" -==========> --========== ",
+" >========- )-========> ",
+" ========> >======== ",
+" >=====-' ,-=====> ",
+" =====> >===== ",
+" >===> >===- ",
+" )==> -==! ",
+" =>, >- ",
+" ) ) ",
+" ",
+" * ! ",
+" &$#@ ';; ; ",
+" $##### ;;; ;;' ",
+" $##### ;;; '' ",
+" $##### ';; ",
+" $##### ';; ",
+" $##### ';; ",
+" $##### ';; ",
+" *&%%%&%%%&* *** $##### ';; ",
+" *&%%%%%%%%%%%&* **&$$& &&$$$#& *&$####$&* $##### **&** ';; ",
+" &%&%%%%%%%%%%%%% $$$$$& %$$$$$$ &$$############& $###$ $##@@@@@@##@ ';; ) ); !;;;;;;;;! ) ",
+" %%%%%%%%%%%%%%%%% $$$$$& %$$$$$$& %################& $### $###@@#@@@@@@@* ';; ;; ';; );>>>>>>>>>' )>; '>' , ! ",
+" *%%%%%%%%%%%%%%%%%& $$$$$$%$$$$$$$ *$$$$################ $## $######@#@@@@@@@@% ';; ;; ';; ;;;;') ));>>;; );> >>' ,>, ,>, ",
+" &%%%&&&%%%&%%%%%%%% $$$$$$$$$$$$$& $$$##$##############% $@&%@#####@###@@@@@@@@$ ';; ;; ';; ';;) );>>' )>; >>' >>' ,>! ",
+" &&* &%%%%%% $$$$$$$$$$&* &$$$$######$$$######& $#######@& &@@@@@@+% ';; ;; ';;);' ;>; )>; >>' )>>' !>>, ",
+" %%%%%%* $$$$$$$$% #$$$###$$* *$##$ $######$ &@@@@@@# ';; ;; ';;;' ;> );> >>, '>>) ,>, ",
+" *&%&&&%& *%%%%$* $$$$$$$% &$$$$$$$* *$ $###### $@@@@@# ';; ;; ';;; ;>) )>; >>, ,>, )>, ",
+" *&%%%%%%%%%**%%%%$* $$$$$$$ $$$$##$* $####@* @@@@@# ';; ;; '>; '>' )>> >>, !>>, >>, ",
+" &%%%%%%%%%%%%%%%%%$* $$$$$$* $$$$$#& $##### @@@@@# ';; ;; '=- >-' );; >>, >>) >>, ",
+" &%%%%%%%$$$$%$$$$$$$* $$$$$$ $$$#$$ $##### @@@@@# ';; -=! >== >=- ,== >>, ,>>!'>, ",
+" $#@@+++.........+++@@& $$$$$$ $$$### #@@@## @@@@+# ';; ==! >== >=- ,== >>, ,>>>>) ",
+" ++++++++%**&++++++++.$ +@##$$ #@++.+ +....+ @@@@@# -== ==! >=- >=- ,== >>, ,>>, ",
+"#++++++% #++++++% .+++++ .....@ +..... +....+ -== ==! >== >=- ,== -=- >==, ",
+"@+++++* ++++++% ++++++ +++..@ +..... ...... -== ==! ,== >=- ,== ==- ,====! ",
+"@@@@@$ #+++++% ++++++ ++++++ +..... ...... -== ==! >== >=- ,== -=- ==--=- ",
+"#@@@@& %+@+++& ++++++ @+++++& +..... .....+ -== ==! ,== >=- ,== -=- -== ==, ",
+"###### $@@@@@& ++++++ @++++++ @..... .....+ -== ==! ,== >=- ,== ==- ,==> >==) ",
+"$#####$ #@@@@@& @@@@@@ *++++++@ +# @+++++ .....+ -== ==! ,== >== ,== ==- >==> >=- ",
+"*######$ ######@& @@@@@@ $++++++@& @++ @+++++ +....+ -== ==! ,== >=- ,== ,==- -=- ==> ",
+" $######$$**$######$&@& ###### @@@@@++@@#%&$#@+++++@ #+++++ +....+ -== ==! ,== >=- '==> !===- >==> ,==> ",
+" &#$$#############% ##* ###### %@@@@@@@@@++++++++++@ #+++++ ++++++ -== ==! ,== >== === ====- ,==> >== ",
+" %$$$$$$$$$#####% *##* ###### *@@@@@@@@@@@@@@@+++# #+++++ +++++@ -== ==! ,== >== -==- )=='==- ==> ==- ",
+" &$$$$$$$$$$$$% ###* ###### &$@#####@@@@@@@@#% $+@@++ +++++@ -== ==! ,== >== >===- >==> -=- -== '==- ",
+" $$$$$$$$$$* $$$#* ###### *#@########@@% $@@@++ @++++# -== ==! ,== >== )====-==-====- -=- >==, ,==)",
+" *&%&&%%& *%&&* %%&* *$$$$$$$#$ %$##$* #####& >-> >- '>> >-- -========-> --> )-> -=)",
+" )>->>' ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/logo-50.png b/logo-50.png
new file mode 100644
index 000000000000..373f3b810414
--- /dev/null
+++ b/logo-50.png
Binary files differ
diff --git a/logo-50.xpm b/logo-50.xpm
new file mode 100644
index 000000000000..79486df08a78
--- /dev/null
+++ b/logo-50.xpm
@@ -0,0 +1,70 @@
+/* XPM */
+static char * logo_50_xpm[] = {
+"50 50 17 1",
+" c None",
+". c #00A9D7",
+"+ c #06A9D2",
+"@ c #0CAAD3",
+"# c #11ABD4",
+"$ c #00B0D7",
+"% c #00B2DA",
+"& c #17ADD6",
+"* c #00B4DC",
+"= c #1EB0D9",
+"- c #22B5D7",
+"; c #29B8DA",
+"> c #2DBADD",
+", c #31BDDF",
+"' c #36BFE2",
+") c #41BDDA",
+"! c #45C0DD",
+" ",
+" @$ ",
+" @# ",
+" @@ ",
+" #+@; ",
+" +++$ ",
+" $@@@@; ",
+" ###@@- ",
+" ;####@$, ",
+" &$####&> ",
+" $$$&$$$#;' ",
+" $$$$$&&$$, ",
+" $$$$$$$$&; ",
+" ;$-$$$=$$&-) ",
+" -$$$$$$$$$$, ",
+" -*---$$$$$;! ",
+" > ;--*-$*$$$) ",
+" ,;; >-*--****;! ",
+" ;;;;; ;--****-! ",
+" >>>;;;;> ;;;---*;! ",
+" ,>>>;;;;;;;;;----' ",
+" !>,,>>>>>>;;;;;;;;;! ",
+" ,,,,,,>>>>;;;;;;;;;) ",
+" ')'),,,,,>;;;;;;;;;;;! ",
+" !''))',-$#@@@@@@@@#&*, ",
+" !'!!!;$+++.+++@@+++++++> ",
+" !!!;#@+@+@++++@@@+@++++@ ",
+" !!>&+@+.+++++.+.+++++@+++$ ",
+" '$@++@++@@@++++++@++@@++++- ",
+" -++++++@+++## $#++@+++++@+@ ",
+" ++@++++@++@ @+.@++.++.+# ",
+" #@+@+++++@@ ++@@@@+@@@# ",
+" -++@+.@+@++$ $+.++@+@+@+$ ",
+" @+++@@++++@ @++@+++++@+ ",
+" $@++++@++++@ @+@+@@+++++$ ",
+" @++@+++++@+$ $+++++.+++@@ ",
+" $+.@++++@+@+ +@+@++$$+++& ",
+" +@@++@@+@@@+ +@++@+@& ## ",
+" &+++@@+@@++++ @++.@@@++$ > ",
+" @@++@@+++@+@+ +@++++@@++# ",
+" @++@@.++++@+@+ ++@@+++++@@@- ",
+" @@@+++++@@+++#- #++++++++@@+@# ",
+" #++@+++++@+#& &#@++@@+@+++$ ",
+" $+@+@++++& &++@+++@+$ ",
+" @++@++@$ #+@+@@@+ ",
+" $@+@+#& $@+@+@$ ",
+" ++++$ $@@++ ",
+" #+#$ $@+& ",
+" @& &@ ",
+"; ;"};
diff --git a/xscreensaver-add-electricsheep.diff b/xscreensaver-add-electricsheep.diff
new file mode 100644
index 000000000000..0c5c3ff4016e
--- /dev/null
+++ b/xscreensaver-add-electricsheep.diff
@@ -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\