diff options
author | Juan M. Lasca <juanmlasca@gmail.com> | 2023-10-26 21:53:41 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-28 13:11:52 +0700 |
commit | 0fc0945c4bc0772e14a6a94055ade697eb2f9d73 (patch) | |
tree | 3688357f669d2278f7bf0179eff68fcde48d4315 /libraries/tepl | |
parent | 6e25e2856a8d3ae618ee9eff666569822f2dd936 (diff) |
libraries/tepl: Updated for version 6.8.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/tepl')
-rw-r--r-- | libraries/tepl/tepl.SlackBuild | 12 | ||||
-rw-r--r-- | libraries/tepl/tepl.info | 8 |
2 files changed, 14 insertions, 6 deletions
diff --git a/libraries/tepl/tepl.SlackBuild b/libraries/tepl/tepl.SlackBuild index c4e2fbf721cd5..6a6195bfca416 100644 --- a/libraries/tepl/tepl.SlackBuild +++ b/libraries/tepl/tepl.SlackBuild @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tepl -VERSION=${VERSION:-6.4.0} +VERSION=${VERSION:-6.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -81,8 +81,15 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# circunvent meson version mismtach (fs.copyfile not available) +# avoid gtk_doc, which uses fs.copyfile +# replace unnecesary version bump of gio-2.0 +sed -i "s/meson_version: '>= 0.64'/meson_version: '>= 0.59'/; + s/'gio-2.0', version: '>= 2.74'/'gio-2.0', version: '>= 2.70'/" meson.build + + cd build - CFLAGS="$SLKCFLAGS" \ + CFLAGS="$SLKCFLAGS -DG_CONNECT_DEFAULT=0" \ CXXFLAGS="$SLKCFLAGS" \ meson .. \ --buildtype=release \ @@ -92,6 +99,7 @@ cd build --mandir=/usr/man \ --prefix=/usr \ --sysconfdir=/etc \ + -Dgtk_doc=false \ -Dstrip=true "${NINJA:=ninja}" DESTDIR=$PKG $NINJA install diff --git a/libraries/tepl/tepl.info b/libraries/tepl/tepl.info index f7f8455f1f59e..1b279bf63a1d4 100644 --- a/libraries/tepl/tepl.info +++ b/libraries/tepl/tepl.info @@ -1,10 +1,10 @@ PRGNAM="tepl" -VERSION="6.4.0" +VERSION="6.8.0" HOMEPAGE="https://gitlab.gnome.org/swilmet/tepl" -DOWNLOAD="https://download.gnome.org/sources/tepl/6.4/tepl-6.4.0.tar.xz" -MD5SUM="3554454f0b74b5f5584011c46fd35396" +DOWNLOAD="https://download.gnome.org/sources/tepl/6.8/tepl-6.8.0.tar.xz" +MD5SUM="5d29b2c9032a1ba2d33ef9c9c9c7de79" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gtksourceview4 amtk" +REQUIRES="libgedit-gtksourceview libgedit-amtk" MAINTAINER="Juan M. Lasca" EMAIL="juanmlasca@gmail.com" |