pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xfce4-session



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Jun 28 19:37:01 UTC 2024

Modified Files:
        pkgsrc/x11/xfce4-session: Makefile PLIST distinfo

Log Message:
xfce4-session: update to 4.18.4

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


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/x11/xfce4-session/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/xfce4-session/PLIST
cvs rdiff -u -r1.39 -r1.40 pkgsrc/x11/xfce4-session/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xfce4-session/Makefile
diff -u pkgsrc/x11/xfce4-session/Makefile:1.113 pkgsrc/x11/xfce4-session/Makefile:1.114
--- pkgsrc/x11/xfce4-session/Makefile:1.113     Wed May 29 16:35:17 2024
+++ pkgsrc/x11/xfce4-session/Makefile   Fri Jun 28 19:37:01 2024
@@ -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}/
 

Index: pkgsrc/x11/xfce4-session/PLIST
diff -u pkgsrc/x11/xfce4-session/PLIST:1.27 pkgsrc/x11/xfce4-session/PLIST:1.28
--- pkgsrc/x11/xfce4-session/PLIST:1.27 Sun Jan  1 19:19:26 2023
+++ pkgsrc/x11/xfce4-session/PLIST      Fri Jun 28 19:37:01 2024
@@ -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
@@ -32,6 +32,15 @@ share/icons/hicolor/48x48/actions/xfsm-s
 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
@@ -101,3 +110,4 @@ share/locale/zh_CN/LC_MESSAGES/xfce4-ses
 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

Index: pkgsrc/x11/xfce4-session/distinfo
diff -u pkgsrc/x11/xfce4-session/distinfo:1.39 pkgsrc/x11/xfce4-session/distinfo:1.40
--- pkgsrc/x11/xfce4-session/distinfo:1.39      Tue Jun  6 01:14:52 2023
+++ pkgsrc/x11/xfce4-session/distinfo   Fri Jun 28 19:37:01 2024
@@ -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



Home | Main Index | Thread Index | Old Index