Date: Wednesday, February 15, 2023 @ 23:59:36
Author: heftig
Revision: 469089
archrelease: copy trunk to extra-any
Added:
gnome-backgrounds/repos/extra-any/PKGBUILD
(from rev 469088, gnome-backgrounds/trunk/PKGBUILD)
Deleted:
gnome-backgrounds/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-15 23:59:27 UTC (rev 469088)
+++ PKGBUILD 2023-02-15 23:59:36 UTC (rev 469089)
@@ -1,30 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=gnome-backgrounds
-pkgver=43
-pkgrel=1
-pkgdesc="Background images and data for GNOME"
-url="https://gitlab.gnome.org/GNOME/gnome-backgrounds"
-arch=(any)
-depends=(webp-pixbuf-loader)
-makedepends=(glib2 meson)
-license=(CCPL:by-sa)
-groups=(gnome)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('19f749d8c37f872f155bb69a2bbe7aca381175e6929f1998047d775cbc637244')
-
-build() {
- arch-meson $pkgname-$pkgver build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: gnome-backgrounds/repos/extra-any/PKGBUILD (from rev 469088,
gnome-backgrounds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-15 23:59:36 UTC (rev 469089)
@@ -0,0 +1,30 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-backgrounds
+pkgver=43.1
+pkgrel=1
+pkgdesc="Background images and data for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-backgrounds"
+arch=(any)
+depends=(webp-pixbuf-loader)
+makedepends=(glib2 meson)
+license=(CCPL:by-sa)
+groups=(gnome)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8e459cad38a7574683a55e5e77690e658c6f9feaeec9cb82039ab25ba2bca05d')
+
+build() {
+ arch-meson $pkgname-$pkgver build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et: