Skip to content

Commit

Permalink
xfce4-session: update to 4.18.4
Browse files Browse the repository at this point in the history
4.18.4 (2024-06-09)
======
- Update copyright year
- Explicitly depend on gio-unix-2.0
- Replace deprecated xfce_spawn_command_line_on_screen()
- Add missing G_(BEGIN|END)_DECLS
- Add xapp for Wallpaper and Screenshot in xfce-portals.conf
- Add minimal xdg-desktop-portal conf file for Xfce (Fixes #181)
- Ensure all various XDG_* etc. env vars are passed to DBus and systemd
- Add missing export for XDG_CONFIG_HOME and XDG_CACHE_HOME
- Clean up SVG icon metadata for 24px, 48px actions
- Add action icons at 96px
- Add icons at missing sizes, clean up SVG metadata
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Asturian, Azerbaijani, Basque,
  Belarusian, Belarusian (Tarask), Bengali, 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, German, Greek, Hebrew, Hindi, 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, Vietnamese
  • Loading branch information
dhgutteridge committed Jun 28, 2024
1 parent 47bd47d commit 84306f1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
5 changes: 2 additions & 3 deletions x11/xfce4-session/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.113 2024/05/29 16:35:17 adam Exp $
# $NetBSD: Makefile,v 1.114 2024/06/28 19:37:01 gutteridge Exp $

PKGREVISION= 7
.include "../../meta-pkgs/xfce4/Makefile.common"

DISTNAME= xfce4-session-4.18.3
DISTNAME= xfce4-session-4.18.4
CATEGORIES= x11
MASTER_SITES+= https://archive.xfce.org/src/xfce/xfce4-session/${PKGVERSION_NOREV:R}/

Expand Down
12 changes: 11 additions & 1 deletion x11/xfce4-session/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.27 2023/01/01 19:19:26 gutteridge Exp $
@comment $NetBSD: PLIST,v 1.28 2024/06/28 19:37:01 gutteridge Exp $
bin/startxfce4
bin/xfce4-session
bin/xfce4-session-logout
Expand Down Expand Up @@ -32,6 +32,15 @@ share/icons/hicolor/48x48/actions/xfsm-shutdown.png
share/icons/hicolor/48x48/actions/xfsm-suspend.png
share/icons/hicolor/48x48/actions/xfsm-switch-user.png
share/icons/hicolor/48x48/apps/org.xfce.session.png
share/icons/hicolor/64x64/apps/org.xfce.session.png
share/icons/hicolor/96x96/actions/xfsm-hibernate.png
share/icons/hicolor/96x96/actions/xfsm-lock.png
share/icons/hicolor/96x96/actions/xfsm-logout.png
share/icons/hicolor/96x96/actions/xfsm-reboot.png
share/icons/hicolor/96x96/actions/xfsm-shutdown.png
share/icons/hicolor/96x96/actions/xfsm-suspend.png
share/icons/hicolor/96x96/actions/xfsm-switch-user.png
share/icons/hicolor/96x96/apps/org.xfce.session.png
share/icons/hicolor/scalable/apps/org.xfce.session.svg
share/locale/am/LC_MESSAGES/xfce4-session.mo
share/locale/ar/LC_MESSAGES/xfce4-session.mo
Expand Down Expand Up @@ -101,3 +110,4 @@ share/locale/zh_CN/LC_MESSAGES/xfce4-session.mo
share/locale/zh_HK/LC_MESSAGES/xfce4-session.mo
share/locale/zh_TW/LC_MESSAGES/xfce4-session.mo
${PLIST.polkit}share/polkit-1/actions/org.xfce.session.policy
share/xdg-desktop-portal/xfce-portals.conf
8 changes: 4 additions & 4 deletions x11/xfce4-session/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.39 2023/06/06 01:14:52 gutteridge Exp $
$NetBSD: distinfo,v 1.40 2024/06/28 19:37:01 gutteridge Exp $

BLAKE2s (xfce4-session-4.18.3.tar.bz2) = de2210dbb4d361adc6639c4ac937e573a3cf51310bb23475cf30a7066933cb34
SHA512 (xfce4-session-4.18.3.tar.bz2) = 65314472049c973af4b7553ec969691dfe701af2addb8cb63aebb49ff1b61ddb9e1418b2969e5eac69fd32096dd3163b7bf28fefe1d8c130c46bd5dd2bfe126c
Size (xfce4-session-4.18.3.tar.bz2) = 875517 bytes
BLAKE2s (xfce4-session-4.18.4.tar.bz2) = dc04702c4446253be4ea18e332beab8cc9137050d0676237d131d87559ca29c2
SHA512 (xfce4-session-4.18.4.tar.bz2) = dec5006cf69cd44d39c0923d512bfd07123c923627b33a9f232134468cf8a160e329afcf0e61619e7f9a91a453845cbc55a355b6ca9c02e15f55eb7876c8bfc1
Size (xfce4-session-4.18.4.tar.bz2) = 922274 bytes
SHA1 (patch-ac) = acbb27c79b5b6f37ff106c6cbbc87d00ecfe19f5
SHA1 (patch-config.h.in) = d88c22147d46387494d5be929dce810a6c6d8778
SHA1 (patch-configure) = 94ec4aa0e528ec835929def8d9d401b123982efa
Expand Down

0 comments on commit 84306f1

Please sign in to comment.