Date: Saturday, February 4, 2023 @ 19:22:34
Author: arojas
Revision: 1392371
archrelease: copy trunk to community-any
Added:
warpinator/repos/community-any/PKGBUILD
(from rev 1392370, warpinator/trunk/PKGBUILD)
Deleted:
warpinator/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-04 19:22:22 UTC (rev 1392370)
+++ PKGBUILD 2023-02-04 19:22:34 UTC (rev 1392371)
@@ -1,37 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Sam Burgos <[email protected]>
-# Contributor: Kyle Laker <[email protected]>
-
-pkgname=warpinator
-pkgver=1.4.3
-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' 'python-cairo')
-makedepends=('meson' 'polkit')
-optdepends=('ufw: Open a firewall port for Warpinator')
-source=("https://github.com/linuxmint/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('a4bb7820b615621700766223b2725473bb092e302460dd7bef986f37103ae85c')
-
-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 1392370,
warpinator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-04 19:22:34 UTC (rev 1392371)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Sam Burgos <[email protected]>
+# Contributor: Kyle Laker <[email protected]>
+
+pkgname=warpinator
+pkgver=1.4.4
+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' 'python-cairo')
+makedepends=('meson' 'polkit')
+optdepends=('ufw: Open a firewall port for Warpinator')
+source=("https://github.com/linuxmint/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('ee26c58896bce60427570c8867916749502e87a882fa1719157992f2145162d2')
+
+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() {
+ meson install -C build --destdir "$pkgdir"
+}