tepl: Update to 5.0.1

Enable gtk_doc option in meson.
This commit is contained in:
Biswapriyo Nath
2021-01-03 14:33:18 +05:30
committed by GitHub
parent 47420a41a5
commit 2e75ddc146

View File

@@ -3,8 +3,8 @@
_realname=tepl
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}5"
pkgver=5.0.0
pkgrel=2
pkgver=5.0.1
pkgrel=1
pkgdesc="Library that eases the development of GtkSourceView-based text editors and IDEs (mingw-w64)"
arch=('any')
url="https://wiki.gnome.org/Projects/Tepl"
@@ -19,7 +19,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-amtk"
"${MINGW_PACKAGE_PREFIX}-gtksourceview4"
"${MINGW_PACKAGE_PREFIX}-icu")
source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz")
sha256sums=('c6bd2904f53048b7d0149236610b38f502f2634d395d8b9b3c659553f4045a74')
sha256sums=('b1274967609f524484b38775fa9ecb296c6d6616aabd052f286339a289912804')
prepare() {
cd "${srcdir}"/${_realname}-${pkgver}
@@ -33,6 +33,7 @@ build() {
${MINGW_PREFIX}/bin/meson \
--prefix="${MINGW_PREFIX}" \
--buildtype=plain \
-D gtk_doc=true \
"../${_realname}-${pkgver}"
ninja