summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-08-25 00:06:03 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-08-25 00:06:03 +0000
commite555bf7768051c5970f995c2484e43c407fc1edd (patch)
treeba9a85d033fd96af5afd430a1cd42a330ce43f36
parent9604c1aa2658cfa097fd4fd5ac677faeaa506afc (diff)
downloadpkgsrc-e555bf7768051c5970f995c2484e43c407fc1edd.tar.gz
xfce4-tumbler: update to 4.16.1
Change log: 4.16.1 (2022-08-11) ====== - gst-thumbnailer: Add mime type check (Fixes #65) - desktop-thumbnailer: Guard against null path - Fix typo in gthread version (!14)
-rw-r--r--x11/xfce4-tumbler/Makefile7
-rw-r--r--x11/xfce4-tumbler/distinfo9
-rw-r--r--x11/xfce4-tumbler/patches/patch-configure59
3 files changed, 7 insertions, 68 deletions
diff --git a/x11/xfce4-tumbler/Makefile b/x11/xfce4-tumbler/Makefile
index c7231d9ecf7..50207ff2193 100644
--- a/x11/xfce4-tumbler/Makefile
+++ b/x11/xfce4-tumbler/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.108 2022/08/11 05:09:35 gutteridge Exp $
+# $NetBSD: Makefile,v 1.109 2022/08/25 00:06:03 gutteridge Exp $
-PKGREVISION= 5
.include "../../meta-pkgs/xfce4/Makefile.common"
-VERSION= 4.16.0
+VERSION= 4.16.1
DISTNAME= tumbler-${VERSION}
PKGNAME= xfce4-tumbler-${VERSION}
CATEGORIES= x11
MASTER_SITES= https://archive.xfce.org/src/xfce/tumbler/${VERSION:R}/
-HOMEPAGE= https://docs.xfce.org/xfce/thunar/tumbler
+HOMEPAGE= https://docs.xfce.org/xfce/thunar/4.16/tumbler
COMMENT= D-Bus thumbnailing service
GNU_CONFIGURE= yes
diff --git a/x11/xfce4-tumbler/distinfo b/x11/xfce4-tumbler/distinfo
index 0e363bfedfa..e56ce34be38 100644
--- a/x11/xfce4-tumbler/distinfo
+++ b/x11/xfce4-tumbler/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.15 2021/11/30 14:25:34 gutteridge Exp $
+$NetBSD: distinfo,v 1.16 2022/08/25 00:06:03 gutteridge Exp $
-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
+BLAKE2s (tumbler-4.16.1.tar.bz2) = ad32538cb1c8359eb6eee97dd64e884a1e75f93acc491a13f4eddebb202214dc
+SHA512 (tumbler-4.16.1.tar.bz2) = 483ed34d41349641ad9116655d1efbaa01352316f8ff4780903fd3f21aacea7c42bc80d7710e7ba0c2b9a79d0f971ce7210a03d5acb6c8b6b0750316665a8154
+Size (tumbler-4.16.1.tar.bz2) = 593122 bytes
SHA1 (patch-tumblerd_Makefile.in) = be057d51fa064610e31f9ae883f3d3ec992e0798
diff --git a/x11/xfce4-tumbler/patches/patch-configure b/x11/xfce4-tumbler/patches/patch-configure
deleted file mode 100644
index a03b4ec588e..00000000000
--- a/x11/xfce4-tumbler/patches/patch-configure
+++ /dev/null
@@ -1,59 +0,0 @@
-$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
-