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

Antonio Rojas arojas at gemini.archlinux.org
Thu Dec 23 12:53:56 UTC 2021


    Date: Thursday, December 23, 2021 @ 12:53:56
  Author: arojas
Revision: 1083142

archrelease: copy trunk to community-any

Added:
  warpinator/repos/community-any/PKGBUILD
    (from rev 1083141, warpinator/trunk/PKGBUILD)
Deleted:
  warpinator/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-23 12:53:47 UTC (rev 1083141)
+++ PKGBUILD	2021-12-23 12:53:56 UTC (rev 1083142)
@@ -1,37 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Sam Burgos <santiago.burgos1089 at gmail.com>
-# Contributor: Kyle Laker <kyle at laker.email>
-
-pkgname=warpinator
-pkgver=1.2.4
-pkgrel=2
-pkgdesc='LAN file sender, send and receive files across the network'
-arch=('any')
-url='https://github.com/linuxmint/warpinator'
-license=('GPL3')
-depends=('gtk3' 'libnm' 'python-cryptography' 'python-gobject' 'python-grpcio' 'python-packaging'
-         'python-protobuf' 'python-pynacl' 'python-setproctitle' 'python-setuptools' 'python-xapp' 'python-zeroconf'
-         'xapp')
-makedepends=('meson' 'polkit')
-optdepends=('ufw: Open a firewall port for Warpinator')
-source=("https://github.com/linuxmint/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('c48b69b24648a895c1d0fb2eb95209e935c7d7a5a03b7979a879b709a7a8f925')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix hardcoded libexec dir
-  sed -i 's|libexec/warpinator|lib/warpinator|' \
-    bin/warpinator.in \
-    data/org.x.warpinator.policy.in.in
-  sed -i 's/libexec/lib/' install-scripts/download_zeroconf.py
-}
-
-build() {
-  arch-meson $pkgname-$pkgver build -D bundle-zeroconf=false
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: warpinator/repos/community-any/PKGBUILD (from rev 1083141, warpinator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-23 12:53:56 UTC (rev 1083142)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Sam Burgos <santiago.burgos1089 at gmail.com>
+# Contributor: Kyle Laker <kyle at laker.email>
+
+pkgname=warpinator
+pkgver=1.2.6
+pkgrel=1
+pkgdesc='LAN file sender, send and receive files across the network'
+arch=('any')
+url='https://github.com/linuxmint/warpinator'
+license=('GPL3')
+depends=('gtk3' 'libnm' 'python-cryptography' 'python-gobject' 'python-grpcio' 'python-packaging'
+         'python-protobuf' 'python-pynacl' 'python-setproctitle' 'python-setuptools' 'python-xapp' 'python-zeroconf'
+         'xapp')
+makedepends=('meson' 'polkit')
+optdepends=('ufw: Open a firewall port for Warpinator')
+source=("https://github.com/linuxmint/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('496b463e66965493957b3f4a56056e1c6fd6841116ab690017739d6f2ddf3bab')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix hardcoded libexec dir
+  sed -i 's|libexec/warpinator|lib/warpinator|' \
+    bin/warpinator.in \
+    data/org.x.warpinator.policy.in.in
+  sed -i 's/libexec/lib/' install-scripts/download_zeroconf.py
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build -D bundle-zeroconf=false
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list