Date: Sunday, January 29, 2023 @ 20:04:15
Author: serebit
Revision: 1391087
archrelease: copy trunk to community-any
Added:
budgie-backgrounds/repos/community-any/PKGBUILD
(from rev 1391086, budgie-backgrounds/trunk/PKGBUILD)
budgie-backgrounds/repos/community-any/keys/
Deleted:
budgie-backgrounds/repos/community-any/PKGBUILD
budgie-backgrounds/repos/community-any/keys/
----------+
PKGBUILD | 53 +++++++++++++++++++++++++++--------------------------
1 file changed, 27 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-29 20:03:57 UTC (rev 1391086)
+++ PKGBUILD 2023-01-29 20:04:15 UTC (rev 1391087)
@@ -1,26 +0,0 @@
-# Maintainer: Campbell Jones <serebit at archlinux dot org>
-
-pkgname=budgie-backgrounds
-pkgver="1.0"
-pkgrel=1
-pkgdesc="The default background set for the Budgie Desktop"
-arch=(any)
-url="https://github.com/BuddiesOfBudgie/budgie-backgrounds"
-license=("custom:CC0-1.0")
-depends=()
-makedepends=(meson imagemagick jhead)
-source=("https://github.com/BuddiesOfBudgie/budgie-backgrounds/releases/download/v$pkgver/budgie-backgrounds-v$pkgver.tar.xz"{,.asc})
-sha256sums=("38c23f9f0c0829a6282b81d934136e780a1341ccce338acc2dbf9f14ff539d0c"
- "SKIP")
-validpgpkeys=("8A59B135826B2DA453B9707408AD7343E6BD4B56") # Campbell Jones
(Git) <git at serebit dot com>
-
-build() {
- arch-meson "$pkgname-$pkgver" build
- meson compile -C build
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-
- install -Dm 00644 "$pkgname-$pkgver/LICENSE"
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: budgie-backgrounds/repos/community-any/PKGBUILD (from rev 1391086,
budgie-backgrounds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-29 20:04:15 UTC (rev 1391087)
@@ -0,0 +1,27 @@
+# Maintainer: Campbell Jones <serebit at archlinux dot org>
+
+pkgname=budgie-backgrounds
+pkgver="1.0"
+pkgrel=2
+pkgdesc="The default background set for the Budgie Desktop"
+arch=(any)
+url="https://github.com/BuddiesOfBudgie/budgie-backgrounds"
+license=("custom:CC0-1.0")
+groups=("budgie")
+depends=()
+makedepends=(meson imagemagick jhead)
+source=("https://github.com/BuddiesOfBudgie/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.xz"{,.asc})
+sha256sums=("38c23f9f0c0829a6282b81d934136e780a1341ccce338acc2dbf9f14ff539d0c"
+ "SKIP")
+validpgpkeys=("8A59B135826B2DA453B9707408AD7343E6BD4B56") # Campbell Jones
(Git) <git at serebit dot com>
+
+build() {
+ arch-meson "$pkgname-$pkgver" build
+ meson compile -C build
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+
+ install -Dm 00644 "$pkgname-$pkgver/LICENSE"
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}