[arch-commits] Commit in seatd/repos/community-x86_64 (4 files)

Allan McRae allan at gemini.archlinux.org
Fri Jul 15 10:51:54 UTC 2022


    Date: Friday, July 15, 2022 @ 10:51:54
  Author: allan
Revision: 1252880

archrelease: copy trunk to community-x86_64

Added:
  seatd/repos/community-x86_64/PKGBUILD
    (from rev 1252879, seatd/trunk/PKGBUILD)
  seatd/repos/community-x86_64/sysuser.conf
    (from rev 1252879, seatd/trunk/sysuser.conf)
Deleted:
  seatd/repos/community-x86_64/PKGBUILD
  seatd/repos/community-x86_64/sysuser.conf

--------------+
 PKGBUILD     |  108 ++++++++++++++++++++++++++++-----------------------------
 sysuser.conf |    2 -
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-15 10:51:34 UTC (rev 1252879)
+++ PKGBUILD	2022-07-15 10:51:54 UTC (rev 1252880)
@@ -1,54 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-
-pkgname=seatd
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="A minimal seat management daemon, and a universal seat management library"
-arch=(x86_64)
-url="https://sr.ht/~kennylevinsen/seatd/"
-license=('MIT')
-provides=("libseat.so")
-replaces=("libseat")
-makedepends=(
-    'meson'
-    'ninja'
-    'scdoc'
-    'systemd'
-)
-depends=(
-    'systemd-libs'
-)
-options=(debug)
-source=(
-    "$pkgname-$pkgver.tar.gz::https://git.sr.ht/~kennylevinsen/seatd/archive/$pkgver.tar.gz"
-    "sysuser.conf"
-)
-sha256sums=('210ddf8efa1149cde4dd35908bef8e9e63c2edaa0cdb5435f2e6db277fafff3c'
-            'e833292adf5da25b5258a5209c258f0e4c12e1d6fe81cf228fd0cfb575080d78')
-build() {
-    mkdir build
-    meson --prefix=/usr \
-          --buildtype=plain \
-          -Dexamples="disabled" \
-          -Dserver="enabled" \
-          -Dlibseat-logind="systemd" \
-          -Dman-pages="enabled" \
-          "seatd-$pkgver" \
-          build
-    ninja -C build
-}
-
-check() {
-    ninja -C build test
-}
-
-package() {
-    DESTDIR="$pkgdir/" ninja -C build install
-    install -Dm644 "seatd-$pkgver/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
-
-    # Allow users in the "seat" group to access seatd, and provide a service
-    # that will be necessary for e.g. wlroots-based seat management
-    install -Dm644 "seatd-$pkgver/contrib/systemd/seatd.service" \
-            -t "$pkgdir/usr/lib/systemd/system/"
-    install -Dm644 "sysuser.conf" "$pkgdir/usr/lib/sysusers.d/seatd.conf"
-}

Copied: seatd/repos/community-x86_64/PKGBUILD (from rev 1252879, seatd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-15 10:51:54 UTC (rev 1252880)
@@ -0,0 +1,54 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+
+pkgname=seatd
+pkgver=0.7.0
+pkgrel=2
+pkgdesc="A minimal seat management daemon, and a universal seat management library"
+arch=(x86_64)
+url="https://sr.ht/~kennylevinsen/seatd/"
+license=('MIT')
+provides=("libseat.so")
+replaces=("libseat")
+makedepends=(
+    'meson'
+    'ninja'
+    'scdoc'
+    'systemd'
+)
+depends=(
+    'systemd-libs'
+)
+options=(debug)
+source=(
+    "$pkgname-$pkgver.tar.gz::https://git.sr.ht/~kennylevinsen/seatd/archive/$pkgver.tar.gz"
+    "sysuser.conf"
+)
+sha256sums=('210ddf8efa1149cde4dd35908bef8e9e63c2edaa0cdb5435f2e6db277fafff3c'
+            'e833292adf5da25b5258a5209c258f0e4c12e1d6fe81cf228fd0cfb575080d78')
+build() {
+    mkdir build
+    meson --prefix=/usr \
+          --buildtype=plain \
+          -Dexamples="disabled" \
+          -Dserver="enabled" \
+          -Dlibseat-logind="systemd" \
+          -Dman-pages="enabled" \
+          "seatd-$pkgver" \
+          build
+    ninja -C build
+}
+
+check() {
+    ninja -C build test
+}
+
+package() {
+    DESTDIR="$pkgdir/" ninja -C build install
+    install -Dm644 "seatd-$pkgver/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
+
+    # Allow users in the "seat" group to access seatd, and provide a service
+    # that will be necessary for e.g. wlroots-based seat management
+    install -Dm644 "seatd-$pkgver/contrib/systemd/seatd.service" \
+            -t "$pkgdir/usr/lib/systemd/system/"
+    install -Dm644 "sysuser.conf" "$pkgdir/usr/lib/sysusers.d/seatd.conf"
+}

Deleted: sysuser.conf
===================================================================
--- sysuser.conf	2022-07-15 10:51:34 UTC (rev 1252879)
+++ sysuser.conf	2022-07-15 10:51:54 UTC (rev 1252880)
@@ -1 +0,0 @@
-g seat - -

Copied: seatd/repos/community-x86_64/sysuser.conf (from rev 1252879, seatd/trunk/sysuser.conf)
===================================================================
--- sysuser.conf	                        (rev 0)
+++ sysuser.conf	2022-07-15 10:51:54 UTC (rev 1252880)
@@ -0,0 +1 @@
+g seat - -



More information about the arch-commits mailing list