diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-08-24 04:54:32 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-08-24 04:54:32 +0000 |
commit | d614670fc4cd8c546b3065d54f828ccbe23e6435 (patch) | |
tree | f4c854a42964c35a70310d0a4fc0f15943d096dd | |
parent | 622c7601060309641a39530dd1f33ed210c8c955 (diff) | |
download | pkgsrc-d614670fc4cd8c546b3065d54f828ccbe23e6435.tar.gz |
xfce4-tumbler: update to 0.3.0
Change log:
0.3.0
=====
- Fix jpeg thumbnail orientation when fallback code is taken place (Bug #28).
- Use AC_CONFIG_MACRO_DIRS instead of AC_CONFIG_MACRO_DIR
- Fix GTimeVal deprecation
- Drop support of GLib < 2.32
- Use guint32 for request handle and fix its further occurrences of 0
- Implement Excludes paths in tumbler.rc
- Translation Updates: be, da, el, es, he, hu, hye, it, nl, pl, sq, zh_TW, zh_HK
-rw-r--r-- | x11/xfce4-tumbler/Makefile | 5 | ||||
-rw-r--r-- | x11/xfce4-tumbler/PLIST | 3 | ||||
-rw-r--r-- | x11/xfce4-tumbler/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/x11/xfce4-tumbler/Makefile b/x11/xfce4-tumbler/Makefile index 8e2a742c319..2a150604e8f 100644 --- a/x11/xfce4-tumbler/Makefile +++ b/x11/xfce4-tumbler/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.87 2020/08/17 20:20:39 leot Exp $ +# $NetBSD: Makefile,v 1.88 2020/08/24 04:54:32 gutteridge Exp $ -PKGREVISION= 1 .include "../../meta-pkgs/xfce4/Makefile.common" -VERSION= 0.2.9 +VERSION= 0.3.0 DISTNAME= tumbler-${VERSION} PKGNAME= xfce4-tumbler-${VERSION} CATEGORIES= x11 diff --git a/x11/xfce4-tumbler/PLIST b/x11/xfce4-tumbler/PLIST index e60ba875ace..ead3a18cd42 100644 --- a/x11/xfce4-tumbler/PLIST +++ b/x11/xfce4-tumbler/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2020/01/05 23:02:25 gutteridge Exp $ +@comment $NetBSD: PLIST,v 1.8 2020/08/24 04:54:32 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 @@ -81,6 +81,7 @@ share/locale/he/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 +share/locale/hye/LC_MESSAGES/tumbler.mo share/locale/id/LC_MESSAGES/tumbler.mo share/locale/is/LC_MESSAGES/tumbler.mo share/locale/it/LC_MESSAGES/tumbler.mo diff --git a/x11/xfce4-tumbler/distinfo b/x11/xfce4-tumbler/distinfo index 538d00f87fa..21c85a7c4c4 100644 --- a/x11/xfce4-tumbler/distinfo +++ b/x11/xfce4-tumbler/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2020/08/12 22:43:37 gutteridge Exp $ +$NetBSD: distinfo,v 1.12 2020/08/24 04:54:32 gutteridge Exp $ -SHA1 (tumbler-0.2.9.tar.bz2) = 1b845060ed377c92e8c2a264c1d7f1b7cf78b5fe -RMD160 (tumbler-0.2.9.tar.bz2) = ca7970421a8008489c3906e5b8f8e9a50ebce311 -SHA512 (tumbler-0.2.9.tar.bz2) = df9cf9b2ba77e220f11c5ca3ec4601c973802b802e989dcd24d1b2c7c13e97c185071488c866f3ed5ed1cc6defde1a4879b5fc2c48bfc015456508e526d6bf0f -Size (tumbler-0.2.9.tar.bz2) = 557794 bytes +SHA1 (tumbler-0.3.0.tar.bz2) = 3222d6748c9a249ef3abe94868fabd8542f31dd4 +RMD160 (tumbler-0.3.0.tar.bz2) = df3b2e27734a2d59449288fdab72dd9c3c34238a +SHA512 (tumbler-0.3.0.tar.bz2) = e216a9c8c659457c6e6dbb40d95cd9a34d64d204fea9523d0a66f1c331108f6e01fb83d668b99eed73ed26579ae3a717cd3215ddceaebfff888d942ecb18469b +Size (tumbler-0.3.0.tar.bz2) = 559424 bytes SHA1 (patch-tumblerd_Makefile.in) = be057d51fa064610e31f9ae883f3d3ec992e0798 |