Update XFCE4 to 4.18.0, part 1.

libxfce4util, libxfce4ui, xfce4-conf, xfce4-exo, xfce4-tumbler

The full changelog (long) can be found at
https://www.xfce.org/download/changelogs/4.18.
This commit is contained in:
bsiegert 2022-12-30 17:16:56 +00:00
parent 3b25d3d5a9
commit 3f2de4695e
20 changed files with 159 additions and 136 deletions

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.37 2022/08/11 05:08:14 gutteridge Exp $
# $NetBSD: Makefile,v 1.38 2022/12/30 17:16:56 bsiegert Exp $
PKGREVISION= 3
.include "../../meta-pkgs/xfce4/Makefile.common"
VERSION= 4.16.0
VERSION= 4.18.0
DISTNAME= xfconf-${VERSION}
PKGNAME= xfce4-conf-${VERSION}
CATEGORIES= devel

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2021/11/30 14:08:14 gutteridge Exp $
@comment $NetBSD: PLIST,v 1.9 2022/12/30 17:16:56 bsiegert Exp $
bin/xfconf-query
include/xfce4/xfconf-0/xfconf/xfconf-binding.h
include/xfce4/xfconf-0/xfconf/xfconf-channel.h
@ -11,6 +11,7 @@ lib/pkgconfig/libxfconf-0.pc
lib/xfce4/xfconf/xfconfd
share/bash-completion/completions/xfconf-query
share/dbus-1/services/org.xfce.Xfconf.service
share/gtk-doc/html/xfconf/annotation-glossary.html
share/gtk-doc/html/xfconf/ch01.html
share/gtk-doc/html/xfconf/ch02.html
share/gtk-doc/html/xfconf/ch03.html
@ -50,6 +51,7 @@ share/locale/fi/LC_MESSAGES/xfconf.mo
share/locale/fr/LC_MESSAGES/xfconf.mo
share/locale/gl/LC_MESSAGES/xfconf.mo
share/locale/he/LC_MESSAGES/xfconf.mo
share/locale/hi/LC_MESSAGES/xfconf.mo
share/locale/hr/LC_MESSAGES/xfconf.mo
share/locale/hu/LC_MESSAGES/xfconf.mo
share/locale/hy_AM/LC_MESSAGES/xfconf.mo
@ -58,6 +60,7 @@ share/locale/id/LC_MESSAGES/xfconf.mo
share/locale/is/LC_MESSAGES/xfconf.mo
share/locale/it/LC_MESSAGES/xfconf.mo
share/locale/ja/LC_MESSAGES/xfconf.mo
share/locale/kab/LC_MESSAGES/xfconf.mo
share/locale/kk/LC_MESSAGES/xfconf.mo
share/locale/ko/LC_MESSAGES/xfconf.mo
share/locale/lt/LC_MESSAGES/xfconf.mo

View file

@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.11 2022/06/28 11:33:45 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.12 2022/12/30 17:16:56 bsiegert Exp $
BUILDLINK_TREE+= xfce4-conf
.if !defined(XFCE4_CONF_BUILDLINK3_MK)
XFCE4_CONF_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.xfce4-conf+= xfce4-conf>=4.13.4
BUILDLINK_ABI_DEPENDS.xfce4-conf?= xfce4-conf>=4.16.0nb2
BUILDLINK_API_DEPENDS.xfce4-conf+= xfce4-conf>=4.18.0
BUILDLINK_ABI_DEPENDS.xfce4-conf?= xfce4-conf>=4.18.0
BUILDLINK_PKGSRCDIR.xfce4-conf?= ../../devel/xfce4-conf
.include "../../sysutils/dbus/buildlink3.mk"

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.14 2021/11/30 14:08:14 gutteridge Exp $
$NetBSD: distinfo,v 1.15 2022/12/30 17:16:56 bsiegert Exp $
BLAKE2s (xfconf-4.16.0.tar.bz2) = 9c9f55fe0df9dd69f2b052ce36a0d4ec103804739b17f487e2ab50f71daa8086
SHA512 (xfconf-4.16.0.tar.bz2) = d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344
Size (xfconf-4.16.0.tar.bz2) = 634858 bytes
BLAKE2s (xfconf-4.18.0.tar.bz2) = e0b19a5887d717b2c44556444b5ba645dd74765e12e85109c68e4c7c759448d5
SHA512 (xfconf-4.18.0.tar.bz2) = 49ac3070e44e0c699c157e6c029bf14d932bc1e60b01bc3b4f7451acf403d451ac52e2dfb14fc97298cc774c7a0895616788cdbfc189976805669fcdb7aa47b6
Size (xfconf-4.18.0.tar.bz2) = 625755 bytes

View file

@ -1,11 +1,10 @@
# $NetBSD: Makefile,v 1.31 2022/08/11 05:09:29 gutteridge Exp $
# $NetBSD: Makefile,v 1.32 2022/12/30 17:16:56 bsiegert Exp $
PKGREVISION= 2
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= libxfce4ui-4.16.1
DISTNAME= libxfce4ui-4.18.0
CATEGORIES= x11
MASTER_SITES+= https://archive.xfce.org/src/xfce/libxfce4ui/4.16/
MASTER_SITES+= https://archive.xfce.org/src/xfce/libxfce4ui/${PKGVERSION_NOREV:R}/
COMMENT= Xfce widget library

View file

@ -1,6 +1,8 @@
@comment $NetBSD: PLIST,v 1.9 2021/11/30 14:10:36 gutteridge Exp $
@comment $NetBSD: PLIST,v 1.10 2022/12/30 17:16:56 bsiegert Exp $
bin/xfce4-about
include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcut-dialog.h
include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-editor-dialog.h
include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-editor.h
include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-grabber.h
include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-provider.h
include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-xfwm4.h
@ -29,6 +31,8 @@ share/gtk-doc/html/libxfce4ui/api-index-4-10.html
share/gtk-doc/html/libxfce4ui/api-index-4-12.html
share/gtk-doc/html/libxfce4ui/api-index-4-14.html
share/gtk-doc/html/libxfce4ui/api-index-4-16.html
share/gtk-doc/html/libxfce4ui/api-index-4-18.html
share/gtk-doc/html/libxfce4ui/api-index-deprecated.html
share/gtk-doc/html/libxfce4ui/api-index-full.html
share/gtk-doc/html/libxfce4ui/home.png
share/gtk-doc/html/libxfce4ui/index.html
@ -61,6 +65,7 @@ share/icons/hicolor/scalable/apps/xfce4-logo.svg
share/locale/am/LC_MESSAGES/libxfce4ui.mo
share/locale/ar/LC_MESSAGES/libxfce4ui.mo
share/locale/ast/LC_MESSAGES/libxfce4ui.mo
share/locale/az/LC_MESSAGES/libxfce4ui.mo
share/locale/be/LC_MESSAGES/libxfce4ui.mo
share/locale/bg/LC_MESSAGES/libxfce4ui.mo
share/locale/bn/LC_MESSAGES/libxfce4ui.mo

View file

@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.8 2021/12/08 16:02:55 adam Exp $
# $NetBSD: buildlink3.mk,v 1.9 2022/12/30 17:16:56 bsiegert Exp $
BUILDLINK_TREE+= libxfce4ui
.if !defined(LIBXFCE4UI_BUILDLINK3_MK)
LIBXFCE4UI_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libxfce4ui+= libxfce4ui>=4.12.1
BUILDLINK_ABI_DEPENDS.libxfce4ui+= libxfce4ui>=4.16.1
BUILDLINK_API_DEPENDS.libxfce4ui+= libxfce4ui>=4.18.0
BUILDLINK_ABI_DEPENDS.libxfce4ui+= libxfce4ui>=4.18.0
BUILDLINK_PKGSRCDIR.libxfce4ui?= ../../x11/libxfce4ui
.include "../../devel/xfce4-conf/buildlink3.mk"

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.11 2021/11/30 14:10:36 gutteridge Exp $
$NetBSD: distinfo,v 1.12 2022/12/30 17:16:56 bsiegert Exp $
BLAKE2s (libxfce4ui-4.16.1.tar.bz2) = d2ddd8211e966bc32b7149d8b3415f491e97ca35d231f7a6a955c4d6323bbe50
SHA512 (libxfce4ui-4.16.1.tar.bz2) = c183bbc75539c777fe704d0a1c4e533fdd2efb6cbc980cfedc2eaa80d0e6223db038498774ffcdc720d7f991dd8d9634183a757a4c4d1728cc9956a33cb187d0
Size (libxfce4ui-4.16.1.tar.bz2) = 785811 bytes
BLAKE2s (libxfce4ui-4.18.0.tar.bz2) = d6ae7018c147919d2a3b8401f9ab4e826730d0b0f29b69e342a136f3ae6607f9
SHA512 (libxfce4ui-4.18.0.tar.bz2) = a88c948415dd33e4c4e9a69b9315aa8bb9c0172f563326d2c651ef6e84fa78c6bf1656def80c2f24c13f04b9f522e2c1983d0f4f009a74a8581d49049027c937
Size (libxfce4ui-4.18.0.tar.bz2) = 896351 bytes
SHA1 (patch-libxfce4kbd-private_Makefile.in) = 10443997b9699363ab19d0092b6ac7a898a512d8

View file

@ -1,11 +1,10 @@
# $NetBSD: Makefile,v 1.64 2022/08/11 05:09:29 gutteridge Exp $
# $NetBSD: Makefile,v 1.65 2022/12/30 17:16:56 bsiegert Exp $
PKGREVISION= 2
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= libxfce4util-4.16.0
DISTNAME= libxfce4util-4.18.0
CATEGORIES= x11
MASTER_SITES+= https://archive.xfce.org/src/xfce/libxfce4util/4.16/
MASTER_SITES+= https://archive.xfce.org/src/xfce/libxfce4util/${PKGVERSION_NOREV:R}/
COMMENT= Xfce basic library

View file

@ -1,9 +1,10 @@
@comment $NetBSD: PLIST,v 1.21 2021/11/30 14:05:58 gutteridge Exp $
@comment $NetBSD: PLIST,v 1.22 2022/12/30 17:16:56 bsiegert Exp $
include/xfce4/libxfce4util/libxfce4util-config.h
include/xfce4/libxfce4util/libxfce4util.h
include/xfce4/libxfce4util/xfce-debug.h
include/xfce4/libxfce4util/xfce-fileutils.h
include/xfce4/libxfce4util/xfce-generics.h
include/xfce4/libxfce4util/xfce-gio-extensions.h
include/xfce4/libxfce4util/xfce-i18n.h
include/xfce4/libxfce4util/xfce-kiosk.h
include/xfce4/libxfce4util/xfce-license.h
@ -11,16 +12,23 @@ include/xfce4/libxfce4util/xfce-miscutils.h
include/xfce4/libxfce4util/xfce-posix-signal-handler.h
include/xfce4/libxfce4util/xfce-rc.h
include/xfce4/libxfce4util/xfce-resource.h
include/xfce4/libxfce4util/xfce-string.h
include/xfce4/libxfce4util/xfce-utf8.h
lib/libxfce4util.la
lib/pkgconfig/libxfce4util-1.0.pc
sbin/xfce4-kiosk-query
share/gtk-doc/html/libxfce4util/annotation-glossary.html
share/gtk-doc/html/libxfce4util/api-index-4-18.html
share/gtk-doc/html/libxfce4util/api-index-4-2.html
share/gtk-doc/html/libxfce4util/api-index-4-4.html
share/gtk-doc/html/libxfce4util/api-index-deprecated.html
share/gtk-doc/html/libxfce4util/api-index-full.html
share/gtk-doc/html/libxfce4util/home.png
share/gtk-doc/html/libxfce4util/index.html
share/gtk-doc/html/libxfce4util/left-insensitive.png
share/gtk-doc/html/libxfce4util/left.png
share/gtk-doc/html/libxfce4util/libxfce4util-File-Utilities.html
share/gtk-doc/html/libxfce4util/libxfce4util-GIO-Extensions.html
share/gtk-doc/html/libxfce4util/libxfce4util-Internationalisation.html
share/gtk-doc/html/libxfce4util/libxfce4util-Miscellaneous-Utilities.html
share/gtk-doc/html/libxfce4util/libxfce4util-POSIX-Signal-Handling.html
@ -31,6 +39,7 @@ share/gtk-doc/html/libxfce4util/libxfce4util-Unicode-Support-Functions.html
share/gtk-doc/html/libxfce4util/libxfce4util-Version-Information.html
share/gtk-doc/html/libxfce4util/libxfce4util-Xfce-Generics.html
share/gtk-doc/html/libxfce4util/libxfce4util-Xfce-Kiosk-functions.html
share/gtk-doc/html/libxfce4util/libxfce4util-Xfce-String-Functions.html
share/gtk-doc/html/libxfce4util/libxfce4util-core.html
share/gtk-doc/html/libxfce4util/libxfce4util-datatypes.html
share/gtk-doc/html/libxfce4util/libxfce4util-fundamentals.html
@ -45,6 +54,7 @@ share/gtk-doc/html/libxfce4util/up.png
share/locale/am/LC_MESSAGES/libxfce4util.mo
share/locale/ar/LC_MESSAGES/libxfce4util.mo
share/locale/ast/LC_MESSAGES/libxfce4util.mo
share/locale/az/LC_MESSAGES/libxfce4util.mo
share/locale/be/LC_MESSAGES/libxfce4util.mo
share/locale/bg/LC_MESSAGES/libxfce4util.mo
share/locale/bn/LC_MESSAGES/libxfce4util.mo
@ -74,6 +84,7 @@ share/locale/ie/LC_MESSAGES/libxfce4util.mo
share/locale/is/LC_MESSAGES/libxfce4util.mo
share/locale/it/LC_MESSAGES/libxfce4util.mo
share/locale/ja/LC_MESSAGES/libxfce4util.mo
share/locale/ka/LC_MESSAGES/libxfce4util.mo
share/locale/kk/LC_MESSAGES/libxfce4util.mo
share/locale/ko/LC_MESSAGES/libxfce4util.mo
share/locale/lt/LC_MESSAGES/libxfce4util.mo

View file

@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.35 2017/06/18 21:22:08 youri Exp $
# $NetBSD: buildlink3.mk,v 1.36 2022/12/30 17:16:56 bsiegert Exp $
BUILDLINK_TREE+= libxfce4util
.if !defined(LIBXFCE4UTIL_BUILDLINK3_MK)
LIBXFCE4UTIL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libxfce4util+= libxfce4util>=4.12.0
BUILDLINK_ABI_DEPENDS.libxfce4util+= libxfce4util>=4.12.1nb4
BUILDLINK_API_DEPENDS.libxfce4util+= libxfce4util>=4.18.0
BUILDLINK_ABI_DEPENDS.libxfce4util+= libxfce4util>=4.18.0
BUILDLINK_PKGSRCDIR.libxfce4util?= ../../x11/libxfce4util
.endif # LIBXFCE4UTIL_BUILDLINK3_MK

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.31 2021/11/30 14:05:58 gutteridge Exp $
$NetBSD: distinfo,v 1.32 2022/12/30 17:16:56 bsiegert Exp $
BLAKE2s (libxfce4util-4.16.0.tar.bz2) = 87f80f8f208bfa18b85fb405a7ab52719c0e5578a9ca7d32fe0de2e593eda8a6
SHA512 (libxfce4util-4.16.0.tar.bz2) = dce6992c3da73367461d7464794a9b2a5503666113682e07a86e18b1c5383de2b087809448d5729097571f4fda6b4af5f4f4600848514ab2ab4b3f367ca26f5c
Size (libxfce4util-4.16.0.tar.bz2) = 508328 bytes
BLAKE2s (libxfce4util-4.18.0.tar.bz2) = 9daa4504377875cf0a2d74d1f273d0f4eeb827fb93081212322f22ab562bf5c2
SHA512 (libxfce4util-4.18.0.tar.bz2) = 10ec7798570c95719951fdd6cbd45aefc6950e6012b17f05f9023711a874dbaf79ac5c07d98990f7c5bf9efb1d254732f203f670f23bf23a2004656f46737749
Size (libxfce4util-4.18.0.tar.bz2) = 511384 bytes

View file

@ -1,13 +1,12 @@
# $NetBSD: Makefile,v 1.77 2022/08/11 05:09:34 gutteridge Exp $
# $NetBSD: Makefile,v 1.78 2022/12/30 17:16:56 bsiegert Exp $
PKGREVISION= 2
.include "../../meta-pkgs/xfce4/Makefile.common"
VERSION= 4.16.4
DISTNAME= exo-${VERSION}
PKGNAME= xfce4-exo-${VERSION}
VERSION= 4.18.0
DISTNAME= exo-4.18.0
PKGNAME= xfce4-${DISTNAME}
CATEGORIES= x11
MASTER_SITES= https://archive.xfce.org/src/xfce/exo/${VERSION:R}/
MASTER_SITES= https://archive.xfce.org/src/xfce/exo/${PKGVERSION_NOREV:R}/
HOMEPAGE= https://docs.xfce.org/xfce/exo/start
COMMENT= Xfce extension library

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.16 2021/11/30 14:15:26 gutteridge Exp $
@comment $NetBSD: PLIST,v 1.17 2022/12/30 17:16:56 bsiegert Exp $
bin/exo-desktop-item-edit
bin/exo-open
include/exo-2/exo/exo-binding.h
@ -55,71 +55,73 @@ share/gtk-doc/html/exo-2/right.png
share/gtk-doc/html/exo-2/style.css
share/gtk-doc/html/exo-2/up-insensitive.png
share/gtk-doc/html/exo-2/up.png
share/icons/hicolor/24x24/apps/preferences-desktop-default-applications.png
share/icons/hicolor/48x48/apps/preferences-desktop-default-applications.png
share/locale/am/LC_MESSAGES/exo-2.mo
share/locale/ar/LC_MESSAGES/exo-2.mo
share/locale/ast/LC_MESSAGES/exo-2.mo
share/locale/be/LC_MESSAGES/exo-2.mo
share/locale/bg/LC_MESSAGES/exo-2.mo
share/locale/bn/LC_MESSAGES/exo-2.mo
share/locale/ca/LC_MESSAGES/exo-2.mo
share/locale/cs/LC_MESSAGES/exo-2.mo
share/locale/da/LC_MESSAGES/exo-2.mo
share/locale/de/LC_MESSAGES/exo-2.mo
share/locale/el/LC_MESSAGES/exo-2.mo
share/locale/en_AU/LC_MESSAGES/exo-2.mo
share/locale/en_GB/LC_MESSAGES/exo-2.mo
share/locale/es/LC_MESSAGES/exo-2.mo
share/locale/et/LC_MESSAGES/exo-2.mo
share/locale/eu/LC_MESSAGES/exo-2.mo
share/locale/fa_IR/LC_MESSAGES/exo-2.mo
share/locale/fi/LC_MESSAGES/exo-2.mo
share/locale/fr/LC_MESSAGES/exo-2.mo
share/locale/gl/LC_MESSAGES/exo-2.mo
share/locale/he/LC_MESSAGES/exo-2.mo
share/locale/hr/LC_MESSAGES/exo-2.mo
share/locale/hu/LC_MESSAGES/exo-2.mo
share/locale/hy/LC_MESSAGES/exo-2.mo
share/locale/hy_AM/LC_MESSAGES/exo-2.mo
share/locale/hye/LC_MESSAGES/exo-2.mo
share/locale/id/LC_MESSAGES/exo-2.mo
share/locale/ie/LC_MESSAGES/exo-2.mo
share/locale/is/LC_MESSAGES/exo-2.mo
share/locale/it/LC_MESSAGES/exo-2.mo
share/locale/ja/LC_MESSAGES/exo-2.mo
share/locale/kab/LC_MESSAGES/exo-2.mo
share/locale/kk/LC_MESSAGES/exo-2.mo
share/locale/kn/LC_MESSAGES/exo-2.mo
share/locale/ko/LC_MESSAGES/exo-2.mo
share/locale/lt/LC_MESSAGES/exo-2.mo
share/locale/lv/LC_MESSAGES/exo-2.mo
share/locale/ms/LC_MESSAGES/exo-2.mo
share/locale/nb/LC_MESSAGES/exo-2.mo
share/locale/nl/LC_MESSAGES/exo-2.mo
share/locale/nn/LC_MESSAGES/exo-2.mo
share/locale/oc/LC_MESSAGES/exo-2.mo
share/locale/pa/LC_MESSAGES/exo-2.mo
share/locale/pl/LC_MESSAGES/exo-2.mo
share/locale/pt/LC_MESSAGES/exo-2.mo
share/locale/pt_BR/LC_MESSAGES/exo-2.mo
share/locale/ro/LC_MESSAGES/exo-2.mo
share/locale/ru/LC_MESSAGES/exo-2.mo
share/locale/si/LC_MESSAGES/exo-2.mo
share/locale/sk/LC_MESSAGES/exo-2.mo
share/locale/sl/LC_MESSAGES/exo-2.mo
share/locale/sq/LC_MESSAGES/exo-2.mo
share/locale/sr/LC_MESSAGES/exo-2.mo
share/locale/sv/LC_MESSAGES/exo-2.mo
share/locale/te/LC_MESSAGES/exo-2.mo
share/locale/th/LC_MESSAGES/exo-2.mo
share/locale/tr/LC_MESSAGES/exo-2.mo
share/locale/ug/LC_MESSAGES/exo-2.mo
share/locale/uk/LC_MESSAGES/exo-2.mo
share/locale/ur/LC_MESSAGES/exo-2.mo
share/locale/ur_PK/LC_MESSAGES/exo-2.mo
share/locale/vi/LC_MESSAGES/exo-2.mo
share/locale/zh_CN/LC_MESSAGES/exo-2.mo
share/locale/zh_HK/LC_MESSAGES/exo-2.mo
share/locale/zh_TW/LC_MESSAGES/exo-2.mo
share/locale/am/LC_MESSAGES/exo.mo
share/locale/ar/LC_MESSAGES/exo.mo
share/locale/ast/LC_MESSAGES/exo.mo
share/locale/az/LC_MESSAGES/exo.mo
share/locale/az_AZ/LC_MESSAGES/exo.mo
share/locale/be/LC_MESSAGES/exo.mo
share/locale/bg/LC_MESSAGES/exo.mo
share/locale/bn/LC_MESSAGES/exo.mo
share/locale/ca/LC_MESSAGES/exo.mo
share/locale/cs/LC_MESSAGES/exo.mo
share/locale/cy/LC_MESSAGES/exo.mo
share/locale/da/LC_MESSAGES/exo.mo
share/locale/de/LC_MESSAGES/exo.mo
share/locale/el/LC_MESSAGES/exo.mo
share/locale/en_AU/LC_MESSAGES/exo.mo
share/locale/en_GB/LC_MESSAGES/exo.mo
share/locale/es/LC_MESSAGES/exo.mo
share/locale/et/LC_MESSAGES/exo.mo
share/locale/eu/LC_MESSAGES/exo.mo
share/locale/fa_IR/LC_MESSAGES/exo.mo
share/locale/fi/LC_MESSAGES/exo.mo
share/locale/fr/LC_MESSAGES/exo.mo
share/locale/gl/LC_MESSAGES/exo.mo
share/locale/he/LC_MESSAGES/exo.mo
share/locale/hr/LC_MESSAGES/exo.mo
share/locale/hu/LC_MESSAGES/exo.mo
share/locale/hy/LC_MESSAGES/exo.mo
share/locale/hy_AM/LC_MESSAGES/exo.mo
share/locale/hye/LC_MESSAGES/exo.mo
share/locale/id/LC_MESSAGES/exo.mo
share/locale/ie/LC_MESSAGES/exo.mo
share/locale/is/LC_MESSAGES/exo.mo
share/locale/it/LC_MESSAGES/exo.mo
share/locale/ja/LC_MESSAGES/exo.mo
share/locale/ka/LC_MESSAGES/exo.mo
share/locale/kab/LC_MESSAGES/exo.mo
share/locale/kk/LC_MESSAGES/exo.mo
share/locale/kn/LC_MESSAGES/exo.mo
share/locale/ko/LC_MESSAGES/exo.mo
share/locale/lt/LC_MESSAGES/exo.mo
share/locale/lv/LC_MESSAGES/exo.mo
share/locale/ms/LC_MESSAGES/exo.mo
share/locale/nb/LC_MESSAGES/exo.mo
share/locale/nl/LC_MESSAGES/exo.mo
share/locale/nn/LC_MESSAGES/exo.mo
share/locale/oc/LC_MESSAGES/exo.mo
share/locale/pa/LC_MESSAGES/exo.mo
share/locale/pl/LC_MESSAGES/exo.mo
share/locale/pt/LC_MESSAGES/exo.mo
share/locale/pt_BR/LC_MESSAGES/exo.mo
share/locale/ro/LC_MESSAGES/exo.mo
share/locale/ru/LC_MESSAGES/exo.mo
share/locale/si/LC_MESSAGES/exo.mo
share/locale/sk/LC_MESSAGES/exo.mo
share/locale/sl/LC_MESSAGES/exo.mo
share/locale/sq/LC_MESSAGES/exo.mo
share/locale/sr/LC_MESSAGES/exo.mo
share/locale/sv/LC_MESSAGES/exo.mo
share/locale/te/LC_MESSAGES/exo.mo
share/locale/th/LC_MESSAGES/exo.mo
share/locale/tr/LC_MESSAGES/exo.mo
share/locale/ug/LC_MESSAGES/exo.mo
share/locale/uk/LC_MESSAGES/exo.mo
share/locale/ur/LC_MESSAGES/exo.mo
share/locale/ur_PK/LC_MESSAGES/exo.mo
share/locale/vi/LC_MESSAGES/exo.mo
share/locale/zh_CN/LC_MESSAGES/exo.mo
share/locale/zh_HK/LC_MESSAGES/exo.mo
share/locale/zh_TW/LC_MESSAGES/exo.mo
share/pixmaps/exo/exo-thumbnail-frame.png

View file

@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.37 2022/11/17 01:35:31 gutteridge Exp $
# $NetBSD: buildlink3.mk,v 1.38 2022/12/30 17:16:56 bsiegert Exp $
BUILDLINK_TREE+= xfce4-exo
.if !defined(XFCE4_EXO_BUILDLINK3_MK)
XFCE4_EXO_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.xfce4-exo+= xfce4-exo>=0.12
BUILDLINK_ABI_DEPENDS.xfce4-exo+= xfce4-exo>=4.16.4nb1
BUILDLINK_API_DEPENDS.xfce4-exo+= xfce4-exo>=4.18.0
BUILDLINK_ABI_DEPENDS.xfce4-exo+= xfce4-exo>=4.18.0
BUILDLINK_PKGSRCDIR.xfce4-exo?= ../../x11/xfce4-exo
.include "../../x11/libxfce4ui/buildlink3.mk"

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.29 2022/06/20 22:31:38 gutteridge Exp $
$NetBSD: distinfo,v 1.30 2022/12/30 17:16:56 bsiegert Exp $
BLAKE2s (exo-4.16.4.tar.bz2) = d42f32c7fe0c81675f5f77310fb97bbd013a536be20e45ba55383e86a18a7e5b
SHA512 (exo-4.16.4.tar.bz2) = 2cf2267a0bd8526dc870cbe48a0d95573c153a990caffabb13365c6e90c155b6d3383ad1282715cb22ce413e704d170bf7fec1af09ad1b0609507a46c4d1233d
Size (exo-4.16.4.tar.bz2) = 876080 bytes
BLAKE2s (exo-4.18.0.tar.bz2) = 39b674675bbfcf12cf12f6d0ea8f274e6fef83d79d21d71f5782ada27a5d2cce
SHA512 (exo-4.18.0.tar.bz2) = 32f3a319ff31a37cdaf8e2e7bdbdbaa9b797d6731a27854838b47d6078f45af83ed1a664aef4663f616fd9abcae9233c6f68ab2cc18599f1b2ced487602c51ce
Size (exo-4.18.0.tar.bz2) = 896849 bytes

View file

@ -1,15 +1,14 @@
# $NetBSD: Makefile,v 1.111 2022/11/23 16:21:30 adam Exp $
# $NetBSD: Makefile,v 1.112 2022/12/30 17:16:56 bsiegert Exp $
PKGREVISION= 2
.include "../../meta-pkgs/xfce4/Makefile.common"
VERSION= 4.16.1
VERSION= 4.18.0
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/4.16/tumbler
HOMEPAGE= https://docs.xfce.org/xfce/thunar/4.18/tumbler
COMMENT= D-Bus thumbnailing service
GNU_CONFIGURE= yes
@ -39,5 +38,6 @@ CONF_FILES= ${EGDIR}/tumbler.rc \
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../x11/libxfce4util/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.9 2021/11/30 14:25:34 gutteridge Exp $
@comment $NetBSD: PLIST,v 1.10 2022/12/30 17:16:56 bsiegert Exp $
include/tumbler-1/tumbler/tumbler-abstract-thumbnailer.h
include/tumbler-1/tumbler/tumbler-cache-plugin.h
include/tumbler-1/tumbler/tumbler-cache.h
@ -6,7 +6,6 @@ include/tumbler-1/tumbler/tumbler-config.h
include/tumbler-1/tumbler/tumbler-enum-types.h
include/tumbler-1/tumbler/tumbler-error.h
include/tumbler-1/tumbler/tumbler-file-info.h
include/tumbler-1/tumbler/tumbler-glib-extensions.h
include/tumbler-1/tumbler/tumbler-marshal.h
include/tumbler-1/tumbler/tumbler-provider-factory.h
include/tumbler-1/tumbler/tumbler-provider-plugin.h
@ -18,16 +17,17 @@ include/tumbler-1/tumbler/tumbler-util.h
include/tumbler-1/tumbler/tumbler.h
lib/libtumbler-1.la
lib/pkgconfig/tumbler-1.pc
lib/systemd/user/tumblerd.service
lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so
lib/tumbler-1/plugins/cache/tumbler-xdg-cache.la
lib/tumbler-1/plugins/tumbler-cover-thumbnailer.la
lib/tumbler-1/plugins/tumbler-desktop-thumbnailer.la
${PLIST.ffmpegthumbnailer}lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.la
lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.la
lib/tumbler-1/plugins/tumbler-font-thumbnailer.la
${PLIST.jpeg}lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.la
${PLIST.odf}lib/tumbler-1/plugins/tumbler-odf-thumbnailer.la
lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.la
lib/tumbler-1/plugins/tumbler-odf-thumbnailer.la
lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.la
${PLIST.pdf}lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.la
lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.la
lib/tumbler-1/tumblerd
share/dbus-1/services/org.xfce.Tumbler.Cache1.service
share/dbus-1/services/org.xfce.Tumbler.Manager1.service
@ -35,10 +35,13 @@ share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service
share/examples/xfce4/tumbler.rc
share/gtk-doc/html/tumbler/TumblerAbstractThumbnailer.html
share/gtk-doc/html/tumbler/TumblerCache.html
share/gtk-doc/html/tumbler/TumblerCachePlugin.html
share/gtk-doc/html/tumbler/TumblerFileInfo.html
share/gtk-doc/html/tumbler/TumblerProviderFactory.html
share/gtk-doc/html/tumbler/TumblerProviderPlugin.html
share/gtk-doc/html/tumbler/TumblerThumbnail.html
share/gtk-doc/html/tumbler/TumblerThumbnailFlavor.html
share/gtk-doc/html/tumbler/TumblerThumbnailer.html
share/gtk-doc/html/tumbler/TumblerThumbnailerProvider.html
share/gtk-doc/html/tumbler/api-index-full.html
share/gtk-doc/html/tumbler/extension-api.html
@ -57,6 +60,8 @@ share/gtk-doc/html/tumbler/thumbnails.html
share/gtk-doc/html/tumbler/tumbler-Error-Domain-and-Types.html
share/gtk-doc/html/tumbler/tumbler-Various-Enumeration-Types.html
share/gtk-doc/html/tumbler/tumbler-Version-Information-and-Compatibility-Checks.html
share/gtk-doc/html/tumbler/tumbler-tumbler-marshal.html
share/gtk-doc/html/tumbler/tumbler-tumbler-util.html
share/gtk-doc/html/tumbler/tumbler.devhelp2
share/gtk-doc/html/tumbler/up-insensitive.png
share/gtk-doc/html/tumbler/up.png
@ -89,6 +94,7 @@ share/locale/id/LC_MESSAGES/tumbler.mo
share/locale/is/LC_MESSAGES/tumbler.mo
share/locale/it/LC_MESSAGES/tumbler.mo
share/locale/ja/LC_MESSAGES/tumbler.mo
share/locale/kab/LC_MESSAGES/tumbler.mo
share/locale/kk/LC_MESSAGES/tumbler.mo
share/locale/ko/LC_MESSAGES/tumbler.mo
share/locale/lt/LC_MESSAGES/tumbler.mo

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.16 2022/08/25 00:06:03 gutteridge Exp $
$NetBSD: distinfo,v 1.17 2022/12/30 17:16:56 bsiegert Exp $
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
BLAKE2s (tumbler-4.18.0.tar.bz2) = 38b60dfbda0cce6c0b73bb0a7b656d2893e9ad5ed791fb8c5bcbfe78aa050d89
SHA512 (tumbler-4.18.0.tar.bz2) = 60f0621ab1a7a00909ea04181c7dfb733dfbb33219991b2f81f991c289428e026993639ee1ffa5b46dd6f35866e0a3ad76fadbd11eec5fa926fba0da2278b99f
Size (tumbler-4.18.0.tar.bz2) = 609664 bytes
SHA1 (patch-tumblerd_Makefile.in) = e014000b890644187c63fa413a175de19d27543f

View file

@ -1,13 +1,13 @@
$NetBSD: patch-tumblerd_Makefile.in,v 1.2 2016/07/09 11:39:08 rillig Exp $
$NetBSD: patch-tumblerd_Makefile.in,v 1.3 2022/12/30 17:16:56 bsiegert Exp $
Adjust config path
--- tumblerd/Makefile.in.orig 2013-01-12 11:14:34.000000000 +0000
--- tumblerd/Makefile.in.orig 2022-12-15 08:52:46.000000000 +0000
+++ tumblerd/Makefile.in
@@ -471,7 +471,7 @@ service_in_files = \
org.xfce.Tumbler.Thumbnailer1.service.in
@@ -537,7 +537,7 @@ dbus_xml_in_files = \
tumbler-service-dbus.xml.in
service_DATA = $(service_in_files:.service.in=.service)
dbus_xml_files = $(dbus_xml_in_files:.xml.in=.xml)
-confdir = $(sysconfdir)/xdg/tumbler
+confdir = $(datadir)/examples/xfce4
conf_DATA = \