diff options
author | Deposite Pirate | 2023-10-20 00:32:28 +0200 |
---|---|---|
committer | Deposite Pirate | 2023-10-20 00:32:28 +0200 |
commit | 83e1fc05cf0b834bd0c5c09e6848f852fdd23393 (patch) | |
tree | 4558dcada3948161d37b51fb4932d2fd6042a4f5 | |
parent | e5b2994f7f50e4333410cf102688033f37c25fde (diff) |
* Drop talkatu-hg
deleted: talkatu-hg/.SRCINFO
deleted: talkatu-hg/PKGBUILD
-rw-r--r-- | talkatu-hg/.SRCINFO | 24 | ||||
-rw-r--r-- | talkatu-hg/PKGBUILD | 34 |
2 files changed, 0 insertions, 58 deletions
diff --git a/talkatu-hg/.SRCINFO b/talkatu-hg/.SRCINFO deleted file mode 100644 index 256b455..0000000 --- a/talkatu-hg/.SRCINFO +++ /dev/null @@ -1,24 +0,0 @@ -pkgbase = talkatu-hg - pkgdesc = Gtk+ widgets for chat software - pkgver = r397.c479d9b87420 - pkgrel = 1 - url = https://keep.imfreedom.org/talkatu/talkatu - arch = i686 - arch = x86_64 - license = GPL2 - makedepends = mercurial - makedepends = meson - makedepends = vala - makedepends = help2man - makedepends = gtk-doc - makedepends = gobject-introspection - depends = gtk3>=3.10.0 - depends = glade>=2.0 - depends = gumbo-parser>=0.10 - depends = gspell>=1.2 - depends = cmark - source = talkatu-hg::hg+https://keep.imfreedom.org/talkatu/talkatu - sha256sums = SKIP - -pkgname = talkatu-hg - 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 <dpirate at metalpunks dot info> -# -# 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 -} |