Index: head/sysutils/xfce4-settings/Makefile =================================================================== --- head/sysutils/xfce4-settings/Makefile (revision 561080) +++ head/sysutils/xfce4-settings/Makefile (revision 561081) @@ -1,65 +1,66 @@ # Created by: Oliver Lehmann # $FreeBSD$ PORTNAME= xfce4-settings PORTVERSION= 4.16.0 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce 4 settings application LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcolord.so:graphics/colord \ libfontconfig.so:x11-fonts/fontconfig \ 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 USE_XFCE= garcon libexo xfconf USE_XORG= xorgproto x11 xcursor xi xrandr GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-pluggable-dialogs INSTALLS_ICONS= yes SHEBANG_FILES= dialogs/mime-settings/helpers/xfce4-compose-mail PORTSCOUT= limitw:1,even OPTIONS_DEFINE= NOTIFY NLS UPOWER LIBINPUT OPTIONS_DEFAULT= NOTIFY OPTIONS_SUB= yes OPTIONS_DEFAULT_FreeBSD_12= LIBINPUT OPTIONS_DEFAULT_FreeBSD_13= LIBINPUT OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} UPOWER_DESC= Power management tasks LIBINPUT_DESC= Libinput support NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime NOTIFY_CONFIGURE_ENABLE= libnotify 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 post-patch: @${REINPLACE_CMD} -e 's|Rodent|Adwaita|g' \ ${WRKSRC}/dialogs/appearance-settings/main.c @${REINPLACE_CMD} -e 's|IconThemeName" type="empty|IconThemeName" type="string" value="Adwaita|' \ ${WRKSRC}/xfsettingsd/xsettings.xml .include Index: head/sysutils/xfce4-settings/files/patch-dialogs_appearance-settings_appearance-install-theme =================================================================== --- head/sysutils/xfce4-settings/files/patch-dialogs_appearance-settings_appearance-install-theme (nonexistent) +++ head/sysutils/xfce4-settings/files/patch-dialogs_appearance-settings_appearance-install-theme (revision 561081) @@ -0,0 +1,10 @@ +--- dialogs/appearance-settings/appearance-install-theme.orig 2015-08-01 08:43:16 UTC ++++ dialogs/appearance-settings/appearance-install-theme +@@ -104,6 +104,7 @@ fi + # we try $XDG_CACHE_HOME because it is more likely this is on the + # same partition, so moving the theme after extract is faster + if test x"`which mktemp 2>/dev/null`" != x""; then ++ TMPDIR="${TMPDIR:-/tmp}" + tmpdir=`TMPDIR="${XDG_CACHE_HOME:-$TMPDIR}" mktemp -d` + else + tmpdir="/tmp/tmp.$$.$RANDOM" Property changes on: head/sysutils/xfce4-settings/files/patch-dialogs_appearance-settings_appearance-install-theme ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/xfce4-settings/files/patch-dialogs_appearance-settings_main.c =================================================================== --- head/sysutils/xfce4-settings/files/patch-dialogs_appearance-settings_main.c (nonexistent) +++ head/sysutils/xfce4-settings/files/patch-dialogs_appearance-settings_main.c (revision 561081) @@ -0,0 +1,11 @@ +--- dialogs/appearance-settings/main.c.orig 2020-12-16 10:44:46 UTC ++++ dialogs/appearance-settings/main.c +@@ -994,7 +994,7 @@ appearance_settings_install_theme_cb (GtkButton *widge + gchar **uris; + GtkFileChooser *chooser = GTK_FILE_CHOOSER (dialog); + +- uris = g_new0 (gchar *, 1); ++ uris = g_new0 (gchar *, 2); + filename = gtk_file_chooser_get_filename (chooser); + uris[0] = g_filename_to_uri (filename, NULL, NULL); + install_theme (window, uris, builder); Property changes on: head/sysutils/xfce4-settings/files/patch-dialogs_appearance-settings_main.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property