[arch-commits] Commit in warpinator/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Jul 31 16:55:28 UTC 2021
Date: Saturday, July 31, 2021 @ 16:55:28
Author: arojas
Revision: 991133
archrelease: copy trunk to community-any
Added:
warpinator/repos/community-any/PKGBUILD
(from rev 991132, warpinator/trunk/PKGBUILD)
Deleted:
warpinator/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-31 16:55:18 UTC (rev 991132)
+++ PKGBUILD 2021-07-31 16:55:28 UTC (rev 991133)
@@ -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.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-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=('ae03c6c2f487b557c0e54b53db7b052739ef11af5700a5d49856e55b0b48aa58')
-
-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 991132, warpinator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-31 16:55:28 UTC (rev 991133)
@@ -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.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-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
+}
More information about the arch-commits
mailing list