xfce4-tumbler: update to 4.16.0
Change log: 4.16.0 ====== - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump - bump glib (and gio, gthread, etc) minimum to 2.50.0 - Adjust bug report URL - Translation Updates: Estonian, Turkish 0.3.1 ===== - New plugin, libgepub thumbnailer plugin - Fix documentation URL - Add README.md and EXTRA_DIST - Add new icon needed for xfce4-about-dialog - Translation Updates: lt, oc, he, hi, hu, sk, tr, ug
This commit is contained in:
parent
430a3e16d5
commit
60b6560bcc
4 changed files with 72 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.101 2021/09/29 19:01:31 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.102 2021/11/30 14:25:34 gutteridge Exp $
|
||||
|
||||
PKGREVISION= 12
|
||||
.include "../../meta-pkgs/xfce4/Makefile.common"
|
||||
|
||||
VERSION= 0.3.0
|
||||
VERSION= 4.16.0
|
||||
DISTNAME= tumbler-${VERSION}
|
||||
PKGNAME= xfce4-tumbler-${VERSION}
|
||||
CATEGORIES= x11
|
||||
|
@ -31,7 +30,9 @@ CONF_FILES= ${EGDIR}/tumbler.rc \
|
|||
|
||||
.include "options.mk"
|
||||
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
||||
.include "../../graphics/openjpeg/buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.8 2020/08/24 04:54:32 gutteridge Exp $
|
||||
@comment $NetBSD: PLIST,v 1.9 2021/11/30 14:25:34 gutteridge Exp $
|
||||
include/tumbler-1/tumbler/tumbler-abstract-thumbnailer.h
|
||||
include/tumbler-1/tumbler/tumbler-cache-plugin.h
|
||||
include/tumbler-1/tumbler/tumbler-cache.h
|
||||
|
@ -60,6 +60,7 @@ share/gtk-doc/html/tumbler/tumbler-Version-Information-and-Compatibility-Checks.
|
|||
share/gtk-doc/html/tumbler/tumbler.devhelp2
|
||||
share/gtk-doc/html/tumbler/up-insensitive.png
|
||||
share/gtk-doc/html/tumbler/up.png
|
||||
share/icons/hicolor/32x32/apps/org.xfce.tumbler.png
|
||||
share/locale/ar/LC_MESSAGES/tumbler.mo
|
||||
share/locale/ast/LC_MESSAGES/tumbler.mo
|
||||
share/locale/be/LC_MESSAGES/tumbler.mo
|
||||
|
@ -73,11 +74,13 @@ share/locale/el/LC_MESSAGES/tumbler.mo
|
|||
share/locale/en_AU/LC_MESSAGES/tumbler.mo
|
||||
share/locale/en_GB/LC_MESSAGES/tumbler.mo
|
||||
share/locale/es/LC_MESSAGES/tumbler.mo
|
||||
share/locale/et/LC_MESSAGES/tumbler.mo
|
||||
share/locale/eu/LC_MESSAGES/tumbler.mo
|
||||
share/locale/fi/LC_MESSAGES/tumbler.mo
|
||||
share/locale/fr/LC_MESSAGES/tumbler.mo
|
||||
share/locale/gl/LC_MESSAGES/tumbler.mo
|
||||
share/locale/he/LC_MESSAGES/tumbler.mo
|
||||
share/locale/hi/LC_MESSAGES/tumbler.mo
|
||||
share/locale/hr/LC_MESSAGES/tumbler.mo
|
||||
share/locale/hu/LC_MESSAGES/tumbler.mo
|
||||
share/locale/hy_AM/LC_MESSAGES/tumbler.mo
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.14 2021/10/26 11:34:48 nia Exp $
|
||||
$NetBSD: distinfo,v 1.15 2021/11/30 14:25:34 gutteridge Exp $
|
||||
|
||||
BLAKE2s (tumbler-0.3.0.tar.bz2) = e45a158c0aa22442f801a2472e8f08e69e0a5ebd11cb1c193ac67e75876eb235
|
||||
SHA512 (tumbler-0.3.0.tar.bz2) = e216a9c8c659457c6e6dbb40d95cd9a34d64d204fea9523d0a66f1c331108f6e01fb83d668b99eed73ed26579ae3a717cd3215ddceaebfff888d942ecb18469b
|
||||
Size (tumbler-0.3.0.tar.bz2) = 559424 bytes
|
||||
BLAKE2s (tumbler-4.16.0.tar.bz2) = 3d16615fec8434213295ffc4708eebf1f9f21598812de151f3f4282a1bf677e2
|
||||
SHA512 (tumbler-4.16.0.tar.bz2) = 86b30a1b3a8b668bfd6cecb39bbfc642793d63055b0f3dc32e4e275082d086a9c011a98511938b7489099f35458613b3df24224ff48e4940f42ff552a14fa9d2
|
||||
Size (tumbler-4.16.0.tar.bz2) = 607640 bytes
|
||||
SHA1 (patch-configure) = 69055bd722183258354f5277cd3796994f7940a5
|
||||
SHA1 (patch-tumblerd_Makefile.in) = be057d51fa064610e31f9ae883f3d3ec992e0798
|
||||
|
|
59
x11/xfce4-tumbler/patches/patch-configure
Normal file
59
x11/xfce4-tumbler/patches/patch-configure
Normal file
|
@ -0,0 +1,59 @@
|
|||
$NetBSD: patch-configure,v 1.1 2021/11/30 14:25:34 gutteridge Exp $
|
||||
|
||||
Fix typo in gthread version check
|
||||
(Equivalent to upstream commit
|
||||
https://gitlab.xfce.org/xfce/tumbler/-/commit/fee55d3c79533582ea3fbebe01378cf90cbce077
|
||||
)
|
||||
|
||||
--- configure.orig 2020-12-22 23:37:45.000000000 +0000
|
||||
+++ configure
|
||||
@@ -16160,12 +16160,12 @@ if test -n "$GTHREAD_CFLAGS"; then
|
||||
pkg_cv_GTHREAD_CFLAGS="$GTHREAD_CFLAGS"
|
||||
elif test -n "$PKG_CONFIG"; then
|
||||
if test -n "$PKG_CONFIG" && \
|
||||
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gthread-2.0 >= 2.5ß.0\""; } >&5
|
||||
- ($PKG_CONFIG --exists --print-errors "gthread-2.0 >= 2.5ß.0") 2>&5
|
||||
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gthread-2.0 >= 2.50.0\""; } >&5
|
||||
+ ($PKG_CONFIG --exists --print-errors "gthread-2.0 >= 2.50.0") 2>&5
|
||||
ac_status=$?
|
||||
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
||||
test $ac_status = 0; }; then
|
||||
- pkg_cv_GTHREAD_CFLAGS=`$PKG_CONFIG --cflags "gthread-2.0 >= 2.5ß.0" 2>/dev/null`
|
||||
+ pkg_cv_GTHREAD_CFLAGS=`$PKG_CONFIG --cflags "gthread-2.0 >= 2.50.0" 2>/dev/null`
|
||||
test "x$?" != "x0" && pkg_failed=yes
|
||||
else
|
||||
pkg_failed=yes
|
||||
@@ -16177,12 +16177,12 @@ if test -n "$GTHREAD_LIBS"; then
|
||||
pkg_cv_GTHREAD_LIBS="$GTHREAD_LIBS"
|
||||
elif test -n "$PKG_CONFIG"; then
|
||||
if test -n "$PKG_CONFIG" && \
|
||||
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gthread-2.0 >= 2.5ß.0\""; } >&5
|
||||
- ($PKG_CONFIG --exists --print-errors "gthread-2.0 >= 2.5ß.0") 2>&5
|
||||
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gthread-2.0 >= 2.50.0\""; } >&5
|
||||
+ ($PKG_CONFIG --exists --print-errors "gthread-2.0 >= 2.50.0") 2>&5
|
||||
ac_status=$?
|
||||
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
||||
test $ac_status = 0; }; then
|
||||
- pkg_cv_GTHREAD_LIBS=`$PKG_CONFIG --libs "gthread-2.0 >= 2.5ß.0" 2>/dev/null`
|
||||
+ pkg_cv_GTHREAD_LIBS=`$PKG_CONFIG --libs "gthread-2.0 >= 2.50.0" 2>/dev/null`
|
||||
test "x$?" != "x0" && pkg_failed=yes
|
||||
else
|
||||
pkg_failed=yes
|
||||
@@ -16203,14 +16203,14 @@ else
|
||||
_pkg_short_errors_supported=no
|
||||
fi
|
||||
if test $_pkg_short_errors_supported = yes; then
|
||||
- GTHREAD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gthread-2.0 >= 2.5ß.0" 2>&1`
|
||||
+ GTHREAD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gthread-2.0 >= 2.50.0" 2>&1`
|
||||
else
|
||||
- GTHREAD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gthread-2.0 >= 2.5ß.0" 2>&1`
|
||||
+ GTHREAD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gthread-2.0 >= 2.50.0" 2>&1`
|
||||
fi
|
||||
# Put the nasty error message in config.log where it belongs
|
||||
echo "$GTHREAD_PKG_ERRORS" >&5
|
||||
|
||||
- as_fn_error $? "Package requirements (gthread-2.0 >= 2.5ß.0) were not met:
|
||||
+ as_fn_error $? "Package requirements (gthread-2.0 >= 2.50.0) were not met:
|
||||
|
||||
$GTHREAD_PKG_ERRORS
|
||||
|
Loading…
Reference in a new issue