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

Brett Cornwall ainola at archlinux.org
Sun May 9 04:34:21 UTC 2021


    Date: Sunday, May 9, 2021 @ 04:34:20
  Author: ainola
Revision: 928951

archrelease: copy trunk to community-x86_64

Added:
  interception-tools/repos/community-x86_64/PKGBUILD
    (from rev 928950, interception-tools/trunk/PKGBUILD)
  interception-tools/repos/community-x86_64/interception-tools.install
    (from rev 928950, interception-tools/trunk/interception-tools.install)
Deleted:
  interception-tools/repos/community-x86_64/PKGBUILD
  interception-tools/repos/community-x86_64/interception-tools.install

----------------------------+
 PKGBUILD                   |   76 +++++++++++++++++++++----------------------
 interception-tools.install |    8 ++--
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-09 04:33:53 UTC (rev 928950)
+++ PKGBUILD	2021-05-09 04:34:20 UTC (rev 928951)
@@ -1,38 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Contributor: Francisco Lopes
-
-pkgname=interception-tools
-pkgver=0.6.5
-pkgrel=1
-pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
-arch=('x86_64')
-license=('GPL3')
-url='https://gitlab.com/interception/linux/tools'
-depends=(
-    'libevdev' 'libevdev.so'
-    'yaml-cpp' 'libyaml-cpp.so'
-    'systemd-libs' 'libudev.so'
-)
-makedepends=('cmake' 'systemd' 'boost')
-source=(
-    "$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz"
-)
-sha256sums=('a82e93fb34bd0919beaffb0356a8f841f89ed5c8a216673303e040ddea890817')
-
-build() {
-    cmake -B build \
-          -S "tools-v${pkgver}" \
-          -DCMAKE_INSTALL_PREFIX=/usr \
-          -DCMAKE_BUILD_TYPE=None \
-          -Wno-dev
-    cmake --build build
-}
-
-package() {
-    install -dm755 "$pkgdir/etc/interception/udevmon.d"
-    install -Dm644 "tools-v$pkgver/udevmon.service" -t "$pkgdir/usr/lib/systemd/system"
-    install -Dm644 "tools-v$pkgver/README.md" -t "$pkgdir/usr/share/doc/$pkgname"
-
-    cd build
-    make DESTDIR="$pkgdir/" install
-}

Copied: interception-tools/repos/community-x86_64/PKGBUILD (from rev 928950, interception-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-09 04:34:20 UTC (rev 928951)
@@ -0,0 +1,38 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Contributor: Francisco Lopes
+
+pkgname=interception-tools
+pkgver=0.6.6
+pkgrel=1
+pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
+arch=('x86_64')
+license=('GPL3')
+url='https://gitlab.com/interception/linux/tools'
+depends=(
+    'libevdev' 'libevdev.so'
+    'yaml-cpp' 'libyaml-cpp.so'
+    'systemd-libs' 'libudev.so'
+)
+makedepends=('cmake' 'systemd' 'boost')
+source=(
+    "$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz"
+)
+sha256sums=('6917eb7109c7514ef620f7ea184f95e7be522b8f5b226b121675c0a7f628afee')
+
+build() {
+    cmake -B build \
+          -S "tools-v${pkgver}" \
+          -DCMAKE_INSTALL_PREFIX=/usr \
+          -DCMAKE_BUILD_TYPE=None \
+          -Wno-dev
+    cmake --build build
+}
+
+package() {
+    install -dm755 "$pkgdir/etc/interception/udevmon.d"
+    install -Dm644 "tools-v$pkgver/udevmon.service" -t "$pkgdir/usr/lib/systemd/system"
+    install -Dm644 "tools-v$pkgver/README.md" -t "$pkgdir/usr/share/doc/$pkgname"
+
+    cd build
+    make DESTDIR="$pkgdir/" install
+}

Deleted: interception-tools.install
===================================================================
--- interception-tools.install	2021-05-09 04:33:53 UTC (rev 928950)
+++ interception-tools.install	2021-05-09 04:34:20 UTC (rev 928951)
@@ -1,4 +0,0 @@
-post_upgrade() {
-    echo "The udevmon.yaml configuration file now is expected at:"
-    echo "    /etc/interception-tools/udevmon.yaml"
-}

Copied: interception-tools/repos/community-x86_64/interception-tools.install (from rev 928950, interception-tools/trunk/interception-tools.install)
===================================================================
--- interception-tools.install	                        (rev 0)
+++ interception-tools.install	2021-05-09 04:34:20 UTC (rev 928951)
@@ -0,0 +1,4 @@
+post_upgrade() {
+    echo "The udevmon.yaml configuration file now is expected at:"
+    echo "    /etc/interception-tools/udevmon.yaml"
+}



More information about the arch-commits mailing list