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

Antonio Rojas arojas at gemini.archlinux.org
Thu Jun 9 21:01:41 UTC 2022


    Date: Thursday, June 9, 2022 @ 21:01:41
  Author: arojas
Revision: 1229830

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-09 21:01:41 UTC (rev 1229829)
+++ PKGBUILD	2022-06-09 21:01:41 UTC (rev 1229830)
@@ -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.9
-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')
-makedepends=('meson' 'polkit')
-optdepends=('ufw: Open a firewall port for Warpinator')
-source=("https://github.com/linuxmint/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('30696a751e5a1d005e5d8de9ee69b8d915df1115558c9629ffa231e83f823ad7')
-
-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 1229828, warpinator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-09 21:01:41 UTC (rev 1229830)
@@ -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.10
+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')
+makedepends=('meson' 'polkit')
+optdepends=('ufw: Open a firewall port for Warpinator')
+source=("https://github.com/linuxmint/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('fcf63182af59e6cd12d117a0cdb01cea34a4b1b70be22f6430fd8e08a1ceb0e4')
+
+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