[arch-commits] Commit in archlinux-wallpaper/trunk (3 files)

Alexander Rødseth arodseth at archlinux.org
Mon Mar 18 17:59:26 UTC 2019


    Date: Monday, March 18, 2019 @ 17:59:25
  Author: arodseth
Revision: 442489

upgpkg: archlinux-wallpaper 1.4-6

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

-----------------------------+
 PKGBUILD                    |   18 +++++++++++++-----
 archlinux-wallpaper.install |    4 ----
 archlinux.stw               |   31 ++++++++++++++++---------------
 3 files changed, 29 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-18 17:55:46 UTC (rev 442488)
+++ PKGBUILD	2019-03-18 17:59:25 UTC (rev 442489)
@@ -3,17 +3,22 @@
 
 pkgname=archlinux-wallpaper
 pkgver=1.4
-pkgrel=5
-pkgdesc='A variety of Arch Linux branded wallpapers'
+pkgrel=6
+pkgdesc='A selection 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"
         archlinux.stw)
+optdepends=('wallutils: support the simple timed wallpaper format')
 sha256sums=('9184b825e3d538f74334b25fd2f1f7bb786e29a64d975de5a565584af9a400a3'
-            'b7ce08111b1d6e05f25f426ef60d598452bc25093e6116a8b17014081715c0ed')
+            '21058c100feb27d8d6fbaddf02c3892e8fd26e5cb665857bf5c1a81739d9595d')
 
+prepare() {
+  sed -i 's at archlinux/wallpaper at backgrounds/archlinux at g' \
+    "$pkgname-$pkgver/arch-backgrounds-16-9.xml"
+}
+
 package() {
   cd "$pkgname-$pkgver"
   install -d "$pkgdir/usr/share/backgrounds/archlinux"
@@ -20,8 +25,11 @@
   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"
+  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"
 }
 
 # vim: ts=2 sw=2 et:

Deleted: archlinux-wallpaper.install
===================================================================
--- archlinux-wallpaper.install	2019-03-18 17:55:46 UTC (rev 442488)
+++ archlinux-wallpaper.install	2019-03-18 17:59:25 UTC (rev 442489)
@@ -1,4 +0,0 @@
-post_install() {
-  echo "==> Wallpapers have been installed to /usr/share/archlinux/wallpaper"
-}
-

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



More information about the arch-commits mailing list