[arch-commits] Commit in warpinator/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Tue Jun 1 18:24:26 UTC 2021


    Date: Tuesday, June 1, 2021 @ 18:24:26
  Author: bgyorgy
Revision: 953052

upgpkg: warpinator 1.2.0-1: Update to version 1.2.0

Modified:
  warpinator/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-01 18:19:01 UTC (rev 953051)
+++ PKGBUILD	2021-06-01 18:24:26 UTC (rev 953052)
@@ -3,19 +3,19 @@
 # Contributor: Kyle Laker <kyle at laker.email>
 
 pkgname=warpinator
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.2.0
+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' 'python-cryptography' 'python-gobject' 'python-grpcio' 'python-packaging'
+depends=('gtk3' 'libnm' 'python-cryptography' 'python-gobject' 'python-grpcio' 'python-packaging'
          'python-protobuf' 'python-pynacl' 'python-setproctitle' '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=('c689cd26192198b787329c68d26ecc8d0ed229aa761971baa4e7d6823ebe5f5a')
+sha256sums=('e6a261926e2e78aa8085b0cc68e5256c88fb91550ead2dddf7eeeac38fd0e64e')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -24,13 +24,11 @@
   sed -i 's|libexec/warpinator|lib/warpinator|' \
     bin/warpinator.in \
     data/org.x.warpinator.policy.in.in
-
-  # Fix icon name
-  sed -i 's/icon_name="warpinator"/icon_name="org.x.Warpinator"/' src/util.py
+  sed -i 's/libexec/lib/' install-scripts/download_zeroconf.py
 }
 
 build() {
-  arch-meson $pkgname-$pkgver build
+  arch-meson $pkgname-$pkgver build -D bundle-zeroconf=false
   meson compile -C build
 }
 



More information about the arch-commits mailing list