Skip to content

Commit

Permalink
xfce4-desktop: update to 4.16.0
Browse files Browse the repository at this point in the history
Change log:

4.16.0
======
- Drop autogenerated xfce-backdrop-settings.desktop.in from git
- Set new wallpaper as default
- Add wallpaper for 4.16
- settings: Drop subtitle
- Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
- bump glib (and gio, gthread, etc) minimum to 2.50.0
- Remove GSourceFunc casts
- Avoid warning, pointer target in assignment differ in signedness
- Translation Updates:
  Chinese (China), Danish, Greek, Norwegian Nynorsk, Slovenian

4.15.1
======
- Add keywords to .desktop files in xfdesktop
- Add 24px and 32px icons
- Remove extra separator from context menu
- Move 'Open in New Window' of root window context menu (#59)
- Remove "Properties..." entry from desktop context menu (#59)
- Translation Updates:
  Albanian, Amharic, Arabic, Armenian (Armenia), Basque, Belarusian,
  Belarusian (Tarask), Bulgarian, Catalan, Chinese (China), Chinese
  (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  Eastern Armenian, English (Australia), English (Canada), English
  (United Kingdom), Estonian, Finnish, French, Galician, Georgian,
  German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue,
  Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian
  Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian (Iran),
  Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian,
  Uyghur, Uzbek

4.15.0
======
- Pull in new fallback icon from Adwaita
- Add new app icon and switch to rDNS icon name
- Avoid redundant calls to backdrop_changed_cb (Bug #16773)
- Move from exo-csource to xdt-csource (Bug #16717)
- Increase minimum desktop icon size to 16 (Bug #16667)
- Correct spelling of file system (Bug #16543)
- Increase desktop icon increments to 2 (Bug #16668)
- Unselect all items after single click activation
- Fix memory leak when reconnecting DP monitor (Bug #16314)
- Fix regression caused by (Bug #16342)
- Fix transparent background color (Bug #16380)
- Add Shift+Ctrl+N keybinding for Create Folder (Bug #15660)
- Ignore modifier key events in type-ahead find (Bug #11149)
- Added type-ahead find for Desktop icons (Bug #11149)
- Do not insert hyphens at intra-word line breaks (Bug #16339)
- Replace deprecated G_FILE_MONITOR_EVENT_MOVED (Bug #16342)
- Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Basque,
  Belarusian, Belarusian (Tarask), Bulgarian, Catalan, Chinese (China),
  Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  English (Australia), English (Canada), English (United Kingdom), Estonian,
  Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian,
  Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean,
  Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500),
  Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur,
  Ukrainian, Uzbek
  • Loading branch information
dhgutteridge committed Nov 30, 2021
1 parent fbc29f5 commit cb4ba00
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 30 deletions.
5 changes: 2 additions & 3 deletions x11/xfce4-desktop/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down
15 changes: 8 additions & 7 deletions x11/xfce4-desktop/PLIST
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
@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
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
Expand Down
9 changes: 4 additions & 5 deletions x11/xfce4-desktop/distinfo
Original file line number Diff line number Diff line change
@@ -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
15 changes: 0 additions & 15 deletions x11/xfce4-desktop/patches/patch-common_xfdesktop-common.h

This file was deleted.

0 comments on commit cb4ba00

Please sign in to comment.