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

Allan McRae allan at gemini.archlinux.org
Fri Jul 15 11:29:19 UTC 2022


    Date: Friday, July 15, 2022 @ 11:29:18
  Author: allan
Revision: 1252912

archrelease: copy trunk to community-x86_64

Added:
  swayidle/repos/community-x86_64/PKGBUILD
    (from rev 1252911, swayidle/trunk/PKGBUILD)
  swayidle/repos/community-x86_64/keys/
Deleted:
  swayidle/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-15 11:28:56 UTC (rev 1252911)
+++ PKGBUILD	2022-07-15 11:29:18 UTC (rev 1252912)
@@ -1,45 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Contributor: gilbus
-
-pkgname=swayidle
-pkgver=1.7.1
-pkgrel=2
-license=('MIT')
-pkgdesc="Idle management daemon for Wayland"
-makedepends=(
-    'meson'
-    'scdoc'
-    'wayland-protocols'
-)
-depends=(
-    'wayland'
-    'systemd'
-)
-arch=('x86_64')
-url="https://github.com/swaywm/swayidle"
-options=(debug)
-source=(
-    "$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swayidle/archive/$pkgver.tar.gz"
-    "https://github.com/swaywm/swayidle/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig"
-)
-sha256sums=('6aa07093be553473726e1ef601dbc5e57a3ea2ac864ef2d7afce1f971ea760a6'
-            'SKIP')
-validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48'  # Simon Ser
-              '9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
-
-build() {
-    meson "$pkgname-$pkgver" build \
-        --prefix /usr \
-        --buildtype=plain \
-        -Dlogind=enabled \
-        -Dman-pages=enabled \
-        -Dlogind-provider=systemd
-    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: swayidle/repos/community-x86_64/PKGBUILD (from rev 1252911, swayidle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-15 11:29:18 UTC (rev 1252912)
@@ -0,0 +1,45 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Contributor: gilbus
+
+pkgname=swayidle
+pkgver=1.7.1
+pkgrel=3
+license=('MIT')
+pkgdesc="Idle management daemon for Wayland"
+makedepends=(
+    'meson'
+    'scdoc'
+    'wayland-protocols'
+)
+depends=(
+    'wayland'
+    'systemd'
+)
+arch=('x86_64')
+url="https://github.com/swaywm/swayidle"
+options=(debug)
+source=(
+    "$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swayidle/archive/$pkgver.tar.gz"
+    "https://github.com/swaywm/swayidle/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig"
+)
+sha256sums=('6aa07093be553473726e1ef601dbc5e57a3ea2ac864ef2d7afce1f971ea760a6'
+            'SKIP')
+validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48'  # Simon Ser
+              '9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
+
+build() {
+    meson "$pkgname-$pkgver" build \
+        --prefix /usr \
+        --buildtype=plain \
+        -Dlogind=enabled \
+        -Dman-pages=enabled \
+        -Dlogind-provider=systemd
+    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