[arch-commits] Commit in iptux/repos (2 files)

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


    Date: Wednesday, April 27, 2022 @ 20:56:53
  Author: arojas
Revision: 1191316

archrelease: copy trunk to community-staging-x86_64

Added:
  iptux/repos/community-staging-x86_64/
  iptux/repos/community-staging-x86_64/PKGBUILD
    (from rev 1191314, iptux/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: iptux/repos/community-staging-x86_64/PKGBUILD (from rev 1191314, iptux/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-04-27 20:56:53 UTC (rev 1191316)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Kevin Guan <KevinGuan.gm at gmail.com>
+
+pkgname=iptux
+pkgver=0.8.3
+pkgrel=3
+pkgdesc='LAN messenger and file sender, an IP Messenger client'
+arch=('x86_64')
+url='https://github.com/iptux-src/iptux/'
+license=('GPL2')
+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"
+         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
+}
+
+check() {
+  xvfb-run meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list