From 95b1695cf3b0f88fa5aeafde5caa691b7a321571 Mon Sep 17 00:00:00 2001 From: "Milan P. Stanić" Date: Mon, 15 Jun 2020 20:46:47 +0200 Subject: testing/libgnt: new aport https://bitbucket.org/pidgin/libgnt/ glib ncurses toolkit this library is split from pidgin and is required for new finch version it conflicts with previous finch version, i.e finch <=2.13.0 --- testing/libgnt/APKBUILD | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 testing/libgnt/APKBUILD (limited to 'testing') diff --git a/testing/libgnt/APKBUILD b/testing/libgnt/APKBUILD new file mode 100644 index 00000000000..a4b9b2cb853 --- /dev/null +++ b/testing/libgnt/APKBUILD @@ -0,0 +1,35 @@ +# Contributor: Milan P. Stanić +# Maintainer: Milan P. Stanić +pkgname=libgnt +pkgver=2.14.0 +pkgrel=0 +pkgdesc="glib ncurses toolkit" +url="https://bitbucket.org/pidgin/libgnt/" +arch="all" +license="GPL-2.0-or-later" +depends="!finch<=2.13.0" +makedepends="meson glib-dev libxml2-dev ncurses-dev gtk-doc" +subpackages="$pkgname-dev $pkgname-doc" +source="https://downloads.sourceforge.net/project/pidgin/libgnt/$pkgver/libgnt-$pkgver.tar.xz" + +build() { + meson \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var \ + --buildtype=plain \ + . output + ninja -C output +} + +check() { + # Replace with proper check command(s) + : +} + +package() { + DESTDIR="$pkgdir" ninja -C output install +} + +sha512sums="0d9c5550374696a0e6ede5246cda3c372d7055d21b9ffaf10be88d6a469bdf18c7dd1113ec612acf4889c0e5686ea87bb0e8348ca8985fd5ff8913afc5813b38 libgnt-2.14.0.tar.xz" -- cgit v1.2.3