diff options
author | Deposite Pirate | 2021-10-31 06:36:59 +0100 |
---|---|---|
committer | Deposite Pirate | 2021-10-31 06:36:59 +0100 |
commit | 8fbede26be61ed7cc364a397e63cc620f62d0c2e (patch) | |
tree | ed055cb0e284c2301ee419d3f25c16edba0c0023 /libgnt-hg/PKGBUILD | |
parent | 93b96b7fc70a74bf5cc0e31f13348c814a8121f5 (diff) |
* Update libgnt
renamed: libgnt-hg/.SRCINFO -> libgnt3-hg/.SRCINFO
renamed: libgnt-hg/.gitignore -> libgnt3-hg/.gitignore
renamed: libgnt-hg/PKGBUILD -> libgnt3-hg/PKGBUILD
Diffstat (limited to 'libgnt-hg/PKGBUILD')
-rw-r--r-- | libgnt-hg/PKGBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/libgnt-hg/PKGBUILD b/libgnt-hg/PKGBUILD deleted file mode 100644 index 0371006..0000000 --- a/libgnt-hg/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# Maintainer: Deposite Pirate <dpirate at metalpunks dot info> -# -# Upstream: https://git.metalpunks.info/arch-ports - -_pkgname=libgnt -pkgname=$_pkgname-hg -pkgver=r1401.20c59a277a74 -pkgrel=1 -pkgdesc="ncurses widgets for Pidgin" -arch=('i686' 'x86_64') -url="https://bitbucket.org/pidgin/libgnt" -license=('GPL2') -depends=('ncurses>=6.1' 'glib2>=2.58.0' 'icu>=63.1' 'libxml2>=2.9.8' 'python>=3.7.0') -makedepends=('mercurial' 'meson' 'gtk-doc') -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 -} |