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

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


    Date: Tuesday, June 1, 2021 @ 18:24:32
  Author: bgyorgy
Revision: 953053

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-01 18:24:26 UTC (rev 953052)
+++ PKGBUILD	2021-06-01 18:24:32 UTC (rev 953053)
@@ -1,39 +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.1.2
-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' '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')
-
-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
-
-  # Fix icon name
-  sed -i 's/icon_name="warpinator"/icon_name="org.x.Warpinator"/' src/util.py
-}
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: warpinator/repos/community-any/PKGBUILD (from rev 953052, warpinator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-01 18:24:32 UTC (rev 953053)
@@ -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.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' '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=('e6a261926e2e78aa8085b0cc68e5256c88fb91550ead2dddf7eeeac38fd0e64e')
+
+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