[arch-commits] Commit in swaybg/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxim Baz maximbaz at gemini.archlinux.org
Mon Jan 17 10:29:53 UTC 2022


    Date: Monday, January 17, 2022 @ 10:29:52
  Author: maximbaz
Revision: 1107682

archrelease: copy trunk to community-x86_64

Added:
  swaybg/repos/community-x86_64/PKGBUILD
    (from rev 1107681, swaybg/trunk/PKGBUILD)
Deleted:
  swaybg/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-17 10:29:49 UTC (rev 1107681)
+++ PKGBUILD	2022-01-17 10:29:52 UTC (rev 1107682)
@@ -1,42 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=swaybg
-pkgver=1.1
-pkgrel=1
-pkgdesc='Wallpaper tool for Wayland compositors'
-arch=(x86_64)
-url='https://github.com/swaywm/swaybg'
-license=(MIT)
-makedepends=(meson
-             ninja
-             scdoc
-             wayland-protocols)
-depends=(
-    'wayland'
-    'cairo'
-    'gdk-pixbuf2'  # For images other than PNG
-)
-source=(
-    "$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swaybg/releases/download/v$pkgver/swaybg-$pkgver.tar.gz"
-    "$pkgname-$pkgver.tar.gz.sig::https://github.com/swaywm/swaybg/releases/download/v$pkgver/swaybg-$pkgver.tar.gz.sig"
-)
-sha512sums=('2b262402c4d93908facde82b07a3df1ee698b802b7e9c07e6eff0325cb9ddf712c544574c5aeb481f69dfb1857a88bf8e654bfe0dd3b2178fd3a44109e104692'
-            'SKIP')
-validpgpkeys=(
-    "9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A"  # Drew DeVault
-    "34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48"  # Simon Ser
-)
-
-build() {
-    meson "$pkgname-$pkgver" build \
-        --prefix /usr \
-        --buildtype=plain
-    ninja -C build
-}
-
-package() {
-    DESTDIR="$pkgdir/" ninja -C build install
-    install -Dm644 "$pkgname-$pkgver/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname"
-    install -Dm644 "$pkgname-$pkgver/README.md" -t "$pkgdir/usr/share/doc/$pkgname"
-}

Copied: swaybg/repos/community-x86_64/PKGBUILD (from rev 1107681, swaybg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-17 10:29:52 UTC (rev 1107682)
@@ -0,0 +1,42 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=swaybg
+pkgver=1.1
+pkgrel=2
+pkgdesc='Wallpaper tool for Wayland compositors'
+arch=(x86_64)
+url='https://github.com/swaywm/swaybg'
+license=(MIT)
+makedepends=(meson
+             ninja
+             scdoc
+             wayland-protocols)
+depends=(
+    'wayland'
+    'cairo'
+    'gdk-pixbuf2'  # For images other than PNG
+)
+source=(
+    "$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swaybg/releases/download/v$pkgver/swaybg-$pkgver.tar.gz"
+    "$pkgname-$pkgver.tar.gz.sig::https://github.com/swaywm/swaybg/releases/download/v$pkgver/swaybg-$pkgver.tar.gz.sig"
+)
+sha512sums=('2b262402c4d93908facde82b07a3df1ee698b802b7e9c07e6eff0325cb9ddf712c544574c5aeb481f69dfb1857a88bf8e654bfe0dd3b2178fd3a44109e104692'
+            'SKIP')
+validpgpkeys=(
+    "9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A"  # Drew DeVault
+    "34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48"  # Simon Ser
+)
+
+build() {
+    meson "$pkgname-$pkgver" build \
+        --prefix /usr \
+        --buildtype=plain
+    ninja -C build
+}
+
+package() {
+    DESTDIR="$pkgdir/" ninja -C build install
+    install -Dm644 "$pkgname-$pkgver/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname"
+    install -Dm644 "$pkgname-$pkgver/README.md" -t "$pkgdir/usr/share/doc/$pkgname"
+}



More information about the arch-commits mailing list