Skip to content

Commit b5e3de1

Browse files
committed
libxfce4ui: update to 4.18.2
Change log: 4.18.2 (2023-02-09) ====== - Update copyright year - Add XfceScreensaver (!89) - docs: Fix broken links - shortcut-dialog: Use parent window for the grab if possible (Fixes #52) - Fix memory leak - Fix memory leaks
1 parent b968af6 commit b5e3de1

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

x11/libxfce4ui/DESCR

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This is libxfce4ui, the replacement of the old libxfcegui4 library. It
2-
is used to share commonly used Xfce widgets amoung the Xfce applications.
1+
libxfce4ui is used to share commonly used Xfce widgets among the Xfce
2+
applications.

x11/libxfce4ui/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# $NetBSD: Makefile,v 1.35 2023/01/29 21:18:13 ryoon Exp $
1+
# $NetBSD: Makefile,v 1.36 2023/02/09 23:16:19 gutteridge Exp $
22

3-
PKGREVISION= 1
43
.include "../../meta-pkgs/xfce4/Makefile.common"
54

6-
DISTNAME= libxfce4ui-4.18.1
5+
DISTNAME= libxfce4ui-4.18.2
76
CATEGORIES= x11
87
MASTER_SITES+= https://archive.xfce.org/src/xfce/libxfce4ui/${PKGVERSION_NOREV:R}/
98

x11/libxfce4ui/PLIST

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.10 2022/12/30 17:16:56 bsiegert Exp $
1+
@comment $NetBSD: PLIST,v 1.11 2023/02/09 23:16:19 gutteridge Exp $
22
bin/xfce4-about
33
include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcut-dialog.h
44
include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-editor-dialog.h
@@ -14,6 +14,7 @@ include/xfce4/libxfce4ui-2/libxfce4ui/xfce-dialogs.h
1414
include/xfce4/libxfce4ui-2/libxfce4ui/xfce-filename-input.h
1515
include/xfce4/libxfce4ui-2/libxfce4ui/xfce-gdk-extensions.h
1616
include/xfce4/libxfce4ui-2/libxfce4ui/xfce-gtk-extensions.h
17+
include/xfce4/libxfce4ui-2/libxfce4ui/xfce-screensaver.h
1718
include/xfce4/libxfce4ui-2/libxfce4ui/xfce-sm-client.h
1819
include/xfce4/libxfce4ui-2/libxfce4ui/xfce-spawn.h
1920
include/xfce4/libxfce4ui-2/libxfce4ui/xfce-titled-dialog.h
@@ -25,6 +26,7 @@ share/applications/xfce4-about.desktop
2526
share/examples/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
2627
share/gtk-doc/html/libxfce4ui/XfceFilenameInput.html
2728
share/gtk-doc/html/libxfce4ui/XfceSMClient.html
29+
share/gtk-doc/html/libxfce4ui/XfceScreensaver.html
2830
share/gtk-doc/html/libxfce4ui/XfceTitledDialog.html
2931
share/gtk-doc/html/libxfce4ui/annotation-glossary.html
3032
share/gtk-doc/html/libxfce4ui/api-index-4-10.html

x11/libxfce4ui/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.13 2023/01/10 00:15:56 gutteridge Exp $
1+
$NetBSD: distinfo,v 1.14 2023/02/09 23:16:19 gutteridge Exp $
22

3-
BLAKE2s (libxfce4ui-4.18.1.tar.bz2) = 482887d1b9c3df3415949f4d2b2d94bf287d715c2b2e5f05ca3f4b518936d814
4-
SHA512 (libxfce4ui-4.18.1.tar.bz2) = 3bd8a52755c8542ff6952bb91bf57203605991963865f3d88896850ac5b98aec649c229d8743c1d472e6ac19ada853c428c1706aad0613a951aca1c001d9977d
5-
Size (libxfce4ui-4.18.1.tar.bz2) = 910047 bytes
3+
BLAKE2s (libxfce4ui-4.18.2.tar.bz2) = 1c7d6178495900d3fbaa191670eb80628dffe9059168d9321962205403b53bfd
4+
SHA512 (libxfce4ui-4.18.2.tar.bz2) = 758466e2e3096791b99e1a00c9f499d95327581ad336fc1ab0d51e3d150206d522f44c2e6053b0032499dd0cb337510cf6940dc77499cef3ecbb484de7787457
5+
Size (libxfce4ui-4.18.2.tar.bz2) = 901949 bytes
66
SHA1 (patch-libxfce4kbd-private_Makefile.in) = 10443997b9699363ab19d0092b6ac7a898a512d8

0 commit comments

Comments
 (0)