diff --git a/Mk/Uses/xfce.mk b/Mk/Uses/xfce.mk index 506c7b1bf753..2cb800698405 100644 --- a/Mk/Uses/xfce.mk +++ b/Mk/Uses/xfce.mk @@ -1,82 +1,86 @@ # Provide support for Xfce related ports. # # Feature: xfce # Usage: USES=xfce or USES=xfce # # Variables, which can be set by the port: # # USE_XFCE List of components # # MAINTAINER: xfce@FreeBSD.org .if !defined(_INCLUDE_USES_XFCE_Mk) _INCLUDE_USES_XFCE_Mk= yes _USES_POST+= xfce -_USE_XFCE_ALL= garcon libexo libmenu libutil panel thunar xfconf +_USE_XFCE_ALL= garcon libexo libmenu libutil panel thunar xdt xfconf windowing xfce_ARGS?= # empty CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib libmenu_LIB_DEPENDS= libxfce4ui-2.so:x11/libxfce4menu libmenu_USE_XFCE_REQ= libutil garcon_LIB_DEPENDS= libgarcon-1.so:sysutils/garcon garcon_USE_XFCE_REQ= libmenu libexo_LIB_DEPENDS= libexo-2.so:x11/libexo libexo_USE_XFCE_REQ= libmenu panel_LIB_DEPENDS= libxfce4panel-2.0.so:x11-wm/xfce4-panel panel_RUN_DEPENDS= xfce4-panel:x11-wm/xfce4-panel libutil_LIB_DEPENDS= libxfce4util.so:x11/libxfce4util thunar_LIB_DEPENDS= libthunarx-3.so:x11-fm/thunar thunar_RUN_DEPENDS= Thunar:x11-fm/thunar +xdt_BUILD_DEPENDS= xfce4-dev-tools>=4.19.4:devel/xfce4-dev-tools + xfconf_LIB_DEPENDS= libxfconf-0.so:x11/xfce4-conf +windowing_LIB_DEPENDS= libxfce4windowing-0.so:x11/libxfce4windowing + . if defined(USE_XFCE) # First, expand all USE_XFCE_REQ recursively. . for comp in ${_USE_XFCE_ALL} . for subcomp in ${${comp}_USE_XFCE_REQ} ${comp}_USE_XFCE_REQ+=${${subcomp}_USE_XFCE_REQ} . endfor . endfor # Then, use already expanded USE_XFCE_REQ to expand USE_XFCE. . for comp in ${USE_XFCE} . if ${_USE_XFCE_ALL:M${comp}} == "" IGNORE= cannot install: Unknown component ${comp} . endif _USE_XFCE+= ${${comp}_USE_XFCE_REQ} ${comp} . endfor # Remove duplicate components USE_XFCE= ${_USE_XFCE:O:u} . for comp in ${USE_XFCE} . if defined(${comp}_BUILD_DEPENDS) BUILD_DEPENDS+= ${${comp}_BUILD_DEPENDS} . endif . if defined(${comp}_LIB_DEPENDS) LIB_DEPENDS+= ${${comp}_LIB_DEPENDS} . endif . if defined(${comp}_RUN_DEPENDS) RUN_DEPENDS+= ${${comp}_RUN_DEPENDS} . endif . endfor . endif # end of defined(USE_XFCE) .endif .if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_XFCE_POST_MK) _INCLUDE_USES_XFCE_POST_MK= yes .endif diff --git a/audio/xfce4-pulseaudio-plugin/Makefile b/audio/xfce4-pulseaudio-plugin/Makefile index d719ea73e662..b9e7587a4465 100644 --- a/audio/xfce4-pulseaudio-plugin/Makefile +++ b/audio/xfce4-pulseaudio-plugin/Makefile @@ -1,43 +1,45 @@ PORTNAME= xfce4-pulseaudio-plugin PORTVERSION= 0.4.9 CATEGORIES= audio xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Panel plugin for controlling PulseAudio mixer -WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin +WWW= https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin LICENSE= GPLv2 -LIB_DEPENDS= libpulse-mainloop-glib.so:audio/pulseaudio \ +LIB_DEPENDS= libcanberra.so:audio/libcanberra \ + libharfbuzz.so:print/harfbuzz \ libnotify.so:devel/libnotify \ - libharfbuzz.so:print/harfbuzz + libpulse-mainloop-glib.so:audio/pulseaudio RUN_DEPENDS= pavucontrol>=2.0:audio/pavucontrol USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ tar:bzip2 xfce xorg -USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3 -USE_XFCE= libexo panel xfconf +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 libwnck3 +USE_XFCE= libexo panel windowing xfconf USE_XORG= x11 GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-libxfce4windowing \ + --enable-mpris2 \ + --enable-wnck \ + --with-mixer-command=${LOCALBASE}/bin/pavucontrol INSTALL_TARGET= install-strip -CONFIGURE_ARGS=--with-mixer-command=${LOCALBASE}/bin/pavucontrol \ - --enable-mpris2 \ - --enable-wnck CFLAGS+= -Wno-return-type -OPTIONS_DEFINE= KEYBINDER NLS -OPTIONS_DEFAULT= KEYBINDER -OPTIONS_SUB= yes +OPTIONS_DEFINE= KEYBINDER NLS +OPTIONS_DEFAULT= KEYBINDER +OPTIONS_SUB= yes KEYBINDER_DESC= Keyboard shortcuts KEYBINDER_LIB_DEPENDS= libkeybinder-3.0.so:x11/keybinder-gtk3 KEYBINDER_CONFIGURE_ENABLE= keybinder -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext-runtime +NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls .include diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile index 8fa1174741b3..38ca7a281b54 100644 --- a/deskutils/xfce4-notifyd/Makefile +++ b/deskutils/xfce4-notifyd/Makefile @@ -1,44 +1,44 @@ # # !!!NOTE!!! Update of x11-toolkits/gtk30 (specially >= 3.20.x) must be # accompanied by PORTREVISION bumps of this port. # Support of GTK is checked at compile time and themes directories too. PORTNAME= xfce4-notifyd PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Visually-appealing notification daemon for Xfce WWW= https://gitlab.xfce.org/apps/xfce4-notifyd LICENSE= GPLv3 LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libnotify.so:devel/libnotify -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ - sqlite tar:bzip2 xfce xorg -USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool +USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig sqlite \ + tar:bzip2 xfce xorg +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 USE_XFCE= libmenu panel xfconf USE_XORG= ice sm x11 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-systemd INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS SOUND OPTIONS_SUB= yes SOUND_DESC= Sound (audio) support via canberra NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls SOUND_LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libcanberra.so:audio/libcanberra SOUND_CONFIGURE_ENABLE= sound .include diff --git a/deskutils/xfce4-tumbler/Makefile b/deskutils/xfce4-tumbler/Makefile index 3072a6fc937c..829a74107a17 100644 --- a/deskutils/xfce4-tumbler/Makefile +++ b/deskutils/xfce4-tumbler/Makefile @@ -1,72 +1,71 @@ PORTNAME= tumbler -PORTVERSION= 4.18.2 -PORTREVISION= 2 +PORTVERSION= 4.20.0 CATEGORIES= deskutils xfce MASTER_SITES= XFCE PKGNAMEPREFIX= xfce4- DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Thumbnail service for Xfce desktop WWW= https://git.xfce.org/xfce/tumbler/ LICENSE= GPLv2+ LGPL20+ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LIB_DEPENDS= libpng16.so:graphics/png USES= compiler:c11 gettext-tools gmake gnome libtool \ localbase:ldflags pathfix pkgconfig tar:bzip2 xfce -USE_GNOME= cairo gdkpixbuf2 glib20 intltool libgsf -USE_XFCE= libutil +USE_GNOME= cairo gdkpixbuf2 glib20 libgsf USE_LDCONFIG= yes +USE_XFCE= libutil GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -SUB_FILES= pkg-message -CONFIGURE_ARGS= --enable-xdg-cache \ +CONFIGURE_ARGS= --disable-gtk-doc-html \ --enable-pixbuf-thumbnailer \ - --disable-gtk-doc-html \ + --enable-xdg-cache \ --without-html-dir +INSTALL_TARGET= install-strip PORTSCOUT= limitw:1,even -OPTIONS_DEFINE= COVER EPUB FFMPEG FONTS GSTREAMER JPEG \ - NLS ODF POPPLER -OPTIONS_DEFAULT=EPUB FONTS GSTREAMER JPEG ODF POPPLER -OPTIONS_SUB= yes +SUB_FILES= pkg-message + +OPTIONS_DEFINE= COVER EPUB FFMPEG FONTS GSTREAMER JPEG NLS ODF POPPLER +OPTIONS_DEFAULT= EPUB FONTS GSTREAMER JPEG ODF POPPLER +OPTIONS_SUB= yes COVER_DESC= Open Movie Database plugin (check pkg-message) EPUB_DESC= EPUB thumbnailer plugin FONTS_DESC= Fonts thumbnailer plugin GSTREAMER_DESC= GStreamer thumbnailer plugin -COVER_CONFIGURE_ENABLE= cover-thumbnailer COVER_LIB_DEPENDS= libcurl.so:ftp/curl +COVER_CONFIGURE_ENABLE= cover-thumbnailer -EPUB_CONFIGURE_ENABLE= gepub-thumbnailer EPUB_LIB_DEPENDS= libgepub-0.6.so:textproc/libgepub +EPUB_CONFIGURE_ENABLE= gepub-thumbnailer +FFMPEG_LIB_DEPENDS= libffmpegthumbnailer.so:multimedia/ffmpegthumbnailer FFMPEG_CONFIGURE_ENABLE= ffmpeg-thumbnailer -FFMPEG_LIB_DEPENDS= libffmpegthumbnailer.so:multimedia/ffmpegthumbnailer -FONTS_CONFIGURE_ENABLE= font-thumbnailer FONTS_LIB_DEPENDS= libfreetype.so:print/freetype2 +FONTS_CONFIGURE_ENABLE= font-thumbnailer +GSTREAMER_USES= gstreamer GSTREAMER_CONFIGURE_ENABLE= gstreamer-thumbnailer -GSTREAMER_USES= gstreamer -JPEG_CONFIGURE_ENABLE= jpeg-thumbnailer JPEG_USES= jpeg +JPEG_CONFIGURE_ENABLE= jpeg-thumbnailer -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls +ODF_USE= GNOME=libgsf ODF_CONFIGURE_ENABLE= odf-thumbnailer -ODF_USE= gnome=libgsf +POPPLER_LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib POPPLER_CONFIGURE_ENABLE= poppler-thumbnailer -POPPLER_LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib .include diff --git a/deskutils/xfce4-tumbler/distinfo b/deskutils/xfce4-tumbler/distinfo index 060a9f8a6f0c..aa994f442c6d 100644 --- a/deskutils/xfce4-tumbler/distinfo +++ b/deskutils/xfce4-tumbler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701362474 -SHA256 (xfce4/tumbler-4.18.2.tar.bz2) = b530eec635eac7f898c0d8d3a3ff79d76a145d3bed3e786d54b1ec058132be7a -SIZE (xfce4/tumbler-4.18.2.tar.bz2) = 619513 +TIMESTAMP = 1734285510 +SHA256 (xfce4/tumbler-4.20.0.tar.bz2) = 74b1647d55926547e98bfac70838ff63c5a84299a5e10c81c38d1fab90e25880 +SIZE (xfce4/tumbler-4.20.0.tar.bz2) = 706804 diff --git a/devel/xfce4-dev-tools/Makefile b/devel/xfce4-dev-tools/Makefile index 0c38f32c333d..fb4ac4c9d839 100644 --- a/devel/xfce4-dev-tools/Makefile +++ b/devel/xfce4-dev-tools/Makefile @@ -1,30 +1,32 @@ PORTNAME= xfce4-dev-tools -PORTVERSION= 4.18.1 -PORTREVISION= 1 +PORTVERSION= 4.20.0 CATEGORIES= devel xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce development tools WWW= https://www.xfce.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= gsed>0:textproc/gsed \ + meson>0:devel/meson RUN_DEPENDS= autoconf>=2.69:devel/autoconf \ automake>=1.15:devel/automake \ - libtoolize:devel/libtool \ - bash:shells/bash + bash:shells/bash \ + libtoolize:devel/libtool -USES= gnome pkgconfig shebangfix tar:bzip2 xfce +USES= gmake gnome pkgconfig python:env shebangfix tar:bzip2 xfce USE_GNOME= glib20 libxslt -SHEBANG_FILES= helpers/xfce-build helpers/xfce-do-release \ - helpers/xfce-get-translations +SHEBANG_FILES= helpers/xfce-build helpers/xfce-do-release.in \ + helpers/xfce-get-translations \ + scripts/xdt-check-abi \ + scripts/xdt-gen-visibility GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PORTSCOUT= limitw:1,even .include diff --git a/devel/xfce4-dev-tools/distinfo b/devel/xfce4-dev-tools/distinfo index 81d1d01ff756..f212a0abb97e 100644 --- a/devel/xfce4-dev-tools/distinfo +++ b/devel/xfce4-dev-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697615600 -SHA256 (xfce4/xfce4-dev-tools-4.18.1.tar.bz2) = 812cabe7048922ebc176564b73c3e427e467c9566365ee3e54c0487d305a7681 -SIZE (xfce4/xfce4-dev-tools-4.18.1.tar.bz2) = 363652 +TIMESTAMP = 1734293427 +SHA256 (xfce4/xfce4-dev-tools-4.20.0.tar.bz2) = 1fba39a08a0ecc771eaa3a3b6e4272a4f0b9e7c67d0f66e780cd6090cd4466aa +SIZE (xfce4/xfce4-dev-tools-4.20.0.tar.bz2) = 380344 diff --git a/devel/xfce4-dev-tools/pkg-plist b/devel/xfce4-dev-tools/pkg-plist index 95f1deaf9098..d6f0b34b9d6c 100644 --- a/devel/xfce4-dev-tools/pkg-plist +++ b/devel/xfce4-dev-tools/pkg-plist @@ -1,12 +1,14 @@ bin/xdt-autogen +bin/xdt-check-abi bin/xdt-csource +bin/xdt-gen-visibility bin/xfce-build bin/xfce-do-release bin/xfce-get-release-notes bin/xfce-get-translations bin/xfce-update-news -share/man/man1/xdt-csource.1.gz share/aclocal/xdt-depends.m4 share/aclocal/xdt-features.m4 share/aclocal/xdt-i18n.m4 share/aclocal/xdt-version.m4 +share/man/man1/xdt-csource.1.gz diff --git a/misc/xfce4-appfinder/Makefile b/misc/xfce4-appfinder/Makefile index 90ad5e0ef2d2..4f82c859f499 100644 --- a/misc/xfce4-appfinder/Makefile +++ b/misc/xfce4-appfinder/Makefile @@ -1,28 +1,28 @@ PORTNAME= xfce4-appfinder -PORTVERSION= 4.18.1 -PORTREVISION= 2 +PORTVERSION= 4.20.0 CATEGORIES= misc xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Application launcher and finder -WWW= https://www.xfce.org/ +WWW= https://gitlab.xfce.org/xfce/xfce4-appfinder LICENSE= GPLv2 -USES= compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 xfce -USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool +USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ + tar:bzip2 xfce +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 USE_XFCE= garcon libmenu xfconf GNU_CONFIGURE= yes PORTSCOUT= limitw:1,even -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls .include diff --git a/misc/xfce4-appfinder/distinfo b/misc/xfce4-appfinder/distinfo index ee476a88042b..5a554234e071 100644 --- a/misc/xfce4-appfinder/distinfo +++ b/misc/xfce4-appfinder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1692735376 -SHA256 (xfce4/xfce4-appfinder-4.18.1.tar.bz2) = 9854ea653981be544ad545850477716c4c92d0c43eb47b75f78534837c0893f9 -SIZE (xfce4/xfce4-appfinder-4.18.1.tar.bz2) = 564600 +TIMESTAMP = 1734293316 +SHA256 (xfce4/xfce4-appfinder-4.20.0.tar.bz2) = 82ca82f77dc83e285db45438c2fe31df445148aa986ffebf2faabee4af9e7304 +SIZE (xfce4/xfce4-appfinder-4.20.0.tar.bz2) = 732262 diff --git a/sysutils/garcon/Makefile b/sysutils/garcon/Makefile index 411ea04879b9..0301ef115b35 100644 --- a/sysutils/garcon/Makefile +++ b/sysutils/garcon/Makefile @@ -1,42 +1,42 @@ PORTNAME= garcon -PORTVERSION= 4.18.2 +PORTVERSION= 4.20.0 CATEGORIES= sysutils xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Freedesktop compliant menu library -WWW= https://www.xfce.org/ +WWW= https://gitlab.xfce.org/xfce/garcon # garcon's source code is licensed under GPLv2, while its # documentation is under GFDL 1.1. LICENSE= GPLv2 LIB_DEPENDS= libharfbuzz.so:print/harfbuzz USES= compiler:c11 gettext-tools gmake gnome libtool pathfix \ pkgconfig tar:bzip2 xfce -USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool -USE_XFCE= libmenu +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 USE_LDCONFIG= yes +USE_XFCE= libmenu GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip CONFIGURE_ARGS= --without-html-dir +INSTALL_TARGET= install-strip PORTSCOUT= limitw:1,even OPTIONS_DEFINE= GIR NLS OPTIONS_DEFAULT= GIR OPTIONS_SUB= yes GIR_DESC= Use Gobject Introspection -GIR_USE= gnome=introspection:build +GIR_USE= GNOME=introspection:build GIR_CONFIGURE_ON= --enable-introspection=yes GIR_CONFIGURE_OFF= --enable-introspection=no -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls .include diff --git a/sysutils/garcon/distinfo b/sysutils/garcon/distinfo index 9e5a6f5fa376..aa0390bae4fc 100644 --- a/sysutils/garcon/distinfo +++ b/sysutils/garcon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707162193 -SHA256 (xfce4/garcon-4.18.2.tar.bz2) = 1b8c9292e131968fbfc8987bbc62c5ba47186dd45ef4e47c5d8c5088bb2d434d -SIZE (xfce4/garcon-4.18.2.tar.bz2) = 579345 +TIMESTAMP = 1734285008 +SHA256 (xfce4/garcon-4.20.0.tar.bz2) = 7fb8517c12309ca4ddf8b42c34bc0c315e38ea077b5442bfcc4509415feada8f +SIZE (xfce4/garcon-4.20.0.tar.bz2) = 659796 diff --git a/sysutils/garcon/pkg-plist b/sysutils/garcon/pkg-plist index bcce72a6a758..3880393ac5a3 100644 --- a/sysutils/garcon/pkg-plist +++ b/sysutils/garcon/pkg-plist @@ -1,113 +1,114 @@ etc/xdg/menus/xfce-applications.menu include/garcon-1/garcon/garcon-config.h include/garcon-1/garcon/garcon-environment.h include/garcon-1/garcon/garcon-marshal.h include/garcon-1/garcon/garcon-menu-directory.h include/garcon-1/garcon/garcon-menu-element.h include/garcon-1/garcon/garcon-menu-item-action.h include/garcon-1/garcon/garcon-menu-item-cache.h include/garcon-1/garcon/garcon-menu-item-pool.h include/garcon-1/garcon/garcon-menu-item.h include/garcon-1/garcon/garcon-menu-merger.h include/garcon-1/garcon/garcon-menu-node.h include/garcon-1/garcon/garcon-menu-parser.h include/garcon-1/garcon/garcon-menu-separator.h include/garcon-1/garcon/garcon-menu-tree-provider.h include/garcon-1/garcon/garcon-menu.h include/garcon-1/garcon/garcon.h include/garcon-gtk3-1/garcon-gtk/garcon-gtk-menu.h include/garcon-gtk3-1/garcon-gtk/garcon-gtk.h %%GIR%%lib/girepository-1.0/Garcon-1.0.typelib %%GIR%%lib/girepository-1.0/GarconGtk-1.0.typelib lib/libgarcon-1.so lib/libgarcon-1.so.0 lib/libgarcon-1.so.0.0.0 lib/libgarcon-gtk3-1.so lib/libgarcon-gtk3-1.so.0 lib/libgarcon-gtk3-1.so.0.0.0 libdata/pkgconfig/garcon-1.pc libdata/pkgconfig/garcon-gtk3-1.pc share/desktop-directories/xfce-accessories.directory share/desktop-directories/xfce-development.directory share/desktop-directories/xfce-education.directory share/desktop-directories/xfce-games.directory share/desktop-directories/xfce-graphics.directory share/desktop-directories/xfce-hardware.directory share/desktop-directories/xfce-multimedia.directory share/desktop-directories/xfce-network.directory share/desktop-directories/xfce-office.directory share/desktop-directories/xfce-other.directory share/desktop-directories/xfce-personal.directory share/desktop-directories/xfce-science.directory share/desktop-directories/xfce-screensavers.directory share/desktop-directories/xfce-settings.directory share/desktop-directories/xfce-system.directory %%GIR%%share/gir-1.0/Garcon-1.0.gir %%GIR%%share/gir-1.0/GarconGtk-1.0.gir share/icons/hicolor/32x32/apps/org.xfce.garcon.png share/icons/hicolor/64x64/apps/org.xfce.garcon.png %%NLS%%share/locale/am/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ar/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ast/LC_MESSAGES/garcon.mo %%NLS%%share/locale/be/LC_MESSAGES/garcon.mo %%NLS%%share/locale/bg/LC_MESSAGES/garcon.mo %%NLS%%share/locale/bn/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ca/LC_MESSAGES/garcon.mo %%NLS%%share/locale/cs/LC_MESSAGES/garcon.mo %%NLS%%share/locale/cy/LC_MESSAGES/garcon.mo %%NLS%%share/locale/da/LC_MESSAGES/garcon.mo %%NLS%%share/locale/de/LC_MESSAGES/garcon.mo %%NLS%%share/locale/el/LC_MESSAGES/garcon.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/garcon.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/garcon.mo %%NLS%%share/locale/eo/LC_MESSAGES/garcon.mo %%NLS%%share/locale/es/LC_MESSAGES/garcon.mo %%NLS%%share/locale/et/LC_MESSAGES/garcon.mo %%NLS%%share/locale/eu/LC_MESSAGES/garcon.mo %%NLS%%share/locale/fi/LC_MESSAGES/garcon.mo %%NLS%%share/locale/fr/LC_MESSAGES/garcon.mo %%NLS%%share/locale/gl/LC_MESSAGES/garcon.mo %%NLS%%share/locale/he/LC_MESSAGES/garcon.mo %%NLS%%share/locale/hi/LC_MESSAGES/garcon.mo %%NLS%%share/locale/hr/LC_MESSAGES/garcon.mo %%NLS%%share/locale/hu/LC_MESSAGES/garcon.mo %%NLS%%share/locale/hy/LC_MESSAGES/garcon.mo %%NLS%%share/locale/hy_AM/LC_MESSAGES/garcon.mo %%NLS%%share/locale/hye/LC_MESSAGES/garcon.mo %%NLS%%share/locale/id/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ie/LC_MESSAGES/garcon.mo %%NLS%%share/locale/is/LC_MESSAGES/garcon.mo %%NLS%%share/locale/it/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ja/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ka/LC_MESSAGES/garcon.mo %%NLS%%share/locale/kab/LC_MESSAGES/garcon.mo %%NLS%%share/locale/kk/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ko/LC_MESSAGES/garcon.mo %%NLS%%share/locale/lt/LC_MESSAGES/garcon.mo %%NLS%%share/locale/lv/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ms/LC_MESSAGES/garcon.mo %%NLS%%share/locale/nb/LC_MESSAGES/garcon.mo %%NLS%%share/locale/nl/LC_MESSAGES/garcon.mo %%NLS%%share/locale/nn/LC_MESSAGES/garcon.mo %%NLS%%share/locale/oc/LC_MESSAGES/garcon.mo %%NLS%%share/locale/pa/LC_MESSAGES/garcon.mo %%NLS%%share/locale/pl/LC_MESSAGES/garcon.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/garcon.mo %%NLS%%share/locale/pt/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ro/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ru/LC_MESSAGES/garcon.mo +%%NLS%%share/locale/si/LC_MESSAGES/garcon.mo %%NLS%%share/locale/sk/LC_MESSAGES/garcon.mo %%NLS%%share/locale/sl/LC_MESSAGES/garcon.mo %%NLS%%share/locale/sq/LC_MESSAGES/garcon.mo %%NLS%%share/locale/sr/LC_MESSAGES/garcon.mo %%NLS%%share/locale/sv/LC_MESSAGES/garcon.mo %%NLS%%share/locale/te/LC_MESSAGES/garcon.mo %%NLS%%share/locale/th/LC_MESSAGES/garcon.mo %%NLS%%share/locale/tr/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ug/LC_MESSAGES/garcon.mo %%NLS%%share/locale/uk/LC_MESSAGES/garcon.mo %%NLS%%share/locale/uz@Latn/LC_MESSAGES/garcon.mo %%NLS%%share/locale/uz/LC_MESSAGES/garcon.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/garcon.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/garcon.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/garcon.mo diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index 4bf0d2b10f43..99b2d943dbcb 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -1,34 +1,34 @@ PORTNAME= xfce4-battery-plugin PORTVERSION= 1.1.5 PORTREVISION= 2 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Battery monitor panel plugin for Xfce4 WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin LICENSE= GPLv2 -LIB_DEPENDS= libharfbuzz.so:print/harfbuzz - ONLY_FOR_ARCHS= amd64 i386 -USES= alias gettext-tools gmake gnome libtool pkgconfig \ - tar:bzip2 xfce -USE_GNOME= cairo gdkpixbuf2 gtk30 glib20 intltool -USE_XFCE= libmenu panel +LIB_DEPENDS= libharfbuzz.so:print/harfbuzz + +USES= alias gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \ + xfce +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool USE_LDCONFIG= yes +USE_XFCE= libmenu panel -SSP_UNSAFE= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +SSP_UNSAFE= yes -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls .include diff --git a/sysutils/xfce4-cpugraph-plugin/Makefile b/sysutils/xfce4-cpugraph-plugin/Makefile index 0c1b2dd52ba1..cef5b1bb3d8b 100644 --- a/sysutils/xfce4-cpugraph-plugin/Makefile +++ b/sysutils/xfce4-cpugraph-plugin/Makefile @@ -1,31 +1,31 @@ PORTNAME= xfce4-cpugraph-plugin PORTVERSION= 1.2.10 PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Graphical representation of the CPU load WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin LICENSE= GPLv2 LIB_DEPENDS= libharfbuzz.so:print/harfbuzz USES= compiler:c++17-lang gettext-tools gmake gnome libtool pkgconfig \ tar:bzip2 xfce USE_CXXSTD= c++17 USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_XFCE= libmenu panel xfconf GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls .include diff --git a/sysutils/xfce4-fsguard-plugin/Makefile b/sysutils/xfce4-fsguard-plugin/Makefile index 454ce936a34d..f412b88f4143 100644 --- a/sysutils/xfce4-fsguard-plugin/Makefile +++ b/sysutils/xfce4-fsguard-plugin/Makefile @@ -1,32 +1,32 @@ PORTNAME= xfce4-fsguard-plugin PORTVERSION= 1.1.3 PORTREVISION= 2 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Panel plugin which displays free space of mountpoint WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin # COPYING file is wrong compared to license header LICENSE= BSD2CLAUSE LIB_DEPENDS= libharfbuzz.so:print/harfbuzz USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ tar:bzip2 xfce xorg USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_XFCE= libmenu panel USE_XORG= x11 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls .include diff --git a/sysutils/xfce4-genmon-plugin/Makefile b/sysutils/xfce4-genmon-plugin/Makefile index e61edb38402a..c8d715779003 100644 --- a/sysutils/xfce4-genmon-plugin/Makefile +++ b/sysutils/xfce4-genmon-plugin/Makefile @@ -1,30 +1,30 @@ PORTNAME= xfce4-genmon-plugin PORTVERSION= 4.2.0 PORTREVISION= 2 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Generic Monitor Xfce4 panel plugin WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin LICENSE= LGPL21 LIB_DEPENDS= libharfbuzz.so:print/harfbuzz USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ tar:bzip2 xfce USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool USE_XFCE= libmenu panel xfconf GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls .include diff --git a/sysutils/xfce4-mount-plugin/Makefile b/sysutils/xfce4-mount-plugin/Makefile index 4c9e7c0e8312..bf0c0ff7259d 100644 --- a/sysutils/xfce4-mount-plugin/Makefile +++ b/sysutils/xfce4-mount-plugin/Makefile @@ -1,31 +1,30 @@ PORTNAME= xfce4-mount-plugin PORTVERSION= 1.1.6 PORTREVISION= 2 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Mount and umount utility for the Xfce4 panel WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin LICENSE= GPLv2 LIB_DEPENDS= libharfbuzz.so:print/harfbuzz USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ tar:bzip2 xfce USE_GNOME= cairo gdkpixbuf2 gtk30 intltool -USE_LDCONFIG= yes USE_XFCE= libmenu panel GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls .include diff --git a/sysutils/xfce4-netload-plugin/Makefile b/sysutils/xfce4-netload-plugin/Makefile index ca55dcc59057..5a43f318f26b 100644 --- a/sysutils/xfce4-netload-plugin/Makefile +++ b/sysutils/xfce4-netload-plugin/Makefile @@ -1,37 +1,37 @@ PORTNAME= xfce4-netload-plugin PORTVERSION= 1.4.1 PORTREVISION= 2 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Network Load plugin for Xfce4 WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libharfbuzz.so:print/harfbuzz USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ tar:bzip2 xfce USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_XFCE= libmenu panel GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e 's/ || defined \{0,1\}(__FreeBSD_kernel__)//' \ ${WRKSRC}/panel-plugin/net.c \ ${WRKSRC}/panel-plugin/net.h \ ${WRKSRC}/panel-plugin/os.h .include diff --git a/sysutils/xfce4-places-plugin/Makefile b/sysutils/xfce4-places-plugin/Makefile index 6575d4d52d77..310569fce28f 100644 --- a/sysutils/xfce4-places-plugin/Makefile +++ b/sysutils/xfce4-places-plugin/Makefile @@ -1,32 +1,32 @@ PORTNAME= xfce4-places-plugin PORTVERSION= 1.8.3 PORTREVISION= 3 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= File browser launcher for Xfce4 panel plugin WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libnotify.so:devel/libnotify \ - libharfbuzz.so:print/harfbuzz +LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ + libnotify.so:devel/libnotify USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ tar:bzip2 xfce xorg USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_XFCE= libexo libmenu panel xfconf USE_XORG= ice sm x11 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext-runtime .include diff --git a/sysutils/xfce4-power-manager/Makefile b/sysutils/xfce4-power-manager/Makefile index 841fcfbb036e..59b806e9b0cf 100644 --- a/sysutils/xfce4-power-manager/Makefile +++ b/sysutils/xfce4-power-manager/Makefile @@ -1,44 +1,50 @@ PORTNAME= xfce4-power-manager -PORTVERSION= 4.18.4 +PORTVERSION= 4.20.0 CATEGORIES= sysutils xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Power manager for the Xfce Desktop -WWW= https://goodies.xfce.org/projects/applications/xfce4-power-manager +WWW= https://gitlab.xfce.org/xfce/xfce4-power-manager LICENSE= GPLv2 -LIB_DEPENDS= libnotify.so:devel/libnotify \ - libupower-glib.so:sysutils/upower \ - libharfbuzz.so:print/harfbuzz +BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols +LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ + libnotify.so:devel/libnotify \ + libpolkit-gobject-1.so:sysutils/polkit \ + libupower-glib.so:sysutils/upower USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ tar:bzip2 xfce xorg -USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 USE_XFCE= libmenu panel xfconf -USE_XORG= ice sm xrandr x11 xext xtst xscrnsaver +USE_XORG= ice sm x11 xext xrandr xscrnsaver xtst GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-network-manager \ --enable-polkit \ + --enable-x11 \ --enable-xfce4panel INSTALL_TARGET= install-strip PORTSCOUT= limitw:1,even -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS WAYLAND +OPTIONS_DEFAULT= WAYLAND OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls + +WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland +WAYLAND_CONFIGURE_ENABLE= wayland .include .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif .include diff --git a/sysutils/xfce4-power-manager/distinfo b/sysutils/xfce4-power-manager/distinfo index 4bfe62d29ecd..5317293442e1 100644 --- a/sysutils/xfce4-power-manager/distinfo +++ b/sysutils/xfce4-power-manager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717950256 -SHA256 (xfce4/xfce4-power-manager-4.18.4.tar.bz2) = 76918f7bdcd936dbbf20efd9221a33be0cd504c7d7ffce792bace3c720f3d874 -SIZE (xfce4/xfce4-power-manager-4.18.4.tar.bz2) = 1241669 +TIMESTAMP = 1734293718 +SHA256 (xfce4/xfce4-power-manager-4.20.0.tar.bz2) = 971391cef63352833bdd92df28957392e17e1f2b3d486c0f57294fd204d6ed29 +SIZE (xfce4/xfce4-power-manager-4.20.0.tar.bz2) = 1523787 diff --git a/sysutils/xfce4-power-manager/files/patch-panel-plugins_power-manager-plugin_power-manager-button.c b/sysutils/xfce4-power-manager/files/patch-panel-plugins_power-manager-plugin_power-manager-button.c deleted file mode 100644 index 0c4ad2ae702d..000000000000 --- a/sysutils/xfce4-power-manager/files/patch-panel-plugins_power-manager-plugin_power-manager-button.c +++ /dev/null @@ -1,10 +0,0 @@ ---- panel-plugins/power-manager-plugin/power-manager-button.c.orig 2019-05-17 13:43:56 UTC -+++ panel-plugins/power-manager-plugin/power-manager-button.c -@@ -510,6 +510,7 @@ power_manager_button_update_device_icon_and_details (P - * so we can disconnect it later */ - battery_device->img = gtk_image_new_from_pixbuf (battery_device->pix); - -+ g_object_ref (battery_device->img); - G_GNUC_BEGIN_IGNORE_DEPRECATIONS - gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(battery_device->menu_item), battery_device->img); - G_GNUC_END_IGNORE_DEPRECATIONS diff --git a/sysutils/xfce4-power-manager/files/patch-src_xfpm-backlight-helper.c b/sysutils/xfce4-power-manager/files/patch-src_xfpm-backlight-helper.c index 690e60d19477..3fb76b17c097 100644 --- a/sysutils/xfce4-power-manager/files/patch-src_xfpm-backlight-helper.c +++ b/sysutils/xfce4-power-manager/files/patch-src_xfpm-backlight-helper.c @@ -1,42 +1,43 @@ ---- src/xfpm-backlight-helper.c.orig 2020-01-26 23:15:39 UTC +--- src/xfpm-backlight-helper.c.orig 2024-11-21 06:26:21 UTC +++ src/xfpm-backlight-helper.c -@@ -49,6 +49,8 @@ - #define EXIT_CODE_INVALID_USER 4 - #define EXIT_CODE_NO_BRIGHTNESS_SWITCH 5 +@@ -51,6 +51,8 @@ + #define EXIT_CODE_INVALID_USER 4 + #define EXIT_CODE_NO_BRIGHTNESS_SWITCH 5 -+#define MAX_DEVICE_NUM 8 ++#define MAX_DEVICE_NUM 8 + - #if !defined(BACKEND_TYPE_FREEBSD) - #define BACKLIGHT_SYSFS_LOCATION "/sys/class/backlight" - #define BRIGHTNESS_SWITCH_LOCATION "/sys/module/video/parameters/brightness_switch_enabled" -@@ -204,19 +206,23 @@ backlight_helper_get_device (void) + #ifndef BACKEND_TYPE_FREEBSD + #define BACKLIGHT_SYSFS_LOCATION "/sys/class/backlight" + #define BRIGHTNESS_SWITCH_LOCATION "/sys/module/video/parameters/brightness_switch_enabled" +@@ -211,20 +213,24 @@ backlight_helper_get_device (void) /* devices in priority order */ gchar *types[] = { "lcd", "crt", "out", "ext", "tv", NULL }; gchar *device = NULL; - gint i; + gint i, j; - device = (gchar *) g_malloc (sizeof (gchar)); + device = (gchar *) g_malloc (sizeof (gchar) * 8); - for (i = 0; types[i] != NULL; i++) { + for (i = 0; types[i] != NULL; i++) + { - g_snprintf (device, (gulong) strlen (types[i]), "%s0", types[i]); + for (j = 0; j < MAX_DEVICE_NUM; j++) { + g_snprintf (device, 8, "%s%i", types[i], j); - /* stop, when first device is found */ - if (acpi_video_is_enabled (device)) - break; + /* stop, when first device is found */ + if (acpi_video_is_enabled (device)) + return (device); + } } - return device; + g_free (device); + + return (NULL); } /* diff --git a/sysutils/xfce4-power-manager/files/patch-src_xfpm-dpms.c b/sysutils/xfce4-power-manager/files/patch-src_xfpm-dpms.c index 7c959e986df6..1ab28635cb8f 100644 --- a/sysutils/xfce4-power-manager/files/patch-src_xfpm-dpms.c +++ b/sysutils/xfce4-power-manager/files/patch-src_xfpm-dpms.c @@ -1,18 +1,20 @@ ---- src/xfpm-dpms.c.orig 2020-01-26 23:15:39 UTC +--- src/xfpm-dpms.c.orig 2024-11-21 06:26:21 UTC +++ src/xfpm-dpms.c -@@ -119,13 +119,13 @@ xfpm_dpms_get_enabled (XfpmDpms *dpms, gboolean *dpms_ - static void - xfpm_dpms_get_sleep_mode (XfpmDpms *dpms, gboolean *ret_standby_mode) - { +@@ -93,7 +93,7 @@ refresh (XfpmDpms *dpms) + gboolean enabled; + guint off_timeout; + guint sleep_timeout; - gchar *sleep_mode; + gchar *sleep_mode = NULL; - g_object_get (G_OBJECT (dpms->priv->conf), - DPMS_SLEEP_MODE, &sleep_mode, - NULL); + if (priv->inhibited) + { +@@ -115,7 +115,7 @@ refresh (XfpmDpms *dpms) + g_object_get (G_OBJECT (priv->conf), DPMS_SLEEP_MODE, &sleep_mode, NULL); -- if ( !g_strcmp0 (sleep_mode, "Standby")) -+ if ( sleep_mode != NULL && !g_strcmp0 (sleep_mode, "Standby")) - *ret_standby_mode = TRUE; - else - *ret_standby_mode = FALSE; + XFPM_DPMS_GET_CLASS (dpms)->set_enabled (dpms, TRUE); +- XFPM_DPMS_GET_CLASS (dpms)->set_timeouts (dpms, g_strcmp0 (sleep_mode, "Standby") == 0, ++ XFPM_DPMS_GET_CLASS (dpms)->set_timeouts (dpms, sleep_mode != NULL && g_strcmp0 (sleep_mode, "Standby") == 0, + sleep_timeout * 60, off_timeout * 60); + + g_free (sleep_mode); diff --git a/sysutils/xfce4-settings/Makefile b/sysutils/xfce4-settings/Makefile index cd0e71495cb7..52b5b9ce2baa 100644 --- a/sysutils/xfce4-settings/Makefile +++ b/sysutils/xfce4-settings/Makefile @@ -1,59 +1,63 @@ PORTNAME= xfce4-settings -PORTVERSION= 4.18.6 +PORTVERSION= 4.20.0 CATEGORIES= sysutils xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= Xfce 4 settings application -WWW= https://docs.xfce.org/xfce/xfce4-settings/start +COMMENT= Xfce settings management +WWW= https://gitlab.xfce.org/xfce/xfce4-settings LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= hwdata>0:misc/hwdata LIB_DEPENDS= libcolord.so:graphics/colord \ libfontconfig.so:x11-fonts/fontconfig \ libxklavier.so:x11/libxklavier +RUN_DEPENDS= hwdata>0:misc/hwdata USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \ libtool pkgconfig python shebangfix tar:bzip2 xfce xorg -USE_GNOME= cairo glib20 gdkpixbuf2 gtk30 intltool +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 libxml2:build USE_XFCE= garcon libexo xfconf USE_XORG= x11 xcursor xi xorgproto xrandr -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-pluggable-dialogs SHEBANG_FILES= dialogs/mime-settings/helpers/xfce4-compose-mail +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-x11 \ + --with-pnp-ids-path=${LOCALBASE}/share/hwdata/pnp.ids +INSTALL_TARGET= install-strip PORTSCOUT= limitw:1,even -OPTIONS_DEFINE= LIBINPUT NLS NOTIFY UPOWER -OPTIONS_DEFAULT= LIBINPUT NOTIFY +OPTIONS_DEFINE= LIBINPUT NLS NOTIFY UPOWER WAYLAND +OPTIONS_DEFAULT= LIBINPUT NOTIFY UPOWER WAYLAND OPTIONS_SUB= yes -LIBINPUT_DESC= Libinput support -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_BUILD_DEPENDS= xf86-input-libinput>0:x11-drivers/xf86-input-libinput LIBINPUT_CONFIGURE_ENABLE= xorg-libinput -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext-runtime +NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls -NOTIFY_CONFIGURE_ENABLE= libnotify NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify +NOTIFY_CONFIGURE_ENABLE= libnotify -UPOWER_CONFIGURE_ENABLE= upower-glib UPOWER_LIB_DEPENDS= libupower-glib.so:sysutils/upower +UPOWER_CONFIGURE_ENABLE= upower-glib -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug=yes -.endif +WAYLAND_LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell \ + libwayland-client.so:graphics/wayland +WAYLAND_CONFIGURE_ENABLE= gtk-layer-shell wayland post-patch: @${REINPLACE_CMD} -e 's|Rodent|elementary-xfce|g' \ ${WRKSRC}/dialogs/appearance-settings/main.c - @${REINPLACE_CMD} -e 's|IconThemeName" type="empty|IconThemeName" type="string" value="elementary-xfce|' \ + @${REINPLACE_CMD} -e 's|IconThemeName" type="string" value="Adwaita|IconThemeName" type="string" value="elementary-xfce|' \ ${WRKSRC}/xfsettingsd/xsettings.xml .include diff --git a/sysutils/xfce4-settings/distinfo b/sysutils/xfce4-settings/distinfo index 0db3a488dfb8..4cfb959b9314 100644 --- a/sysutils/xfce4-settings/distinfo +++ b/sysutils/xfce4-settings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718135958 -SHA256 (xfce4/xfce4-settings-4.18.6.tar.bz2) = d9a9051b6026edd6766c64bb403b51e9167e4d31e7f1c7f843d3aed19f667bfe -SIZE (xfce4/xfce4-settings-4.18.6.tar.bz2) = 1560269 +TIMESTAMP = 1734295704 +SHA256 (xfce4/xfce4-settings-4.20.0.tar.bz2) = 23548da3429a296501fbfdbc98a861ee241b9fdd47e8d5de1781f57c6bbce5a9 +SIZE (xfce4/xfce4-settings-4.20.0.tar.bz2) = 2495778 diff --git a/sysutils/xfce4-settings/files/patch-xfsettingsd_gtk-settings.c b/sysutils/xfce4-settings/files/patch-xfsettingsd_gtk-settings.c new file mode 100644 index 000000000000..f95c843db542 --- /dev/null +++ b/sysutils/xfce4-settings/files/patch-xfsettingsd_gtk-settings.c @@ -0,0 +1,13 @@ +--- xfsettingsd/gtk-settings.c.orig 2024-12-01 15:21:41 UTC ++++ xfsettingsd/gtk-settings.c +@@ -226,8 +226,8 @@ xfce_gtk_settings_helper_init (XfceGtkSettingsHelper * + } + + net_properties = g_hash_table_new (g_str_hash, g_str_equal); +- for (guint i = 0; i < G_N_ELEMENTS (xsettings_properties_Net); i++) +- g_hash_table_add (net_properties, (gpointer) xsettings_properties_Net[i]); ++ /*for (guint i = 0; i < G_N_ELEMENTS (xsettings_properties_Net); i++) ++ g_hash_table_add (net_properties, (gpointer) xsettings_properties_Net[i]);*/ + + helper->gsettings_objs = g_hash_table_new_full (g_str_hash, g_str_equal, NULL, g_object_unref); + helper->gsettings_data = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free); diff --git a/sysutils/xfce4-settings/pkg-plist b/sysutils/xfce4-settings/pkg-plist index 9de3b6066372..f40e4c21005d 100644 --- a/sysutils/xfce4-settings/pkg-plist +++ b/sysutils/xfce4-settings/pkg-plist @@ -1,238 +1,247 @@ bin/xfce4-accessibility-settings bin/xfce4-appearance-settings bin/xfce4-color-settings bin/xfce4-display-settings bin/xfce4-find-cursor bin/xfce4-keyboard-settings bin/xfce4-mime-helper bin/xfce4-mime-settings bin/xfce4-mouse-settings bin/xfce4-settings-editor bin/xfce4-settings-manager bin/xfsettingsd etc/xdg/autostart/xfsettingsd.desktop etc/xdg/menus/xfce-settings-manager.menu etc/xdg/xfce4/helpers.rc etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml +lib/gtk-3.0/modules/libxfsettingsd-gtk-settings-sync.so lib/xfce4/settings/appearance-install-theme lib/xfce4/xfce4-compose-mail share/applications/xfce-display-settings.desktop share/applications/xfce-keyboard-settings.desktop share/applications/xfce-mouse-settings.desktop share/applications/xfce-settings-manager.desktop share/applications/xfce-ui-settings.desktop share/applications/xfce4-accessibility-settings.desktop share/applications/xfce4-color-settings.desktop share/applications/xfce4-file-manager.desktop share/applications/xfce4-mail-reader.desktop share/applications/xfce4-mime-settings.desktop share/applications/xfce4-settings-editor.desktop share/applications/xfce4-terminal-emulator.desktop share/applications/xfce4-web-browser.desktop share/icons/hicolor/128x128/apps/org.xfce.filemanager.png share/icons/hicolor/128x128/apps/org.xfce.mailreader.png share/icons/hicolor/128x128/apps/org.xfce.settings.accessibility.png share/icons/hicolor/128x128/apps/org.xfce.settings.appearance.png share/icons/hicolor/128x128/apps/org.xfce.settings.color.png share/icons/hicolor/128x128/apps/org.xfce.settings.default-applications.png share/icons/hicolor/128x128/apps/org.xfce.settings.display.png share/icons/hicolor/128x128/apps/org.xfce.settings.editor.png share/icons/hicolor/128x128/apps/org.xfce.settings.keyboard.png share/icons/hicolor/128x128/apps/org.xfce.settings.manager.png share/icons/hicolor/128x128/apps/org.xfce.settings.mouse.png share/icons/hicolor/128x128/apps/org.xfce.terminalemulator.png share/icons/hicolor/128x128/apps/org.xfce.webbrowser.png -share/icons/hicolor/128x128/devices/xfce-display-extend.png -share/icons/hicolor/128x128/devices/xfce-display-external.png -share/icons/hicolor/128x128/devices/xfce-display-internal.png +share/icons/hicolor/128x128/devices/xfce-display-extend-down.png +share/icons/hicolor/128x128/devices/xfce-display-extend-left.png +share/icons/hicolor/128x128/devices/xfce-display-extend-right.png +share/icons/hicolor/128x128/devices/xfce-display-extend-up.png +share/icons/hicolor/128x128/devices/xfce-display-left.png share/icons/hicolor/128x128/devices/xfce-display-mirror.png share/icons/hicolor/128x128/devices/xfce-display-profile.png +share/icons/hicolor/128x128/devices/xfce-display-right.png share/icons/hicolor/16x16/apps/org.xfce.filemanager.png share/icons/hicolor/16x16/apps/org.xfce.mailreader.png share/icons/hicolor/16x16/apps/org.xfce.settings.accessibility.png share/icons/hicolor/16x16/apps/org.xfce.settings.appearance.png share/icons/hicolor/16x16/apps/org.xfce.settings.color.png share/icons/hicolor/16x16/apps/org.xfce.settings.default-applications.png share/icons/hicolor/16x16/apps/org.xfce.settings.display.png share/icons/hicolor/16x16/apps/org.xfce.settings.editor.png share/icons/hicolor/16x16/apps/org.xfce.settings.keyboard.png share/icons/hicolor/16x16/apps/org.xfce.settings.manager.png share/icons/hicolor/16x16/apps/org.xfce.settings.mouse.png share/icons/hicolor/16x16/apps/org.xfce.terminalemulator.png share/icons/hicolor/16x16/apps/org.xfce.webbrowser.png share/icons/hicolor/24x24/apps/org.xfce.filemanager.png share/icons/hicolor/24x24/apps/org.xfce.mailreader.png share/icons/hicolor/24x24/apps/org.xfce.settings.accessibility.png share/icons/hicolor/24x24/apps/org.xfce.settings.appearance.png share/icons/hicolor/24x24/apps/org.xfce.settings.color.png share/icons/hicolor/24x24/apps/org.xfce.settings.default-applications.png share/icons/hicolor/24x24/apps/org.xfce.settings.display.png share/icons/hicolor/24x24/apps/org.xfce.settings.editor.png share/icons/hicolor/24x24/apps/org.xfce.settings.keyboard.png share/icons/hicolor/24x24/apps/org.xfce.settings.manager.png share/icons/hicolor/24x24/apps/org.xfce.settings.mouse.png share/icons/hicolor/24x24/apps/org.xfce.terminalemulator.png share/icons/hicolor/24x24/apps/org.xfce.webbrowser.png share/icons/hicolor/32x32/apps/org.xfce.filemanager.png share/icons/hicolor/32x32/apps/org.xfce.mailreader.png share/icons/hicolor/32x32/apps/org.xfce.settings.accessibility.png share/icons/hicolor/32x32/apps/org.xfce.settings.appearance.png share/icons/hicolor/32x32/apps/org.xfce.settings.color.png share/icons/hicolor/32x32/apps/org.xfce.settings.default-applications.png share/icons/hicolor/32x32/apps/org.xfce.settings.display.png share/icons/hicolor/32x32/apps/org.xfce.settings.editor.png share/icons/hicolor/32x32/apps/org.xfce.settings.keyboard.png share/icons/hicolor/32x32/apps/org.xfce.settings.manager.png share/icons/hicolor/32x32/apps/org.xfce.settings.mouse.png share/icons/hicolor/32x32/apps/org.xfce.terminalemulator.png share/icons/hicolor/32x32/apps/org.xfce.webbrowser.png share/icons/hicolor/48x48/apps/org.xfce.filemanager.png share/icons/hicolor/48x48/apps/org.xfce.mailreader.png share/icons/hicolor/48x48/apps/org.xfce.settings.accessibility.png share/icons/hicolor/48x48/apps/org.xfce.settings.appearance.png share/icons/hicolor/48x48/apps/org.xfce.settings.color.png share/icons/hicolor/48x48/apps/org.xfce.settings.default-applications.png share/icons/hicolor/48x48/apps/org.xfce.settings.display.png share/icons/hicolor/48x48/apps/org.xfce.settings.editor.png share/icons/hicolor/48x48/apps/org.xfce.settings.keyboard.png share/icons/hicolor/48x48/apps/org.xfce.settings.manager.png share/icons/hicolor/48x48/apps/org.xfce.settings.mouse.png share/icons/hicolor/48x48/apps/org.xfce.terminalemulator.png share/icons/hicolor/48x48/apps/org.xfce.webbrowser.png share/icons/hicolor/scalable/apps/org.xfce.filemanager.svg share/icons/hicolor/scalable/apps/org.xfce.mailreader.svg share/icons/hicolor/scalable/apps/org.xfce.settings.accessibility.svg share/icons/hicolor/scalable/apps/org.xfce.settings.appearance.svg share/icons/hicolor/scalable/apps/org.xfce.settings.color.svg share/icons/hicolor/scalable/apps/org.xfce.settings.default-applications.svg share/icons/hicolor/scalable/apps/org.xfce.settings.display.svg share/icons/hicolor/scalable/apps/org.xfce.settings.editor.svg share/icons/hicolor/scalable/apps/org.xfce.settings.keyboard.svg share/icons/hicolor/scalable/apps/org.xfce.settings.manager.svg share/icons/hicolor/scalable/apps/org.xfce.settings.mouse.svg share/icons/hicolor/scalable/apps/org.xfce.terminalemulator.svg share/icons/hicolor/scalable/apps/org.xfce.webbrowser.svg -share/icons/hicolor/scalable/devices/xfce-display-extend.svg -share/icons/hicolor/scalable/devices/xfce-display-external.svg -share/icons/hicolor/scalable/devices/xfce-display-internal.svg +share/icons/hicolor/scalable/devices/xfce-display-extend-down.svg +share/icons/hicolor/scalable/devices/xfce-display-extend-left.svg +share/icons/hicolor/scalable/devices/xfce-display-extend-right.svg +share/icons/hicolor/scalable/devices/xfce-display-extend-up.svg +share/icons/hicolor/scalable/devices/xfce-display-left.svg share/icons/hicolor/scalable/devices/xfce-display-mirror.svg share/icons/hicolor/scalable/devices/xfce-display-profile.svg -share/xfce4/helpers/alacritty.desktop -share/xfce4/helpers/aterm.desktop -share/xfce4/helpers/balsa.desktop -share/xfce4/helpers/brave.desktop -share/xfce4/helpers/caja.desktop -share/xfce4/helpers/chromium.desktop -share/xfce4/helpers/debian-sensible-browser.desktop -share/xfce4/helpers/debian-x-terminal-emulator.desktop -share/xfce4/helpers/dillo.desktop -share/xfce4/helpers/encompass.desktop -share/xfce4/helpers/epiphany.desktop -share/xfce4/helpers/eterm.desktop -share/xfce4/helpers/evolution.desktop -share/xfce4/helpers/firefox.desktop -share/xfce4/helpers/galeon.desktop -share/xfce4/helpers/geary.desktop -share/xfce4/helpers/gnome-terminal.desktop -share/xfce4/helpers/google-chrome.desktop -share/xfce4/helpers/icecat.desktop -share/xfce4/helpers/icedove.desktop -share/xfce4/helpers/iceweasel.desktop -share/xfce4/helpers/jumanji.desktop -share/xfce4/helpers/kitty.desktop -share/xfce4/helpers/kmail.desktop -share/xfce4/helpers/konqueror.desktop -share/xfce4/helpers/links.desktop -share/xfce4/helpers/lynx.desktop -share/xfce4/helpers/midori.desktop -share/xfce4/helpers/mozilla-browser.desktop -share/xfce4/helpers/mozilla-mailer.desktop -share/xfce4/helpers/mutt.desktop -share/xfce4/helpers/nautilus.desktop -share/xfce4/helpers/netscape-navigator.desktop -share/xfce4/helpers/nxterm.desktop -share/xfce4/helpers/opera-browser.desktop -share/xfce4/helpers/pcmanfm-qt.desktop -share/xfce4/helpers/pcmanfm.desktop -share/xfce4/helpers/qterminal.desktop -share/xfce4/helpers/qtfm.desktop -share/xfce4/helpers/qupzilla.desktop -share/xfce4/helpers/rodent.desktop -share/xfce4/helpers/rox-filer.desktop -share/xfce4/helpers/sakura.desktop -share/xfce4/helpers/surf.desktop -share/xfce4/helpers/sylpheed-claws.desktop -share/xfce4/helpers/sylpheed.desktop -share/xfce4/helpers/terminator.desktop -share/xfce4/helpers/thunar.desktop -share/xfce4/helpers/thunderbird.desktop -share/xfce4/helpers/urxvt.desktop -share/xfce4/helpers/vimprobable2.desktop -share/xfce4/helpers/w3m.desktop -share/xfce4/helpers/xfce4-terminal.desktop -share/xfce4/helpers/xfe.desktop -share/xfce4/helpers/xterm.desktop +share/icons/hicolor/scalable/devices/xfce-display-right.svg %%NLS%%share/locale/am/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-settings.mo +%%NLS%%share/locale/az/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/be/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/be@tarask/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/bg/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/bn/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/cs/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/da/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/de/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/el/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/en_CA/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/es/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/et/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/eu/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/fi/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/fr/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/gl/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/he/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/hr/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/hy_AM/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/hye/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/id/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/ie/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/is/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/it/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/ja/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/ka/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/kab/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/kk/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/ko/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/lt/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/lv/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/ms/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/nb/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/nl/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/nn/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/oc/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/pa/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/pl/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/pt/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/ro/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/ru/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/si/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/sk/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/sl/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/sq/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/sr/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/sv/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/te/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/th/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/tr/LC_MESSAGES/xfce4-settings.mo +%%NLS%%share/locale/tt/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/ug/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/uk/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/ur/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/xfce4-settings.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-settings.mo +share/xfce4/helpers/alacritty.desktop +share/xfce4/helpers/aterm.desktop +share/xfce4/helpers/balsa.desktop +share/xfce4/helpers/brave.desktop +share/xfce4/helpers/caja.desktop +share/xfce4/helpers/chromium.desktop +share/xfce4/helpers/debian-sensible-browser.desktop +share/xfce4/helpers/debian-x-terminal-emulator.desktop +share/xfce4/helpers/dillo.desktop +share/xfce4/helpers/encompass.desktop +share/xfce4/helpers/epiphany.desktop +share/xfce4/helpers/eterm.desktop +share/xfce4/helpers/evolution.desktop +share/xfce4/helpers/firefox.desktop +share/xfce4/helpers/galeon.desktop +share/xfce4/helpers/geary.desktop +share/xfce4/helpers/gnome-terminal.desktop +share/xfce4/helpers/google-chrome.desktop +share/xfce4/helpers/icecat.desktop +share/xfce4/helpers/icedove.desktop +share/xfce4/helpers/iceweasel.desktop +share/xfce4/helpers/jumanji.desktop +share/xfce4/helpers/kitty.desktop +share/xfce4/helpers/kmail.desktop +share/xfce4/helpers/konqueror.desktop +share/xfce4/helpers/links.desktop +share/xfce4/helpers/lynx.desktop +share/xfce4/helpers/midori.desktop +share/xfce4/helpers/mozilla-browser.desktop +share/xfce4/helpers/mozilla-mailer.desktop +share/xfce4/helpers/mutt.desktop +share/xfce4/helpers/nautilus.desktop +share/xfce4/helpers/netscape-navigator.desktop +share/xfce4/helpers/nxterm.desktop +share/xfce4/helpers/opera-browser.desktop +share/xfce4/helpers/pcmanfm-qt.desktop +share/xfce4/helpers/pcmanfm.desktop +share/xfce4/helpers/qterminal.desktop +share/xfce4/helpers/qtfm.desktop +share/xfce4/helpers/qupzilla.desktop +share/xfce4/helpers/rodent.desktop +share/xfce4/helpers/rox-filer.desktop +share/xfce4/helpers/sakura.desktop +share/xfce4/helpers/surf.desktop +share/xfce4/helpers/sylpheed-claws.desktop +share/xfce4/helpers/sylpheed.desktop +share/xfce4/helpers/terminator.desktop +share/xfce4/helpers/thunar.desktop +share/xfce4/helpers/thunderbird.desktop +share/xfce4/helpers/urxvt.desktop +share/xfce4/helpers/vimprobable2.desktop +share/xfce4/helpers/w3m.desktop +share/xfce4/helpers/xfce4-terminal.desktop +share/xfce4/helpers/xfe.desktop +share/xfce4/helpers/xterm.desktop diff --git a/sysutils/xfce4-systemload-plugin/Makefile b/sysutils/xfce4-systemload-plugin/Makefile index 04740afa445e..55d52adba9d3 100644 --- a/sysutils/xfce4-systemload-plugin/Makefile +++ b/sysutils/xfce4-systemload-plugin/Makefile @@ -1,43 +1,43 @@ PORTNAME= xfce4-systemload-plugin PORTVERSION= 1.3.2 PORTREVISION= 3 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= System Load plugin for Xfce4 panel WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin LICENSE= BSD2CLAUSE LIB_DEPENDS= libharfbuzz.so:print/harfbuzz USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ tar:bzip2 xfce USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_XFCE= libmenu panel xfconf -SSP_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-libgtop INSTALL_TARGET= install-strip +SSP_UNSAFE= yes OPTIONS_DEFINE= NLS UPOWER # LIBGTOP OPTIONS_DEFAULT= UPOWER OPTIONS_SUB= yes # Enabling libgtop causes crashes, needs investigation -#LIBGTOP_DESC= Use libgtop for network utilization monitoring -UPOWER_DESC= Use upower for adapting update interval to power state +#LIBGTOP_DESC= Use libgtop for network utilization monitoring +UPOWER_DESC= Use upower for adapting update interval to power state +#LIBGTOP_LIB_DEPENDS= libgtop-2.0.so:devel/libgtop #LIBGTOP_CONFIGURE_ENABLE= libgtop -#LIBGTOP_LIB_DEPENDS= libgtop-2.0.so:devel/libgtop -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls -UPOWER_CONFIGURE_ENABLE=upower -UPOWER_LIB_DEPENDS= libupower-glib.so:sysutils/upower +UPOWER_LIB_DEPENDS= libupower-glib.so:sysutils/upower +UPOWER_CONFIGURE_ENABLE= upower .include diff --git a/sysutils/xfce4-wavelan-plugin/Makefile b/sysutils/xfce4-wavelan-plugin/Makefile index b7ea8b9367af..ab13b407d7ba 100644 --- a/sysutils/xfce4-wavelan-plugin/Makefile +++ b/sysutils/xfce4-wavelan-plugin/Makefile @@ -1,30 +1,30 @@ PORTNAME= xfce4-wavelan-plugin PORTVERSION= 0.6.3 PORTREVISION= 3 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Displays various information about a WaveLAN device WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin LICENSE= BSD3CLAUSE LIB_DEPENDS= libharfbuzz.so:print/harfbuzz USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ tar:bzip2 xfce -USE_GNOME= cairo gdkpixbuf2 gtk30 glib20 intltool +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool USE_XFCE= libmenu panel GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls .include diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index 98df73b7110b..ef525e1f3f23 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -1,90 +1,88 @@ PORTNAME= thunar -DISTVERSION= 4.18.11 +DISTVERSION= 4.20.0 CATEGORIES= x11-fm xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce file manager -WWW= https://docs.xfce.org/xfce/thunar/Start +WWW= https://gitlab.xfce.org/xfce/thunar LICENSE= GPLv2 LGPL20 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL20= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libharfbuzz.so:print/harfbuzz RUN_DEPENDS= pkexec:sysutils/polkit \ xfce4-tumbler>0:deskutils/xfce4-tumbler USES= compiler:c11 cpe desktop-file-utils gettext-tools gmake gnome \ libtool pathfix perl5 pkgconfig tar:bzip2 xfce xorg -USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool +CPE_VENDOR= xfce +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 USE_LDCONFIG= yes USE_XFCE= libexo panel xfconf USE_XORG= ice sm x11 -CPE_VENDOR= xfce - GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-gudev \ --enable-gio-unix INSTALL_TARGET= install-strip PORTSCOUT= limitw:1,even OPTIONS_DEFINE= GIR NLS NOTIFY +OPTIONS_DEFAULT= NOTIFY PLUG_APR PLUG_SBR PLUG_TPA PLUG_UCA PLUG_WALL OPTIONS_GROUP= PLUGINS OPTIONS_GROUP_PLUGINS= PLUG_APR PLUG_SBR PLUG_TPA PLUG_UCA PLUG_WALL -OPTIONS_DEFAULT= NOTIFY PLUG_APR PLUG_SBR PLUG_TPA PLUG_UCA PLUG_WALL OPTIONS_SUB= yes # Override NOTIFY_DESC GIR_DESC= Use Gobject Introspection NOTIFY_DESC= Display notifications PLUG_APR_DESC= Advanced Properties plugin PLUG_SBR_DESC= Simple Builtin Renamers plugin PLUG_TPA_DESC= Trash Panel Applet plugin PLUG_UCA_DESC= User Customizable Actions plugin PLUG_WALL_DESC= Wallpaper plugin -GIR_USE= gnome=introspection:build -GIR_CONFIGURE_ON= --enable-introspection=yes -GIR_CONFIGURE_OFF= --enable-introspection=no +GIR_USE= GNOME=introspection:build +GIR_CONFIGURE_ON= --enable-introspection=yes +GIR_CONFIGURE_OFF= --enable-introspection=no -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext-runtime +NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls -NOTIFY_CONFIGURE_ENABLE= notifications NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify +NOTIFY_CONFIGURE_ENABLE= notifications -PLUG_APR_CONFIGURE_ENABLE= apr-plugin exif PLUG_APR_LIB_DEPENDS= libexif.so:graphics/libexif +PLUG_APR_CONFIGURE_ENABLE= apr-plugin exif -PLUG_SBR_CONFIGURE_ENABLE= sbr-plugin PLUG_SBR_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 +PLUG_SBR_CONFIGURE_ENABLE= sbr-plugin -PLUG_TPA_CONFIGURE_ENABLE= tpa-plugin PLUG_TPA_USE= GNOME=gvfs \ XFCE=panel +PLUG_TPA_CONFIGURE_ENABLE= tpa-plugin PLUG_UCA_CONFIGURE_ENABLE= uca-plugin PLUG_WALL_CONFIGURE_ENABLE= wallpaper-plugin post-patch: @${REINPLACE_CMD} -e 's|mail-send|emblem-mail|' \ ${WRKSRC}/plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/lib/systemd/user/thunar.service - (cd ${STAGEDIR}${PREFIX}/lib && ${RMDIR} -p systemd/user) +.for f in org.xfce.FileManager org.xfce.Thunar.FileManager1 org.xfce.Thunar + @${REINPLACE_CMD} -i "" -e 's|SystemdService|#SystemdService|' \ + ${WRKSRC}/${f}.service.in +.endfor .include .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif .include diff --git a/x11-fm/thunar/distinfo b/x11-fm/thunar/distinfo index 175ef3d98243..9cb6c4b68a62 100644 --- a/x11-fm/thunar/distinfo +++ b/x11-fm/thunar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722368895 -SHA256 (xfce4/thunar-4.18.11.tar.bz2) = 7d0bdae2076a568c137d403ab5600e06a7a4f7a02514d486da7b8414aa75d612 -SIZE (xfce4/thunar-4.18.11.tar.bz2) = 2944418 +TIMESTAMP = 1734293105 +SHA256 (xfce4/thunar-4.20.0.tar.bz2) = 27731a76f3aecf3752b1ca35afad89e264c52244f70083d933507dd4a17548b0 +SIZE (xfce4/thunar-4.20.0.tar.bz2) = 4422196 diff --git a/x11-fm/thunar/files/patch-Makefile.in b/x11-fm/thunar/files/patch-Makefile.in new file mode 100644 index 000000000000..808cf1543459 --- /dev/null +++ b/x11-fm/thunar/files/patch-Makefile.in @@ -0,0 +1,115 @@ +--- Makefile.in.orig 2024-12-01 10:13:46 UTC ++++ Makefile.in +@@ -185,10 +185,9 @@ am__installdirs = "$(DESTDIR)$(appdatadir)" "$(DESTDIR + $(am__cd) "$$dir" && rm -f $$files; }; \ + } + am__installdirs = "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(desktopdir)" \ +- "$(DESTDIR)$(polkit_policydir)" "$(DESTDIR)$(servicedir)" \ +- "$(DESTDIR)$(systemd_userdir)" ++ "$(DESTDIR)$(polkit_policydir)" "$(DESTDIR)$(servicedir)" + DATA = $(appdata_DATA) $(desktop_DATA) $(polkit_policy_DATA) \ +- $(service_DATA) $(systemd_user_DATA) ++ $(service_DATA) + RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive + am__recursive_targets = \ +@@ -553,9 +552,6 @@ service_DATA = $(service_in_files:.service.in=.service + org.xfce.Thunar.FileManager1.service.in + + service_DATA = $(service_in_files:.service.in=.service) +-systemd_userdir = $(prefix)/lib/systemd/user +-systemd_user_in_files = thunar.service.in +-systemd_user_DATA = $(systemd_user_in_files:.service.in=.service) + polkit_policydir = $(datadir)/polkit-1/actions + polkit_in_in_files = \ + org.xfce.thunar.policy.in.in +@@ -568,7 +564,6 @@ EXTRA_DIST = \ + README.md \ + $(desktop_in_in_files) \ + $(service_in_files) \ +- $(systemd_user_in_files) \ + $(appdata_in_files) \ + $(polkit_in_in_files) \ + its/xfce.loc \ +@@ -580,7 +575,6 @@ DISTCLEANFILES = \ + $(desktop_in_files) \ + $(desktop_DATA) \ + $(service_DATA) \ +- $(systemd_user_DATA) \ + $(polkit_in_files) \ + $(polkit_policy_DATA) + +@@ -734,28 +728,7 @@ uninstall-serviceDATA: + @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir) +-install-systemd_userDATA: $(systemd_user_DATA) +- @$(NORMAL_INSTALL) +- @list='$(systemd_user_DATA)'; test -n "$(systemd_userdir)" || list=; \ +- if test -n "$$list"; then \ +- echo " $(MKDIR_P) '$(DESTDIR)$(systemd_userdir)'"; \ +- $(MKDIR_P) "$(DESTDIR)$(systemd_userdir)" || exit 1; \ +- fi; \ +- for p in $$list; do \ +- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ +- echo "$$d$$p"; \ +- done | $(am__base_list) | \ +- while read files; do \ +- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemd_userdir)'"; \ +- $(INSTALL_DATA) $$files "$(DESTDIR)$(systemd_userdir)" || exit $$?; \ +- done + +-uninstall-systemd_userDATA: +- @$(NORMAL_UNINSTALL) +- @list='$(systemd_user_DATA)'; test -n "$(systemd_userdir)" || list=; \ +- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ +- dir='$(DESTDIR)$(systemd_userdir)'; $(am__uninstall_files_from_dir) +- + # This directory's subdirectories are mostly independent; you can cd + # into them and run 'make' without going through this Makefile. + # To change the values of 'make' variables: instead of editing Makefiles, +@@ -1065,7 +1038,7 @@ installdirs-am: + all-am: Makefile $(DATA) config.h + installdirs: installdirs-recursive + installdirs-am: +- for dir in "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(polkit_policydir)" "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(systemd_userdir)"; do \ ++ for dir in "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(polkit_policydir)" "$(DESTDIR)$(servicedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done + install: install-recursive +@@ -1123,8 +1096,7 @@ install-data-am: install-appdataDATA install-desktopDA + info-am: + + install-data-am: install-appdataDATA install-desktopDATA \ +- install-polkit_policyDATA install-serviceDATA \ +- install-systemd_userDATA ++ install-polkit_policyDATA install-serviceDATA + + install-dvi: install-dvi-recursive + +@@ -1171,8 +1143,7 @@ uninstall-am: uninstall-appdataDATA uninstall-desktopD + ps-am: + + uninstall-am: uninstall-appdataDATA uninstall-desktopDATA \ +- uninstall-polkit_policyDATA uninstall-serviceDATA \ +- uninstall-systemd_userDATA ++ uninstall-polkit_policyDATA uninstall-serviceDATA + + .MAKE: $(am__recursive_targets) all install-am install-strip + +@@ -1190,13 +1161,12 @@ uninstall-am: uninstall-appdataDATA uninstall-desktopD + install-info install-info-am install-man install-pdf \ + install-pdf-am install-polkit_policyDATA install-ps \ + install-ps-am install-serviceDATA install-strip \ +- install-systemd_userDATA installcheck installcheck-am \ ++ installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-appdataDATA uninstall-desktopDATA \ +- uninstall-polkit_policyDATA uninstall-serviceDATA \ +- uninstall-systemd_userDATA ++ uninstall-polkit_policyDATA uninstall-serviceDATA + + .PRECIOUS: Makefile + diff --git a/x11-fm/thunar/pkg-plist b/x11-fm/thunar/pkg-plist index cec27af588f3..fedd9ea84cb1 100644 --- a/x11-fm/thunar/pkg-plist +++ b/x11-fm/thunar/pkg-plist @@ -1,264 +1,263 @@ bin/Thunar bin/thunar bin/thunar-settings %%PLUG_UCA%%etc/xdg/Thunar/uca.xml include/thunarx-3/thunarx/thunarx-config.h include/thunarx-3/thunarx/thunarx-file-info.h include/thunarx-3/thunarx/thunarx-menu-item.h include/thunarx-3/thunarx/thunarx-menu-provider.h include/thunarx-3/thunarx/thunarx-menu.h include/thunarx-3/thunarx/thunarx-preferences-provider.h include/thunarx-3/thunarx/thunarx-property-page-provider.h include/thunarx-3/thunarx/thunarx-property-page.h include/thunarx-3/thunarx/thunarx-provider-factory.h include/thunarx-3/thunarx/thunarx-provider-module.h include/thunarx-3/thunarx/thunarx-provider-plugin.h include/thunarx-3/thunarx/thunarx-renamer-provider.h include/thunarx-3/thunarx/thunarx-renamer.h include/thunarx-3/thunarx/thunarx.h lib/Thunar/thunar-sendto-email %%GIR%%lib/girepository-1.0/Thunarx-3.0.typelib lib/libthunarx-3.so lib/libthunarx-3.so.0 lib/libthunarx-3.so.0.0.0 %%PLUG_APR%%lib/thunarx-3/thunar-apr.so %%PLUG_SBR%%lib/thunarx-3/thunar-sbr.so %%PLUG_UCA%%lib/thunarx-3/thunar-uca.so %%PLUG_WALL%%lib/thunarx-3/thunar-wallpaper-plugin.so %%PLUG_TPA%%lib/xfce4/panel/plugins/libthunar-tpa.so libdata/pkgconfig/thunarx-3.pc share/man/man1/Thunar.1.gz share/Thunar/sendto/thunar-sendto-email.desktop share/applications/thunar-bulk-rename.desktop share/applications/thunar.desktop share/applications/thunar-settings.desktop share/dbus-1/services/org.xfce.Thunar.FileManager1.service share/dbus-1/services/org.xfce.FileManager.service share/dbus-1/services/org.xfce.Thunar.service %%DOCSDIR%%/README.gtkrc %%GIR%%share/gir-1.0/Thunarx-3.0.gir share/gtk-doc/html/thunar/ThunarAbstractDialog.html share/gtk-doc/html/thunar/ThunarAbstractIconView.html share/gtk-doc/html/thunar/ThunarActionManager.html share/gtk-doc/html/thunar/ThunarApplication.html share/gtk-doc/html/thunar/ThunarBrowser.html share/gtk-doc/html/thunar/ThunarChooserButton.html share/gtk-doc/html/thunar/ThunarChooserDialog.html share/gtk-doc/html/thunar/ThunarChooserModel.html share/gtk-doc/html/thunar/ThunarClipboardManager.html share/gtk-doc/html/thunar/ThunarColumnEditor.html share/gtk-doc/html/thunar/ThunarColumnModel.html share/gtk-doc/html/thunar/ThunarCompactView.html share/gtk-doc/html/thunar/ThunarComponent.html share/gtk-doc/html/thunar/ThunarDBusService.html share/gtk-doc/html/thunar/ThunarDeepCountJob.html share/gtk-doc/html/thunar/ThunarDetailsView.html share/gtk-doc/html/thunar/ThunarDevice.html share/gtk-doc/html/thunar/ThunarDeviceMonitor.html share/gtk-doc/html/thunar/ThunarEmblemChooser.html share/gtk-doc/html/thunar/ThunarFile.html -share/gtk-doc/html/thunar/ThunarFileMonitor.html share/gtk-doc/html/thunar/ThunarFolder.html share/gtk-doc/html/thunar/ThunarHistory.html share/gtk-doc/html/thunar/ThunarIconFactory.html share/gtk-doc/html/thunar/ThunarIconRenderer.html share/gtk-doc/html/thunar/ThunarIconView.html share/gtk-doc/html/thunar/ThunarImage.html share/gtk-doc/html/thunar/ThunarJob.html share/gtk-doc/html/thunar/ThunarJobOperation.html share/gtk-doc/html/thunar/ThunarJobOperationHistory.html share/gtk-doc/html/thunar/ThunarListModel.html share/gtk-doc/html/thunar/ThunarLocationBar.html share/gtk-doc/html/thunar/ThunarLocationButton.html share/gtk-doc/html/thunar/ThunarLocationButtons.html share/gtk-doc/html/thunar/ThunarLocationEntry.html share/gtk-doc/html/thunar/ThunarMenu.html share/gtk-doc/html/thunar/ThunarNavigator.html share/gtk-doc/html/thunar/ThunarPathEntry.html share/gtk-doc/html/thunar/ThunarPermissionsChooser.html share/gtk-doc/html/thunar/ThunarPreferences.html share/gtk-doc/html/thunar/ThunarPreferencesDialog.html share/gtk-doc/html/thunar/ThunarProgressDialog.html share/gtk-doc/html/thunar/ThunarProgressView.html share/gtk-doc/html/thunar/ThunarPropertiesDialog.html share/gtk-doc/html/thunar/ThunarRenamerDialog.html share/gtk-doc/html/thunar/ThunarRenamerModel.html share/gtk-doc/html/thunar/ThunarRenamerProgress.html share/gtk-doc/html/thunar/ThunarSendtoModel.html share/gtk-doc/html/thunar/ThunarSessionClient.html share/gtk-doc/html/thunar/ThunarShortcutsIconRenderer.html share/gtk-doc/html/thunar/ThunarShortcutsModel.html share/gtk-doc/html/thunar/ThunarShortcutsPane.html share/gtk-doc/html/thunar/ThunarShortcutsView.html share/gtk-doc/html/thunar/ThunarSidePane.html share/gtk-doc/html/thunar/ThunarSimpleJob.html share/gtk-doc/html/thunar/ThunarSizeLabel.html share/gtk-doc/html/thunar/ThunarStandardView.html share/gtk-doc/html/thunar/ThunarStatusbar.html share/gtk-doc/html/thunar/ThunarTransferJob.html share/gtk-doc/html/thunar/ThunarTreeModel.html share/gtk-doc/html/thunar/ThunarTreePane.html share/gtk-doc/html/thunar/ThunarTreeView.html share/gtk-doc/html/thunar/ThunarUserManager.html share/gtk-doc/html/thunar/ThunarView.html share/gtk-doc/html/thunar/ThunarWindow.html share/gtk-doc/html/thunar/annotation-glossary.html share/gtk-doc/html/thunar/ch01.html share/gtk-doc/html/thunar/ch02.html share/gtk-doc/html/thunar/ch03.html share/gtk-doc/html/thunar/ch04.html share/gtk-doc/html/thunar/ch05.html share/gtk-doc/html/thunar/ch06.html share/gtk-doc/html/thunar/ch07.html share/gtk-doc/html/thunar/ch08.html share/gtk-doc/html/thunar/ch09.html share/gtk-doc/html/thunar/ch10.html share/gtk-doc/html/thunar/ch11.html share/gtk-doc/html/thunar/ch12.html share/gtk-doc/html/thunar/ch13.html share/gtk-doc/html/thunar/ch14.html share/gtk-doc/html/thunar/ch15.html share/gtk-doc/html/thunar/ch16.html share/gtk-doc/html/thunar/ch17.html share/gtk-doc/html/thunar/ch18.html share/gtk-doc/html/thunar/ch19.html share/gtk-doc/html/thunar/glib-gtk-extensions.html share/gtk-doc/html/thunar/home.png share/gtk-doc/html/thunar/index.html share/gtk-doc/html/thunar/left-insensitive.png share/gtk-doc/html/thunar/left.png share/gtk-doc/html/thunar/right-insensitive.png share/gtk-doc/html/thunar/right.png share/gtk-doc/html/thunar/style.css share/gtk-doc/html/thunar/thunar-objects.html share/gtk-doc/html/thunar/thunar-thunar-dialogs.html share/gtk-doc/html/thunar/thunar-thunar-dnd.html share/gtk-doc/html/thunar/thunar-thunar-enum-types.html share/gtk-doc/html/thunar/thunar-thunar-gdk-extensions.html share/gtk-doc/html/thunar/thunar-thunar-gio-extensions.html share/gtk-doc/html/thunar/thunar-thunar-gobject-extensions.html share/gtk-doc/html/thunar/thunar-thunar-gtk-extensions.html share/gtk-doc/html/thunar/thunar-thunar-ice.html share/gtk-doc/html/thunar/thunar-thunar-io-jobs-util.html share/gtk-doc/html/thunar/thunar-thunar-io-jobs.html share/gtk-doc/html/thunar/thunar-thunar-io-scan-directory.html share/gtk-doc/html/thunar/thunar-thunar-notify.html share/gtk-doc/html/thunar/thunar-thunar-pango-extensions.html share/gtk-doc/html/thunar/thunar-thunar-renamer-pair.html share/gtk-doc/html/thunar/thunar-thunar-util.html share/gtk-doc/html/thunar/thunar-view.html share/gtk-doc/html/thunar/thunar-widgets.html share/gtk-doc/html/thunar/thunar.devhelp2 share/gtk-doc/html/thunar/up-insensitive.png share/gtk-doc/html/thunar/up.png share/gtk-doc/html/thunarx/ThunarxFileInfo.html share/gtk-doc/html/thunarx/ThunarxMenu.html share/gtk-doc/html/thunarx/ThunarxMenuItem.html share/gtk-doc/html/thunarx/ThunarxMenuProvider.html share/gtk-doc/html/thunarx/ThunarxPreferencesProvider.html share/gtk-doc/html/thunarx/ThunarxPropertyPage.html share/gtk-doc/html/thunarx/ThunarxPropertyPageProvider.html share/gtk-doc/html/thunarx/ThunarxProviderFactory.html share/gtk-doc/html/thunarx/ThunarxProviderPlugin.html share/gtk-doc/html/thunarx/ThunarxRenamer.html share/gtk-doc/html/thunarx/ThunarxRenamerProvider.html share/gtk-doc/html/thunarx/abstraction.png share/gtk-doc/html/thunarx/annotation-glossary.html share/gtk-doc/html/thunarx/bulk-rename.png share/gtk-doc/html/thunarx/home.png share/gtk-doc/html/thunarx/index.html share/gtk-doc/html/thunarx/ix01.html share/gtk-doc/html/thunarx/left-insensitive.png share/gtk-doc/html/thunarx/left.png share/gtk-doc/html/thunarx/menu-provider.png share/gtk-doc/html/thunarx/right-insensitive.png share/gtk-doc/html/thunarx/right.png share/gtk-doc/html/thunarx/say-hello.png share/gtk-doc/html/thunarx/style.css share/gtk-doc/html/thunarx/thunarx-Variables-and-functions-to-check-the-library-version.html share/gtk-doc/html/thunarx/thunarx-abstraction-layer.html share/gtk-doc/html/thunarx/thunarx-fundamentals.html share/gtk-doc/html/thunarx/thunarx-overview.html share/gtk-doc/html/thunarx/thunarx-providers.html share/gtk-doc/html/thunarx/thunarx-using-extensions.html share/gtk-doc/html/thunarx/thunarx-writing-extensions-advanced-topics.html share/gtk-doc/html/thunarx/thunarx-writing-extensions-getting-started.html share/gtk-doc/html/thunarx/thunarx-writing-extensions.html share/gtk-doc/html/thunarx/thunarx.devhelp2 share/gtk-doc/html/thunarx/up-insensitive.png share/gtk-doc/html/thunarx/up.png share/icons/hicolor/128x128/apps/org.xfce.thunar.png share/icons/hicolor/16x16/apps/org.xfce.thunar.png share/icons/hicolor/16x16/stock/navigation/stock_folder-copy.png share/icons/hicolor/16x16/stock/navigation/stock_folder-move.png share/icons/hicolor/24x24/stock/navigation/stock_folder-copy.png share/icons/hicolor/24x24/stock/navigation/stock_folder-move.png share/icons/hicolor/48x48/apps/org.xfce.thunar.png share/icons/hicolor/scalable/apps/org.xfce.thunar.svg %%NLS%%share/locale/am/LC_MESSAGES/thunar.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/thunar.mo %%NLS%%share/locale/ar/LC_MESSAGES/thunar.mo %%NLS%%share/locale/ast/LC_MESSAGES/thunar.mo %%NLS%%share/locale/be/LC_MESSAGES/thunar.mo %%NLS%%share/locale/bg/LC_MESSAGES/thunar.mo %%NLS%%share/locale/bn/LC_MESSAGES/thunar.mo %%NLS%%share/locale/ca/LC_MESSAGES/thunar.mo %%NLS%%share/locale/cs/LC_MESSAGES/thunar.mo %%NLS%%share/locale/da/LC_MESSAGES/thunar.mo %%NLS%%share/locale/de/LC_MESSAGES/thunar.mo %%NLS%%share/locale/el/LC_MESSAGES/thunar.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/thunar.mo %%NLS%%share/locale/eo/LC_MESSAGES/thunar.mo %%NLS%%share/locale/es/LC_MESSAGES/thunar.mo %%NLS%%share/locale/et/LC_MESSAGES/thunar.mo %%NLS%%share/locale/eu/LC_MESSAGES/thunar.mo %%NLS%%share/locale/fa_IR/LC_MESSAGES/thunar.mo %%NLS%%share/locale/fi/LC_MESSAGES/thunar.mo %%NLS%%share/locale/fr/LC_MESSAGES/thunar.mo %%NLS%%share/locale/gl/LC_MESSAGES/thunar.mo %%NLS%%share/locale/he/LC_MESSAGES/thunar.mo %%NLS%%share/locale/hr/LC_MESSAGES/thunar.mo %%NLS%%share/locale/hu/LC_MESSAGES/thunar.mo %%NLS%%share/locale/hy/LC_MESSAGES/thunar.mo %%NLS%%share/locale/hy_AM/LC_MESSAGES/thunar.mo %%NLS%%share/locale/hye/LC_MESSAGES/thunar.mo %%NLS%%share/locale/id/LC_MESSAGES/thunar.mo %%NLS%%share/locale/ie/LC_MESSAGES/thunar.mo %%NLS%%share/locale/is/LC_MESSAGES/thunar.mo %%NLS%%share/locale/it/LC_MESSAGES/thunar.mo %%NLS%%share/locale/ja/LC_MESSAGES/thunar.mo %%NLS%%share/locale/kk/LC_MESSAGES/thunar.mo %%NLS%%share/locale/ko/LC_MESSAGES/thunar.mo %%NLS%%share/locale/lt/LC_MESSAGES/thunar.mo %%NLS%%share/locale/lv/LC_MESSAGES/thunar.mo %%NLS%%share/locale/ms/LC_MESSAGES/thunar.mo %%NLS%%share/locale/nb/LC_MESSAGES/thunar.mo %%NLS%%share/locale/nl/LC_MESSAGES/thunar.mo %%NLS%%share/locale/nn/LC_MESSAGES/thunar.mo %%NLS%%share/locale/oc/LC_MESSAGES/thunar.mo %%NLS%%share/locale/pa/LC_MESSAGES/thunar.mo %%NLS%%share/locale/pl/LC_MESSAGES/thunar.mo %%NLS%%share/locale/pt/LC_MESSAGES/thunar.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/thunar.mo %%NLS%%share/locale/ro/LC_MESSAGES/thunar.mo %%NLS%%share/locale/ru/LC_MESSAGES/thunar.mo %%NLS%%share/locale/si/LC_MESSAGES/thunar.mo %%NLS%%share/locale/sk/LC_MESSAGES/thunar.mo %%NLS%%share/locale/sl/LC_MESSAGES/thunar.mo %%NLS%%share/locale/sq/LC_MESSAGES/thunar.mo %%NLS%%share/locale/sr/LC_MESSAGES/thunar.mo %%NLS%%share/locale/sv/LC_MESSAGES/thunar.mo %%NLS%%share/locale/te/LC_MESSAGES/thunar.mo %%NLS%%share/locale/th/LC_MESSAGES/thunar.mo %%NLS%%share/locale/tr/LC_MESSAGES/thunar.mo %%NLS%%share/locale/ug/LC_MESSAGES/thunar.mo %%NLS%%share/locale/uk/LC_MESSAGES/thunar.mo %%NLS%%share/locale/ur/LC_MESSAGES/thunar.mo %%NLS%%share/locale/ur_PK/LC_MESSAGES/thunar.mo %%NLS%%share/locale/vi/LC_MESSAGES/thunar.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/thunar.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/thunar.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/thunar.mo share/metainfo/org.xfce.thunar.appdata.xml share/polkit-1/actions/org.xfce.thunar.policy %%PLUG_TPA%%share/xfce4/panel/plugins/thunar-tpa.desktop diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index 566e33de7a09..022871d4b3be 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -1,47 +1,48 @@ PORTNAME= xfce4-desktop -PORTVERSION= 4.18.1 -PORTREVISION= 4 +PORTVERSION= 4.20.0 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE DISTNAME= xfdesktop-${DISTVERSIONFULL} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce's desktop manager -WWW= https://www.xfce.org/ +WWW= https://gitlab.xfce.org/xfce/xfdesktop LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libnotify.so:devel/libnotify \ - libharfbuzz.so:print/harfbuzz +LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ + libnotify.so:devel/libnotify \ + libyaml.so:textproc/libyaml -USES= compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 \ - xfce xorg -USE_GNOME= cairo glib20 gdkpixbuf2 gtk30 intltool libwnck3 -USE_XFCE= garcon libexo xfconf +USES= compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 xfce \ + xorg +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 libwnck3 +USE_XFCE= garcon libexo windowing xfconf USE_XORG= ice sm x11 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -INSTALL_TARGET= install-strip - CONFIGURE_ARGS= --enable-gio-unix \ --enable-notifications +INSTALL_TARGET= install-strip PORTSCOUT= limitw:1,even -OPTIONS_DEFINE= NLS THUNAR -OPTIONS_DEFAULT= THUNAR -OPTIONS_SUB= yes +OPTIONS_DEFINE= NLS THUNAR WAYLAND +OPTIONS_DEFAULT= THUNAR WAYLAND +OPTIONS_SUB= yes -THUNAR_DESC= Thunar file manager support +THUNAR_DESC= Thunar file manager support -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext-runtime +NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls +THUNAR_USE= XFCE=thunar THUNAR_CONFIGURE_ENABLE= thunarx THUNAR_CONFIGURE_WITH= file-manager-fallback=Thunar -THUNAR_USE= xfce=thunar + +WAYLAND_LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell +WAYLAND_CONFIGURE_ENABLE= wayland .include diff --git a/x11-wm/xfce4-desktop/distinfo b/x11-wm/xfce4-desktop/distinfo index 84008961613e..3cc96017e837 100644 --- a/x11-wm/xfce4-desktop/distinfo +++ b/x11-wm/xfce4-desktop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674304075 -SHA256 (xfce4/xfdesktop-4.18.1.tar.bz2) = ef9268190c25877e22a9ff5aa31cc8ede120239cb0dfca080c174e7eed4ff756 -SIZE (xfce4/xfdesktop-4.18.1.tar.bz2) = 2133258 +TIMESTAMP = 1734297504 +SHA256 (xfce4/xfdesktop-4.20.0.tar.bz2) = 227041ba80c7f3eb9c99dec817f1132b35d8aec7a4335703f61ba1735cd65632 +SIZE (xfce4/xfdesktop-4.20.0.tar.bz2) = 2497345 diff --git a/x11-wm/xfce4-desktop/pkg-plist b/x11-wm/xfce4-desktop/pkg-plist index e3891f82c969..f035250d13ec 100644 --- a/x11-wm/xfce4-desktop/pkg-plist +++ b/x11-wm/xfce4-desktop/pkg-plist @@ -1,92 +1,96 @@ bin/xfdesktop bin/xfdesktop-settings -share/man/man1/xfdesktop.1.gz share/applications/xfce-backdrop-settings.desktop share/backgrounds/xfce/xfce-blue.jpg +share/backgrounds/xfce/xfce-cp-dark.svg share/backgrounds/xfce/xfce-flower.svg share/backgrounds/xfce/xfce-leaves.svg +share/backgrounds/xfce/xfce-light.svg +share/backgrounds/xfce/xfce-mouserace.svg share/backgrounds/xfce/xfce-shapes.svg -share/backgrounds/xfce/xfce-stripes.png -share/backgrounds/xfce/xfce-teal.jpg -share/backgrounds/xfce/xfce-verticals.png +share/backgrounds/xfce/xfce-stripes.svg +share/backgrounds/xfce/xfce-teal.svg +share/backgrounds/xfce/xfce-verticals.svg +share/backgrounds/xfce/xfce-x.svg share/icons/hicolor/128x128/apps/org.xfce.xfdesktop.png share/icons/hicolor/16x16/apps/org.xfce.xfdesktop.png share/icons/hicolor/24x24/apps/org.xfce.xfdesktop.png share/icons/hicolor/32x32/apps/org.xfce.xfdesktop.png share/icons/hicolor/48x48/apps/org.xfce.xfdesktop.png share/icons/hicolor/scalable/apps/org.xfce.xfdesktop.svg %%NLS%%share/locale/am/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/ar/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/az/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/be/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/be@tarask/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/bg/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/bn/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/cs/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/da/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/de/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/el/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/en_CA/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/eo/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/es/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/et/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/eu/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/fa_IR/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/fi/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/fr/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/gl/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/he/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/hr/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/hy_AM/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/hye/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/id/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/ie/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/is/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/it/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/ja/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/ka/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/kk/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/ko/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/lt/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/lv/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/ms/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/nb/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/ne/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/nl/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/nn/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/oc/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/pa/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/pl/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/pt/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/ro/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/ru/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/si/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/sk/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/sl/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/sq/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/sr/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/sv/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/te/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/th/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/tr/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/ug/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/uk/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/ur/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/ur_PK/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/uz/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/vi/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/xfdesktop.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfdesktop.mo +share/man/man1/xfdesktop.1.gz share/pixmaps/xfce4_xicon.png share/pixmaps/xfce4_xicon1.png share/pixmaps/xfce4_xicon2.png share/pixmaps/xfce4_xicon3.png share/pixmaps/xfce4_xicon4.png share/pixmaps/xfdesktop/xfdesktop-fallback-icon.png diff --git a/x11-wm/xfce4-panel-profiles/Makefile b/x11-wm/xfce4-panel-profiles/Makefile index 8164a95e11cc..f1f66dbbcbf1 100644 --- a/x11-wm/xfce4-panel-profiles/Makefile +++ b/x11-wm/xfce4-panel-profiles/Makefile @@ -1,32 +1,32 @@ PORTNAME= xfce4-panel-profiles PORTVERSION= 1.0.14 PORTREVISION= 2 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce's panel multiple layouts manager WWW= https://git.xfce.org/apps/xfce4-panel-profiles/about/ LICENSE= GPLv3 USES= gettext-tools gmake gnome python shebangfix tar:bz2 xfce USE_GNOME= gtk30 intltool USE_XFCE= libmenu panel -NO_ARCH= yes +SHEBANG_FILES= xfce4-panel-profiles/panelconfig.py \ + xfce4-panel-profiles/xfce4-panel-profiles.py HAS_CONFIGURE= yes -SHEBANG_FILES= xfce4-panel-profiles/xfce4-panel-profiles.py \ - xfce4-panel-profiles/panelconfig.py +NO_ARCH= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes +NLS_USES= gettext-runtime NLS_INSTALL_TARGET= install-locale -NLS_USES= gettext-runtime post-install: ${RLN} ${STAGEDIR}${PREFIX}/share/locale ${STAGEDIR}${PREFIX}/share/${PORTNAME}/locale .include diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index 490d54e0d2ab..469aa5affed0 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -1,50 +1,55 @@ PORTNAME= xfce4-panel -PORTVERSION= 4.18.6 +PORTVERSION= 4.20.0 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce's panel -WWW= https://docs.xfce.org/xfce/xfce4-panel/start +WWW= https://gitlab.xfce.org/xfce/xfce4-panel LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libdbusmenu-gtk3.so:devel/libdbusmenu \ libharfbuzz.so:print/harfbuzz USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \ libtool pathfix perl5 pkgconfig tar:bzip2 xfce xorg -USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3 +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 libwnck3 USE_LDCONFIG= yes -USE_XFCE= garcon libexo xfconf +USE_PERL5= build +USE_XFCE= garcon libexo windowing xfconf USE_XORG= ice sm x11 xext GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-gio-unix \ +CONFIGURE_ARGS= --enable-x11 \ --without-html-dir INSTALL_TARGET= install-strip PORTSCOUT= limitw:1,even -OPTIONS_DEFINE= GIR NLS VAPI -OPTIONS_DEFAULT= GIR VAPI +OPTIONS_DEFINE= GIR NLS VAPI WAYLAND +OPTIONS_DEFAULT= GIR VAPI WAYLAND OPTIONS_SUB= yes -GIR_DESC= Use Gobject Introspection +GIR_DESC= Use Gobject Introspection GIR_USE= GNOME=introspection:build GIR_CONFIGURE_ON= --enable-introspection=yes GIR_CONFIGURE_OFF= --enable-introspection=no NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls VAPI_IMPLIES= GIR VAPI_USES= vala:build VAPI_CONFIGURE_ENABLE= vala +WAYLAND_LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell \ + libwayland-client.so:graphics/wayland +WAYLAND_CONFIGURE_ENABLE= gtk-layer-shell wayland + .include diff --git a/x11-wm/xfce4-panel/distinfo b/x11-wm/xfce4-panel/distinfo index 38a31b8101e1..06fb8e60487f 100644 --- a/x11-wm/xfce4-panel/distinfo +++ b/x11-wm/xfce4-panel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709218506 -SHA256 (xfce4/xfce4-panel-4.18.6.tar.bz2) = 21337161f58bb9b6e42760cb6883bc79beea27882aa6272b61f0e09d750d7c62 -SIZE (xfce4/xfce4-panel-4.18.6.tar.bz2) = 1595352 +TIMESTAMP = 1734284839 +SHA256 (xfce4/xfce4-panel-4.20.0.tar.bz2) = ff33cd5f5d16c2193fe305f4878d82cd8d2feea92f2594bcd27b2b5c392d43b8 +SIZE (xfce4/xfce4-panel-4.20.0.tar.bz2) = 2260815 diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index 8ba3d91bd9da..69e7d7f6838d 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -1,40 +1,48 @@ PORTNAME= xfce4-session -PORTVERSION= 4.18.4 +PORTVERSION= 4.20.0 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce's session manager -WWW= https://www.xfce.org/ +WWW= https://gitlab.xfce.org/xfce/xfce4-session LICENSE= GPLv2 BUILD_DEPENDS= iceauth:x11/iceauth RUN_DEPENDS= iceauth:x11/iceauth \ console-kit-daemon:sysutils/consolekit2 \ xrdb:x11/xrdb LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit USES= compiler:c11 gettext-tools gmake gnome libtool pathfix \ pkgconfig tar:bzip2 xfce xorg -USE_GNOME= cairo gdkpixbuf2 gtk30 glib20 intltool libwnck3 -USE_XFCE= libmenu xfconf +USE_GNOME= cairo gdkpixbuf2 gtk30 glib20 libwnck3 +USE_XFCE= libmenu xfconf windowing USE_XORG= ice sm x11 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-legacy-sm \ - --with-xsession-prefix=${PREFIX} + --with-backend=freebsd \ + --enable-x11 \ + --enable-polkit \ + --with-xsession-prefix=${PREFIX} \ + --with-wayland-session-prefix=${PREFIX} SUB_FILES= pkg-message INSTALL_TARGET= install-strip PORTSCOUT= limitw:1,even -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS WAYLAND +OPTIONS_DEFAULT= WAYLAND OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +WAYLAND_LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell \ + libwayland-client.so:graphics/wayland +WAYLAND_CONFIGURE_ENABLE= gtk-layer-shell wayland + .include diff --git a/x11-wm/xfce4-session/distinfo b/x11-wm/xfce4-session/distinfo index e38905bf5528..4c65b38b8db7 100644 --- a/x11-wm/xfce4-session/distinfo +++ b/x11-wm/xfce4-session/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717950146 -SHA256 (xfce4/xfce4-session-4.18.4.tar.bz2) = 9a9c5074c7338b881a5259d3b643619bf84901360c03478e1a697938ece06516 -SIZE (xfce4/xfce4-session-4.18.4.tar.bz2) = 922274 +TIMESTAMP = 1734294095 +SHA256 (xfce4/xfce4-session-4.20.0.tar.bz2) = 5229233fe6ee692361cc28724886c5b08e0216d89f09c42d273191d38fd64f85 +SIZE (xfce4/xfce4-session-4.20.0.tar.bz2) = 1185603 diff --git a/x11-wm/xfce4-session/files/patch-scripts_xscreensaver.desktop.in b/x11-wm/xfce4-session/files/patch-scripts_xscreensaver.desktop.in deleted file mode 100644 index 4978645971f7..000000000000 --- a/x11-wm/xfce4-session/files/patch-scripts_xscreensaver.desktop.in +++ /dev/null @@ -1,7 +0,0 @@ ---- scripts/xscreensaver.desktop.in.orig 2019-08-11 20:11:06 UTC -+++ scripts/xscreensaver.desktop.in -@@ -7,3 +7,4 @@ Icon=preferences-desktop-screensaver - Exec=xscreensaver -no-splash - TryExec=xscreensaver - OnlyShowIn=XFCE; -+Hidden=true diff --git a/x11-wm/xfce4-session/files/pkg-message.in b/x11-wm/xfce4-session/files/pkg-message.in index cf2c7b0aa22b..037d0de3ad71 100644 --- a/x11-wm/xfce4-session/files/pkg-message.in +++ b/x11-wm/xfce4-session/files/pkg-message.in @@ -1,55 +1,26 @@ [ { type: install message: < to enable xscreensaver -XFCE Screensaver -> to enable xfce4-screensaver -EOM -} -{ - type: upgrade - message: < to enable xscreensaver -XFCE Screensaver -> to enable xfce4-screensaver EOM } ] diff --git a/x11-wm/xfce4-session/pkg-plist b/x11-wm/xfce4-session/pkg-plist index b1c3d0114d93..e375ed05ff56 100644 --- a/x11-wm/xfce4-session/pkg-plist +++ b/x11-wm/xfce4-session/pkg-plist @@ -1,113 +1,115 @@ bin/startxfce4 bin/xfce4-session bin/xfce4-session-logout bin/xfce4-session-settings bin/xflock4 -etc/xdg/autostart/xscreensaver.desktop etc/xdg/xfce4/Xft.xrdb etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml @(,,755) etc/xdg/xfce4/xinitrc lib/xfce4/session/xfsm-shutdown-helper share/man/man1/xfce4-session-logout.1.gz share/man/man1/xfce4-session.1.gz share/applications/xfce-session-settings.desktop share/applications/xfce4-session-logout.desktop share/icons/hicolor/128x128/apps/org.xfce.session.png share/icons/hicolor/16x16/apps/org.xfce.session.png share/icons/hicolor/24x24/actions/xfsm-hibernate.png share/icons/hicolor/24x24/actions/xfsm-lock.png share/icons/hicolor/24x24/actions/xfsm-logout.png share/icons/hicolor/24x24/actions/xfsm-reboot.png share/icons/hicolor/24x24/actions/xfsm-shutdown.png share/icons/hicolor/24x24/actions/xfsm-suspend.png share/icons/hicolor/24x24/actions/xfsm-switch-user.png share/icons/hicolor/24x24/apps/org.xfce.session.png share/icons/hicolor/32x32/apps/org.xfce.session.png share/icons/hicolor/48x48/actions/xfsm-hibernate.png share/icons/hicolor/48x48/actions/xfsm-lock.png share/icons/hicolor/48x48/actions/xfsm-logout.png share/icons/hicolor/48x48/actions/xfsm-reboot.png share/icons/hicolor/48x48/actions/xfsm-shutdown.png 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 %%NLS%%share/locale/am/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/az/LC_MESSAGES/xfce4-session.mo +%%NLS%%share/locale/az_AZ/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/be/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/be@tarask/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/bg/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/bn/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/cs/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/da/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/de/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/el/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/en_CA/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/eo/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/es/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/et/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/eu/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/fa_IR/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/fi/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/fr/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/gl/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/he/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/hi/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/hr/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/hy_AM/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/hye/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/id/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/ie/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/is/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/it/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/ja/LC_MESSAGES/xfce4-session.mo +%%NLS%%share/locale/ka/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/kk/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/ko/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/lt/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/lv/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/ms/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/nb/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/nl/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/nn/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/oc/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/pa/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/pl/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/pt/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/ro/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/ru/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/si/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/sk/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/sl/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/sq/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/sr/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/sv/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/te/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/th/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/tr/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/ug/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/uk/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/ur/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/vi/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/xfce4-session.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-session.mo share/polkit-1/actions/org.xfce.session.policy +%%WAYLAND%%share/wayland-sessions/xfce-wayland.desktop share/xdg-desktop-portal/xfce-portals.conf share/xsessions/xfce.desktop diff --git a/x11-wm/xfce4-wm/Makefile b/x11-wm/xfce4-wm/Makefile index c7482b6d7c8b..7a07d737850b 100644 --- a/x11-wm/xfce4-wm/Makefile +++ b/x11-wm/xfce4-wm/Makefile @@ -1,52 +1,51 @@ PORTNAME= xfce4-wm -PORTVERSION= 4.18.0 -PORTREVISION= 3 +PORTVERSION= 4.20.0 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE DISTNAME= xfwm4-${DISTVERSIONFULL} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce's window manager -WWW= https://xfce.org/ +WWW= https://gitlab.xfce.org/xfce/xfwm4 LICENSE= GPLv2 LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libharfbuzz.so:print/harfbuzz -USES= compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 \ - xfce xorg -USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libwnck3 +USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ + tar:bzip2 xfce xorg +USE_GNOME= cairo gdkpixbuf2 gtk30 libwnck3 USE_XFCE= libmenu xfconf USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xi xinerama \ xorgproto xpresent xrandr xrender xres CONFIGURE_ARGS= --enable-xsync \ --enable-render \ --enable-randr \ --enable-compositor \ --enable-xpresent \ - --disable-kde-systray + --enable-poswin GNU_CONFIGURE= yes DATADIR= ${PREFIX}/share/xfwm4 PORTSCOUT= limitw:1,even OPTIONS_DEFINE= NLS STARTUP OPTIONS_DEFAULT= STARTUP OPTIONS_SUB= yes STARTUP_DESC= Startup notification NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime STARTUP_CONFIGURE_ENABLE= startup-notification STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification post-patch: @${REINPLACE_CMD} -e 's|Default|Greybird|' \ ${WRKSRC}/settings-dialogs/xfwm4-settings.c .include diff --git a/x11-wm/xfce4-wm/distinfo b/x11-wm/xfce4-wm/distinfo index cf3a0c882343..5b7e1b9aa3d1 100644 --- a/x11-wm/xfce4-wm/distinfo +++ b/x11-wm/xfce4-wm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671100717 -SHA256 (xfce4/xfwm4-4.18.0.tar.bz2) = 92cd1b889bb25cb4bc06c1c6736c238d96e79c1e706b9f77fad0a89d6e5fc13f -SIZE (xfce4/xfwm4-4.18.0.tar.bz2) = 1220901 +TIMESTAMP = 1734297176 +SHA256 (xfce4/xfwm4-4.20.0.tar.bz2) = a58b63e49397aa0d8d1dcf0636be93c8bb5926779aef5165e0852890190dcf06 +SIZE (xfce4/xfwm4-4.20.0.tar.bz2) = 1487158 diff --git a/x11-wm/xfce4-wm/pkg-plist b/x11-wm/xfce4-wm/pkg-plist index 0e63e3f40700..8dfe326acf7a 100644 --- a/x11-wm/xfce4-wm/pkg-plist +++ b/x11-wm/xfce4-wm/pkg-plist @@ -1,821 +1,822 @@ bin/xfwm4 bin/xfwm4-settings bin/xfwm4-tweaks-settings bin/xfwm4-workspace-settings lib/xfce4/xfwm4/helper-dialog share/applications/xfce-wm-settings.desktop share/applications/xfce-wmtweaks-settings.desktop share/applications/xfce-workspaces-settings.desktop share/icons/hicolor/128x128/apps/org.xfce.workspaces.png share/icons/hicolor/128x128/apps/org.xfce.xfwm4-tweaks.png share/icons/hicolor/128x128/apps/org.xfce.xfwm4.png share/icons/hicolor/16x16/apps/org.xfce.workspaces.png share/icons/hicolor/16x16/apps/org.xfce.xfwm4-tweaks.png share/icons/hicolor/16x16/apps/org.xfce.xfwm4.png share/icons/hicolor/22x22/actions/xfce-wm-close.png share/icons/hicolor/22x22/actions/xfce-wm-maximize.png share/icons/hicolor/22x22/actions/xfce-wm-menu.png share/icons/hicolor/22x22/actions/xfce-wm-minimize.png share/icons/hicolor/22x22/actions/xfce-wm-shade.png share/icons/hicolor/22x22/actions/xfce-wm-stick.png share/icons/hicolor/22x22/actions/xfce-wm-unmaximize.png share/icons/hicolor/22x22/actions/xfce-wm-unshade.png share/icons/hicolor/22x22/actions/xfce-wm-unstick.png share/icons/hicolor/48x48/apps/org.xfce.workspaces.png share/icons/hicolor/48x48/apps/org.xfce.xfwm4-tweaks.png share/icons/hicolor/48x48/apps/org.xfce.xfwm4.png share/icons/hicolor/48x48/apps/xfwm4-default.png share/icons/hicolor/scalable/actions/xfce-wm-close.svg share/icons/hicolor/scalable/actions/xfce-wm-maximize.svg share/icons/hicolor/scalable/actions/xfce-wm-menu.svg share/icons/hicolor/scalable/actions/xfce-wm-minimize.svg share/icons/hicolor/scalable/actions/xfce-wm-shade.svg share/icons/hicolor/scalable/actions/xfce-wm-stick.svg share/icons/hicolor/scalable/actions/xfce-wm-unmaximize.svg share/icons/hicolor/scalable/actions/xfce-wm-unshade.svg share/icons/hicolor/scalable/actions/xfce-wm-unstick.svg share/icons/hicolor/scalable/apps/org.xfce.workspaces.svg share/icons/hicolor/scalable/apps/org.xfce.xfwm4-tweaks.svg share/icons/hicolor/scalable/apps/org.xfce.xfwm4.svg share/icons/hicolor/scalable/apps/xfwm4-default.svg %%NLS%%share/locale/am/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/ar/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/be/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/be@tarask/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/bg/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/bn/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/cs/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/da/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/de/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/el/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/en_CA/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/eo/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/es/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/et/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/eu/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/fa_IR/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/fi/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/fr/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/gl/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/he/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/hr/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/hy_AM/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/hye/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/id/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/ie/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/is/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/it/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/ja/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/ka/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/kk/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/ko/LC_MESSAGES/xfwm4.mo +%%NLS%%share/locale/ku/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/lt/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/lv/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/ms/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/nb/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/nl/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/nn/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/oc/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/pa/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/pl/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/pt/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/ro/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/ru/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/si/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/sk/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/sl/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/sq/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/sr/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/sv/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/te/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/th/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/tr/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/ug/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/uk/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/ur/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/ur_PK/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/vi/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/xfwm4.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfwm4.mo share/themes/Daloa/xfwm4/README share/themes/Daloa/xfwm4/bottom-active.png share/themes/Daloa/xfwm4/bottom-active.xpm share/themes/Daloa/xfwm4/bottom-inactive.png share/themes/Daloa/xfwm4/bottom-inactive.xpm share/themes/Daloa/xfwm4/bottom-left-active.png share/themes/Daloa/xfwm4/bottom-left-active.xpm share/themes/Daloa/xfwm4/bottom-left-inactive.png share/themes/Daloa/xfwm4/bottom-left-inactive.xpm share/themes/Daloa/xfwm4/bottom-right-active.png share/themes/Daloa/xfwm4/bottom-right-active.xpm share/themes/Daloa/xfwm4/bottom-right-inactive.png share/themes/Daloa/xfwm4/bottom-right-inactive.xpm share/themes/Daloa/xfwm4/close-active.png share/themes/Daloa/xfwm4/close-active.xpm share/themes/Daloa/xfwm4/close-inactive.png share/themes/Daloa/xfwm4/close-inactive.xpm share/themes/Daloa/xfwm4/close-prelight.png share/themes/Daloa/xfwm4/close-prelight.xpm share/themes/Daloa/xfwm4/close-pressed.png share/themes/Daloa/xfwm4/close-pressed.xpm share/themes/Daloa/xfwm4/hide-active.png share/themes/Daloa/xfwm4/hide-active.xpm share/themes/Daloa/xfwm4/hide-inactive.png share/themes/Daloa/xfwm4/hide-inactive.xpm share/themes/Daloa/xfwm4/hide-prelight.png share/themes/Daloa/xfwm4/hide-prelight.xpm share/themes/Daloa/xfwm4/hide-pressed.png share/themes/Daloa/xfwm4/hide-pressed.xpm share/themes/Daloa/xfwm4/left-active.png share/themes/Daloa/xfwm4/left-active.xpm share/themes/Daloa/xfwm4/left-inactive.png share/themes/Daloa/xfwm4/left-inactive.xpm share/themes/Daloa/xfwm4/maximize-active.png share/themes/Daloa/xfwm4/maximize-active.xpm share/themes/Daloa/xfwm4/maximize-inactive.png share/themes/Daloa/xfwm4/maximize-inactive.xpm share/themes/Daloa/xfwm4/maximize-prelight.png share/themes/Daloa/xfwm4/maximize-prelight.xpm share/themes/Daloa/xfwm4/maximize-pressed.png share/themes/Daloa/xfwm4/maximize-pressed.xpm share/themes/Daloa/xfwm4/maximize-toggled-active.png share/themes/Daloa/xfwm4/maximize-toggled-active.xpm share/themes/Daloa/xfwm4/maximize-toggled-inactive.png share/themes/Daloa/xfwm4/maximize-toggled-inactive.xpm share/themes/Daloa/xfwm4/maximize-toggled-prelight.png share/themes/Daloa/xfwm4/maximize-toggled-prelight.xpm share/themes/Daloa/xfwm4/maximize-toggled-pressed.png share/themes/Daloa/xfwm4/maximize-toggled-pressed.xpm share/themes/Daloa/xfwm4/menu-active.png share/themes/Daloa/xfwm4/menu-active.xpm share/themes/Daloa/xfwm4/menu-inactive.png share/themes/Daloa/xfwm4/menu-inactive.xpm share/themes/Daloa/xfwm4/menu-prelight.png share/themes/Daloa/xfwm4/menu-prelight.xpm share/themes/Daloa/xfwm4/menu-pressed.png share/themes/Daloa/xfwm4/menu-pressed.xpm share/themes/Daloa/xfwm4/right-active.png share/themes/Daloa/xfwm4/right-active.xpm share/themes/Daloa/xfwm4/right-inactive.png share/themes/Daloa/xfwm4/right-inactive.xpm share/themes/Daloa/xfwm4/shade-active.png share/themes/Daloa/xfwm4/shade-active.xpm share/themes/Daloa/xfwm4/shade-inactive.png share/themes/Daloa/xfwm4/shade-inactive.xpm share/themes/Daloa/xfwm4/shade-prelight.png share/themes/Daloa/xfwm4/shade-prelight.xpm share/themes/Daloa/xfwm4/shade-pressed.png share/themes/Daloa/xfwm4/shade-pressed.xpm share/themes/Daloa/xfwm4/shade-toggled-active.png share/themes/Daloa/xfwm4/shade-toggled-active.xpm share/themes/Daloa/xfwm4/shade-toggled-inactive.png share/themes/Daloa/xfwm4/shade-toggled-inactive.xpm share/themes/Daloa/xfwm4/shade-toggled-prelight.png share/themes/Daloa/xfwm4/shade-toggled-prelight.xpm share/themes/Daloa/xfwm4/shade-toggled-pressed.png share/themes/Daloa/xfwm4/shade-toggled-pressed.xpm share/themes/Daloa/xfwm4/stick-active.png share/themes/Daloa/xfwm4/stick-active.xpm share/themes/Daloa/xfwm4/stick-inactive.png share/themes/Daloa/xfwm4/stick-inactive.xpm share/themes/Daloa/xfwm4/stick-prelight.png share/themes/Daloa/xfwm4/stick-prelight.xpm share/themes/Daloa/xfwm4/stick-pressed.png share/themes/Daloa/xfwm4/stick-pressed.xpm share/themes/Daloa/xfwm4/stick-toggled-active.png share/themes/Daloa/xfwm4/stick-toggled-active.xpm share/themes/Daloa/xfwm4/stick-toggled-inactive.png share/themes/Daloa/xfwm4/stick-toggled-inactive.xpm share/themes/Daloa/xfwm4/stick-toggled-prelight.png share/themes/Daloa/xfwm4/stick-toggled-prelight.xpm share/themes/Daloa/xfwm4/stick-toggled-pressed.png share/themes/Daloa/xfwm4/stick-toggled-pressed.xpm share/themes/Daloa/xfwm4/themerc share/themes/Daloa/xfwm4/title-1-active.png share/themes/Daloa/xfwm4/title-1-active.xpm share/themes/Daloa/xfwm4/title-1-inactive.png share/themes/Daloa/xfwm4/title-1-inactive.xpm share/themes/Daloa/xfwm4/title-2-active.png share/themes/Daloa/xfwm4/title-2-active.xpm share/themes/Daloa/xfwm4/title-2-inactive.png share/themes/Daloa/xfwm4/title-2-inactive.xpm share/themes/Daloa/xfwm4/title-3-active.png share/themes/Daloa/xfwm4/title-3-active.xpm share/themes/Daloa/xfwm4/title-3-inactive.png share/themes/Daloa/xfwm4/title-3-inactive.xpm share/themes/Daloa/xfwm4/title-4-active.png share/themes/Daloa/xfwm4/title-4-active.xpm share/themes/Daloa/xfwm4/title-4-inactive.png share/themes/Daloa/xfwm4/title-4-inactive.xpm share/themes/Daloa/xfwm4/title-5-active.png share/themes/Daloa/xfwm4/title-5-active.xpm share/themes/Daloa/xfwm4/title-5-inactive.png share/themes/Daloa/xfwm4/title-5-inactive.xpm share/themes/Daloa/xfwm4/top-left-active.png share/themes/Daloa/xfwm4/top-left-active.xpm share/themes/Daloa/xfwm4/top-left-inactive.png share/themes/Daloa/xfwm4/top-left-inactive.xpm share/themes/Daloa/xfwm4/top-right-active.png share/themes/Daloa/xfwm4/top-right-active.xpm share/themes/Daloa/xfwm4/top-right-inactive.png share/themes/Daloa/xfwm4/top-right-inactive.xpm share/themes/Default-hdpi/xfwm4/README share/themes/Default-hdpi/xfwm4/bottom-active.png share/themes/Default-hdpi/xfwm4/bottom-active.xpm share/themes/Default-hdpi/xfwm4/bottom-inactive.png share/themes/Default-hdpi/xfwm4/bottom-inactive.xpm share/themes/Default-hdpi/xfwm4/bottom-left-active.png share/themes/Default-hdpi/xfwm4/bottom-left-active.xpm share/themes/Default-hdpi/xfwm4/bottom-left-inactive.png share/themes/Default-hdpi/xfwm4/bottom-left-inactive.xpm share/themes/Default-hdpi/xfwm4/bottom-right-active.png share/themes/Default-hdpi/xfwm4/bottom-right-active.xpm share/themes/Default-hdpi/xfwm4/bottom-right-inactive.png share/themes/Default-hdpi/xfwm4/bottom-right-inactive.xpm share/themes/Default-hdpi/xfwm4/close-active.png share/themes/Default-hdpi/xfwm4/close-active.xpm share/themes/Default-hdpi/xfwm4/close-inactive.png share/themes/Default-hdpi/xfwm4/close-inactive.xpm share/themes/Default-hdpi/xfwm4/close-prelight.png share/themes/Default-hdpi/xfwm4/close-prelight.xpm share/themes/Default-hdpi/xfwm4/close-pressed.png share/themes/Default-hdpi/xfwm4/close-pressed.xpm share/themes/Default-hdpi/xfwm4/hide-active.png share/themes/Default-hdpi/xfwm4/hide-active.xpm share/themes/Default-hdpi/xfwm4/hide-inactive.png share/themes/Default-hdpi/xfwm4/hide-inactive.xpm share/themes/Default-hdpi/xfwm4/hide-prelight.png share/themes/Default-hdpi/xfwm4/hide-prelight.xpm share/themes/Default-hdpi/xfwm4/hide-pressed.png share/themes/Default-hdpi/xfwm4/hide-pressed.xpm share/themes/Default-hdpi/xfwm4/left-active.png share/themes/Default-hdpi/xfwm4/left-active.xpm share/themes/Default-hdpi/xfwm4/left-inactive.png share/themes/Default-hdpi/xfwm4/left-inactive.xpm share/themes/Default-hdpi/xfwm4/maximize-active.png share/themes/Default-hdpi/xfwm4/maximize-active.xpm share/themes/Default-hdpi/xfwm4/maximize-inactive.png share/themes/Default-hdpi/xfwm4/maximize-inactive.xpm share/themes/Default-hdpi/xfwm4/maximize-prelight.png share/themes/Default-hdpi/xfwm4/maximize-prelight.xpm share/themes/Default-hdpi/xfwm4/maximize-pressed.png share/themes/Default-hdpi/xfwm4/maximize-pressed.xpm share/themes/Default-hdpi/xfwm4/maximize-toggled-active.png share/themes/Default-hdpi/xfwm4/maximize-toggled-active.xpm share/themes/Default-hdpi/xfwm4/maximize-toggled-inactive.png share/themes/Default-hdpi/xfwm4/maximize-toggled-inactive.xpm share/themes/Default-hdpi/xfwm4/maximize-toggled-prelight.png share/themes/Default-hdpi/xfwm4/maximize-toggled-prelight.xpm share/themes/Default-hdpi/xfwm4/maximize-toggled-pressed.png share/themes/Default-hdpi/xfwm4/maximize-toggled-pressed.xpm share/themes/Default-hdpi/xfwm4/menu-active.png share/themes/Default-hdpi/xfwm4/menu-active.xpm share/themes/Default-hdpi/xfwm4/menu-inactive.png share/themes/Default-hdpi/xfwm4/menu-inactive.xpm share/themes/Default-hdpi/xfwm4/menu-prelight.png share/themes/Default-hdpi/xfwm4/menu-prelight.xpm share/themes/Default-hdpi/xfwm4/menu-pressed.png share/themes/Default-hdpi/xfwm4/menu-pressed.xpm share/themes/Default-hdpi/xfwm4/right-active.png share/themes/Default-hdpi/xfwm4/right-active.xpm share/themes/Default-hdpi/xfwm4/right-inactive.png share/themes/Default-hdpi/xfwm4/right-inactive.xpm share/themes/Default-hdpi/xfwm4/shade-active.png share/themes/Default-hdpi/xfwm4/shade-active.xpm share/themes/Default-hdpi/xfwm4/shade-inactive.png share/themes/Default-hdpi/xfwm4/shade-inactive.xpm share/themes/Default-hdpi/xfwm4/shade-prelight.png share/themes/Default-hdpi/xfwm4/shade-prelight.xpm share/themes/Default-hdpi/xfwm4/shade-pressed.png share/themes/Default-hdpi/xfwm4/shade-pressed.xpm share/themes/Default-hdpi/xfwm4/shade-toggled-active.png share/themes/Default-hdpi/xfwm4/shade-toggled-active.xpm share/themes/Default-hdpi/xfwm4/shade-toggled-inactive.png share/themes/Default-hdpi/xfwm4/shade-toggled-inactive.xpm share/themes/Default-hdpi/xfwm4/shade-toggled-prelight.png share/themes/Default-hdpi/xfwm4/shade-toggled-prelight.xpm share/themes/Default-hdpi/xfwm4/shade-toggled-pressed.png share/themes/Default-hdpi/xfwm4/shade-toggled-pressed.xpm share/themes/Default-hdpi/xfwm4/stick-active.png share/themes/Default-hdpi/xfwm4/stick-active.xpm share/themes/Default-hdpi/xfwm4/stick-inactive.png share/themes/Default-hdpi/xfwm4/stick-inactive.xpm share/themes/Default-hdpi/xfwm4/stick-prelight.png share/themes/Default-hdpi/xfwm4/stick-prelight.xpm share/themes/Default-hdpi/xfwm4/stick-pressed.png share/themes/Default-hdpi/xfwm4/stick-pressed.xpm share/themes/Default-hdpi/xfwm4/stick-toggled-active.png share/themes/Default-hdpi/xfwm4/stick-toggled-active.xpm share/themes/Default-hdpi/xfwm4/stick-toggled-inactive.png share/themes/Default-hdpi/xfwm4/stick-toggled-inactive.xpm share/themes/Default-hdpi/xfwm4/stick-toggled-prelight.png share/themes/Default-hdpi/xfwm4/stick-toggled-prelight.xpm share/themes/Default-hdpi/xfwm4/stick-toggled-pressed.png share/themes/Default-hdpi/xfwm4/stick-toggled-pressed.xpm share/themes/Default-hdpi/xfwm4/themerc share/themes/Default-hdpi/xfwm4/title-1-active.png share/themes/Default-hdpi/xfwm4/title-1-active.xpm share/themes/Default-hdpi/xfwm4/title-1-inactive.png share/themes/Default-hdpi/xfwm4/title-1-inactive.xpm share/themes/Default-hdpi/xfwm4/title-2-active.png share/themes/Default-hdpi/xfwm4/title-2-active.xpm share/themes/Default-hdpi/xfwm4/title-2-inactive.png share/themes/Default-hdpi/xfwm4/title-2-inactive.xpm share/themes/Default-hdpi/xfwm4/title-3-active.png share/themes/Default-hdpi/xfwm4/title-3-active.xpm share/themes/Default-hdpi/xfwm4/title-3-inactive.png share/themes/Default-hdpi/xfwm4/title-3-inactive.xpm share/themes/Default-hdpi/xfwm4/title-4-active.png share/themes/Default-hdpi/xfwm4/title-4-active.xpm share/themes/Default-hdpi/xfwm4/title-4-inactive.png share/themes/Default-hdpi/xfwm4/title-4-inactive.xpm share/themes/Default-hdpi/xfwm4/title-5-active.png share/themes/Default-hdpi/xfwm4/title-5-active.xpm share/themes/Default-hdpi/xfwm4/title-5-inactive.png share/themes/Default-hdpi/xfwm4/title-5-inactive.xpm share/themes/Default-hdpi/xfwm4/top-left-active.png share/themes/Default-hdpi/xfwm4/top-left-active.xpm share/themes/Default-hdpi/xfwm4/top-left-inactive.png share/themes/Default-hdpi/xfwm4/top-left-inactive.xpm share/themes/Default-hdpi/xfwm4/top-right-active.png share/themes/Default-hdpi/xfwm4/top-right-active.xpm share/themes/Default-hdpi/xfwm4/top-right-inactive.png share/themes/Default-hdpi/xfwm4/top-right-inactive.xpm share/themes/Default-xhdpi/xfwm4/README share/themes/Default-xhdpi/xfwm4/bottom-active.png share/themes/Default-xhdpi/xfwm4/bottom-active.xpm share/themes/Default-xhdpi/xfwm4/bottom-inactive.png share/themes/Default-xhdpi/xfwm4/bottom-inactive.xpm share/themes/Default-xhdpi/xfwm4/bottom-left-active.png share/themes/Default-xhdpi/xfwm4/bottom-left-active.xpm share/themes/Default-xhdpi/xfwm4/bottom-left-inactive.png share/themes/Default-xhdpi/xfwm4/bottom-left-inactive.xpm share/themes/Default-xhdpi/xfwm4/bottom-right-active.png share/themes/Default-xhdpi/xfwm4/bottom-right-active.xpm share/themes/Default-xhdpi/xfwm4/bottom-right-inactive.png share/themes/Default-xhdpi/xfwm4/bottom-right-inactive.xpm share/themes/Default-xhdpi/xfwm4/close-active.png share/themes/Default-xhdpi/xfwm4/close-active.xpm share/themes/Default-xhdpi/xfwm4/close-inactive.png share/themes/Default-xhdpi/xfwm4/close-inactive.xpm share/themes/Default-xhdpi/xfwm4/close-prelight.png share/themes/Default-xhdpi/xfwm4/close-prelight.xpm share/themes/Default-xhdpi/xfwm4/close-pressed.png share/themes/Default-xhdpi/xfwm4/close-pressed.xpm share/themes/Default-xhdpi/xfwm4/hide-active.png share/themes/Default-xhdpi/xfwm4/hide-active.xpm share/themes/Default-xhdpi/xfwm4/hide-inactive.png share/themes/Default-xhdpi/xfwm4/hide-inactive.xpm share/themes/Default-xhdpi/xfwm4/hide-prelight.png share/themes/Default-xhdpi/xfwm4/hide-prelight.xpm share/themes/Default-xhdpi/xfwm4/hide-pressed.png share/themes/Default-xhdpi/xfwm4/hide-pressed.xpm share/themes/Default-xhdpi/xfwm4/left-active.png share/themes/Default-xhdpi/xfwm4/left-active.xpm share/themes/Default-xhdpi/xfwm4/left-inactive.png share/themes/Default-xhdpi/xfwm4/left-inactive.xpm share/themes/Default-xhdpi/xfwm4/maximize-active.png share/themes/Default-xhdpi/xfwm4/maximize-active.xpm share/themes/Default-xhdpi/xfwm4/maximize-inactive.png share/themes/Default-xhdpi/xfwm4/maximize-inactive.xpm share/themes/Default-xhdpi/xfwm4/maximize-prelight.png share/themes/Default-xhdpi/xfwm4/maximize-prelight.xpm share/themes/Default-xhdpi/xfwm4/maximize-pressed.png share/themes/Default-xhdpi/xfwm4/maximize-pressed.xpm share/themes/Default-xhdpi/xfwm4/maximize-toggled-active.png share/themes/Default-xhdpi/xfwm4/maximize-toggled-active.xpm share/themes/Default-xhdpi/xfwm4/maximize-toggled-inactive.png share/themes/Default-xhdpi/xfwm4/maximize-toggled-inactive.xpm share/themes/Default-xhdpi/xfwm4/maximize-toggled-prelight.png share/themes/Default-xhdpi/xfwm4/maximize-toggled-prelight.xpm share/themes/Default-xhdpi/xfwm4/maximize-toggled-pressed.png share/themes/Default-xhdpi/xfwm4/maximize-toggled-pressed.xpm share/themes/Default-xhdpi/xfwm4/menu-active.png share/themes/Default-xhdpi/xfwm4/menu-active.xpm share/themes/Default-xhdpi/xfwm4/menu-inactive.png share/themes/Default-xhdpi/xfwm4/menu-inactive.xpm share/themes/Default-xhdpi/xfwm4/menu-prelight.png share/themes/Default-xhdpi/xfwm4/menu-prelight.xpm share/themes/Default-xhdpi/xfwm4/menu-pressed.png share/themes/Default-xhdpi/xfwm4/menu-pressed.xpm share/themes/Default-xhdpi/xfwm4/right-active.png share/themes/Default-xhdpi/xfwm4/right-active.xpm share/themes/Default-xhdpi/xfwm4/right-inactive.png share/themes/Default-xhdpi/xfwm4/right-inactive.xpm share/themes/Default-xhdpi/xfwm4/shade-active.png share/themes/Default-xhdpi/xfwm4/shade-active.xpm share/themes/Default-xhdpi/xfwm4/shade-inactive.png share/themes/Default-xhdpi/xfwm4/shade-inactive.xpm share/themes/Default-xhdpi/xfwm4/shade-prelight.png share/themes/Default-xhdpi/xfwm4/shade-prelight.xpm share/themes/Default-xhdpi/xfwm4/shade-pressed.png share/themes/Default-xhdpi/xfwm4/shade-pressed.xpm share/themes/Default-xhdpi/xfwm4/shade-toggled-active.png share/themes/Default-xhdpi/xfwm4/shade-toggled-active.xpm share/themes/Default-xhdpi/xfwm4/shade-toggled-inactive.png share/themes/Default-xhdpi/xfwm4/shade-toggled-inactive.xpm share/themes/Default-xhdpi/xfwm4/shade-toggled-prelight.png share/themes/Default-xhdpi/xfwm4/shade-toggled-prelight.xpm share/themes/Default-xhdpi/xfwm4/shade-toggled-pressed.png share/themes/Default-xhdpi/xfwm4/shade-toggled-pressed.xpm share/themes/Default-xhdpi/xfwm4/stick-active.png share/themes/Default-xhdpi/xfwm4/stick-active.xpm share/themes/Default-xhdpi/xfwm4/stick-inactive.png share/themes/Default-xhdpi/xfwm4/stick-inactive.xpm share/themes/Default-xhdpi/xfwm4/stick-prelight.png share/themes/Default-xhdpi/xfwm4/stick-prelight.xpm share/themes/Default-xhdpi/xfwm4/stick-pressed.png share/themes/Default-xhdpi/xfwm4/stick-pressed.xpm share/themes/Default-xhdpi/xfwm4/stick-toggled-active.png share/themes/Default-xhdpi/xfwm4/stick-toggled-active.xpm share/themes/Default-xhdpi/xfwm4/stick-toggled-inactive.png share/themes/Default-xhdpi/xfwm4/stick-toggled-inactive.xpm share/themes/Default-xhdpi/xfwm4/stick-toggled-prelight.png share/themes/Default-xhdpi/xfwm4/stick-toggled-prelight.xpm share/themes/Default-xhdpi/xfwm4/stick-toggled-pressed.png share/themes/Default-xhdpi/xfwm4/stick-toggled-pressed.xpm share/themes/Default-xhdpi/xfwm4/themerc share/themes/Default-xhdpi/xfwm4/title-1-active.png share/themes/Default-xhdpi/xfwm4/title-1-active.xpm share/themes/Default-xhdpi/xfwm4/title-1-inactive.png share/themes/Default-xhdpi/xfwm4/title-1-inactive.xpm share/themes/Default-xhdpi/xfwm4/title-2-active.png share/themes/Default-xhdpi/xfwm4/title-2-active.xpm share/themes/Default-xhdpi/xfwm4/title-2-inactive.png share/themes/Default-xhdpi/xfwm4/title-2-inactive.xpm share/themes/Default-xhdpi/xfwm4/title-3-active.png share/themes/Default-xhdpi/xfwm4/title-3-active.xpm share/themes/Default-xhdpi/xfwm4/title-3-inactive.png share/themes/Default-xhdpi/xfwm4/title-3-inactive.xpm share/themes/Default-xhdpi/xfwm4/title-4-active.png share/themes/Default-xhdpi/xfwm4/title-4-active.xpm share/themes/Default-xhdpi/xfwm4/title-4-inactive.png share/themes/Default-xhdpi/xfwm4/title-4-inactive.xpm share/themes/Default-xhdpi/xfwm4/title-5-active.png share/themes/Default-xhdpi/xfwm4/title-5-active.xpm share/themes/Default-xhdpi/xfwm4/title-5-inactive.png share/themes/Default-xhdpi/xfwm4/title-5-inactive.xpm share/themes/Default-xhdpi/xfwm4/top-left-active.png share/themes/Default-xhdpi/xfwm4/top-left-active.xpm share/themes/Default-xhdpi/xfwm4/top-left-inactive.png share/themes/Default-xhdpi/xfwm4/top-left-inactive.xpm share/themes/Default-xhdpi/xfwm4/top-right-active.png share/themes/Default-xhdpi/xfwm4/top-right-active.xpm share/themes/Default-xhdpi/xfwm4/top-right-inactive.png share/themes/Default-xhdpi/xfwm4/top-right-inactive.xpm share/themes/Default/xfwm4/README share/themes/Default/xfwm4/bottom-active.png share/themes/Default/xfwm4/bottom-active.xpm share/themes/Default/xfwm4/bottom-inactive.png share/themes/Default/xfwm4/bottom-inactive.xpm share/themes/Default/xfwm4/bottom-left-active.png share/themes/Default/xfwm4/bottom-left-active.xpm share/themes/Default/xfwm4/bottom-left-inactive.png share/themes/Default/xfwm4/bottom-left-inactive.xpm share/themes/Default/xfwm4/bottom-right-active.png share/themes/Default/xfwm4/bottom-right-active.xpm share/themes/Default/xfwm4/bottom-right-inactive.png share/themes/Default/xfwm4/bottom-right-inactive.xpm share/themes/Default/xfwm4/close-active.png share/themes/Default/xfwm4/close-active.xpm share/themes/Default/xfwm4/close-inactive.png share/themes/Default/xfwm4/close-inactive.xpm share/themes/Default/xfwm4/close-prelight.png share/themes/Default/xfwm4/close-prelight.xpm share/themes/Default/xfwm4/close-pressed.png share/themes/Default/xfwm4/close-pressed.xpm share/themes/Default/xfwm4/hide-active.png share/themes/Default/xfwm4/hide-active.xpm share/themes/Default/xfwm4/hide-inactive.png share/themes/Default/xfwm4/hide-inactive.xpm share/themes/Default/xfwm4/hide-prelight.png share/themes/Default/xfwm4/hide-prelight.xpm share/themes/Default/xfwm4/hide-pressed.png share/themes/Default/xfwm4/hide-pressed.xpm share/themes/Default/xfwm4/left-active.png share/themes/Default/xfwm4/left-active.xpm share/themes/Default/xfwm4/left-inactive.png share/themes/Default/xfwm4/left-inactive.xpm share/themes/Default/xfwm4/maximize-active.png share/themes/Default/xfwm4/maximize-active.xpm share/themes/Default/xfwm4/maximize-inactive.png share/themes/Default/xfwm4/maximize-inactive.xpm share/themes/Default/xfwm4/maximize-prelight.png share/themes/Default/xfwm4/maximize-prelight.xpm share/themes/Default/xfwm4/maximize-pressed.png share/themes/Default/xfwm4/maximize-pressed.xpm share/themes/Default/xfwm4/maximize-toggled-active.png share/themes/Default/xfwm4/maximize-toggled-active.xpm share/themes/Default/xfwm4/maximize-toggled-inactive.png share/themes/Default/xfwm4/maximize-toggled-inactive.xpm share/themes/Default/xfwm4/maximize-toggled-prelight.png share/themes/Default/xfwm4/maximize-toggled-prelight.xpm share/themes/Default/xfwm4/maximize-toggled-pressed.png share/themes/Default/xfwm4/maximize-toggled-pressed.xpm share/themes/Default/xfwm4/menu-active.png share/themes/Default/xfwm4/menu-active.xpm share/themes/Default/xfwm4/menu-inactive.png share/themes/Default/xfwm4/menu-inactive.xpm share/themes/Default/xfwm4/menu-prelight.png share/themes/Default/xfwm4/menu-prelight.xpm share/themes/Default/xfwm4/menu-pressed.png share/themes/Default/xfwm4/menu-pressed.xpm share/themes/Default/xfwm4/right-active.png share/themes/Default/xfwm4/right-active.xpm share/themes/Default/xfwm4/right-inactive.png share/themes/Default/xfwm4/right-inactive.xpm share/themes/Default/xfwm4/shade-active.png share/themes/Default/xfwm4/shade-active.xpm share/themes/Default/xfwm4/shade-inactive.png share/themes/Default/xfwm4/shade-inactive.xpm share/themes/Default/xfwm4/shade-prelight.png share/themes/Default/xfwm4/shade-prelight.xpm share/themes/Default/xfwm4/shade-pressed.png share/themes/Default/xfwm4/shade-pressed.xpm share/themes/Default/xfwm4/shade-toggled-active.png share/themes/Default/xfwm4/shade-toggled-active.xpm share/themes/Default/xfwm4/shade-toggled-inactive.png share/themes/Default/xfwm4/shade-toggled-inactive.xpm share/themes/Default/xfwm4/shade-toggled-prelight.png share/themes/Default/xfwm4/shade-toggled-prelight.xpm share/themes/Default/xfwm4/shade-toggled-pressed.png share/themes/Default/xfwm4/shade-toggled-pressed.xpm share/themes/Default/xfwm4/stick-active.png share/themes/Default/xfwm4/stick-active.xpm share/themes/Default/xfwm4/stick-inactive.png share/themes/Default/xfwm4/stick-inactive.xpm share/themes/Default/xfwm4/stick-prelight.png share/themes/Default/xfwm4/stick-prelight.xpm share/themes/Default/xfwm4/stick-pressed.png share/themes/Default/xfwm4/stick-pressed.xpm share/themes/Default/xfwm4/stick-toggled-active.png share/themes/Default/xfwm4/stick-toggled-active.xpm share/themes/Default/xfwm4/stick-toggled-inactive.png share/themes/Default/xfwm4/stick-toggled-inactive.xpm share/themes/Default/xfwm4/stick-toggled-prelight.png share/themes/Default/xfwm4/stick-toggled-prelight.xpm share/themes/Default/xfwm4/stick-toggled-pressed.png share/themes/Default/xfwm4/stick-toggled-pressed.xpm share/themes/Default/xfwm4/themerc share/themes/Default/xfwm4/title-1-active.png share/themes/Default/xfwm4/title-1-active.xpm share/themes/Default/xfwm4/title-1-inactive.png share/themes/Default/xfwm4/title-1-inactive.xpm share/themes/Default/xfwm4/title-2-active.png share/themes/Default/xfwm4/title-2-active.xpm share/themes/Default/xfwm4/title-2-inactive.png share/themes/Default/xfwm4/title-2-inactive.xpm share/themes/Default/xfwm4/title-3-active.png share/themes/Default/xfwm4/title-3-active.xpm share/themes/Default/xfwm4/title-3-inactive.png share/themes/Default/xfwm4/title-3-inactive.xpm share/themes/Default/xfwm4/title-4-active.png share/themes/Default/xfwm4/title-4-active.xpm share/themes/Default/xfwm4/title-4-inactive.png share/themes/Default/xfwm4/title-4-inactive.xpm share/themes/Default/xfwm4/title-5-active.png share/themes/Default/xfwm4/title-5-active.xpm share/themes/Default/xfwm4/title-5-inactive.png share/themes/Default/xfwm4/title-5-inactive.xpm share/themes/Default/xfwm4/top-left-active.png share/themes/Default/xfwm4/top-left-active.xpm share/themes/Default/xfwm4/top-left-inactive.png share/themes/Default/xfwm4/top-left-inactive.xpm share/themes/Default/xfwm4/top-right-active.png share/themes/Default/xfwm4/top-right-active.xpm share/themes/Default/xfwm4/top-right-inactive.png share/themes/Default/xfwm4/top-right-inactive.xpm share/themes/Kokodi/xfwm4/README share/themes/Kokodi/xfwm4/bottom-active.png share/themes/Kokodi/xfwm4/bottom-active.xpm share/themes/Kokodi/xfwm4/bottom-inactive.png share/themes/Kokodi/xfwm4/bottom-inactive.xpm share/themes/Kokodi/xfwm4/bottom-left-active.png share/themes/Kokodi/xfwm4/bottom-left-active.xpm share/themes/Kokodi/xfwm4/bottom-left-inactive.png share/themes/Kokodi/xfwm4/bottom-left-inactive.xpm share/themes/Kokodi/xfwm4/bottom-right-active.png share/themes/Kokodi/xfwm4/bottom-right-active.xpm share/themes/Kokodi/xfwm4/bottom-right-inactive.png share/themes/Kokodi/xfwm4/bottom-right-inactive.xpm share/themes/Kokodi/xfwm4/close-active.png share/themes/Kokodi/xfwm4/close-active.xpm share/themes/Kokodi/xfwm4/close-inactive.png share/themes/Kokodi/xfwm4/close-inactive.xpm share/themes/Kokodi/xfwm4/close-prelight.png share/themes/Kokodi/xfwm4/close-prelight.xpm share/themes/Kokodi/xfwm4/close-pressed.png share/themes/Kokodi/xfwm4/close-pressed.xpm share/themes/Kokodi/xfwm4/hide-active.png share/themes/Kokodi/xfwm4/hide-active.xpm share/themes/Kokodi/xfwm4/hide-inactive.png share/themes/Kokodi/xfwm4/hide-inactive.xpm share/themes/Kokodi/xfwm4/hide-prelight.png share/themes/Kokodi/xfwm4/hide-prelight.xpm share/themes/Kokodi/xfwm4/hide-pressed.png share/themes/Kokodi/xfwm4/hide-pressed.xpm share/themes/Kokodi/xfwm4/left-active.png share/themes/Kokodi/xfwm4/left-active.xpm share/themes/Kokodi/xfwm4/left-inactive.png share/themes/Kokodi/xfwm4/left-inactive.xpm share/themes/Kokodi/xfwm4/maximize-active.png share/themes/Kokodi/xfwm4/maximize-active.xpm share/themes/Kokodi/xfwm4/maximize-inactive.png share/themes/Kokodi/xfwm4/maximize-inactive.xpm share/themes/Kokodi/xfwm4/maximize-prelight.png share/themes/Kokodi/xfwm4/maximize-prelight.xpm share/themes/Kokodi/xfwm4/maximize-pressed.png share/themes/Kokodi/xfwm4/maximize-pressed.xpm share/themes/Kokodi/xfwm4/maximize-toggled-active.png share/themes/Kokodi/xfwm4/maximize-toggled-active.xpm share/themes/Kokodi/xfwm4/maximize-toggled-inactive.png share/themes/Kokodi/xfwm4/maximize-toggled-inactive.xpm share/themes/Kokodi/xfwm4/maximize-toggled-prelight.png share/themes/Kokodi/xfwm4/maximize-toggled-prelight.xpm share/themes/Kokodi/xfwm4/maximize-toggled-pressed.png share/themes/Kokodi/xfwm4/maximize-toggled-pressed.xpm share/themes/Kokodi/xfwm4/menu-active.png share/themes/Kokodi/xfwm4/menu-active.xpm share/themes/Kokodi/xfwm4/menu-inactive.png share/themes/Kokodi/xfwm4/menu-inactive.xpm share/themes/Kokodi/xfwm4/menu-prelight.png share/themes/Kokodi/xfwm4/menu-prelight.xpm share/themes/Kokodi/xfwm4/menu-pressed.png share/themes/Kokodi/xfwm4/menu-pressed.xpm share/themes/Kokodi/xfwm4/right-active.png share/themes/Kokodi/xfwm4/right-active.xpm share/themes/Kokodi/xfwm4/right-inactive.png share/themes/Kokodi/xfwm4/right-inactive.xpm share/themes/Kokodi/xfwm4/shade-active.png share/themes/Kokodi/xfwm4/shade-active.xpm share/themes/Kokodi/xfwm4/shade-inactive.png share/themes/Kokodi/xfwm4/shade-inactive.xpm share/themes/Kokodi/xfwm4/shade-prelight.png share/themes/Kokodi/xfwm4/shade-prelight.xpm share/themes/Kokodi/xfwm4/shade-pressed.png share/themes/Kokodi/xfwm4/shade-pressed.xpm share/themes/Kokodi/xfwm4/shade-toggled-active.png share/themes/Kokodi/xfwm4/shade-toggled-active.xpm share/themes/Kokodi/xfwm4/shade-toggled-inactive.png share/themes/Kokodi/xfwm4/shade-toggled-inactive.xpm share/themes/Kokodi/xfwm4/shade-toggled-prelight.png share/themes/Kokodi/xfwm4/shade-toggled-prelight.xpm share/themes/Kokodi/xfwm4/shade-toggled-pressed.png share/themes/Kokodi/xfwm4/shade-toggled-pressed.xpm share/themes/Kokodi/xfwm4/stick-active.png share/themes/Kokodi/xfwm4/stick-active.xpm share/themes/Kokodi/xfwm4/stick-inactive.png share/themes/Kokodi/xfwm4/stick-inactive.xpm share/themes/Kokodi/xfwm4/stick-prelight.png share/themes/Kokodi/xfwm4/stick-prelight.xpm share/themes/Kokodi/xfwm4/stick-pressed.png share/themes/Kokodi/xfwm4/stick-pressed.xpm share/themes/Kokodi/xfwm4/stick-toggled-active.png share/themes/Kokodi/xfwm4/stick-toggled-active.xpm share/themes/Kokodi/xfwm4/stick-toggled-inactive.png share/themes/Kokodi/xfwm4/stick-toggled-inactive.xpm share/themes/Kokodi/xfwm4/stick-toggled-prelight.png share/themes/Kokodi/xfwm4/stick-toggled-prelight.xpm share/themes/Kokodi/xfwm4/stick-toggled-pressed.png share/themes/Kokodi/xfwm4/stick-toggled-pressed.xpm share/themes/Kokodi/xfwm4/themerc share/themes/Kokodi/xfwm4/title-1-active.png share/themes/Kokodi/xfwm4/title-1-active.xpm share/themes/Kokodi/xfwm4/title-1-inactive.png share/themes/Kokodi/xfwm4/title-1-inactive.xpm share/themes/Kokodi/xfwm4/title-2-active.png share/themes/Kokodi/xfwm4/title-2-active.xpm share/themes/Kokodi/xfwm4/title-2-inactive.png share/themes/Kokodi/xfwm4/title-2-inactive.xpm share/themes/Kokodi/xfwm4/title-3-active.png share/themes/Kokodi/xfwm4/title-3-active.xpm share/themes/Kokodi/xfwm4/title-3-inactive.png share/themes/Kokodi/xfwm4/title-3-inactive.xpm share/themes/Kokodi/xfwm4/title-4-active.png share/themes/Kokodi/xfwm4/title-4-active.xpm share/themes/Kokodi/xfwm4/title-4-inactive.png share/themes/Kokodi/xfwm4/title-4-inactive.xpm share/themes/Kokodi/xfwm4/title-5-active.png share/themes/Kokodi/xfwm4/title-5-active.xpm share/themes/Kokodi/xfwm4/title-5-inactive.png share/themes/Kokodi/xfwm4/title-5-inactive.xpm share/themes/Kokodi/xfwm4/top-left-active.png share/themes/Kokodi/xfwm4/top-left-active.xpm share/themes/Kokodi/xfwm4/top-left-inactive.png share/themes/Kokodi/xfwm4/top-left-inactive.xpm share/themes/Kokodi/xfwm4/top-right-active.png share/themes/Kokodi/xfwm4/top-right-active.xpm share/themes/Kokodi/xfwm4/top-right-inactive.png share/themes/Kokodi/xfwm4/top-right-inactive.xpm share/themes/Moheli/xfwm4/README share/themes/Moheli/xfwm4/bottom-active.png share/themes/Moheli/xfwm4/bottom-active.xpm share/themes/Moheli/xfwm4/bottom-inactive.png share/themes/Moheli/xfwm4/bottom-inactive.xpm share/themes/Moheli/xfwm4/bottom-left-active.png share/themes/Moheli/xfwm4/bottom-left-active.xpm share/themes/Moheli/xfwm4/bottom-left-inactive.png share/themes/Moheli/xfwm4/bottom-left-inactive.xpm share/themes/Moheli/xfwm4/bottom-right-active.png share/themes/Moheli/xfwm4/bottom-right-active.xpm share/themes/Moheli/xfwm4/bottom-right-inactive.png share/themes/Moheli/xfwm4/bottom-right-inactive.xpm share/themes/Moheli/xfwm4/close-active.png share/themes/Moheli/xfwm4/close-active.xpm share/themes/Moheli/xfwm4/close-inactive.png share/themes/Moheli/xfwm4/close-inactive.xpm share/themes/Moheli/xfwm4/close-pressed.png share/themes/Moheli/xfwm4/close-pressed.xpm share/themes/Moheli/xfwm4/hide-active.png share/themes/Moheli/xfwm4/hide-active.xpm share/themes/Moheli/xfwm4/hide-inactive.png share/themes/Moheli/xfwm4/hide-inactive.xpm share/themes/Moheli/xfwm4/hide-pressed.png share/themes/Moheli/xfwm4/hide-pressed.xpm share/themes/Moheli/xfwm4/left-active.png share/themes/Moheli/xfwm4/left-active.xpm share/themes/Moheli/xfwm4/left-inactive.png share/themes/Moheli/xfwm4/left-inactive.xpm share/themes/Moheli/xfwm4/maximize-active.png share/themes/Moheli/xfwm4/maximize-active.xpm share/themes/Moheli/xfwm4/maximize-inactive.png share/themes/Moheli/xfwm4/maximize-inactive.xpm share/themes/Moheli/xfwm4/maximize-pressed.png share/themes/Moheli/xfwm4/maximize-pressed.xpm share/themes/Moheli/xfwm4/maximize-toggled-active.png share/themes/Moheli/xfwm4/maximize-toggled-active.xpm share/themes/Moheli/xfwm4/maximize-toggled-inactive.png share/themes/Moheli/xfwm4/maximize-toggled-inactive.xpm share/themes/Moheli/xfwm4/maximize-toggled-pressed.png share/themes/Moheli/xfwm4/maximize-toggled-pressed.xpm share/themes/Moheli/xfwm4/menu-active.png share/themes/Moheli/xfwm4/menu-active.xpm share/themes/Moheli/xfwm4/menu-inactive.png share/themes/Moheli/xfwm4/menu-inactive.xpm share/themes/Moheli/xfwm4/menu-pressed.png share/themes/Moheli/xfwm4/menu-pressed.xpm share/themes/Moheli/xfwm4/right-active.png share/themes/Moheli/xfwm4/right-active.xpm share/themes/Moheli/xfwm4/right-inactive.png share/themes/Moheli/xfwm4/right-inactive.xpm share/themes/Moheli/xfwm4/shade-active.png share/themes/Moheli/xfwm4/shade-active.xpm share/themes/Moheli/xfwm4/shade-inactive.png share/themes/Moheli/xfwm4/shade-inactive.xpm share/themes/Moheli/xfwm4/shade-pressed.png share/themes/Moheli/xfwm4/shade-pressed.xpm share/themes/Moheli/xfwm4/shade-toggled-active.png share/themes/Moheli/xfwm4/shade-toggled-active.xpm share/themes/Moheli/xfwm4/shade-toggled-inactive.png share/themes/Moheli/xfwm4/shade-toggled-inactive.xpm share/themes/Moheli/xfwm4/shade-toggled-pressed.png share/themes/Moheli/xfwm4/shade-toggled-pressed.xpm share/themes/Moheli/xfwm4/stick-active.png share/themes/Moheli/xfwm4/stick-active.xpm share/themes/Moheli/xfwm4/stick-inactive.png share/themes/Moheli/xfwm4/stick-inactive.xpm share/themes/Moheli/xfwm4/stick-pressed.png share/themes/Moheli/xfwm4/stick-pressed.xpm share/themes/Moheli/xfwm4/stick-toggled-active.png share/themes/Moheli/xfwm4/stick-toggled-active.xpm share/themes/Moheli/xfwm4/stick-toggled-inactive.png share/themes/Moheli/xfwm4/stick-toggled-inactive.xpm share/themes/Moheli/xfwm4/stick-toggled-pressed.png share/themes/Moheli/xfwm4/stick-toggled-pressed.xpm share/themes/Moheli/xfwm4/themerc share/themes/Moheli/xfwm4/title-1-active.png share/themes/Moheli/xfwm4/title-1-active.xpm share/themes/Moheli/xfwm4/title-1-inactive.png share/themes/Moheli/xfwm4/title-1-inactive.xpm share/themes/Moheli/xfwm4/title-2-active.png share/themes/Moheli/xfwm4/title-2-active.xpm share/themes/Moheli/xfwm4/title-2-inactive.png share/themes/Moheli/xfwm4/title-2-inactive.xpm share/themes/Moheli/xfwm4/title-3-active.png share/themes/Moheli/xfwm4/title-3-active.xpm share/themes/Moheli/xfwm4/title-3-inactive.png share/themes/Moheli/xfwm4/title-3-inactive.xpm share/themes/Moheli/xfwm4/title-4-active.png share/themes/Moheli/xfwm4/title-4-active.xpm share/themes/Moheli/xfwm4/title-4-inactive.png share/themes/Moheli/xfwm4/title-4-inactive.xpm share/themes/Moheli/xfwm4/title-5-active.png share/themes/Moheli/xfwm4/title-5-active.xpm share/themes/Moheli/xfwm4/title-5-inactive.png share/themes/Moheli/xfwm4/title-5-inactive.xpm share/themes/Moheli/xfwm4/top-left-active.png share/themes/Moheli/xfwm4/top-left-active.xpm share/themes/Moheli/xfwm4/top-left-inactive.png share/themes/Moheli/xfwm4/top-left-inactive.xpm share/themes/Moheli/xfwm4/top-right-active.png share/themes/Moheli/xfwm4/top-right-active.xpm share/themes/Moheli/xfwm4/top-right-inactive.png share/themes/Moheli/xfwm4/top-right-inactive.xpm %%DATADIR%%/defaults diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index 558d08c652b3..8b067bf20408 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -1,39 +1,38 @@ PORTNAME= xfce -PORTVERSION= 4.18 -PORTREVISION= 1 +PORTVERSION= 4.20 CATEGORIES= x11-wm xfce MAINTAINER= xfce@FreeBSD.org COMMENT= Meta-port for the Xfce Desktop Environment WWW= https://www.xfce.org/ RUN_DEPENDS= xfwm4:x11-wm/xfce4-wm \ xfce4-session:x11-wm/xfce4-session \ xfce4-panel:x11-wm/xfce4-panel \ xfdesktop:x11-wm/xfce4-desktop \ xfsettingsd:sysutils/xfce4-settings USES= metaport OPTIONS_DEFINE= APPFINDER GREYBIRD ICONS LIGHTDM MOUSEPAD NOTIFY \ TERMINAL XPM OPTIONS_DEFAULT= APPFINDER GREYBIRD ICONS MOUSEPAD NOTIFY TERMINAL \ XPM APPFINDER_RUN_DEPENDS= xfce4-appfinder:misc/xfce4-appfinder APPFINDER_DESC= Launcher and finder GREYBIRD_DESC= Install Greybird theme GREYBIRD_RUN_DEPENDS= greybird-theme>0:x11-themes/greybird-theme ICONS_RUN_DEPENDS= xfce-icons-elementary>0:x11-themes/xfce-icons-elementary LIGHTDM_RUN_DEPENDS= lightdm-gtk-greeter:x11/lightdm-gtk-greeter LIGHTDM_DESC= LightDM display manger MOUSEPAD_RUN_DEPENDS= mousepad:editors/mousepad MOUSEPAD_DESC= Text editor NOTIFY_RUN_DEPENDS= xfce4-notifyd-config:deskutils/xfce4-notifyd TERMINAL_RUN_DEPENDS= xfce4-terminal:x11/xfce4-terminal TERMINAL_DESC= Terminal emulator XPM_RUN_DEPENDS= xfce4-power-manager:sysutils/xfce4-power-manager XPM_DESC= Power manager do-install: # empty .include diff --git a/x11/Makefile b/x11/Makefile index e1b54a90a84e..5f1516311f0a 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,691 +1,692 @@ COMMENT = Ports to support the X window system SUBDIR += 3ddesktop SUBDIR += 9box SUBDIR += 9menu SUBDIR += aclip SUBDIR += admiral SUBDIR += alacritty SUBDIR += albert SUBDIR += alttab SUBDIR += aminal SUBDIR += antimicrox SUBDIR += appmenu-registrar SUBDIR += appres SUBDIR += apwal SUBDIR += arandr SUBDIR += arcan-trayicon SUBDIR += aterm SUBDIR += autorandr SUBDIR += babl SUBDIR += bbappconf SUBDIR += bbdock SUBDIR += bbrun SUBDIR += beforelight SUBDIR += bemenu SUBDIR += bgrot SUBDIR += bgs SUBDIR += bitmap SUBDIR += bmpanel2 SUBDIR += boomer SUBDIR += brisk-menu SUBDIR += budgie SUBDIR += budgie-desktop SUBDIR += budgie-screensaver SUBDIR += cde SUBDIR += cde-25 SUBDIR += cde-devel SUBDIR += chayang SUBDIR += cinnamon SUBDIR += cinnamon-desktop SUBDIR += cinnamon-menus SUBDIR += cinnamon-screensaver SUBDIR += cinnamon-session SUBDIR += cl-clx SUBDIR += cl-clx-ccl SUBDIR += cl-clx-clisp SUBDIR += cl-clx-sbcl SUBDIR += clip SUBDIR += clipcat SUBDIR += cliphist SUBDIR += clipman SUBDIR += compton-conf SUBDIR += conlecterm SUBDIR += controllermap SUBDIR += cool-retro-term SUBDIR += coreterminal SUBDIR += damask SUBDIR += darktile SUBDIR += deforaos-integration SUBDIR += deforaos-keyboard SUBDIR += deforaos-libdesktop SUBDIR += deforaos-locker SUBDIR += deskmenu SUBDIR += disman SUBDIR += dmenu SUBDIR += dmenu2 SUBDIR += docker-tray SUBDIR += dsbautostart SUBDIR += dsbxinput SUBDIR += dwlb SUBDIR += dwmblocks SUBDIR += dxpc SUBDIR += dzen2 SUBDIR += eaglemode SUBDIR += editres SUBDIR += elementary-terminal SUBDIR += emprint SUBDIR += erun SUBDIR += eterm SUBDIR += evilvte SUBDIR += evtest SUBDIR += eww SUBDIR += fbdesk SUBDIR += fbpanel SUBDIR += find-cursor SUBDIR += fireflies SUBDIR += florence SUBDIR += flruler SUBDIR += fnott SUBDIR += foot SUBDIR += fstobdf SUBDIR += fuzzel SUBDIR += gbsddialog SUBDIR += gdm SUBDIR += glcapsviewer SUBDIR += gmrun SUBDIR += gnome SUBDIR += gnome-clipboard-daemon SUBDIR += gnome-console SUBDIR += gnome-desktop SUBDIR += gnome-menus SUBDIR += gnome-pie SUBDIR += gnome-session SUBDIR += gnome-shell SUBDIR += gnome-shell-extensions SUBDIR += gnome-terminal SUBDIR += gnustep-app SUBDIR += grabc SUBDIR += grim SUBDIR += grimshot SUBDIR += gromit SUBDIR += gromit-mpx SUBDIR += gskrab SUBDIR += gstreamer1-plugins-x SUBDIR += gstreamer1-plugins-ximagesrc SUBDIR += gtk-app-menu SUBDIR += gtk-theme-switch2 SUBDIR += gtkchtheme SUBDIR += gtklock SUBDIR += gtkterm2 SUBDIR += guake SUBDIR += gxkb SUBDIR += habak SUBDIR += hamclock SUBDIR += hhpc SUBDIR += hs-xmobar SUBDIR += hsetroot SUBDIR += hybrid-bar SUBDIR += hyprcursor SUBDIR += hypridle SUBDIR += hyprlock SUBDIR += hyprpaper SUBDIR += hyprpicker SUBDIR += i3bar-river SUBDIR += i3blocks SUBDIR += i3lock-color SUBDIR += iceauth SUBDIR += ico SUBDIR += idesk SUBDIR += imwheel SUBDIR += innerspace SUBDIR += inputplug SUBDIR += j4-dmenu-desktop SUBDIR += jbxvt SUBDIR += jgmenu SUBDIR += kanshi SUBDIR += kb2mb2 SUBDIR += kde-baseapps SUBDIR += kde5 SUBDIR += kde6 SUBDIR += kdisplay SUBDIR += keybinder SUBDIR += keybinder-gtk3 SUBDIR += keyboardcast SUBDIR += keynav SUBDIR += kf5-frameworkintegration SUBDIR += kf5-frameworks SUBDIR += kf5-kactivities SUBDIR += kf5-kactivities-stats SUBDIR += kf5-kded SUBDIR += kf5-kdelibs4support SUBDIR += kf5-kglobalaccel SUBDIR += kf5-kinit SUBDIR += kf5-krunner SUBDIR += kf5-kwayland SUBDIR += kf5-kwindowsystem SUBDIR += kf5-plasma-framework SUBDIR += kf6-frameworkintegration SUBDIR += kf6-frameworks SUBDIR += kf6-kded SUBDIR += kf6-kglobalaccel SUBDIR += kf6-krunner SUBDIR += kf6-kwindowsystem SUBDIR += kickoff SUBDIR += kitty SUBDIR += konsole SUBDIR += konsole-devel SUBDIR += lavalauncher SUBDIR += lemonbar SUBDIR += lemonbar-xft SUBDIR += libICE SUBDIR += libSM SUBDIR += libX11 SUBDIR += libXScrnSaver SUBDIR += libXau SUBDIR += libXcm SUBDIR += libXcomposite SUBDIR += libXcursor SUBDIR += libXdamage SUBDIR += libXdmcp SUBDIR += libXext SUBDIR += libXfixes SUBDIR += libXi SUBDIR += libXinerama SUBDIR += libXpm SUBDIR += libXpresent SUBDIR += libXrandr SUBDIR += libXrender SUBDIR += libXres SUBDIR += libXtst SUBDIR += libXv SUBDIR += libXvMC SUBDIR += libXxf86dga SUBDIR += libXxf86vm SUBDIR += libclipboard SUBDIR += libei SUBDIR += libexo SUBDIR += libfakekey SUBDIR += libfm SUBDIR += libfm-extra SUBDIR += libfm-qt SUBDIR += libfm-qt6 SUBDIR += libgnomekbd SUBDIR += libinput SUBDIR += libmatekbd SUBDIR += libsx SUBDIR += libsynaptics SUBDIR += libwacom SUBDIR += libxcb SUBDIR += libxcvt SUBDIR += libxdg-basedir SUBDIR += libxfce4menu SUBDIR += libxfce4util + SUBDIR += libxfce4windowing SUBDIR += libxkbcommon SUBDIR += libxkbfile SUBDIR += libxklavier SUBDIR += libxshmfence SUBDIR += lightdm SUBDIR += lightdm-gtk-greeter SUBDIR += lightdm-gtk-greeter-settings SUBDIR += lilyterm SUBDIR += linux-c7-libxkbcommon SUBDIR += linux-c7-pixman SUBDIR += linux-c7-xcb-util SUBDIR += linux-c7-xcb-util-image SUBDIR += linux-c7-xcb-util-keysyms SUBDIR += linux-c7-xorg-libs SUBDIR += linux-nvidia-libs SUBDIR += linux-nvidia-libs-304 SUBDIR += linux-nvidia-libs-340 SUBDIR += linux-nvidia-libs-390 SUBDIR += linux-nvidia-libs-470 SUBDIR += linux-rl9-libxkbcommon SUBDIR += linux-rl9-pixman SUBDIR += linux-rl9-qt5-qtx11extras SUBDIR += linux-rl9-xcb-util SUBDIR += linux-rl9-xorg-libs SUBDIR += listres SUBDIR += lsw SUBDIR += luit SUBDIR += lumina SUBDIR += lumina-core SUBDIR += lumina-coreutils SUBDIR += lupe SUBDIR += lxde-meta SUBDIR += lxhotkey SUBDIR += lxmenu-data SUBDIR += lxpanel SUBDIR += lxqt-about SUBDIR += lxqt-globalkeys SUBDIR += lxqt-menu-data SUBDIR += lxqt-runner SUBDIR += lxrandr SUBDIR += ly SUBDIR += mako SUBDIR += mate SUBDIR += mate-applet-appmenu SUBDIR += mate-applets SUBDIR += mate-base SUBDIR += mate-desktop SUBDIR += mate-dock-applet SUBDIR += mate-menus SUBDIR += mate-panel SUBDIR += mate-screensaver SUBDIR += mate-session-manager SUBDIR += mate-terminal SUBDIR += menu-cache SUBDIR += menulibre SUBDIR += metalock SUBDIR += mkcomposecache SUBDIR += mlterm SUBDIR += mons SUBDIR += mrxvt SUBDIR += mxascii SUBDIR += mxico SUBDIR += nezd SUBDIR += nfy SUBDIR += numlockx SUBDIR += nvidia-driver SUBDIR += nvidia-driver-304 SUBDIR += nvidia-driver-340 SUBDIR += nvidia-driver-390 SUBDIR += nvidia-driver-470 SUBDIR += nvidia-secondary-driver SUBDIR += nvidia-secondary-driver-390 SUBDIR += nvidia-settings SUBDIR += nvidia-xconfig SUBDIR += nwg-bar SUBDIR += nwg-dock SUBDIR += nwg-dock-hyprland SUBDIR += nwg-drawer SUBDIR += nwg-launchers SUBDIR += nwg-look SUBDIR += nwg-menu SUBDIR += nxcomp SUBDIR += openrgb SUBDIR += oscar SUBDIR += p5-Clipboard SUBDIR += p5-X11-GUITest SUBDIR += p5-X11-IdleTime SUBDIR += p5-X11-Protocol SUBDIR += p5-X11-Protocol-Other SUBDIR += p5-X11-Resolution SUBDIR += p5-X11-XCB SUBDIR += p5-X11-Xlib SUBDIR += p5-XTerm-Conf SUBDIR += pcdm SUBDIR += perwindowlayoutd SUBDIR += pipeglade SUBDIR += pixman SUBDIR += plank SUBDIR += plasma-wayland-protocols SUBDIR += plasma5-kactivitymanagerd SUBDIR += plasma5-kgamma5 SUBDIR += plasma5-kscreen SUBDIR += plasma5-kwayland-integration SUBDIR += plasma5-layer-shell-qt SUBDIR += plasma5-libkscreen SUBDIR += plasma5-plasma SUBDIR += plasma5-plasma-bigscreen SUBDIR += plasma5-plasma-desktop SUBDIR += plasma5-plasma-integration SUBDIR += plasma5-plasma-workspace SUBDIR += plasma6-kactivitymanagerd SUBDIR += plasma6-kgamma SUBDIR += plasma6-kglobalacceld SUBDIR += plasma6-kscreen SUBDIR += plasma6-kwayland SUBDIR += plasma6-layer-shell-qt SUBDIR += plasma6-libkscreen SUBDIR += plasma6-libplasma SUBDIR += plasma6-plasma SUBDIR += plasma6-plasma-activities SUBDIR += plasma6-plasma-activities-stats SUBDIR += plasma6-plasma-desktop SUBDIR += plasma6-plasma-integration SUBDIR += plasma6-plasma-workspace SUBDIR += pmenu SUBDIR += polybar SUBDIR += printscreen SUBDIR += py-autotiling SUBDIR += py-caffeine-ng SUBDIR += py-i3-quickterm SUBDIR += py-i3ipc SUBDIR += py-mouseinfo SUBDIR += py-pyautogui SUBDIR += py-pynput SUBDIR += py-pyscreenshot SUBDIR += py-pyscreeze SUBDIR += py-python-xapp SUBDIR += py-pyvirtualdisplay SUBDIR += py-screeninfo SUBDIR += py-waypaper SUBDIR += py-xcffib SUBDIR += py-xdot SUBDIR += qimageblitz SUBDIR += qt5-qev SUBDIR += qt5-x11extras SUBDIR += qterminal SUBDIR += remontoire SUBDIR += rendercheck SUBDIR += rgb SUBDIR += rio SUBDIR += rlaunch SUBDIR += rofi SUBDIR += rofi-calc SUBDIR += rofi-emoji SUBDIR += rofi-file-browser-extended SUBDIR += rofi-pass SUBDIR += rofi-wayland SUBDIR += roxterm SUBDIR += rsibreak SUBDIR += rubygem-gnome SUBDIR += runner SUBDIR += rxvt-unicode SUBDIR += sakura SUBDIR += salut SUBDIR += sandbar SUBDIR += sbxkb SUBDIR += screen-message SUBDIR += screengrab SUBDIR += screenkey SUBDIR += scripts SUBDIR += sddm SUBDIR += sdwmbar SUBDIR += sessreg SUBDIR += setlayout SUBDIR += setxkbmap SUBDIR += sfwbar SUBDIR += shaderbg SUBDIR += shikane SUBDIR += shotman SUBDIR += showkeys SUBDIR += showmethekey SUBDIR += simplestroke SUBDIR += sirula SUBDIR += slick-greeter SUBDIR += slim SUBDIR += slock SUBDIR += slop SUBDIR += slurp SUBDIR += smproxy SUBDIR += somebar SUBDIR += sprop SUBDIR += squeekboard SUBDIR += srandrd SUBDIR += sselp SUBDIR += stalonetray SUBDIR += startup-notification SUBDIR += sterm SUBDIR += stjerm SUBDIR += swarp SUBDIR += sway-audio-idle-inhibit SUBDIR += swaybg SUBDIR += swayfloatingswitcher SUBDIR += swayidle SUBDIR += swayimg SUBDIR += swaylock SUBDIR += swaylock-effects SUBDIR += swaylock-plugin SUBDIR += swaync SUBDIR += swayr SUBDIR += swayrbar SUBDIR += swaysettings SUBDIR += swww SUBDIR += sxhkd SUBDIR += sxmo-wayout SUBDIR += sxpc SUBDIR += tabbed SUBDIR += taiga SUBDIR += temperature.app SUBDIR += terminal.app SUBDIR += terminator SUBDIR += terminology SUBDIR += tessen SUBDIR += thingylaunch SUBDIR += tilda SUBDIR += tilix SUBDIR += tint SUBDIR += tofi SUBDIR += trayer SUBDIR += ulauncher SUBDIR += urxvt-font-size SUBDIR += urxvt-perls SUBDIR += vdesk SUBDIR += viewres SUBDIR += virglrenderer SUBDIR += virtboard SUBDIR += virtualgl SUBDIR += wallutils SUBDIR += wapanel SUBDIR += watershot SUBDIR += way-displays SUBDIR += waybar SUBDIR += wayidle SUBDIR += wayland-logout SUBDIR += waylock SUBDIR += wayout SUBDIR += wbar SUBDIR += wcm SUBDIR += wdisplays SUBDIR += wdm SUBDIR += wev SUBDIR += wezterm SUBDIR += wf-shell SUBDIR += windowtolayer SUBDIR += wl-clipboard SUBDIR += wl-kbptr SUBDIR += wl-mirror SUBDIR += wlogout SUBDIR += wlopm SUBDIR += wlr-randr SUBDIR += wlr-which-key SUBDIR += wlrctl SUBDIR += wmappl SUBDIR += wmblob SUBDIR += wmbutton SUBDIR += wmcliphist SUBDIR += wmctrl-fork SUBDIR += wmdrawer SUBDIR += wmenu SUBDIR += wmfocus SUBDIR += wmsystemtray SUBDIR += wmutils-core SUBDIR += wmutils-opt SUBDIR += wob SUBDIR += wofi SUBDIR += workrave SUBDIR += wscreensaver SUBDIR += wshowkeys SUBDIR += wtype SUBDIR += wvkbd SUBDIR += x-on-resize SUBDIR += x11perf SUBDIR += x3270 SUBDIR += xantfarm SUBDIR += xapp SUBDIR += xascii SUBDIR += xauth SUBDIR += xautolock SUBDIR += xautomation SUBDIR += xbacklight SUBDIR += xballoon SUBDIR += xbanish SUBDIR += xbiff SUBDIR += xbindkeys SUBDIR += xbitmaps SUBDIR += xbrightness SUBDIR += xcalc SUBDIR += xcalib SUBDIR += xcape SUBDIR += xcb SUBDIR += xcb-imdkit SUBDIR += xcb-proto SUBDIR += xcb-util SUBDIR += xcb-util-cursor SUBDIR += xcb-util-errors SUBDIR += xcb-util-image SUBDIR += xcb-util-keysyms SUBDIR += xcb-util-renderutil SUBDIR += xcb-util-wm SUBDIR += xcb-util-xrm SUBDIR += xclicker SUBDIR += xclickroot SUBDIR += xclip SUBDIR += xclipboard SUBDIR += xcm SUBDIR += xcmd SUBDIR += xcmsdb SUBDIR += xcoloredit SUBDIR += xcolors SUBDIR += xconsole SUBDIR += xcur2png SUBDIR += xcursorgen SUBDIR += xcut SUBDIR += xdg-desktop-portal-gnome SUBDIR += xdg-desktop-portal-gtk SUBDIR += xdg-desktop-portal-hyprland SUBDIR += xdg-desktop-portal-luminous SUBDIR += xdg-desktop-portal-wlr SUBDIR += xdialog SUBDIR += xditview SUBDIR += xdm SUBDIR += xdo SUBDIR += xdotool SUBDIR += xdpyinfo SUBDIR += xdriinfo SUBDIR += xedit SUBDIR += xev SUBDIR += xeyes SUBDIR += xf86dga SUBDIR += xfce4-appmenu-plugin SUBDIR += xfce4-clipman-plugin SUBDIR += xfce4-conf SUBDIR += xfce4-dashboard SUBDIR += xfce4-docklike-plugin SUBDIR += xfce4-goodies SUBDIR += xfce4-screensaver SUBDIR += xfce4-screenshooter-plugin SUBDIR += xfce4-taskmanager SUBDIR += xfce4-terminal SUBDIR += xfce4-verve-plugin SUBDIR += xfce4-whiskermenu-plugin SUBDIR += xfce4-windowck-plugin SUBDIR += xfd SUBDIR += xfishtank SUBDIR += xforward SUBDIR += xgamma SUBDIR += xgc SUBDIR += xhost SUBDIR += xidle SUBDIR += xinit SUBDIR += xinput SUBDIR += xkb-switch SUBDIR += xkbcomp SUBDIR += xkbctrl SUBDIR += xkbevd SUBDIR += xkbind SUBDIR += xkblayout-state SUBDIR += xkbprint SUBDIR += xkbset SUBDIR += xkbutils SUBDIR += xkeyboard-config SUBDIR += xkeycaps SUBDIR += xkeywrap SUBDIR += xkill SUBDIR += xload SUBDIR += xloadimage SUBDIR += xlockmore SUBDIR += xlogo SUBDIR += xlsatoms SUBDIR += xlsclients SUBDIR += xlupe SUBDIR += xmag SUBDIR += xman SUBDIR += xmangekyou SUBDIR += xmascot SUBDIR += xmenu SUBDIR += xmessage SUBDIR += xmh SUBDIR += xmodmap SUBDIR += xmoji SUBDIR += xmore SUBDIR += xmotd SUBDIR += xmsg SUBDIR += xmx SUBDIR += xnee SUBDIR += xnotify SUBDIR += xob SUBDIR += xorg SUBDIR += xorg-apps SUBDIR += xorg-cf-files SUBDIR += xorg-docs SUBDIR += xorg-libraries SUBDIR += xorg-minimal SUBDIR += xorgproto SUBDIR += xpr SUBDIR += xpra SUBDIR += xpra-html5 SUBDIR += xprintidle SUBDIR += xprompt SUBDIR += xprop SUBDIR += xrandr SUBDIR += xrdb SUBDIR += xrefresh SUBDIR += xrestop SUBDIR += xrootconsole SUBDIR += xrsh SUBDIR += xrsi SUBDIR += xscope SUBDIR += xscreensaver SUBDIR += xscreensaver.app SUBDIR += xsel-conrad SUBDIR += xset SUBDIR += xseticon SUBDIR += xsetroot SUBDIR += xsettingsd SUBDIR += xskyroot SUBDIR += xsm SUBDIR += xsnow SUBDIR += xss-lock SUBDIR += xssstate SUBDIR += xstarroll SUBDIR += xstdcmap SUBDIR += xstroke SUBDIR += xtacy SUBDIR += xterm SUBDIR += xtermcontrol SUBDIR += xtermset SUBDIR += xtestpicture SUBDIR += xtitle SUBDIR += xtoolwait SUBDIR += xtrans SUBDIR += xtrlock SUBDIR += xtset SUBDIR += xvattr SUBDIR += xvidtune SUBDIR += xvinfo SUBDIR += xvkbd SUBDIR += xvmcinfo SUBDIR += xvt SUBDIR += xwatchwin SUBDIR += xwayland-run SUBDIR += xwayland-satellite SUBDIR += xwaylandvideobridge SUBDIR += xwd SUBDIR += xwininfo SUBDIR += xwinwrap SUBDIR += xwit SUBDIR += xwud SUBDIR += xxkb SUBDIR += xzoom SUBDIR += yad SUBDIR += yakuake SUBDIR += yalias SUBDIR += yeahconsole SUBDIR += yelp SUBDIR += zenity SUBDIR += zutty .include diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index c3fdaf3b9feb..b26107b063a7 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -1,43 +1,42 @@ PORTNAME= libexo -PORTVERSION= 4.18.0 -PORTREVISION= 4 +PORTVERSION= 4.20.0 CATEGORIES= x11 xfce MASTER_SITES= XFCE DISTNAME= exo-${DISTVERSIONFULL} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Application library for the Xfce desktop environment -WWW= https://www.xfce.org/ +WWW= https://gitlab.xfce.org/xfce/exo LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libharfbuzz.so:print/harfbuzz -BUILD_DEPENDS= p5-URI>=1.70:net/p5-URI -RUN_DEPENDS= p5-URI>=1.70:net/p5-URI -USES= compiler:c11 gettext-tools gmake gnome libtool pathfix \ - perl5 pkgconfig tar:bzip2 xfce xorg -USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool +USES= compiler:c11 gettext-tools gmake gnome libtool pathfix perl5 \ + pkgconfig tar:bzip2 xfce xorg +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 USE_LDCONFIG= yes +USE_PERL5= build USE_XFCE= libmenu USE_XORG= ice sm x11 -WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +CONFIGURE_ARGS= --disable-silent-rules \ + --without-html-dir INSTALL_TARGET= install-strip -CONFIGURE_ARGS= --without-html-dir --disable-silent-rules PORTSCOUT= limitw:1,even -OPTIONS_DEFINE= NLS +WRKSRC= ${WRKDIR}/${DISTNAME} + +OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls .include diff --git a/x11/libexo/distinfo b/x11/libexo/distinfo index dad12aa01c93..89d204068264 100644 --- a/x11/libexo/distinfo +++ b/x11/libexo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671097667 -SHA256 (xfce4/exo-4.18.0.tar.bz2) = 4f2c61d045a888cdb64297fd0ae20cc23da9b97ffb82562ed12806ed21da7d55 -SIZE (xfce4/exo-4.18.0.tar.bz2) = 896849 +TIMESTAMP = 1734289942 +SHA256 (xfce4/exo-4.20.0.tar.bz2) = 4277f799245f1efde01cd917fd538ba6b12cf91c9f8a73fe2035fd5456ec078d +SIZE (xfce4/exo-4.20.0.tar.bz2) = 1100703 diff --git a/x11/libexo/pkg-plist b/x11/libexo/pkg-plist index 75bb92b903f3..997524f386a4 100644 --- a/x11/libexo/pkg-plist +++ b/x11/libexo/pkg-plist @@ -1,96 +1,97 @@ bin/exo-desktop-item-edit bin/exo-open include/exo-2/exo/exo-binding.h include/exo-2/exo/exo-cell-renderer-icon.h include/exo-2/exo/exo-config.h include/exo-2/exo/exo-enum-types.h include/exo-2/exo/exo-execute.h include/exo-2/exo/exo-gdk-pixbuf-extensions.h include/exo-2/exo/exo-gobject-extensions.h include/exo-2/exo/exo-gtk-extensions.h include/exo-2/exo/exo-icon-chooser-dialog.h include/exo-2/exo/exo-icon-chooser-model.h include/exo-2/exo/exo-icon-view.h include/exo-2/exo/exo-job.h include/exo-2/exo/exo-simple-job.h include/exo-2/exo/exo-string.h include/exo-2/exo/exo-thumbnail-preview.h include/exo-2/exo/exo-thumbnail.h include/exo-2/exo/exo-tree-view.h include/exo-2/exo/exo-utils.h include/exo-2/exo/exo.h lib/libexo-2.so lib/libexo-2.so.0 lib/libexo-2.so.0.1.0 libdata/pkgconfig/exo-2.pc share/man/man1/exo-open.1.gz %%NLS%%share/locale/am/LC_MESSAGES/exo.mo %%NLS%%share/locale/ar/LC_MESSAGES/exo.mo %%NLS%%share/locale/ast/LC_MESSAGES/exo.mo %%NLS%%share/locale/az/LC_MESSAGES/exo.mo %%NLS%%share/locale/az_AZ/LC_MESSAGES/exo.mo %%NLS%%share/locale/be/LC_MESSAGES/exo.mo %%NLS%%share/locale/bg/LC_MESSAGES/exo.mo %%NLS%%share/locale/bn/LC_MESSAGES/exo.mo %%NLS%%share/locale/ca/LC_MESSAGES/exo.mo %%NLS%%share/locale/cs/LC_MESSAGES/exo.mo %%NLS%%share/locale/cy/LC_MESSAGES/exo.mo %%NLS%%share/locale/da/LC_MESSAGES/exo.mo %%NLS%%share/locale/de/LC_MESSAGES/exo.mo %%NLS%%share/locale/el/LC_MESSAGES/exo.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/exo.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/exo.mo %%NLS%%share/locale/es/LC_MESSAGES/exo.mo %%NLS%%share/locale/et/LC_MESSAGES/exo.mo %%NLS%%share/locale/eu/LC_MESSAGES/exo.mo %%NLS%%share/locale/fa_IR/LC_MESSAGES/exo.mo %%NLS%%share/locale/fi/LC_MESSAGES/exo.mo %%NLS%%share/locale/fr/LC_MESSAGES/exo.mo %%NLS%%share/locale/gl/LC_MESSAGES/exo.mo %%NLS%%share/locale/he/LC_MESSAGES/exo.mo %%NLS%%share/locale/hr/LC_MESSAGES/exo.mo %%NLS%%share/locale/hu/LC_MESSAGES/exo.mo %%NLS%%share/locale/hy/LC_MESSAGES/exo.mo %%NLS%%share/locale/hy_AM/LC_MESSAGES/exo.mo %%NLS%%share/locale/hye/LC_MESSAGES/exo.mo %%NLS%%share/locale/id/LC_MESSAGES/exo.mo %%NLS%%share/locale/ie/LC_MESSAGES/exo.mo %%NLS%%share/locale/is/LC_MESSAGES/exo.mo %%NLS%%share/locale/it/LC_MESSAGES/exo.mo %%NLS%%share/locale/ja/LC_MESSAGES/exo.mo %%NLS%%share/locale/ka/LC_MESSAGES/exo.mo %%NLS%%share/locale/kab/LC_MESSAGES/exo.mo %%NLS%%share/locale/kk/LC_MESSAGES/exo.mo %%NLS%%share/locale/kn/LC_MESSAGES/exo.mo %%NLS%%share/locale/ko/LC_MESSAGES/exo.mo %%NLS%%share/locale/lt/LC_MESSAGES/exo.mo %%NLS%%share/locale/lv/LC_MESSAGES/exo.mo %%NLS%%share/locale/ms/LC_MESSAGES/exo.mo %%NLS%%share/locale/nb/LC_MESSAGES/exo.mo %%NLS%%share/locale/nl/LC_MESSAGES/exo.mo %%NLS%%share/locale/nn/LC_MESSAGES/exo.mo %%NLS%%share/locale/oc/LC_MESSAGES/exo.mo %%NLS%%share/locale/pa/LC_MESSAGES/exo.mo %%NLS%%share/locale/pl/LC_MESSAGES/exo.mo %%NLS%%share/locale/pt/LC_MESSAGES/exo.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/exo.mo %%NLS%%share/locale/ro/LC_MESSAGES/exo.mo %%NLS%%share/locale/ru/LC_MESSAGES/exo.mo %%NLS%%share/locale/si/LC_MESSAGES/exo.mo %%NLS%%share/locale/sk/LC_MESSAGES/exo.mo %%NLS%%share/locale/sl/LC_MESSAGES/exo.mo %%NLS%%share/locale/sq/LC_MESSAGES/exo.mo %%NLS%%share/locale/sr/LC_MESSAGES/exo.mo %%NLS%%share/locale/sv/LC_MESSAGES/exo.mo %%NLS%%share/locale/te/LC_MESSAGES/exo.mo %%NLS%%share/locale/th/LC_MESSAGES/exo.mo %%NLS%%share/locale/tr/LC_MESSAGES/exo.mo %%NLS%%share/locale/ug/LC_MESSAGES/exo.mo %%NLS%%share/locale/uk/LC_MESSAGES/exo.mo %%NLS%%share/locale/ur/LC_MESSAGES/exo.mo %%NLS%%share/locale/ur_PK/LC_MESSAGES/exo.mo +%%NLS%%share/locale/uz/LC_MESSAGES/exo.mo %%NLS%%share/locale/vi/LC_MESSAGES/exo.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/exo.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/exo.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/exo.mo share/pixmaps/exo/exo-thumbnail-frame.png diff --git a/x11/libxfce4menu/Makefile b/x11/libxfce4menu/Makefile index b4c674a5ceb9..1342cbc68214 100644 --- a/x11/libxfce4menu/Makefile +++ b/x11/libxfce4menu/Makefile @@ -1,60 +1,65 @@ PORTNAME= libxfce4menu -PORTVERSION= 4.18.6 +PORTVERSION= 4.20.0 CATEGORIES= x11 xfce MASTER_SITES= XFCE DISTNAME= libxfce4ui-${DISTVERSIONFULL} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Widgets library for the Xfce desktop environment -WWW= https://www.xfce.org/ +WWW= https://gitlab.xfce.org/xfce/libxfce4ui LICENSE= GPLv2 LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libgtop-2.0.so:devel/libgtop \ + libgudev-1.0.so:devel/libgudev \ libharfbuzz.so:print/harfbuzz USES= compiler:c11 gettext-tools gmake gnome libtool pathfix \ pkgconfig tar:bzip2 xfce xorg -USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 USE_LDCONFIG= yes USE_XFCE= libutil xfconf USE_XORG= ice sm x11 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gudev \ - --enable-epoxy \ +CONFIGURE_ARGS= --enable-epoxy \ --enable-glibtop \ + --enable-libsm \ + --enable-x11 \ --with-vendor-info=${OPSYS} \ --without-html-dir INSTALL_TARGET= install-strip -PORTSCOUT= limitw:1,even - -OPTIONS_DEFINE= GIR GLADE NLS STARTUP VAPI -OPTIONS_DEFAULT= GIR STARTUP VAPI +OPTIONS_DEFINE= GIR GLADE NLS STARTUP VAPI WAYLAND +OPTIONS_DEFAULT= GIR STARTUP VAPI WAYLAND OPTIONS_SUB= yes GIR_DESC= Use Gobject Introspection STARTUP_DESC= Startup notification GIR_USE= GNOME=introspection:build GIR_CONFIGURE_ON= --enable-introspection=yes GIR_CONFIGURE_OFF= --enable-introspection=no GLADE_LIB_DEPENDS= libgladeui-2.so:devel/glade GLADE_USE= GNOME=libxml2 GLADE_CONFIGURE_ENABLE= gladeui2 NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification STARTUP_CONFIGURE_ENABLE= startup-notification VAPI_IMPLIES= GIR VAPI_USES= vala:build VAPI_CONFIGURE_ENABLE= vala +WAYLAND_CONFIGURE_ENABLE= wayland + +post-patch: + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${LOCALBASE}|' ${WRKSRC}/xfce4-about/main.c + .include diff --git a/x11/libxfce4menu/distinfo b/x11/libxfce4menu/distinfo index dde1b82f800c..fcb0e32db3a5 100644 --- a/x11/libxfce4menu/distinfo +++ b/x11/libxfce4menu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709890032 -SHA256 (xfce4/libxfce4ui-4.18.6.tar.bz2) = 77dd99206cc8c6c7f69c269c83c7ee6a037bca9d4a89b1a6d9765e5a09ce30cd -SIZE (xfce4/libxfce4ui-4.18.6.tar.bz2) = 906477 +TIMESTAMP = 1734289732 +SHA256 (xfce4/libxfce4ui-4.20.0.tar.bz2) = 75e8996984f20375aadecd5c16f5147c211ed0bd26d7861ab0257561eb76eaee +SIZE (xfce4/libxfce4ui-4.20.0.tar.bz2) = 1199495 diff --git a/x11/libxfce4menu/files/patch-xfce4-about_main.c b/x11/libxfce4menu/files/patch-xfce4-about_main.c new file mode 100644 index 000000000000..cdc9902cfc73 --- /dev/null +++ b/x11/libxfce4menu/files/patch-xfce4-about_main.c @@ -0,0 +1,34 @@ +--- xfce4-about/main.c.orig 2024-11-29 19:21:01 UTC ++++ xfce4-about/main.c +@@ -24,6 +24,10 @@ + #include + #endif + ++#ifdef __FreeBSD__ ++#include ++#endif ++ + #ifdef ENABLE_X11 + #include + #endif +@@ -98,7 +102,7 @@ xfce_about_system (GtkBuilder *builder) + else + { + const gchar *extensions[] = { "svg", "png" }; +- g_autofree gchar *pixmap_path = g_strconcat ("/usr/share/pixmaps/", os_logo, ".", NULL); ++ g_autofree gchar *pixmap_path = g_strconcat ("%%PREFIX%%/share/pixmaps/", os_logo, ".", NULL); + + for (guint i = 0; i < G_N_ELEMENTS (extensions); i++) + { +@@ -142,7 +146,11 @@ xfce_about_system (GtkBuilder *builder) + gtk_label_set_text (GTK_LABEL (label), gtk_text); + + label = gtk_builder_get_object (builder, "kernel-version"); ++#ifdef __FreeBSD__ ++ kernel_text = g_strdup_printf ("%d", getosreldate ()); ++#else + kernel_text = get_system_info (KERNEL); ++#endif + gtk_label_set_text (GTK_LABEL (label), kernel_text ? kernel_text : ""); + + label = gtk_builder_get_object (builder, "windowing-system"); diff --git a/x11/libxfce4menu/files/patch-xfce4-about_system-info.c b/x11/libxfce4menu/files/patch-xfce4-about_system-info.c new file mode 100644 index 000000000000..743f38c2136d --- /dev/null +++ b/x11/libxfce4menu/files/patch-xfce4-about_system-info.c @@ -0,0 +1,32 @@ +--- xfce4-about/system-info.c.orig 2024-10-19 08:20:00 UTC ++++ xfce4-about/system-info.c +@@ -662,8 +662,9 @@ get_os_name (void) + get_os_name (void) + { + GHashTable *os_info; +- gchar *name, *version_id, *pretty_name, *build_id; ++ gchar *name, *version_id, *build_id; + gchar *result = NULL; ++ gchar *kernel_version = NULL; + g_autofree gchar *name_version = NULL; + + os_info = get_os_info (); +@@ -677,13 +678,13 @@ get_os_name (void) + + name = g_hash_table_lookup (os_info, "NAME"); + version_id = g_hash_table_lookup (os_info, "VERSION_ID"); +- pretty_name = g_hash_table_lookup (os_info, "PRETTY_NAME"); + build_id = g_hash_table_lookup (os_info, "BUILD_ID"); + +- if (pretty_name) +- name_version = g_strdup (pretty_name); +- else if (name && version_id) +- name_version = g_strdup_printf ("%s %s", name, version_id); ++ /* Don't use PRETTY_NAME value because sometimes mismatch with uname -r */ ++ kernel_version = get_system_info (KERNEL); ++ ++ if (name && kernel_version) ++ name_version = g_strdup_printf ("%s %s", name, kernel_version); + else + name_version = g_strdup (_("Unknown")); + diff --git a/x11/libxfce4menu/pkg-plist b/x11/libxfce4menu/pkg-plist index 88f43b1de3f0..027b1b682e02 100644 --- a/x11/libxfce4menu/pkg-plist +++ b/x11/libxfce4menu/pkg-plist @@ -1,111 +1,113 @@ bin/xfce4-about etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcut-dialog.h include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-editor-dialog.h include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-editor.h include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-grabber.h include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-provider.h include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts-xfwm4.h include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcuts.h include/xfce4/libxfce4ui-2/libxfce4ui/libxfce4ui-config.h +include/xfce4/libxfce4ui-2/libxfce4ui/libxfce4ui-enums.h include/xfce4/libxfce4ui-2/libxfce4ui/libxfce4ui-enum-types.h include/xfce4/libxfce4ui-2/libxfce4ui/libxfce4ui.h +include/xfce4/libxfce4ui-2/libxfce4ui/xfce-clipboard-manager.h include/xfce4/libxfce4ui-2/libxfce4ui/xfce-dialogs.h include/xfce4/libxfce4ui-2/libxfce4ui/xfce-filename-input.h include/xfce4/libxfce4ui-2/libxfce4ui/xfce-gdk-extensions.h include/xfce4/libxfce4ui-2/libxfce4ui/xfce-gtk-extensions.h include/xfce4/libxfce4ui-2/libxfce4ui/xfce-screensaver.h include/xfce4/libxfce4ui-2/libxfce4ui/xfce-sm-client.h include/xfce4/libxfce4ui-2/libxfce4ui/xfce-spawn.h include/xfce4/libxfce4ui-2/libxfce4ui/xfce-titled-dialog.h %%GIR%%lib/girepository-1.0/Libxfce4ui-2.0.typelib %%GLADE%%lib/glade/modules/libxfce4uiglade2.so lib/libxfce4kbd-private-3.so lib/libxfce4kbd-private-3.so.0 lib/libxfce4kbd-private-3.so.0.0.0 lib/libxfce4ui-2.so lib/libxfce4ui-2.so.0 lib/libxfce4ui-2.so.0.0.0 libdata/pkgconfig/libxfce4kbd-private-3.pc libdata/pkgconfig/libxfce4ui-2.pc share/applications/xfce4-about.desktop %%GIR%%share/gir-1.0/Libxfce4ui-2.0.gir %%GLADE%%share/glade/catalogs/libxfce4ui-2.xml %%GLADE%%share/glade/pixmaps/hicolor/16x16/actions/widget-libxfce4ui-xfce-titled-dialog.png %%GLADE%%share/glade/pixmaps/hicolor/22x22/actions/widget-libxfce4ui-xfce-titled-dialog.png share/icons/hicolor/48x48/apps/xfce4-logo.png share/icons/hicolor/128x128/apps/org.xfce.about.png share/icons/hicolor/128x128/apps/xfce4-logo.png share/icons/hicolor/16x16/apps/org.xfce.about.png share/icons/hicolor/16x16/apps/xfce4-logo.png share/icons/hicolor/48x48/apps/org.xfce.about.png share/icons/hicolor/scalable/apps/org.xfce.about.svg share/icons/hicolor/scalable/apps/xfce4-logo.svg %%NLS%%share/locale/am/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/ar/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/ast/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/az/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/be/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/bg/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/bn/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/ca/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/cs/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/cy/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/da/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/de/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/el/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/es/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/et/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/eu/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/fa_IR/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/fi/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/fr/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/gl/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/he/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/hr/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/hu/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/hy/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/hy_AM/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/hye/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/id/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/ie/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/is/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/it/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/ja/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/ka/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/kk/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/ko/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/lt/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/lv/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/ms/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/nb/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/nl/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/nn/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/oc/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/pa/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/pl/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/pt/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/ro/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/ru/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/si/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/sk/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/sl/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/sq/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/sr/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/sv/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/te/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/th/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/tr/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/ug/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/uk/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/ur/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/ur_PK/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/vi/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/libxfce4ui.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/libxfce4ui.mo %%VAPI%%share/vala/vapi/libxfce4ui-2.deps %%VAPI%%share/vala/vapi/libxfce4ui-2.vapi diff --git a/x11/libxfce4util/Makefile b/x11/libxfce4util/Makefile index 814eb8798852..35b615d6085a 100644 --- a/x11/libxfce4util/Makefile +++ b/x11/libxfce4util/Makefile @@ -1,42 +1,42 @@ PORTNAME= libxfce4util -PORTVERSION= 4.18.2 +PORTVERSION= 4.20.0 CATEGORIES= x11 xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Extension library for the Xfce desktop environment -WWW= https://www.xfce.org/ +WWW= https://gitlab.xfce.org/xfce/libxfce4util LICENSE= GPLv2 -USES= compiler:c11 gettext-tools gmake gnome libtool pathfix perl5 \ - pkgconfig tar:bzip2 xfce -USE_GNOME= glib20 intltool +USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce +USE_GNOME= glib20 USE_LDCONFIG= yes +USE_XFCE= xdt GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip CONFIGURE_ARGS= --without-html-dir +INSTALL_TARGET= install-strip PORTSCOUT= limitw:1,even OPTIONS_DEFINE= GIR NLS VAPI OPTIONS_DEFAULT= GIR VAPI OPTIONS_SUB= yes GIR_DESC= Use Gobject Introspection -GIR_USE= gnome=introspection:build +GIR_USE= GNOME=introspection:build GIR_CONFIGURE_ON= --enable-introspection=yes GIR_CONFIGURE_OFF= --enable-introspection=no -NLS_CONFIGURE_ENABLE= nls -NLS_CONFIGURE_ENV= LIBS=-lintl LDFLAGS=-L${LOCALBASE}/lib NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls +#NLS_CONFIGURE_ENV= LIBS=-lintl LDFLAGS=-L${LOCALBASE}/lib +VAPI_IMPLIES= GIR VAPI_USES= vala:build VAPI_CONFIGURE_ENABLE= vala -VAPI_IMPLIES= GIR .include diff --git a/x11/libxfce4util/distinfo b/x11/libxfce4util/distinfo index ce11234ba0c9..6c0f62a301cf 100644 --- a/x11/libxfce4util/distinfo +++ b/x11/libxfce4util/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707162525 -SHA256 (xfce4/libxfce4util-4.18.2.tar.bz2) = d9a329182b78f7e2520cd4aafcbb276bbbf162f6a89191676539ad2e3889c353 -SIZE (xfce4/libxfce4util-4.18.2.tar.bz2) = 514157 +TIMESTAMP = 1734286302 +SHA256 (xfce4/libxfce4util-4.20.0.tar.bz2) = 21493f9c9995a282823db93839f6b9f06ae31edb094191ba9acf04d932a2b592 +SIZE (xfce4/libxfce4util-4.20.0.tar.bz2) = 616303 diff --git a/x11/libxfce4util/pkg-plist b/x11/libxfce4util/pkg-plist index 1f693701919c..7af7dd5f284b 100644 --- a/x11/libxfce4util/pkg-plist +++ b/x11/libxfce4util/pkg-plist @@ -1,88 +1,92 @@ include/xfce4/libxfce4util/libxfce4util-config.h include/xfce4/libxfce4util/libxfce4util.h +include/xfce4/libxfce4util/xfce-consolekit.h include/xfce4/libxfce4util/xfce-debug.h include/xfce4/libxfce4util/xfce-fileutils.h include/xfce4/libxfce4util/xfce-generics.h include/xfce4/libxfce4util/xfce-gio-extensions.h include/xfce4/libxfce4util/xfce-i18n.h include/xfce4/libxfce4util/xfce-kiosk.h include/xfce4/libxfce4util/xfce-license.h include/xfce4/libxfce4util/xfce-miscutils.h include/xfce4/libxfce4util/xfce-posix-signal-handler.h include/xfce4/libxfce4util/xfce-rc.h include/xfce4/libxfce4util/xfce-resource.h include/xfce4/libxfce4util/xfce-string.h +include/xfce4/libxfce4util/xfce-systemd.h include/xfce4/libxfce4util/xfce-utf8.h %%GIR%%lib/girepository-1.0/Libxfce4util-1.0.typelib lib/libxfce4util.so lib/libxfce4util.so.7 lib/libxfce4util.so.7.0.0 libdata/pkgconfig/libxfce4util-1.0.pc sbin/xfce4-kiosk-query %%GIR%%share/gir-1.0/Libxfce4util-1.0.gir %%NLS%%share/locale/am/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/ar/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/ast/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/az/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/be/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/bg/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/bn/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/ca/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/cs/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/cy/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/da/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/de/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/el/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/es/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/et/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/eu/LC_MESSAGES/libxfce4util.mo +%%NLS%%share/locale/fa_IR/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/fi/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/fr/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/gl/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/he/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/hi/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/hr/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/hu/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/hy/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/hy_AM/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/hye/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/id/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/ie/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/is/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/it/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/ja/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/ka/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/kk/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/ko/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/lt/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/lv/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/ms/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/nb/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/nl/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/nn/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/oc/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/pa/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/pl/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/pt/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/ro/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/ru/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/si/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/sk/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/sl/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/sq/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/sr/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/sv/LC_MESSAGES/libxfce4util.mo +%%NLS%%share/locale/te/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/th/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/tr/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/ug/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/uk/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/ur/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/ur_PK/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/uz/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/libxfce4util.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/libxfce4util.mo %%VAPI%%share/vala/vapi/libxfce4util-1.0.vapi diff --git a/x11/libxfce4windowing/Makefile b/x11/libxfce4windowing/Makefile new file mode 100644 index 000000000000..0467a2c9080f --- /dev/null +++ b/x11/libxfce4windowing/Makefile @@ -0,0 +1,40 @@ +PORTNAME= libxfce4windowing +DISTVERSION= 4.20.0 +CATEGORIES= x11 xfce +MASTER_SITES= XFCE +DIST_SUBDIR= xfce4 + +MAINTAINER= xfce@FreeBSD.org +COMMENT= Windowing concept abstraction library for X11 and Wayland +WWW= https://gitlab.xfce.org/xfce/libxfce4windowing + +LICENSE= GPLv2 + +LIB_DEPENDS= libdisplay-info.so:sysutils/libdisplay-info + +USES= gettext-tools gmake gnome pkgconfig tar:bz2 xfce xorg +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 libwnck3 +USE_LDCONFIG= yes +USE_XFCE= xdt +USE_XORG= x11 xrandr + +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= GIR NLS WAYLAND +OPTIONS_DEFAULT= GIR WAYLAND +OPTIONS_SUB= yes + +GIR_DESC= GObject Introspection support + +GIR_USE= GNOME=introspection:build +GIR_MESON_TRUE= introspection + +NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls + +WAYLAND_BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols +WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland +WAYLAND_CONFIGURE_ENABLE=wayland + +.include diff --git a/x11/libxfce4windowing/distinfo b/x11/libxfce4windowing/distinfo new file mode 100644 index 000000000000..db29bd532b38 --- /dev/null +++ b/x11/libxfce4windowing/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1734285158 +SHA256 (xfce4/libxfce4windowing-4.20.0.tar.bz2) = 56f29b1d79606fb00a12c83ef4ece12877d2b22bf1acaaff89537fbe8e939f68 +SIZE (xfce4/libxfce4windowing-4.20.0.tar.bz2) = 596847 diff --git a/x11/libxfce4windowing/pkg-descr b/x11/libxfce4windowing/pkg-descr new file mode 100644 index 000000000000..160abbc1b165 --- /dev/null +++ b/x11/libxfce4windowing/pkg-descr @@ -0,0 +1,3 @@ +Libxfce4windowing is an abstraction library that attempts to present +windowing concepts (screens, toplevel windows, workspaces, etc.) in +a windowing-system-independent manner. diff --git a/x11/libxfce4windowing/pkg-plist b/x11/libxfce4windowing/pkg-plist new file mode 100644 index 000000000000..327697212247 --- /dev/null +++ b/x11/libxfce4windowing/pkg-plist @@ -0,0 +1,69 @@ +include/xfce4/libxfce4windowing/libxfce4windowing-config.h +include/xfce4/libxfce4windowing/libxfce4windowing.h +include/xfce4/libxfce4windowing/xfw-application.h +include/xfce4/libxfce4windowing/xfw-monitor.h +include/xfce4/libxfce4windowing/xfw-screen.h +include/xfce4/libxfce4windowing/xfw-seat.h +include/xfce4/libxfce4windowing/xfw-util.h +include/xfce4/libxfce4windowing/xfw-window.h +include/xfce4/libxfce4windowing/xfw-workspace-group.h +include/xfce4/libxfce4windowing/xfw-workspace-manager.h +include/xfce4/libxfce4windowing/xfw-workspace.h +include/xfce4/libxfce4windowing/xfw-x11.h +include/xfce4/libxfce4windowingui/libxfce4windowingui-config.h +include/xfce4/libxfce4windowingui/libxfce4windowingui.h +include/xfce4/libxfce4windowingui/xfw-window-action-menu.h +include/xfce4/libxfce4windowingui/xfw-window-list-menu.h +%%GIR%%lib/girepository-1.0/Libxfce4windowing-0.0.typelib +%%GIR%%lib/girepository-1.0/Libxfce4windowingui-0.0.typelib +lib/libxfce4windowing-0.so +lib/libxfce4windowing-0.so.0 +lib/libxfce4windowing-0.so.0.0.0 +lib/libxfce4windowingui-0.so +lib/libxfce4windowingui-0.so.0 +lib/libxfce4windowingui-0.so.0.0.0 +libdata/pkgconfig/libxfce4windowing-0.pc +libdata/pkgconfig/libxfce4windowing-x11-0.pc +libdata/pkgconfig/libxfce4windowingui-0.pc +%%GIR%%share/gir-1.0/Libxfce4windowing-0.0.gir +%%GIR%%share/gir-1.0/Libxfce4windowingui-0.0.gir +%%NLS%%share/locale/ast/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/bg/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/ca/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/cs/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/da/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/de/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/el/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/en_CA/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/es/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/et/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/fi/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/fr/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/ga/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/gl/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/he/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/hr/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/id/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/ie/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/it/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/ja/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/kk/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/ko/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/lt/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/nb/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/nl/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/oc/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/pl/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/pt/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/ro/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/ru/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/sl/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/sq/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/sr/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/sv/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/tr/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/uk/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/libxfce4windowing.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/libxfce4windowing.mo diff --git a/x11/xfce4-conf/Makefile b/x11/xfce4-conf/Makefile index 9d095f3815e3..bceb7f4a084c 100644 --- a/x11/xfce4-conf/Makefile +++ b/x11/xfce4-conf/Makefile @@ -1,48 +1,50 @@ PORTNAME= xfce4-conf -PORTVERSION= 4.18.3 +PORTVERSION= 4.20.0 CATEGORIES= x11 xfce MASTER_SITES= XFCE DISTNAME= xfconf-${DISTVERSIONFULL} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= D-Bus-based configuration storage system -WWW= https://www.xfce.org/projects +WWW= https://gitlab.xfce.org/xfce/xfconf LICENSE= GPLv2 -BUILD_DEPENDS= p5-XML-Parser>=2.44:textproc/p5-XML-Parser - USES= compiler:c11 gettext-tools gmake gnome libtool pathfix perl5 \ pkgconfig tar:bzip2 xfce xorg -USE_GNOME= glib20 intltool +USE_GNOME= glib20 USE_LDCONFIG= yes USE_PERL5= build USE_XFCE= libutil USE_XORG= x11 GNU_CONFIGURE= yes +CONFIGURE_ARGS= --without-bash-completion-dir \ + --without-html-dir INSTALL_TARGET= install-strip -CONFIGURE_ARGS= --without-html-dir \ - --without-bash-completion-dir PORTSCOUT= limitw:1,even OPTIONS_DEFINE= GIR NLS VAPI OPTIONS_DEFAULT= GIR VAPI OPTIONS_SUB= yes -GIR_DESC= Use Gobject Introspection +GIR_DESC= Use Gobject Introspection -GIR_USE= gnome=introspection:build +GIR_USE= GNOME=introspection:build GIR_CONFIGURE_ON= --enable-introspection=yes GIR_CONFIGURE_OFF= --enable-introspection=no -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls +VAPI_IMPLIES= GIR VAPI_USES= vala:build VAPI_CONFIGURE_ENABLE= vala -VAPI_IMPLIES= GIR + +post-patch: + @${REINPLACE_CMD} -i "" -e 's|SystemdService|#SystemdService|' \ + ${WRKSRC}/xfconfd/org.xfce.Xfconf.service.in .include diff --git a/x11/xfce4-conf/distinfo b/x11/xfce4-conf/distinfo index e7d8c6c39f49..691b96d07d9c 100644 --- a/x11/xfce4-conf/distinfo +++ b/x11/xfce4-conf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698779774 -SHA256 (xfce4/xfconf-4.18.3.tar.bz2) = c56cc69056f6947b2c60b165ec1e4c2b0acf26a778da5f86c89ffce24d5ebd98 -SIZE (xfce4/xfconf-4.18.3.tar.bz2) = 648479 +TIMESTAMP = 1734296864 +SHA256 (xfce4/xfconf-4.20.0.tar.bz2) = 8bc43c60f1716b13cf35fc899e2a36ea9c6cdc3478a8f051220eef0f53567efd +SIZE (xfce4/xfconf-4.20.0.tar.bz2) = 763205 diff --git a/x11/xfce4-conf/files/patch-xfconfd_Makefile.in b/x11/xfce4-conf/files/patch-xfconfd_Makefile.in new file mode 100644 index 000000000000..6636bd67d098 --- /dev/null +++ b/x11/xfce4-conf/files/patch-xfconfd_Makefile.in @@ -0,0 +1,113 @@ +--- xfconfd/Makefile.in.orig 2024-11-01 21:29:06 UTC ++++ xfconfd/Makefile.in +@@ -114,8 +114,7 @@ CONFIG_CLEAN_VPATH_FILES = + CONFIG_HEADER = $(top_builddir)/config.h + CONFIG_CLEAN_FILES = + CONFIG_CLEAN_VPATH_FILES = +-am__installdirs = "$(DESTDIR)$(xfconfddir)" "$(DESTDIR)$(servicedir)" \ +- "$(DESTDIR)$(systemd_userdir)" ++am__installdirs = "$(DESTDIR)$(xfconfddir)" "$(DESTDIR)$(servicedir)" + PROGRAMS = $(xfconfd_PROGRAMS) + am__xfconfd_SOURCES_DIST = main.c xfconf-backend-factory.c \ + xfconf-backend-factory.h xfconf-backend.c xfconf-backend.h \ +@@ -225,7 +224,7 @@ am__uninstall_files_from_dir = { \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +-DATA = $(service_DATA) $(systemd_user_DATA) ++DATA = $(service_DATA) + am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) + # Read a list of newline-separated strings from the standard input, + # and print each of them once, without duplicates. Input order is +@@ -482,18 +481,13 @@ service_DATA = $(service_in_files:org.xfce.%.service.i + servicedir = $(datadir)/dbus-1/services + service_in_files = org.xfce.Xfconf.service.in + service_DATA = $(service_in_files:org.xfce.%.service.in=@XFCONF_SERVICE_NAME_PREFIX@.%.service) +-systemd_userdir = $(prefix)/lib/systemd/user +-systemd_user_in_files = xfconfd.service.in +-systemd_user_DATA = $(systemd_user_in_files:.service.in=.service) + CLEANFILES = \ +- $(service_DATA) \ +- $(systemd_user_DATA) ++ $(service_DATA) + + EXTRA_DIST = \ + xfconf-backend-perchannel-xml.c \ + xfconf-backend-perchannel-xml.h \ +- $(service_in_files) \ +- $(systemd_user_in_files) ++ $(service_in_files) + + all: all-am + +@@ -775,28 +769,7 @@ uninstall-serviceDATA: + @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir) +-install-systemd_userDATA: $(systemd_user_DATA) +- @$(NORMAL_INSTALL) +- @list='$(systemd_user_DATA)'; test -n "$(systemd_userdir)" || list=; \ +- if test -n "$$list"; then \ +- echo " $(MKDIR_P) '$(DESTDIR)$(systemd_userdir)'"; \ +- $(MKDIR_P) "$(DESTDIR)$(systemd_userdir)" || exit 1; \ +- fi; \ +- for p in $$list; do \ +- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ +- echo "$$d$$p"; \ +- done | $(am__base_list) | \ +- while read files; do \ +- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemd_userdir)'"; \ +- $(INSTALL_DATA) $$files "$(DESTDIR)$(systemd_userdir)" || exit $$?; \ +- done + +-uninstall-systemd_userDATA: +- @$(NORMAL_UNINSTALL) +- @list='$(systemd_user_DATA)'; test -n "$(systemd_userdir)" || list=; \ +- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ +- dir='$(DESTDIR)$(systemd_userdir)'; $(am__uninstall_files_from_dir) +- + ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique + tags: tags-am +@@ -888,7 +861,7 @@ installdirs: + check: check-am + all-am: Makefile $(PROGRAMS) $(DATA) + installdirs: +- for dir in "$(DESTDIR)$(xfconfddir)" "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(systemd_userdir)"; do \ ++ for dir in "$(DESTDIR)$(xfconfddir)" "$(DESTDIR)$(servicedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done + install: install-am +@@ -954,7 +927,7 @@ info-am: + + info-am: + +-install-data-am: install-serviceDATA install-systemd_userDATA \ ++install-data-am: install-serviceDATA \ + install-xfconfdPROGRAMS + + install-dvi: install-dvi-am +@@ -1008,7 +981,7 @@ ps-am: + + ps-am: + +-uninstall-am: uninstall-serviceDATA uninstall-systemd_userDATA \ ++uninstall-am: uninstall-serviceDATA \ + uninstall-xfconfdPROGRAMS + + .MAKE: install-am install-strip +@@ -1022,12 +995,12 @@ uninstall-am: uninstall-serviceDATA uninstall-systemd_ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ +- install-serviceDATA install-strip install-systemd_userDATA \ ++ install-serviceDATA install-strip \ + install-xfconfdPROGRAMS installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ +- uninstall-am uninstall-serviceDATA uninstall-systemd_userDATA \ ++ uninstall-am uninstall-serviceDATA \ + uninstall-xfconfdPROGRAMS + + .PRECIOUS: Makefile diff --git a/x11/xfce4-conf/pkg-plist b/x11/xfce4-conf/pkg-plist index 89aa9e5c95bf..c88baba27295 100644 --- a/x11/xfce4-conf/pkg-plist +++ b/x11/xfce4-conf/pkg-plist @@ -1,77 +1,78 @@ bin/xfconf-query include/xfce4/xfconf-0/xfconf/xfconf-binding.h include/xfce4/xfconf-0/xfconf/xfconf-channel.h include/xfce4/xfconf-0/xfconf/xfconf-errors.h include/xfce4/xfconf-0/xfconf/xfconf-types.h include/xfce4/xfconf-0/xfconf/xfconf.h lib/gio/modules/libxfconfgsettingsbackend.so %%GIR%%lib/girepository-1.0/Xfconf-0.typelib lib/libxfconf-0.so lib/libxfconf-0.so.3 lib/libxfconf-0.so.3.0.0 lib/xfce4/xfconf/xfconfd libdata/pkgconfig/libxfconf-0.pc share/dbus-1/services/org.xfce.Xfconf.service %%GIR%%share/gir-1.0/Xfconf-0.gir %%NLS%%share/locale/ar/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/be/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/bg/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/bn/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/cs/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/da/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/de/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/el/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/en_CA/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/es/LC_MESSAGES/xfconf.mo +%%NLS%%share/locale/et/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/eu/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/fi/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/fr/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/gl/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/he/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/hi/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/hr/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/hy_AM/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/hye/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/id/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/is/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/it/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/ja/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/kab/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/kk/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/ko/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/lt/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/lv/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/ms/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/nb/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/nl/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/nn/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/oc/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/pa/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/pl/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/pt/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/ro/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/ru/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/si/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/sk/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/sl/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/sq/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/sr/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/sv/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/te/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/th/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/tr/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/ug/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/uk/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/ur/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/ur_PK/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/xfconf.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfconf.mo %%VAPI%%share/vala/vapi/libxfconf-0.deps %%VAPI%%share/vala/vapi/libxfconf-0.vapi diff --git a/x11/xfce4-dashboard/Makefile b/x11/xfce4-dashboard/Makefile index 8cffae2503ba..2d68ba977de4 100644 --- a/x11/xfce4-dashboard/Makefile +++ b/x11/xfce4-dashboard/Makefile @@ -1,38 +1,38 @@ PORTNAME= dashboard PORTVERSION= 1.0.0 PORTREVISION= 3 CATEGORIES= x11 xfce MASTER_SITES= XFCE/apps PKGNAMEPREFIX= xfce4- DISTNAME= xfdashboard-${DISTVERSIONFULL} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= GNOME shell like dashboard for the Xfce desktop WWW= https://docs.xfce.org/apps/xfdashboard/start LICENSE= GPLv2 -LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ +LIB_DEPENDS= libclutter-1.0.so:graphics/clutter \ libcogl.so:graphics/cogl \ - libclutter-1.0.so:graphics/clutter \ - libharfbuzz.so:print/harfbuzz + libharfbuzz.so:print/harfbuzz \ + libjson-glib-1.0.so:devel/json-glib -USES= compiler:c11 gettext-tools gl gmake gnome localbase libtool \ +USES= compiler:c11 gettext-tools gl gmake gnome libtool localbase \ pathfix perl5 pkgconfig tar:bzip2 xfce xorg +USE_GL= egl USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3 +USE_LDCONFIG= yes USE_XFCE= garcon xfconf USE_XORG= x11 xcomposite xdamage xext xfixes xi xinerama xrandr -USE_GL= egl -USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS OPTIONS_SUB= yes +NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext-runtime .include diff --git a/x11/xfce4-goodies/Makefile b/x11/xfce4-goodies/Makefile index 72099bd9b797..dafad746337e 100644 --- a/x11/xfce4-goodies/Makefile +++ b/x11/xfce4-goodies/Makefile @@ -1,148 +1,147 @@ PORTNAME= xfce4-goodies -PORTVERSION= 4.18 -PORTREVISION= 4 +PORTVERSION= 4.20 CATEGORIES= x11 MAINTAINER= xfce@FreeBSD.org COMMENT= Meta-port for software and artwork from the Xfce4 Goodies Project WWW= https://goodies.xfce.org/ USES= metaport OPTIONS_DEFAULT= ARCHIVE BSDCPUFREQ CALCULATOR CLIPMAN CPUGRAPH DASHBOARD \ DATETIME DICTIONARY DISKPERF FSGUARD GENMON GIGOLO \ MAILWATCH MEDIATAGS MENULIBRE MOUNT NETLOAD NOTES PAROLE \ POWERMANAGER RISTRETTO SCREENSAVER SCREENSHOOTER \ SMARTBOOKMARK STOPWATCH SYSTEMLOAD TASKMANAGER TERMINAL \ THEMES TIMEOUT TIMER VCS VERVE WAVELAN WEATHER WHISKERMENU \ XFBURN XKB OPTIONS_DEFAULT_amd64= BATTERY OPTIONS_DEFAULT_i386= BATTERY OPTIONS_EXCLUDE_aarch64= BATTERY OPTIONS_EXCLUDE_armv6= BATTERY OPTIONS_EXCLUDE_armv7= BATTERY OPTIONS_EXCLUDE_powerpc= BATTERY OPTIONS_EXCLUDE_powerpc64= BATTERY OPTIONS_EXCLUDE_powerpc64le= BATTERY OPTIONS_EXCLUDE_powerpcspe= BATTERY OPTIONS_EXCLUDE_riscv64= BATTERY OPTIONS_EXCLUDE_riscv64sf= BATTERY OPTIONS_GROUP= APPLICATIONS PANELPLUGINS THUNARPLUGINS UNOFFICIAL OPTIONS_GROUP_APPLICATIONS= DASHBOARD DICTIONARY GIGOLO MIXER PAROLE \ POWERMANAGER RISTRETTO SCREENSAVER SCREENSHOOTER \ TASKMANAGER TERMINAL VOLUMEDPULSE XFBURN XFMPC DASHBOARD_DESC= GNOME shell like dashboard for the Xfce desktop DICTIONARY_DESC= Xfce4 plugin to query different dictionaries GIGOLO_DESC= Frontend to easily manage filesystem connections MIXER_DESC= Volume control for the Xfce desktop PAROLE_DESC= Lightweight media player based on GStreamer POWERMANAGER_DESC= Power manager for the Xfce Desktop RISTRETTO_DESC= Image viewer with Xfce integration SCREENSAVER_DESC= Screen Saver for the Xfce Desktop SCREENSHOOTER_DESC= Application and panel plugin to take screenshots TASKMANAGER_DESC= Task manager for the Xfce desktop TERMINAL_DESC= Terminal emulator for the X windowing system VOLUMEDPULSE_DESC= Volume management daemon for Xfce using PulseAudio XFBURN_DESC= CD/DVD burning tool for Xfce XFMPC_DESC= Graphical MPD client focusing on low footprint DASHBOARD_RUN_DEPENDS= xfce4-dashboard>=0:x11/xfce4-dashboard DICTIONARY_RUN_DEPENDS= xfce4-dict-plugin>=0:textproc/xfce4-dict-plugin GIGOLO_RUN_DEPENDS= gigolo>=0:sysutils/gigolo MIXER_RUN_DEPENDS= xfce4-mixer>=0:audio/xfce4-mixer PAROLE_RUN_DEPENDS= parole>=0:multimedia/xfce4-parole POWERMANAGER_RUN_DEPENDS= xfce4-power-manager>=0:sysutils/xfce4-power-manager RISTRETTO_RUN_DEPENDS= ristretto>=0:graphics/ristretto SCREENSAVER_RUN_DEPENDS= xfce4-screensaver>=0:x11/xfce4-screensaver SCREENSHOOTER_RUN_DEPENDS= xfce4-screenshooter-plugin>=0:x11/xfce4-screenshooter-plugin TASKMANAGER_RUN_DEPENDS= xfce4-taskmanager>=0:x11/xfce4-taskmanager TERMINAL_RUN_DEPENDS= xfce4-terminal>=0:x11/xfce4-terminal VOLUMEDPULSE_RUN_DEPENDS= xfce4-volumed-pulse>=0:deskutils/xfce4-volumed-pulse XFBURN_RUN_DEPENDS= xfburn>=0:sysutils/xfburn XFMPC_RUN_DEPENDS= xfmpc>=0:audio/xfmpc OPTIONS_GROUP_PANELPLUGINS= BATTERY CALCULATOR CLIPMAN CPUGRAPH DATETIME \ DISKPERF FSGUARD GENERICSLIDER GENMON \ MAILWATCH MOUNT MPC NETLOAD NOTES PULSEAUDIO \ SMARTBOOKMARK STOPWATCH SYSTEMLOAD TIMER \ TIMEOUT VERVE WAVELAN WEATHER WHISKERMENU \ WINDOWCK XKB BATTERY_DESC= Battery monitor panel plugin for Xfce4 CALCULATOR_DESC= Simple calculator for the Xfce panel CLIPMAN_DESC= Clipboard manager for the Xfce panel CPUGRAPH_DESC= Graphical representation of the CPU load DATETIME_DESC= Datetime panel plugin for the Xfce desktop DISKPERF_DESC= Graphical representation of the disk IO FSGUARD_DESC= Displays free space of mountpoint GENERICSLIDER_DESC= Slider to adjust / monitor any numeric variable GENMON_DESC= Generic Monitor Xfce4 panel plugin MAILWATCH_DESC= Mail notification applet for the Xfce panel MOUNT_DESC= Mount and umount utility for the Xfce4 panel MPC_DESC= Musicpd client plugin for the Xfce panel NETLOAD_DESC= Network Load plugin for Xfce4 NOTES_DESC= Notes plugin for the Xfce panel PULSEAUDIO_DESC= Panel plugin for controlling PulseAudio mixer SMARTBOOKMARK_DESC= Query search engines from the Xfce panel STOPWATCH_DESC= Stopwatch plugin for the Xfce4 panel SYSTEMLOAD_DESC= System Load plugin for Xfce4 panel TIMEOUT_DESC= Prompts the user to take a break every X minutes TIMER_DESC= Set alarm at specific time or after time period VERVE_DESC= Command line plugin for the Xfce Desktop WAVELAN_DESC= Displays information about a WaveLAN device WEATHER_DESC= Weather plugin for the Xfce panel WHISKERMENU_DESC= Alternate menu for the Xfce Desktop WINDOWCK_DESC= Add window buttons to Xfce panel XKB_DESC= Keyboard layout switching plugin for Xfce panel BATTERY_RUN_DEPENDS= xfce4-battery-plugin>=0:sysutils/xfce4-battery-plugin CALCULATOR_RUN_DEPENDS= xfce4-calculator-plugin>=0:math/xfce4-calculator-plugin CLIPMAN_RUN_DEPENDS= xfce4-clipman-plugin>=0:x11/xfce4-clipman-plugin CPUGRAPH_RUN_DEPENDS= xfce4-cpugraph-plugin>=0:sysutils/xfce4-cpugraph-plugin DATETIME_RUN_DEPENDS= xfce4-datetime-plugin>=0:x11-clocks/xfce4-datetime-plugin DISKPERF_RUN_DEPENDS= xfce4-diskperf-plugin>=0:sysutils/xfce4-diskperf-plugin FSGUARD_RUN_DEPENDS= xfce4-fsguard-plugin>=0:sysutils/xfce4-fsguard-plugin GENERICSLIDER_RUN_DEPENDS= xfce4-generic-slider>=0:deskutils/xfce4-generic-slider GENMON_RUN_DEPENDS= xfce4-genmon-plugin>=0:sysutils/xfce4-genmon-plugin MAILWATCH_RUN_DEPENDS= xfce4-mailwatch-plugin>=0:mail/xfce4-mailwatch-plugin MOUNT_RUN_DEPENDS= xfce4-mount-plugin>=0:sysutils/xfce4-mount-plugin MPC_RUN_DEPENDS= xfce4-mpc-plugin>=0:audio/xfce4-mpc-plugin NETLOAD_RUN_DEPENDS= xfce4-netload-plugin>=0:sysutils/xfce4-netload-plugin NOTES_RUN_DEPENDS= xfce4-notes-plugin>=0:deskutils/xfce4-notes-plugin PULSEAUDIO_RUN_DEPENDS= xfce4-pulseaudio-plugin>=0:audio/xfce4-pulseaudio-plugin SMARTBOOKMARK_RUN_DEPENDS= xfce4-smartbookmark-plugin>=0:www/xfce4-smartbookmark-plugin STOPWATCH_RUN_DEPENDS= xfce4-stopwatch-plugin>=0:x11-clocks/xfce4-stopwatch-plugin SYSTEMLOAD_RUN_DEPENDS= xfce4-systemload-plugin>=0:sysutils/xfce4-systemload-plugin TIMEOUT_RUN_DEPENDS= xfce4-time-out-plugin>=0:x11-clocks/xfce4-time-out-plugin TIMER_RUN_DEPENDS= xfce4-timer-plugin>=0:x11-clocks/xfce4-timer-plugin VERVE_RUN_DEPENDS= xfce4-verve-plugin>=0:x11/xfce4-verve-plugin WAVELAN_RUN_DEPENDS= xfce4-wavelan-plugin>=0:sysutils/xfce4-wavelan-plugin WEATHER_RUN_DEPENDS= xfce4-weather-plugin>=0:misc/xfce4-weather-plugin WHISKERMENU_RUN_DEPENDS= xfce4-whiskermenu-plugin>=0:x11/xfce4-whiskermenu-plugin WINDOWCK_RUN_DEPENDS= xfce4-windowck-plugin>=0:x11/xfce4-windowck-plugin XKB_RUN_DEPENDS= xfce4-xkb-plugin>=0:deskutils/xfce4-xkb-plugin OPTIONS_GROUP_THUNARPLUGINS= ARCHIVE MEDIATAGS VCS ARCHIVE_DESC= Create/extract archives from file context menus MEDIATAGS_DESC= View/edit id3/ogg tags in file properties dialog VCS_DESC= SVN+GIT Version Control System integration ARCHIVE_RUN_DEPENDS= thunar-archive-plugin>=0:archivers/thunar-archive-plugin MEDIATAGS_RUN_DEPENDS= thunar-media-tags-plugin>=0:audio/thunar-media-tags-plugin VCS_RUN_DEPENDS= thunar-vcs-plugin>=0:devel/thunar-vcs-plugin OPTIONS_GROUP_UNOFFICIAL= BSDCPUFREQ MENULIBRE THEMES BSDCPUFREQ_DESC= Display the CPU clock frequency in Xfce panel MENULIBRE_DESC= Advanced compliant menu editor THEMES_DESC= Additional themes for xfwm4 BSDCPUFREQ_RUN_DEPENDS= xfce4-bsdcpufreq-plugin>=0:sysutils/xfce4-bsdcpufreq-plugin MENULIBRE_RUN_DEPENDS= py${PYTHON_DEFAULT:S/.//}-menulibre>=0:x11/menulibre THEMES_RUN_DEPENDS= xfce4-wm-themes>=0:misc/xfce4-wm-themes .include diff --git a/x11/xfce4-screensaver/Makefile b/x11/xfce4-screensaver/Makefile index 9c314a60894c..6a4bf0cda47a 100644 --- a/x11/xfce4-screensaver/Makefile +++ b/x11/xfce4-screensaver/Makefile @@ -1,67 +1,66 @@ PORTNAME= xfce4-screensaver PORTVERSION= 4.18.3 CATEGORIES= x11 xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce 4 screen saver and locker WWW= https://git.xfce.org/apps/xfce4-screensaver/about/ LICENSE= GPLv2 LGPL20 LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL20= ${WRKSRC}/COPYING.LIB BUILD_DEPENDS= xdt-csource:devel/xfce4-dev-tools LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ libharfbuzz.so:print/harfbuzz \ libxklavier.so:x11/libxklavier USES= compiler:c11 gettext-tools gl gmake gnome pkgconfig python \ shebangfix tar:bzip2 xfce xorg USE_GL= gl USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3 USE_XFCE= garcon xfconf USE_XORG= ice sm x11 xext xrandr xscrnsaver xxf86vm -SHEBANG_FILES= src/xfce4-screensaver-configure -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -CONFIGURE_ARGS= --enable-maintainer-mode \ - --with-console-kit=yes \ - --with-systemd=no +SHEBANG_FILES= src/xfce4-screensaver-configure +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-maintainer-mode \ + --with-console-kit=yes \ + --with-systemd=no SCREENSAVER_DIR= share/applications/screensavers OPTIONS_DEFINE= NLS PAM OPTIONS_DEFAULT= PAM OPTIONS_SUB= yes NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls PAM_RUN_DEPENDS= pam_helper:security/pam_helper PAM_CONFIGURE_ON= --enable-authentication-scheme=helper \ --with-passwd-helper=${LOCALBASE}/bin/pam_helper PAM_CONFIGURE_OFF= --disable-pam .include .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug=yes .endif post-patch-PAM-on: @${REINPLACE_CMD} -e 's|/etc/pam.d|${PREFIX}/etc/pam.d|g' \ ${WRKSRC}/src/gs-auth-pam.c post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${SCREENSAVER_DIR} @${REINPLACE_CMD} 's/^\(Name[^=]*=\)\(.*\)/\1XFCE \2/' ${STAGEDIR}${PREFIX}/etc/xdg/autostart/xfce4-screensaver.desktop post-install-PAM-on: ${INSTALL_DATA} ${FILESDIR}/xfce4-screensaver.pam ${STAGEDIR}${PREFIX}/etc/pam.d/xfce4-screensaver.sample .include diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile index cb97c87d8f95..a3547c333996 100644 --- a/x11/xfce4-screenshooter-plugin/Makefile +++ b/x11/xfce4-screenshooter-plugin/Makefile @@ -1,47 +1,49 @@ PORTNAME= xfce4-screenshooter-plugin PORTVERSION= 1.11.1 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/apps DISTNAME= xfce4-screenshooter-${DISTVERSIONFULL} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Application and panel plugin to take screenshots WWW= https://goodies.xfce.org/projects/applications/xfce4-screenshooter LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libharfbuzz.so:print/harfbuzz USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ tar:bzip2 xfce xorg USE_CSTD= c99 -USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 USE_XFCE= libexo libmenu panel xfconf -USE_XORG= ice sm x11 xfixes xext +USE_XORG= ice sm x11 xext xfixes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-wayland -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip -OPTIONS_DEFINE= NLS IMGUR -OPTIONS_DEFAULT= IMGUR +OPTIONS_DEFINE= IMGUR NLS WAYLAND +OPTIONS_DEFAULT= IMGUR WAYLAND OPTIONS_SUB= yes -IMGUR_DESC= Install imgur image upload custom action +IMGUR_DESC= Install imgur image upload custom action IMGUR_RUN_DEPENDS= curl:ftp/curl \ jq:textproc/jq \ xclip:x11/xclip \ zenity:x11/zenity NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls +WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland +WAYLAND_CONFIGURE_ENABLE= wayland + post-patch-IMGUR-off: @${REINPLACE_CMD} '/imgur_custom_action_added = xfconf_channel_get_bool/s/FALSE/TRUE/' \ ${WRKSRC}/lib/screenshooter-custom-actions.c .include diff --git a/x11/xfce4-terminal/Makefile b/x11/xfce4-terminal/Makefile index dc0b57b3e72d..ecba8456b19a 100644 --- a/x11/xfce4-terminal/Makefile +++ b/x11/xfce4-terminal/Makefile @@ -1,33 +1,33 @@ PORTNAME= xfce4-terminal PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Terminal emulator for the X windowing system WWW= https://www.xfce.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpcre2-8.so:devel/pcre2 USES= compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 xfce \ xorg -USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool vte3 +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 vte3 intltool:build USE_XFCE= libmenu xfconf USE_XORG= ice sm x11 -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -CONFIGURE_ARGS= --with-utempter -INSTALL_TARGET= install-strip +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-utempter +INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls .include diff --git a/x11/xfce4-verve-plugin/Makefile b/x11/xfce4-verve-plugin/Makefile index dfad64c142f5..cb9a2d976be8 100644 --- a/x11/xfce4-verve-plugin/Makefile +++ b/x11/xfce4-verve-plugin/Makefile @@ -1,34 +1,34 @@ PORTNAME= verve-plugin PORTVERSION= 2.0.3 PORTREVISION= 2 CATEGORIES= x11 xfce MASTER_SITES= XFCE/panel-plugins PKGNAMEPREFIX= xfce4- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${DISTVERSIONFULL} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Command line plugin for the Xfce Desktop WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin LICENSE= GPLv2 -LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \ - libharfbuzz.so:print/harfbuzz +LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ + libpcre2-8.so:devel/pcre2 USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ tar:bzip2 xfce USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 intltool pango USE_XFCE= libmenu panel GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-dbus +INSTALL_TARGET= install-strip -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls .include diff --git a/x11/xfce4-windowck-plugin/Makefile b/x11/xfce4-windowck-plugin/Makefile index 90a041e931b5..8e02ee855423 100644 --- a/x11/xfce4-windowck-plugin/Makefile +++ b/x11/xfce4-windowck-plugin/Makefile @@ -1,33 +1,32 @@ PORTNAME= xfce4-windowck-plugin PORTVERSION= 0.5.1 PORTREVISION= 3 CATEGORIES= x11 xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Puts the maximized window title and windows buttons on the panel WWW= https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin LICENSE= GPLv2 LIB_DEPENDS= libharfbuzz.so:print/harfbuzz -BUILD_DEPENDS= xdt-csource:devel/xfce4-dev-tools -USES= gettext-tools gmake gnome libtool python:build pkgconfig \ +USES= gettext-tools gmake gnome libtool pkgconfig python:build \ shebangfix tar:bzip2 xfce xorg -USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 libwnck3 intltool -USE_XFCE= libmenu panel xfconf +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3 +USE_XFCE= libmenu panel xdt xfconf USE_XORG= x11 SHEBANG_GLOB= *.py -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls .include