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 | |
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
-rw-r--r-- | libgnt3-hg/.SRCINFO (renamed from libgnt-hg/.SRCINFO) | 10 | ||||
-rw-r--r-- | libgnt3-hg/.gitignore (renamed from libgnt-hg/.gitignore) | 0 | ||||
-rw-r--r-- | libgnt3-hg/PKGBUILD (renamed from libgnt-hg/PKGBUILD) | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/libgnt-hg/.SRCINFO b/libgnt3-hg/.SRCINFO index 0f56605..c532ba4 100644 --- a/libgnt-hg/.SRCINFO +++ b/libgnt3-hg/.SRCINFO @@ -1,6 +1,6 @@ -pkgbase = libgnt-hg +pkgbase = libgnt3-hg pkgdesc = ncurses widgets for Pidgin - pkgver = r1390.3ebfb66520a9 + pkgver = r1454.86d548109b38 pkgrel = 1 url = https://bitbucket.org/pidgin/libgnt arch = i686 @@ -9,13 +9,13 @@ pkgbase = libgnt-hg makedepends = mercurial makedepends = meson makedepends = gtk-doc + makedepends = gi-docgen depends = ncurses>=6.1 depends = glib2>=2.58.0 depends = icu>=63.1 depends = libxml2>=2.9.8 depends = python>=3.7.0 - source = libgnt-hg::hg+https://keep.imfreedom.org/libgnt/libgnt + source = libgnt3-hg::hg+https://keep.imfreedom.org/libgnt/libgnt sha256sums = SKIP -pkgname = libgnt-hg - +pkgname = libgnt3-hg diff --git a/libgnt-hg/.gitignore b/libgnt3-hg/.gitignore index 67c973b..67c973b 100644 --- a/libgnt-hg/.gitignore +++ b/libgnt3-hg/.gitignore diff --git a/libgnt-hg/PKGBUILD b/libgnt3-hg/PKGBUILD index 0371006..06c9de8 100644 --- a/libgnt-hg/PKGBUILD +++ b/libgnt3-hg/PKGBUILD @@ -3,15 +3,15 @@ # Upstream: https://git.metalpunks.info/arch-ports _pkgname=libgnt -pkgname=$_pkgname-hg -pkgver=r1401.20c59a277a74 +pkgname=${_pkgname}3-hg +pkgver=r1454.86d548109b38 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') +makedepends=('mercurial' 'meson' 'gtk-doc' 'gi-docgen') source=("$pkgname::hg+https://keep.imfreedom.org/$_pkgname/$_pkgname") sha256sums=('SKIP') @@ -24,7 +24,7 @@ pkgver() { build() { cd "${pkgname}" - arch-meson build -Dtests=false + arch-meson build ninja -C build } |