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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 15:44:39 UTC 2020


    Date: Tuesday, July 7, 2020 @ 15:44:39
  Author: felixonmars
Revision: 658989

archrelease: copy trunk to community-staging-any

Added:
  archlinux-wallpaper/repos/community-staging-any/
  archlinux-wallpaper/repos/community-staging-any/PKGBUILD
    (from rev 658988, archlinux-wallpaper/trunk/PKGBUILD)
  archlinux-wallpaper/repos/community-staging-any/archlinux.stw
    (from rev 658988, archlinux-wallpaper/trunk/archlinux.stw)

---------------+
 PKGBUILD      |   35 +++++++++++++++++++++++++++++++++++
 archlinux.stw |   26 ++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

Copied: archlinux-wallpaper/repos/community-staging-any/PKGBUILD (from rev 658988, archlinux-wallpaper/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 15:44:39 UTC (rev 658989)
@@ -0,0 +1,35 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Thayer Williams <thayer at archlinux.org>
+
+pkgname=archlinux-wallpaper
+pkgver=1.4
+pkgrel=7
+pkgdesc='A selection of Arch Linux branded 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)
+optdepends=('wallutils: support the simple timed wallpaper format')
+sha256sums=('9184b825e3d538f74334b25fd2f1f7bb786e29a64d975de5a565584af9a400a3'
+            '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"
+  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"
+}
+
+# vim: ts=2 sw=2 et:

Copied: archlinux-wallpaper/repos/community-staging-any/archlinux.stw (from rev 658988, archlinux-wallpaper/trunk/archlinux.stw)
===================================================================
--- community-staging-any/archlinux.stw	                        (rev 0)
+++ community-staging-any/archlinux.stw	2020-07-07 15:44:39 UTC (rev 658989)
@@ -0,0 +1,26 @@
+#
+# Simple Timed Wallpaper
+# 2019-03-18
+# Alexander F. Rødseth <xyproto at archlinux.org>
+#
+# Activate with `settimed archlinux` from the `wallutils` package.
+#
+stw: 1.0
+name: archlinux
+format: /usr/share/backgrounds/archlinux/archlinux-%s
+ 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
+ at 19:00: poison.jpg
+ at 19:30: underground.jpg
+ at 20:00: deep-aurora.jpg
+ at 20:30: luminous-uber.jpg
+ at 23:00: simplyblack.png



More information about the arch-commits mailing list