Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
warpinator


Commits:
b9478ac3 by Antonio Rojas at 2023-12-16T20:29:53+01:00
upgpkg: 1.8.1-1: Update to 1.8.1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,27 @@
+pkgbase = warpinator
+       pkgdesc = LAN file sender, send and receive files across the network
+       pkgver = 1.8.1
+       pkgrel = 1
+       url = https://github.com/linuxmint/warpinator
+       arch = any
+       license = GPL3
+       makedepends = meson
+       makedepends = polkit
+       depends = gtk3
+       depends = libnm
+       depends = python-cryptography
+       depends = python-gobject
+       depends = python-grpcio
+       depends = python-protobuf
+       depends = python-pynacl
+       depends = python-setproctitle
+       depends = python-setuptools
+       depends = python-xapp
+       depends = python-zeroconf
+       depends = xapp
+       depends = python-cairo
+       optdepends = ufw: Open a firewall port for Warpinator
+       source = 
https://github.com/linuxmint/warpinator/archive/1.8.1/warpinator-1.8.1.tar.gz
+       sha256sums = 
8aabdfe1fe93088a7c9eaf99fbe347d678e44095ddded66f8315f4cd717b6687
+
+pkgname = warpinator


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Kyle Laker <[email protected]>
 
 pkgname=warpinator
-pkgver=1.6.4
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='LAN file sender, send and receive files across the network'
 arch=('any')
@@ -15,7 +15,7 @@ depends=('gtk3' 'libnm' 'python-cryptography' 
'python-gobject' 'python-grpcio'
 makedepends=('meson' 'polkit')
 optdepends=('ufw: Open a firewall port for Warpinator')
 
source=("https://github.com/linuxmint/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('718fbaa3227f5ffed0666c7b2f10b2a89a4c32c92741fd7dc31f27ee6f0b4673')
+sha256sums=('8aabdfe1fe93088a7c9eaf99fbe347d678e44095ddded66f8315f4cd717b6687')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -24,11 +24,10 @@ prepare() {
   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
+  arch-meson $pkgname-$pkgver build -D bundle-zeroconf=false -D 
bundle-grpc=false
   meson compile -C build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/warpinator/-/commit/b9478ac3b8967483fb16c631ef84232b04ced304

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/warpinator/-/commit/b9478ac3b8967483fb16c631ef84232b04ced304
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to