Skip to content

Commit

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

4.18.1 (2023-02-10)
======
- Update copyright year
- Fix bus name acquisition/ownership (#54, !34)
- Use XfceScreensaver from Libxfce4ui (!35)
- build: Fix previous commit
- build: Fix autotools warnings
- Avoid duplicating directories in the tail of $XDG_* envs (#111, !21)
- settings: Fix memory leak
- libxfsm: Fix wrong return value
- Fix memory leaks when opening xfce4-session-settings
- Fix blurry session snapshots (!33)
- Fix blurry icons in autostart tab when UI scale > 1 (!33)
- build: Fix GTK deprecation warnings (!32)
- build: Fix some other GDK deprecation warnings (!32)
- build: Fix gdk_error_trap_push/pop() deprecation warnings (!32)
- build: Let xdt-depends.m4 macros set GLib macros (!32)
- build: Remove GDK_VERSION_MIN_REQUIRED/MAX_ALLOWED (!32)
- Make use of translations for run hooks (Fixes #156)
- Translation Updates:
  Greek, Portuguese, Turkish
  • Loading branch information
dhgutteridge committed Feb 11, 2023
1 parent ee3a400 commit 96dee1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 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.102 2023/01/29 21:18:32 ryoon Exp $
# $NetBSD: Makefile,v 1.103 2023/02/11 01:30:28 gutteridge Exp $

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

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

Expand Down Expand Up @@ -43,6 +42,7 @@ CONF_FILES= ${EGDIR}/autostart/xscreensaver.desktop \

.include "../../devel/libwnck3/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
BUILDLINK_API_DEPENDS.libxfce4ui+= libxfce4ui>=4.18.2
.include "../../x11/libxfce4ui/buildlink3.mk"
.include "../../x11/xscreensaver/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
Expand Down
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.36 2023/01/01 19:19:26 gutteridge Exp $
$NetBSD: distinfo,v 1.37 2023/02/11 01:30:28 gutteridge Exp $

BLAKE2s (xfce4-session-4.18.0.tar.bz2) = 00e8f3dbb17f27be47ea1c12b475daab34d49505368084390aeb1417fd997441
SHA512 (xfce4-session-4.18.0.tar.bz2) = 00fcae02004675a26e6d73998403cf0e3a36dfd3596315ee98567d302a10c344cc1b64dac782e02416f11f6db3c730792e8de7d2d0ea1a6e0f2b2b7dbee74f4c
Size (xfce4-session-4.18.0.tar.bz2) = 853627 bytes
BLAKE2s (xfce4-session-4.18.1.tar.bz2) = 05a4aa2f847234e061b8a61baec6870800a14670e5f8fd3e759770f2c5e2a958
SHA512 (xfce4-session-4.18.1.tar.bz2) = 6e6a55138380b6e7ce98508f4d3a52a596882b2f244a1ebd0d1a4b7dd1814c93e6e27453b500cb9178889790f067e28c7c4479b39963511d8e579831a44ef973
Size (xfce4-session-4.18.1.tar.bz2) = 872771 bytes
SHA1 (patch-ac) = acbb27c79b5b6f37ff106c6cbbc87d00ecfe19f5
SHA1 (patch-config.h.in) = 30e2ae1ea70a99a83f11523e940081b661add69b
SHA1 (patch-configure) = e0e117ea68ed48508b944be3f0f5b3cb0a0713d9
Expand Down

0 comments on commit 96dee1c

Please sign in to comment.