diff --git a/x11/xfce4-desktop/Makefile b/x11/xfce4-desktop/Makefile index d07508617b7b..dd03bca353f5 100644 --- a/x11/xfce4-desktop/Makefile +++ b/x11/xfce4-desktop/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.91 2021/05/26 23:45:58 gutteridge Exp $ +# $NetBSD: Makefile,v 1.92 2021/11/30 14:48:17 gutteridge Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" -VERSION= 4.14.4 +VERSION= 4.16.0 DISTNAME= xfdesktop-${VERSION} PKGNAME= xfce4-desktop-${VERSION} CATEGORIES= x11 @@ -17,7 +17,6 @@ BUILD_DEFS+= PKG_SYSCONFBASE CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} -.include "../../devel/libglade/buildlink3.mk" .include "../../devel/libwnck3/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" diff --git a/x11/xfce4-desktop/PLIST b/x11/xfce4-desktop/PLIST index ad8eec4f5068..24a988cbab01 100644 --- a/x11/xfce4-desktop/PLIST +++ b/x11/xfce4-desktop/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.33 2021/05/26 23:45:58 gutteridge Exp $ +@comment $NetBSD: PLIST,v 1.34 2021/11/30 14:48:17 gutteridge Exp $ bin/xfdesktop bin/xfdesktop-settings man/man1/xfdesktop.1 @@ -6,12 +6,13 @@ share/applications/xfce-backdrop-settings.desktop share/backgrounds/xfce/xfce-blue.jpg share/backgrounds/xfce/xfce-stripes.png share/backgrounds/xfce/xfce-teal.jpg -share/icons/hicolor/32x32/apps/xfce4-backdrop.png -share/icons/hicolor/32x32/apps/xfce4-menueditor.png -share/icons/hicolor/48x48/apps/xfce4-backdrop.png -share/icons/hicolor/48x48/apps/xfce4-menueditor.png -share/icons/hicolor/scalable/apps/xfce4-backdrop.svg -share/icons/hicolor/scalable/apps/xfce4-menueditor.svg +share/backgrounds/xfce/xfce-verticals.png +share/icons/hicolor/128x128/apps/org.xfce.xfdesktop.png +share/icons/hicolor/16x16/apps/org.xfce.xfdesktop.png +share/icons/hicolor/24x24/apps/org.xfce.xfdesktop.png +share/icons/hicolor/32x32/apps/org.xfce.xfdesktop.png +share/icons/hicolor/48x48/apps/org.xfce.xfdesktop.png +share/icons/hicolor/scalable/apps/org.xfce.xfdesktop.svg share/locale/am/LC_MESSAGES/xfdesktop.mo share/locale/ar/LC_MESSAGES/xfdesktop.mo share/locale/ast/LC_MESSAGES/xfdesktop.mo diff --git a/x11/xfce4-desktop/distinfo b/x11/xfce4-desktop/distinfo index 80611510efeb..ca89ed887a95 100644 --- a/x11/xfce4-desktop/distinfo +++ b/x11/xfce4-desktop/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.36 2021/10/26 11:34:45 nia Exp $ +$NetBSD: distinfo,v 1.37 2021/11/30 14:48:17 gutteridge Exp $ -BLAKE2s (xfdesktop-4.14.4.tar.bz2) = fe82ea5d8910ecff618d15becfc83c4acfef82c5d3fb2b6f01ef0ec6817465e7 -SHA512 (xfdesktop-4.14.4.tar.bz2) = 74584e8f5c25689b4fc2de1093613484f37609fd4546043ec03c1570649e221cb5cd316cd9e800d708f120dae65edd235c60bb1f920ed6bbd7fe5b6ade139c7b -Size (xfdesktop-4.14.4.tar.bz2) = 1542930 bytes -SHA1 (patch-common_xfdesktop-common.h) = b32b58bc40c6f328bad54cead10b286f397dcade +BLAKE2s (xfdesktop-4.16.0.tar.bz2) = 8ca948251f3046426248f65f6230eedeeebf91abd91b2dcd5d3292806f529491 +SHA512 (xfdesktop-4.16.0.tar.bz2) = e62e5fb12997c3138fa36aed06388b921f5223ec09afbd22b622ef39bc421773acbf73606ffc3b38b5a01845678847cda43d193c8457608715cf750acd466129 +Size (xfdesktop-4.16.0.tar.bz2) = 2041114 bytes diff --git a/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h b/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h deleted file mode 100644 index 92864e24293c..000000000000 --- a/x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-common_xfdesktop-common.h,v 1.5 2019/08/17 19:40:25 gutteridge Exp $ - -Use the blue background by default. - ---- common/xfdesktop-common.h.orig 2019-08-11 20:21:03.000000000 +0000 -+++ common/xfdesktop-common.h -@@ -35,7 +35,7 @@ - #include - - #define XFDESKTOP_CHANNEL "xfce4-desktop" --#define DEFAULT_BACKDROP DATADIR "/backgrounds/xfce/xfce-stripes.png" -+#define DEFAULT_BACKDROP DATADIR "/backgrounds/xfce/xfce-blue.png" - #define DEFAULT_ICON_FONT_SIZE 12 - #define DEFAULT_ICON_SIZE 48 - #define ITHEME_FLAGS (GTK_ICON_LOOKUP_USE_BUILTIN)