pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xfce4-tumbler xfce4-tumbler: update to 4.16.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/2b4630c01a3c
branches: trunk
changeset: 383968:2b4630c01a3c
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Thu Aug 25 00:06:03 2022 +0000
description:
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)
diffstat:
x11/xfce4-tumbler/Makefile | 7 +--
x11/xfce4-tumbler/distinfo | 9 ++--
x11/xfce4-tumbler/patches/patch-configure | 59 -------------------------------
3 files changed, 7 insertions(+), 68 deletions(-)
diffs (100 lines):
diff -r 8329e8fe3b64 -r 2b4630c01a3c x11/xfce4-tumbler/Makefile
--- a/x11/xfce4-tumbler/Makefile Wed Aug 24 22:41:46 2022 +0000
+++ b/x11/xfce4-tumbler/Makefile Thu Aug 25 00:06:03 2022 +0000
@@ -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 -r 8329e8fe3b64 -r 2b4630c01a3c x11/xfce4-tumbler/distinfo
--- a/x11/xfce4-tumbler/distinfo Wed Aug 24 22:41:46 2022 +0000
+++ b/x11/xfce4-tumbler/distinfo Thu Aug 25 00:06:03 2022 +0000
@@ -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 -r 8329e8fe3b64 -r 2b4630c01a3c x11/xfce4-tumbler/patches/patch-configure
--- a/x11/xfce4-tumbler/patches/patch-configure Wed Aug 24 22:41:46 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
-
Home |
Main Index |
Thread Index |
Old Index