From 779c922cbabd1226f6d64b87da6857bece1923e9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 23 Sep 2018 12:05:04 +0200 Subject: Rename the directory. renamed: talkatu/PKGBUILD -> talkatu-hg/PKGBUILD --- talkatu-hg/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ talkatu/PKGBUILD | 34 ---------------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) create mode 100644 talkatu-hg/PKGBUILD delete mode 100644 talkatu/PKGBUILD diff --git a/talkatu-hg/PKGBUILD b/talkatu-hg/PKGBUILD new file mode 100644 index 0000000..f030199 --- /dev/null +++ b/talkatu-hg/PKGBUILD @@ -0,0 +1,34 @@ +# Maintainer: Deposite Pirate +# +# Upstream: https://git.metalpunks.info/arch-ports + +_pkgname=talkatu +pkgname=$_pkgname-hg +pkgver=r191.11dfbe8b2012 +pkgrel=1 +pkgdesc="Gtk+ widgets for chat software" +arch=('i686' 'x86_64') +url="https://bitbucket.org/pidgin/talkatu" +license=('GPL2') +depends=('gtk3>=3.10.0' 'glade>=2.0' 'gumbo-parser>=0.10' 'gspell>=1.2' 'cmark') +makedepends=('mercurial' 'meson' 'help2man') +source=("$pkgname::hg+https://bitbucket.org/pidgin/$_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 +} diff --git a/talkatu/PKGBUILD b/talkatu/PKGBUILD deleted file mode 100644 index f030199..0000000 --- a/talkatu/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# Maintainer: Deposite Pirate -# -# Upstream: https://git.metalpunks.info/arch-ports - -_pkgname=talkatu -pkgname=$_pkgname-hg -pkgver=r191.11dfbe8b2012 -pkgrel=1 -pkgdesc="Gtk+ widgets for chat software" -arch=('i686' 'x86_64') -url="https://bitbucket.org/pidgin/talkatu" -license=('GPL2') -depends=('gtk3>=3.10.0' 'glade>=2.0' 'gumbo-parser>=0.10' 'gspell>=1.2' 'cmark') -makedepends=('mercurial' 'meson' 'help2man') -source=("$pkgname::hg+https://bitbucket.org/pidgin/$_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