[arch-commits] Commit in interception-caps2esc/repos/community-x86_64 (2 files)

Morten Linderud foxboron at gemini.archlinux.org
Mon Jan 17 10:46:50 UTC 2022


    Date: Monday, January 17, 2022 @ 10:46:50
  Author: foxboron
Revision: 1107696

archrelease: copy trunk to community-x86_64

Added:
  interception-caps2esc/repos/community-x86_64/PKGBUILD
    (from rev 1107695, interception-caps2esc/trunk/PKGBUILD)
Deleted:
  interception-caps2esc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-17 10:46:44 UTC (rev 1107695)
+++ PKGBUILD	2022-01-17 10:46:50 UTC (rev 1107696)
@@ -1,31 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Contributor: Francisco Lopes
-
-pkgname=interception-caps2esc
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='Interception plugin that transforms the most useless key ever in the most useful one'
-arch=('x86_64')
-license=('MIT')
-url='https://gitlab.com/interception/linux/plugins/caps2esc'
-depends=('interception-tools')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/plugins/caps2esc/-/archive/v$pkgver/caps2esc-v$pkgver.tar.gz")
-sha256sums=('d8a5c7a23cb7368fde2b91a0b5481d8ce906af146dd9a49f609052f2cf1d212c')
-
-build() {
-    cmake -B build \
-          -S "caps2esc-v${pkgver}" \
-          -DCMAKE_INSTALL_PREFIX=/usr \
-          -DCMAKE_BUILD_TYPE=None \
-          -Wno-dev
-    cmake --build build
-}
-
-package() {
-    install -Dm644 "caps2esc-v${pkgver}/README.md" -t "$pkgdir/usr/share/doc/$pkgname"
-    install -Dm644 "caps2esc-v${pkgver}/LICENSE.md" -t "$pkgdir/usr/share/licenses/$pkgname"
-
-    cd build
-    make DESTDIR="$pkgdir/" install
-}

Copied: interception-caps2esc/repos/community-x86_64/PKGBUILD (from rev 1107695, interception-caps2esc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-17 10:46:50 UTC (rev 1107696)
@@ -0,0 +1,31 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Contributor: Francisco Lopes
+
+pkgname=interception-caps2esc
+pkgver=0.3.2
+pkgrel=2
+pkgdesc='Interception plugin that transforms the most useless key ever in the most useful one'
+arch=('x86_64')
+license=('MIT')
+url='https://gitlab.com/interception/linux/plugins/caps2esc'
+depends=('interception-tools')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/plugins/caps2esc/-/archive/v$pkgver/caps2esc-v$pkgver.tar.gz")
+sha256sums=('d8a5c7a23cb7368fde2b91a0b5481d8ce906af146dd9a49f609052f2cf1d212c')
+
+build() {
+    cmake -B build \
+          -S "caps2esc-v${pkgver}" \
+          -DCMAKE_INSTALL_PREFIX=/usr \
+          -DCMAKE_BUILD_TYPE=None \
+          -Wno-dev
+    cmake --build build
+}
+
+package() {
+    install -Dm644 "caps2esc-v${pkgver}/README.md" -t "$pkgdir/usr/share/doc/$pkgname"
+    install -Dm644 "caps2esc-v${pkgver}/LICENSE.md" -t "$pkgdir/usr/share/licenses/$pkgname"
+
+    cd build
+    make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list