tepl: Update to 5.0.1
Enable gtk_doc option in meson.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user