Date: Thursday, October 22, 2020 @ 14:43:45
  Author: arodseth
Revision: 729197

upgpkg: archlinux-wallpaper 1.6.1-1

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

---------------+
 PKGBUILD      |   36 ++++++++++--------------------------
 archlinux.stw |   26 --------------------------
 2 files changed, 10 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-10-22 14:43:37 UTC (rev 729196)
+++ PKGBUILD    2020-10-22 14:43:45 UTC (rev 729197)
@@ -1,35 +1,19 @@
 # Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: Thayer Williams <[email protected]>
 
 pkgname=archlinux-wallpaper
-pkgver=1.4
-pkgrel=7
-pkgdesc='A selection of Arch Linux branded wallpapers'
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Arch Linux Wallpapers'
 arch=(any)
-url='https://archlinux.org/'
-license=('CCPL:by-nc-sa')
-source=("https://sources.archlinux.org/other/artwork/$pkgname-$pkgver.tar.xz";
-        archlinux.stw)
+url='https://bbs.archlinux.org/viewtopic.php?id=259604'
 optdepends=('wallutils: support the simple timed wallpaper format')
-sha256sums=('9184b825e3d538f74334b25fd2f1f7bb786e29a64d975de5a565584af9a400a3'
-            '21058c100feb27d8d6fbaddf02c3892e8fd26e5cb665857bf5c1a81739d9595d')
+license=(custom:CC0 custom:SPL)
+source=("https://github.com/xyproto/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('eb50f5ff9724a00b4bd0f04d14127a621be4244d5f6065097283246684c084c0')
 
-prepare() {
-  sed -i 's@archlinux/wallpaper@backgrounds/archlinux@g' \
-    "$pkgname-$pkgver/arch-backgrounds-16-9.xml"
-}
-
 package() {
   cd "$pkgname-$pkgver"
-  install -d "$pkgdir/usr/share/backgrounds/archlinux"
-  install -m644 AUTHORS "$pkgdir/usr/share/backgrounds/archlinux/"
-  install -m644 *.jpg "$pkgdir/usr/share/backgrounds/archlinux/"
-  install -m644 *.png "$pkgdir/usr/share/backgrounds/archlinux/"
-  install -Dm644 "$srcdir/archlinux.stw" \
-    "$pkgdir/usr/share/backgrounds/archlinux/archlinux.stw"
-  rm "$pkgdir/usr/share/backgrounds/archlinux/"*-43.*
-  install -Dm644 arch-backgrounds-16-9.xml \
-    "$pkgdir/usr/share/gnome-background-properties/arch-backgrounds.xml"
+  install -Dm644 -t "$pkgdir/usr/share/backgrounds/archlinux/" archlinux.stw 
img/*
+  install -Dm644 -t "$pkgdir/usr/share/gnome-background-properties/" 
arch-backgrounds.xml
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE.md
 }
-
-# vim: ts=2 sw=2 et:

Deleted: archlinux.stw
===================================================================
--- archlinux.stw       2020-10-22 14:43:37 UTC (rev 729196)
+++ archlinux.stw       2020-10-22 14:43:45 UTC (rev 729197)
@@ -1,26 +0,0 @@
-#
-# Simple Timed Wallpaper
-# 2019-03-18
-# Alexander F. Rødseth <[email protected]>
-#
-# Activate with `settimed archlinux` from the `wallutils` package.
-#
-stw: 1.0
-name: archlinux
-format: /usr/share/backgrounds/archlinux/archlinux-%s
-@05:00: tribute.jpg
-@06:00: aftermath.jpg
-@07:00: elation.jpg
-@09:00: poolclouds.jpg
-@10:00: aqua-vines.jpg
-@12:00: berry.jpg
-@15:00: carbonite-knight.jpg
-@15:30: arrival.jpg
-@16:30: ekisho-carbonite.jpg
-@18:00: burn.jpg
-@18:30: firestarter.jpg
-@19:00: poison.jpg
-@19:30: underground.jpg
-@20:00: deep-aurora.jpg
-@20:30: luminous-uber.jpg
-@23:00: simplyblack.png

Reply via email to