[arch-commits] Commit in iptux/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Apr 27 20:56:44 UTC 2022


    Date: Wednesday, April 27, 2022 @ 20:56:44
  Author: arojas
Revision: 1191314

google-glog 0.6 rebuild

Modified:
  iptux/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-27 20:56:29 UTC (rev 1191313)
+++ PKGBUILD	2022-04-27 20:56:44 UTC (rev 1191314)
@@ -3,7 +3,7 @@
 
 pkgname=iptux
 pkgver=0.8.3
-pkgrel=2
+pkgrel=3
 pkgdesc='LAN messenger and file sender, an IP Messenger client'
 arch=('x86_64')
 url='https://github.com/iptux-src/iptux/'
@@ -11,9 +11,15 @@
 depends=('google-glog' 'gtk3' 'jsoncpp' 'libsigc++')
 makedepends=('appstream' 'gflags' 'meson')
 checkdepends=('xorg-server-xvfb')
-source=("https://github.com/iptux-src/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('858fa04b987a0d576f6f67d5b5cbc543df01ed2b6c241ca890f93f89ebcb2331')
+source=("https://github.com/iptux-src/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
+         https://github.com/iptux-src/iptux/commit/2da09f26.patch)
+sha256sums=('858fa04b987a0d576f6f67d5b5cbc543df01ed2b6c241ca890f93f89ebcb2331'
+            'd2da91a77d5ba3762039905966b9f1dcc850bbbbf15cf5b56a4a98e53c3f8369')
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < 2da09f26.patch # Fix build with meson 0.60
+}
+
 build() {
   arch-meson $pkgname-$pkgver build
   meson compile -C build



More information about the arch-commits mailing list