Date: Tue, 5 Jul 2022 20:08:02 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4bb18067fa70 - main - sysutils/xfce4-settings: Update to 4.16.3 Message-ID: <202207052008.265K82Nr077692@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=4bb18067fa700cf6d85ec90599307d75c72fde40 commit 4bb18067fa700cf6d85ec90599307d75c72fde40 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2022-07-05 20:07:25 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2022-07-05 20:07:25 +0000 sysutils/xfce4-settings: Update to 4.16.3 - Add missing dependency on gdkpixbuf2 - Clean up code to support old, unsupported, releases - Sort and tidy up options (no functional change) --- sysutils/xfce4-settings/Makefile | 24 ++++++++++-------------- sysutils/xfce4-settings/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/sysutils/xfce4-settings/Makefile b/sysutils/xfce4-settings/Makefile index c3f4b852e88f..b9a465079585 100644 --- a/sysutils/xfce4-settings/Makefile +++ b/sysutils/xfce4-settings/Makefile @@ -1,7 +1,7 @@ # Created by: Oliver Lehmann <oliver@FreeBSD.org> PORTNAME= xfce4-settings -PORTVERSION= 4.16.2 +PORTVERSION= 4.16.3 CATEGORIES= sysutils xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 @@ -17,10 +17,10 @@ LIB_DEPENDS= libcolord.so:graphics/colord \ libxklavier.so:x11/libxklavier USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \ - libtool python pkgconfig shebangfix tar:bzip2 xfce xorg -USE_GNOME= cairo glib20 gtk30 intltool + libtool pkgconfig python shebangfix tar:bzip2 xfce xorg +USE_GNOME= cairo glib20 gdkpixbuf2 gtk30 intltool USE_XFCE= garcon libexo xfconf -USE_XORG= xorgproto x11 xcursor xi xrandr +USE_XORG= x11 xcursor xi xorgproto xrandr GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-pluggable-dialogs @@ -28,16 +28,15 @@ SHEBANG_FILES= dialogs/mime-settings/helpers/xfce4-compose-mail PORTSCOUT= limitw:1,even -OPTIONS_DEFINE= NOTIFY NLS UPOWER LIBINPUT -OPTIONS_DEFAULT= NOTIFY +OPTIONS_DEFINE= LIBINPUT NLS NOTIFY UPOWER +OPTIONS_DEFAULT= LIBINPUT NOTIFY OPTIONS_SUB= yes -OPTIONS_DEFAULT_FreeBSD_12= LIBINPUT -OPTIONS_DEFAULT_FreeBSD_13= LIBINPUT -OPTIONS_DEFAULT_FreeBSD_14= LIBINPUT -OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} -UPOWER_DESC= Power management tasks LIBINPUT_DESC= Libinput support +UPOWER_DESC= Power management tasks + +LIBINPUT_BUILD_DEPENDS= ${LOCALBASE}/include/xorg/libinput-properties.h:x11-drivers/xf86-input-libinput +LIBINPUT_CONFIGURE_ENABLE= xorg-libinput NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime @@ -48,9 +47,6 @@ NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify UPOWER_CONFIGURE_ENABLE= upower-glib UPOWER_LIB_DEPENDS= libupower-glib.so:sysutils/upower -LIBINPUT_BUILD_DEPENDS= ${LOCALBASE}/include/xorg/libinput-properties.h:x11-drivers/xf86-input-libinput -LIBINPUT_CONFIGURE_ENABLE= xorg-libinput - .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug=yes .endif diff --git a/sysutils/xfce4-settings/distinfo b/sysutils/xfce4-settings/distinfo index 5f028a575116..a3bc15ff0fcd 100644 --- a/sysutils/xfce4-settings/distinfo +++ b/sysutils/xfce4-settings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623141299 -SHA256 (xfce4/xfce4-settings-4.16.2.tar.bz2) = 4dd7cb420860535e687f673c0b5c0274e0d2fb67181281d4b85be9197da03d7e -SIZE (xfce4/xfce4-settings-4.16.2.tar.bz2) = 1500270 +TIMESTAMP = 1657037659 +SHA256 (xfce4/xfce4-settings-4.16.3.tar.bz2) = f299e6d26d8e142c0b7edeb9b8917d6bd50bc8647254ea585069c68f2bab8e64 +SIZE (xfce4/xfce4-settings-4.16.3.tar.bz2) = 1462300
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207052008.265K82Nr077692>