[arch-commits] Commit in piper/repos/community-any (PKGBUILD PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Mon Jun 22 19:41:43 UTC 2020


    Date: Monday, June 22, 2020 @ 19:41:43
  Author: ffy00
Revision: 650863

archrelease: copy trunk to community-any

Added:
  piper/repos/community-any/PKGBUILD
    (from rev 650862, piper/trunk/PKGBUILD)
Deleted:
  piper/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 40 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-22 19:41:37 UTC (rev 650862)
+++ PKGBUILD	2020-06-22 19:41:43 UTC (rev 650863)
@@ -1,36 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=piper
-pkgver=0.4
-pkgrel=1
-pkgdesc='GTK application to configure gaming mice'
-arch=('any')
-url='https://github.com/libratbag/piper'
-license=('GPL')
-depends=('python' 'python-gobject' 'libratbag>=0.9.900' 'python-evdev' 'python-lxml' 'python-cairo')
-makedepends=('meson')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('7d283d217d114d8acbafcfb358e823a307e694c7d7f5d18ac76b2d52db0704ef9873b63f31273b203f6fdf0e5ec8578adf4bd95c2881fcd01f1c5e59e6c929a6')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Remove install script
-  # This is handled by pacman hooks
-  sed -i "/meson.add_install_script('meson_install.sh')/d" meson.build
-}
-
-build() {
-  mkdir $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}

Copied: piper/repos/community-any/PKGBUILD (from rev 650862, piper/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-22 19:41:43 UTC (rev 650863)
@@ -0,0 +1,40 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=piper
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='GTK application to configure gaming mice'
+arch=('any')
+url='https://github.com/libratbag/piper'
+license=('GPL')
+depends=('python' 'python-gobject' 'libratbag' 'python-evdev' 'python-lxml' 'python-cairo')
+makedepends=('git' 'meson')
+validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2'  # Filipe Laíns (FFY00) <lains at archlinux.org>
+              '3C2C43D9447D5938EF4551EBE23B7E70B467F0BF'  # Peter Hutterer (Who-T) <office at who-t.net>
+              '2F2670AC164DB36F'                          # Benjamin Tissoires <benjamin.tissoires at gmail.com>
+              'BB45B0B3FF561BDBD45EE8A9B35B49EA5D563EFE') # stephanlachnit at protonmail.com <stephanlachnit at protonmail.com>
+source=("git+$url#tag=$pkgver?signed")
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  # Remove install script
+  # This is handled by pacman hooks
+  sed -i "/meson.add_install_script('meson_install.sh')/d" meson.build
+}
+
+build() {
+  mkdir $pkgname/build
+  cd $pkgname/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname/build
+
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list