[arch-commits] Commit in archlinux-wallpaper/trunk (PKGBUILD archlinux.stw)

Alexander Rødseth arodseth at archlinux.org
Mon Feb 11 15:20:23 UTC 2019


    Date: Monday, February 11, 2019 @ 15:20:22
  Author: arodseth
Revision: 431745

upgpkg: archlinux-wallpaper 1.4-4

Added:
  archlinux-wallpaper/trunk/archlinux.stw
Modified:
  archlinux-wallpaper/trunk/PKGBUILD

---------------+
 PKGBUILD      |   34 +++++++++++++++++++---------------
 archlinux.stw |   25 +++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-11 15:12:31 UTC (rev 431744)
+++ PKGBUILD	2019-02-11 15:20:22 UTC (rev 431745)
@@ -1,25 +1,29 @@
-# Maintainer: Thayer Williams <thayer at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Thayer Williams <thayer at archlinux.org>
 
 pkgname=archlinux-wallpaper
 pkgver=1.4
-pkgrel=3
-pkgdesc="A variety of Arch Linux branded wallpapers"
-arch=('any')
-url="http://www.archlinux.org/"
+pkgrel=4
+pkgdesc='A variety of Arch Linux branded wallpapers'
+arch=(any)
+url='https://archlinux.org/'
 license=('CCPL:by-nc-sa')
 install=archlinux-wallpaper.install
-source=(https://sources.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('2ed29dc0d4e3a1dc49d240e8ec5bb5f733136798c0a4681ed4a967c326482137a7432e29cd4c96ce71b82a4f48f70eb00d9e673884b5faa5226143c0dce2be52')
+source=(archlinux.stw
+        "https://sources.archlinux.org/other/artwork/$pkgname-$pkgver.tar.xz")
+sha256sums=('e2d716fdb37794663a3ec05b4f7bc8ea1c32a8d4e0ea12c576e01eb80b6bd1b5'
+            '9184b825e3d538f74334b25fd2f1f7bb786e29a64d975de5a565584af9a400a3')
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -d "${pkgdir}/usr/share/archlinux/wallpaper"
-  install -m644 AUTHORS "${pkgdir}/usr/share/archlinux/wallpaper/"
-  install -m644 *.jpg "${pkgdir}/usr/share/archlinux/wallpaper/"
-  install -m644 *.png "${pkgdir}/usr/share/archlinux/wallpaper/"
+  cd "$pkgname-$pkgver"
 
-  install -d "${pkgdir}/usr/share/gnome-background-properties"
-  install -m644 arch-backgrounds-16-9.xml "${pkgdir}/usr/share/gnome-background-properties/"
-  install -m644 arch-backgrounds-4-3.xml "${pkgdir}/usr/share/gnome-background-properties/"
+  install -d "$pkgdir/usr/share/"{archlinux/wallpaper,gnome-background-properties}
+  install -m644 AUTHORS "$pkgdir/usr/share/archlinux/wallpaper/"
+  install -m644 *.jpg "$pkgdir/usr/share/archlinux/wallpaper/"
+  install -m644 *.png "$pkgdir/usr/share/archlinux/wallpaper/"
+  install -m644 arch-backgrounds-16-9.xml "$pkgdir/usr/share/gnome-background-properties/"
+  install -m644 arch-backgrounds-4-3.xml "$pkgdir/usr/share/gnome-background-properties/"
+  install -Dm644 "$srcdir/archlinux.stw" "$pkgdir/usr/share/archlinux/archlinux.stw"
 }
+
+# vim: ts=2 sw=2 et:

Added: archlinux.stw
===================================================================
--- archlinux.stw	                        (rev 0)
+++ archlinux.stw	2019-02-11 15:20:22 UTC (rev 431745)
@@ -0,0 +1,25 @@
+#
+# Simple Timed Wallpaper
+# Alexander F. Rødseth <xyproto at archlinux.org>
+#
+# Activate with `settimed archlinux` from the `monitor` package.
+#
+stw: 1.0
+name: archlinux
+format: /usr/share/archlinux/wallpaper/archlinux-%s.jpg
+ at 08:00: aftermath
+ at 09:00: aqua-vines
+ at 10:00: arrival
+ at 11:00: berry
+ at 12:00: burn
+ at 13:00: carbonite-knight
+ at 14:00: deep-aurora
+ at 15:00: ekisho-carbonite
+ at 16:00: elation
+ at 17:00: firestarter
+ at 18:00: luminous-uber
+ at 19:00: poison
+ at 20:00: poolclouds
+ at 21:00: tribute
+ at 22:00: underground
+ at 23:00: simplyblack



More information about the arch-commits mailing list