From 83e1fc05cf0b834bd0c5c09e6848f852fdd23393 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Fri, 20 Oct 2023 00:32:28 +0200 Subject: * Drop talkatu-hg deleted: talkatu-hg/.SRCINFO deleted: talkatu-hg/PKGBUILD --- talkatu-hg/PKGBUILD | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 talkatu-hg/PKGBUILD (limited to 'talkatu-hg/PKGBUILD') diff --git a/talkatu-hg/PKGBUILD b/talkatu-hg/PKGBUILD deleted file mode 100644 index 52bc0c1..0000000 --- a/talkatu-hg/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# Maintainer: Deposite Pirate -# -# Upstream: https://git.metalpunks.info/arch-ports - -_pkgname=talkatu -pkgname=$_pkgname-hg -pkgver=r405.2c67609e2bd8 -pkgrel=1 -pkgdesc="Gtk+ widgets for chat software" -arch=('i686' 'x86_64') -url="https://keep.imfreedom.org/talkatu/talkatu" -license=('GPL2') -depends=('gtk3>=3.10.0' 'glade>=2.0' 'gumbo-parser>=0.10' 'gspell>=1.2' 'cmark') -makedepends=('mercurial' 'meson' 'vala' 'help2man' 'gtk-doc' 'gobject-introspection') -source=("$pkgname::hg+https://keep.imfreedom.org/$_pkgname/$_pkgname") -sha256sums=('SKIP') - -pkgver() { - cd "${pkgname}" - printf "r%s.%s" \ - "$(hg identify -n)" \ - "$(hg identify -i)" -} - -build() { - cd "${pkgname}" - arch-meson build -Dtests=false - ninja -C build -} - -package() { - cd "${pkgname}" - DESTDIR="${pkgdir}" ninja -C build install -} -- cgit v1.2.3-70-g09d2