mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
Welcome XFCE 4.16 to the FreeBSD ports tree!
Upstream announce: https://xfce.org/about/news/?post=1608595200 This XFCE release dropped support for GTK2 plugins and also dropped GTK2 from all components. WARNING: please check UPDATING before upgrading your packages. In case of problems also read the libexo pkg-message. Due to this some panel plugins and libraries will be removed since they cannot compile anymore: - print/xfce4-print - x11/xfce4-quicklauncher-plugin - x11/xfce4-wmdock-plugin - x11-toolkits/libxfce4gui These further components also fail to build or work and are being marked BROKEN, deprecated and marked for removal: - science/xfce4-equake-plugin - x11/xfce4-embed-plugin - deskutils/orage - deskutils/xfce4-volumed [1] deskutils/xfce4-notes-plugin will be also marked BROKEN, but there is active development in it's upstream repository and a fixed release is expected soon. deskutils/xfce4-generic-slider will also be marked broken, since it fails to compile. [2] Thanks also to riggs, Olivier Duchateau <duchateau.olivier@gmail.com> and the people in Approved and Reviewed lines below for help and contributions. Reviewed by: woodsb02 Approved by: sergey.dyatko@gmail.com (maintainer) [1], ehaupt [2] Differential Revision: https://reviews.freebsd.org/D27846
This commit is contained in:
parent
0a2af55579
commit
b2f2269daf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559953
4
MOVED
4
MOVED
@ -16003,3 +16003,7 @@ sysutils/osquery||2021-01-02|Has expired: Uses Python 2.7 which is EOLed upstrea
|
||||
www/cliqz||2021-01-02|Has expired: Uses deprecated version of python
|
||||
www/trac||2021-01-02|Has expired: Uses Python 2.7 which is EOLed upstream
|
||||
www/trac-accountmanager||2021-01-02|Has expired: Uses Python 2.7 which is EOLed upstream
|
||||
print/xfce4-print||2021-01-02|Unmaintained, depends on dropped XFCE GTK2 support
|
||||
x11/xfce4-quicklauncher-plugin||2021-01-02|Unmaintained, depends on dropped XFCE GTK2 support
|
||||
x11/xfce4-wmdock-plugin||2021-01-02|Unmaintained, depends on dropped XFCE GTK2 support
|
||||
x11-toolkits/libxfce4gui||2012-01-02|Unmaintained, depends on dropped XFCE GTK2 support
|
||||
|
@ -4,8 +4,7 @@
|
||||
# Provide support for Xfce related ports.
|
||||
#
|
||||
# Feature: xfce
|
||||
# Usage: USES=xfce or USES=xfce:ARGS
|
||||
# Valid ARGS: gtk2
|
||||
# Usage: USES=xfce or USES=xfce
|
||||
#
|
||||
# Variables, which can be set by the port:
|
||||
#
|
||||
@ -17,27 +16,13 @@
|
||||
_INCLUDE_USES_XFCE_Mk= yes
|
||||
_USES_POST+= xfce
|
||||
|
||||
_USE_XFCE_ALL= garcon libexo libgui libmenu libutil panel thunar xfconf
|
||||
_USE_XFCE_ALL= garcon libexo libmenu libutil panel thunar xfconf
|
||||
|
||||
xfce_ARGS?= # empty
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
|
||||
.if ${xfce_ARGS:Mgtk2}
|
||||
libmenu_LIB_DEPENDS= libxfce4ui-1.so:x11/libxfce4menu
|
||||
libmenu_USE_XFCE_REQ= libutil
|
||||
|
||||
garcon_LIB_DEPENDS= libgarcon-gtk2-1.so:sysutils/garcon
|
||||
garcon_USE_XFCE_REQ= libmenu
|
||||
|
||||
libexo_LIB_DEPENDS= libexo-1.so:x11/libexo
|
||||
libexo_USE_XFCE_REQ= libmenu
|
||||
|
||||
panel_LIB_DEPENDS= libxfce4panel-1.0.so:x11-wm/xfce4-panel
|
||||
panel_RUN_DEPENDS= xfce4-panel:x11-wm/xfce4-panel
|
||||
panel_USE_XFCE_REQ= garcon libexo xfconf
|
||||
.else
|
||||
libmenu_LIB_DEPENDS= libxfce4ui-2.so:x11/libxfce4menu
|
||||
libmenu_USE_XFCE_REQ= libutil
|
||||
|
||||
@ -50,10 +35,6 @@ 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
|
||||
panel_USE_XFCE_REQ= garcon libexo xfconf
|
||||
.endif
|
||||
|
||||
libgui_LIB_DEPENDS= libxfcegui4.so:x11-toolkits/libxfce4gui
|
||||
libgui_USE_XFCE_REQ= libutil
|
||||
|
||||
libutil_LIB_DEPENDS= libxfce4util.so:x11/libxfce4util
|
||||
|
||||
@ -97,10 +78,6 @@ RUN_DEPENDS+= ${${comp}_RUN_DEPENDS}
|
||||
. endif
|
||||
.endfor
|
||||
|
||||
. if ${USE_XFCE:M*gui} == libgui
|
||||
DEPRECATED?= Depends on unmaintained x11-toolkits/libxfce4gui
|
||||
. endif
|
||||
|
||||
.endif # end of defined(USE_XFCE)
|
||||
|
||||
.endif
|
||||
|
22
UPDATING
22
UPDATING
@ -5,6 +5,28 @@ they are unavoidable.
|
||||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20210102:
|
||||
AFFECTS: x11/libexo, XFCE4 desktop users
|
||||
AUTHOR: madpilot@FreeBSD.org
|
||||
|
||||
XFCE4 has been updated to version 4.16. Unluckily due to how the
|
||||
update works out it interacts badly with a defect in pkg which can
|
||||
cause files from the libexo package to be absent after upgrade.
|
||||
|
||||
To avoid the issue, before upgrading all packages, please update
|
||||
libexo by itself:
|
||||
|
||||
# pkg upgrade libexo
|
||||
# pkg upgrade
|
||||
|
||||
If you have already upgraded and you notice XFCE issues due to
|
||||
missing libraries you can recover easily by forcing reinstallation
|
||||
of libexo:
|
||||
|
||||
# pkg upgrade -f libexo
|
||||
|
||||
Users upgrading via ports should not be affected.
|
||||
|
||||
20201228:
|
||||
AFFECTS: www/py-flexget
|
||||
AUTHOR: jbeich@FreeBSD.org
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= thunar-archive-plugin
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers xfce
|
||||
MASTER_SITES= XFCE/thunar-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= thunar-media-tags-plugin
|
||||
PORTVERSION= 0.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio xfce
|
||||
MASTER_SITES= XFCE/thunar-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-pulseaudio-plugin
|
||||
PORTVERSION= 0.4.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
@ -14,7 +15,8 @@ LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libpulse-mainloop-glib.so:audio/pulseaudio \
|
||||
libdbus-1.so:devel/dbus \
|
||||
libdbus-glib-1.so:devel/dbus-glib
|
||||
libdbus-glib-1.so:devel/dbus-glib \
|
||||
libnotify.so:devel/libnotify
|
||||
RUN_DEPENDS= pavucontrol>=2.0:audio/pavucontrol
|
||||
|
||||
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
|
||||
|
@ -14,6 +14,10 @@ COMMENT= Calendar application for the Xfce Desktop
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN= Fails to build proper package with XFCE 4.16
|
||||
DEPRECATED= Unsupported upstream, cannot work with XFCE 4.16
|
||||
EXPIRATION_DATE= 2021-01-31
|
||||
|
||||
LIB_DEPENDS= libpopt.so:devel/popt \
|
||||
libdbus-glib-1.so:devel/dbus-glib \
|
||||
libdbus-1.so:devel/dbus \
|
||||
|
@ -1,5 +1,5 @@
|
||||
Orage provides a calendar which integrates nicely into the Xfce desktop
|
||||
environment. It is highly configurable and supports alerts based on dates.
|
||||
Orage provides an highly configurable calendar and supports alerts based
|
||||
on dates.
|
||||
It warns you with popup or audio alarm. As it is an application kind-of
|
||||
every day use it launches itself in the background as a daemon.
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
bin/globaltime
|
||||
bin/orage
|
||||
bin/tz_convert
|
||||
lib/xfce4/panel/plugins/liborageclock.so
|
||||
man/man1/globaltime.1.gz
|
||||
man/man1/orage.1.gz
|
||||
man/man1/tz_convert.1.gz
|
||||
@ -97,4 +96,3 @@ share/icons/hicolor/scalable/apps/xfcalendar.svg
|
||||
%%DATADIR%%/sounds/Spo.wav
|
||||
%%DATADIR%%/sounds/Tear.wav
|
||||
%%DATADIR%%/sounds/Wall_c.wav
|
||||
share/xfce4/panel/plugins/xfce4-orageclock-plugin.desktop
|
||||
|
@ -11,6 +11,8 @@ COMMENT= Slider plugin to adjust and/or monitor any numeric variable
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BROKEN= Depends on removed XFCE GTK2 support
|
||||
|
||||
BUILD_DEPENDS= xdt-autogen:devel/xfce4-dev-tools
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
@ -13,6 +13,8 @@ COMMENT= Notes plugin for the Xfce panel
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BROKEN= Depends on removed XFCE GTK2 support
|
||||
|
||||
LIB_DEPENDS= libunique-1.0.so:x11-toolkits/unique \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= xfce4-notifyd
|
||||
PORTVERSION= 0.6.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils xfce
|
||||
MASTER_SITES= XFCE/apps
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tumbler
|
||||
PORTVERSION= 0.2.9
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 4.16.0
|
||||
CATEGORIES= deskutils xfce
|
||||
MASTER_SITES= XFCE
|
||||
PKGNAMEPREFIX= xfce4-
|
||||
@ -31,18 +30,24 @@ CONFIGURE_ARGS= --enable-xdg-cache \
|
||||
--disable-gtk-doc-html \
|
||||
--without-html-dir
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
OPTIONS_DEFINE= NLS FONTS JPEG FFMPEG POPPLER \
|
||||
GSTREAMER ODF COVER
|
||||
OPTIONS_DEFAULT= FONTS JPEG POPPLER GSTREAMER ODF
|
||||
GSTREAMER ODF COVER EPUB
|
||||
OPTIONS_DEFAULT= FONTS EPUB JPEG POPPLER GSTREAMER ODF
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
FONTS_DESC= Fonts thumbnailer plugin
|
||||
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
|
||||
|
||||
EPUB_CONFIGURE_ENABLE= gepub-thumbnailer
|
||||
EPUB_LIB_DEPENDS= libgepub-0.6.so:textproc/libgepub
|
||||
|
||||
FFMPEG_CONFIGURE_ENABLE= ffmpeg-thumbnailer
|
||||
FFMPEG_LIB_DEPENDS= libffmpegthumbnailer.so:multimedia/ffmpegthumbnailer
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1596717257
|
||||
SHA256 (xfce4/tumbler-0.2.9.tar.bz2) = 6508906f03e5a6ae3f6503b71b056df47d336d5504f39df6ce0bb9c5248007b6
|
||||
SIZE (xfce4/tumbler-0.2.9.tar.bz2) = 557794
|
||||
TIMESTAMP = 1608683055
|
||||
SHA256 (xfce4/tumbler-4.16.0.tar.bz2) = 9b0b7fed0c64041733d490b1b307297984629d0dd85369749617a8766850af66
|
||||
SIZE (xfce4/tumbler-4.16.0.tar.bz2) = 607640
|
||||
|
@ -26,6 +26,7 @@ lib/tumbler-1/plugins/tumbler-desktop-thumbnailer.so
|
||||
%%FFMPEG%%lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.so
|
||||
%%FONTS%%lib/tumbler-1/plugins/tumbler-font-thumbnailer.so
|
||||
%%JPEG%%lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.so
|
||||
%%EPUB%%lib/tumbler-1/plugins/tumbler-gepub-thumbnailer.so
|
||||
%%GSTREAMER%%lib/tumbler-1/plugins/tumbler-gst-thumbnailer.so
|
||||
%%ODF%%lib/tumbler-1/plugins/tumbler-odf-thumbnailer.so
|
||||
lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.so
|
||||
@ -35,6 +36,7 @@ libdata/pkgconfig/tumbler-1.pc
|
||||
share/dbus-1/services/org.xfce.Tumbler.Cache1.service
|
||||
share/dbus-1/services/org.xfce.Tumbler.Manager1.service
|
||||
share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service
|
||||
share/icons/hicolor/32x32/apps/org.xfce.tumbler.png
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/ast/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/be/LC_MESSAGES/tumbler.mo
|
||||
@ -48,14 +50,17 @@ share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service
|
||||
%%NLS%%share/locale/en_AU/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/et/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/hi/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/hy_AM/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/hye/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/is/LC_MESSAGES/tumbler.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/tumbler.mo
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-volumed-pulse
|
||||
PORTVERSION= 0.2.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= deskutils xfce
|
||||
MASTER_SITES= XFCE/apps
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -13,6 +13,10 @@ COMMENT= Volume management daemon for the Xfce desktop
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BROKEN= Fails to compile with XFCE 4.16
|
||||
DEPRECATED= Unsupported upstream, cannot work with XFCE 4.16
|
||||
EXPIRATION_DATE= 2021-01-31
|
||||
|
||||
LIB_DEPENDS= libnotify.so:devel/libnotify \
|
||||
libkeybinder.so:x11/keybinder \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= xfce4-xkb-plugin
|
||||
PORTVERSION= 0.8.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce4-dev-tools
|
||||
PORTVERSION= 4.14.0
|
||||
PORTVERSION= 4.16.0
|
||||
CATEGORIES= devel xfce
|
||||
MASTER_SITES= XFCE
|
||||
DIST_SUBDIR= xfce4
|
||||
@ -18,8 +18,10 @@ RUN_DEPENDS= autoconf>=2.69:devel/autoconf \
|
||||
libtoolize:devel/libtool \
|
||||
bash:shells/bash
|
||||
|
||||
USES= gnome pkgconfig tar:bzip2 xfce
|
||||
USES= gnome pkgconfig shebangfix tar:bzip2 xfce
|
||||
USE_GNOME= glib20
|
||||
SHEBANG_FILES= helpers/xfce-build helpers/xfce-do-release \
|
||||
helpers/xfce-get-translations
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1565543023
|
||||
SHA256 (xfce4/xfce4-dev-tools-4.14.0.tar.bz2) = 2c9eb8e0fe23e47dc31411a93b683fd1b7a49140e9163f0aab9e94a3d8a0b5fd
|
||||
SIZE (xfce4/xfce4-dev-tools-4.14.0.tar.bz2) = 292275
|
||||
TIMESTAMP = 1608682203
|
||||
SHA256 (xfce4/xfce4-dev-tools-4.16.0.tar.bz2) = f50b3070e66f3ebdf331744dd1ec5e1af5de333965d491e15ce05545e8eb4f04
|
||||
SIZE (xfce4/xfce4-dev-tools-4.16.0.tar.bz2) = 340107
|
||||
|
@ -1,5 +1,12 @@
|
||||
bin/xdt-autogen
|
||||
bin/xdt-csource
|
||||
share/xfce4/dev-tools/m4macros/xdt-depends.m4
|
||||
share/xfce4/dev-tools/m4macros/xdt-features.m4
|
||||
share/xfce4/dev-tools/m4macros/xdt-i18n.m4
|
||||
bin/xfce-build
|
||||
bin/xfce-do-release
|
||||
bin/xfce-get-release-notes
|
||||
bin/xfce-get-translations
|
||||
bin/xfce-update-news
|
||||
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
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= mousepad
|
||||
PORTVERSION= 0.5.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors xfce
|
||||
MASTER_SITES= XFCE/apps
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ristretto
|
||||
PORTVERSION= 0.10.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics xfce
|
||||
MASTER_SITES= XFCE/apps
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-mailwatch-plugin
|
||||
PORTVERSION= 1.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-calculator-plugin
|
||||
PORTVERSION= 0.7.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce4-appfinder
|
||||
PORTVERSION= 4.14.0
|
||||
PORTVERSION= 4.16.0
|
||||
CATEGORIES= misc xfce
|
||||
MASTER_SITES= XFCE
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1565586025
|
||||
SHA256 (xfce4/xfce4-appfinder-4.14.0.tar.bz2) = 7ec175d4954fceb2e76cbfbca76ac4a4f53fe799d097a14117e7de68e88a4d98
|
||||
SIZE (xfce4/xfce4-appfinder-4.14.0.tar.bz2) = 519705
|
||||
TIMESTAMP = 1608683020
|
||||
SHA256 (xfce4/xfce4-appfinder-4.16.0.tar.bz2) = 37b92aaaeeec8220ed23163cf89321168d3b49e0c48b4c10f12dc4a21fdf0954
|
||||
SIZE (xfce4/xfce4-appfinder-4.16.0.tar.bz2) = 569271
|
||||
|
@ -2,6 +2,12 @@ bin/xfce4-appfinder
|
||||
bin/xfrun4
|
||||
share/applications/xfce4-appfinder.desktop
|
||||
share/applications/xfce4-run.desktop
|
||||
share/icons/hicolor/128x128/apps/org.xfce.appfinder.png
|
||||
share/icons/hicolor/16x16/apps/org.xfce.appfinder.png
|
||||
share/icons/hicolor/24x24/apps/org.xfce.appfinder.png
|
||||
share/icons/hicolor/32x32/apps/org.xfce.appfinder.png
|
||||
share/icons/hicolor/48x48/apps/org.xfce.appfinder.png
|
||||
share/icons/hicolor/scalable/apps/org.xfce.appfinder.svg
|
||||
%%NLS%%share/locale/am/LC_MESSAGES/xfce4-appfinder.mo
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-appfinder.mo
|
||||
%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-appfinder.mo
|
||||
@ -14,6 +20,7 @@ share/applications/xfce4-run.desktop
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/xfce4-appfinder.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/xfce4-appfinder.mo
|
||||
%%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-appfinder.mo
|
||||
%%NLS%%share/locale/en_CA/LC_MESSAGES/xfce4-appfinder.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-appfinder.mo
|
||||
%%NLS%%share/locale/eo/LC_MESSAGES/xfce4-appfinder.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/xfce4-appfinder.mo
|
||||
@ -23,9 +30,11 @@ share/applications/xfce4-run.desktop
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-appfinder.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-appfinder.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/xfce4-appfinder.mo
|
||||
%%NLS%%share/locale/hi/LC_MESSAGES/xfce4-appfinder.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-appfinder.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-appfinder.mo
|
||||
%%NLS%%share/locale/hy_AM/LC_MESSAGES/xfce4-appfinder.mo
|
||||
%%NLS%%share/locale/hye/LC_MESSAGES/xfce4-appfinder.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/xfce4-appfinder.mo
|
||||
%%NLS%%share/locale/ie/LC_MESSAGES/xfce4-appfinder.mo
|
||||
%%NLS%%share/locale/is/LC_MESSAGES/xfce4-appfinder.mo
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-weather-plugin
|
||||
PORTVERSION= 0.10.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc xfce geography
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-wm-themes
|
||||
PORTVERSION= 4.10.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= misc xfce
|
||||
MASTER_SITES= XFCE/art
|
||||
DISTNAME= xfwm4-themes-${DISTVERSIONFULL}
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= parole
|
||||
PORTVERSION= 1.0.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia xfce
|
||||
MASTER_SITES= XFCE/apps
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -255,7 +255,6 @@
|
||||
SUBDIR += txtbdf2ps
|
||||
SUBDIR += typetools
|
||||
SUBDIR += utopia
|
||||
SUBDIR += xfce4-print
|
||||
SUBDIR += xmbibtex
|
||||
SUBDIR += xpdfopen
|
||||
SUBDIR += xreader
|
||||
|
@ -1,57 +0,0 @@
|
||||
# Created by: James Earl <jdearl@telus.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce4-print
|
||||
PORTVERSION= 4.6.1
|
||||
PORTREVISION= 17
|
||||
CATEGORIES= print xfce
|
||||
MASTER_SITES= XFCE/archive
|
||||
DISTNAME= xfprint-${DISTVERSIONFULL}
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= xfce@FreeBSD.org
|
||||
COMMENT= Print system support for the Xfce Desktop
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
DEPRECATED= Unsupported upstream since 2009.
|
||||
|
||||
BUILD_DEPENDS= a2ps:print/a2ps
|
||||
RUN_DEPENDS= a2ps:print/a2ps
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
USES= compiler:c11 gettext-tools gmake gnome libtool pathfix \
|
||||
pkgconfig tar:bzip2 xfce:gtk2 xorg
|
||||
USE_GNOME= cairo glib20 gtk20 intltool
|
||||
USE_LDCONFIG= yes
|
||||
USE_XFCE= libgui xfconf
|
||||
USE_XORG= x11
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-cups
|
||||
INSTALLS_ICONS= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= LETTER NLS
|
||||
OPTIONS_SINGLE= PRINTMETHOD
|
||||
OPTIONS_SINGLE_PRINTMETHOD= LPR
|
||||
OPTIONS_DEFAULT= LPR
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
LETTER_DESC= Use letter paper format instead of A4
|
||||
LPR_DESC= LPR printing system support
|
||||
|
||||
LETTER_CONFIGURE_ENABLE=letter
|
||||
LPR_CONFIGURE_ENABLE= bsdlpr
|
||||
LPR_CONFIGURE_WITH= printcap=/etc/printcap
|
||||
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_USES= gettext-runtime
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} '/_LDADD =/s/=/= -lX11/' \
|
||||
${WRKSRC}/xfprint/Makefile.in \
|
||||
${WRKSRC}/xfprint-manager/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (xfce4/xfprint-4.6.1.tar.bz2) = be0cc5d149234c22dee69db5f8cbddebc46bc21a4f96fefdec21df36b2a15f17
|
||||
SIZE (xfce4/xfprint-4.6.1.tar.bz2) = 842675
|
@ -1,4 +0,0 @@
|
||||
Xfprint contains a print dialog and a printer manager for the Xfce Desktop
|
||||
Environment. It supports CUPS, BSD-LPR and file as printing destination.
|
||||
|
||||
WWW: https://www.xfce.org/
|
@ -1,110 +0,0 @@
|
||||
bin/xfprint4-manager
|
||||
bin/xfprint4
|
||||
bin/xfprint-settings
|
||||
include/xfce4/libxfprint/common.h
|
||||
include/xfce4/libxfprint/job.h
|
||||
include/xfce4/libxfprint/libxfprint.h
|
||||
include/xfce4/libxfprint/printer.h
|
||||
include/xfce4/libxfprint/printer-list-window.h
|
||||
include/xfce4/libxfprint/printer-queue-window.h
|
||||
include/xfce4/libxfprint/printing-system.h
|
||||
lib/libxfprint.a
|
||||
lib/libxfprint.so
|
||||
lib/libxfprint.so.0
|
||||
lib/libxfprint.so.0.0.1
|
||||
%%LPR%%lib/xfce4/xfprint-plugins/bsdlpr_plugin.a
|
||||
%%LPR%%lib/xfce4/xfprint-plugins/bsdlpr_plugin.so
|
||||
libdata/pkgconfig/xfprint-1.0.pc
|
||||
share/applications/xfprint.desktop
|
||||
share/applications/xfprint-manager.desktop
|
||||
share/applications/xfprint-settings.desktop
|
||||
share/gtk-doc/html/libxfprint/PrinterListWindow.html
|
||||
share/gtk-doc/html/libxfprint/PrinterQueueWindow.html
|
||||
share/gtk-doc/html/libxfprint/PrintingSystem.html
|
||||
share/gtk-doc/html/libxfprint/ch01.html
|
||||
share/gtk-doc/html/libxfprint/home.png
|
||||
share/gtk-doc/html/libxfprint/index.html
|
||||
share/gtk-doc/html/libxfprint/index.sgml
|
||||
share/gtk-doc/html/libxfprint/left.png
|
||||
share/gtk-doc/html/libxfprint/libxfprint-Job.html
|
||||
share/gtk-doc/html/libxfprint/libxfprint-Printer.html
|
||||
share/gtk-doc/html/libxfprint/libxfprint.devhelp
|
||||
share/gtk-doc/html/libxfprint/libxfprint.devhelp2
|
||||
share/gtk-doc/html/libxfprint/right.png
|
||||
share/gtk-doc/html/libxfprint/style.css
|
||||
share/gtk-doc/html/libxfprint/up.png
|
||||
share/icons/hicolor/24x24/devices/printer.png
|
||||
share/icons/hicolor/48x48/devices/printer.png
|
||||
share/icons/hicolor/scalable/devices/printer.svg
|
||||
%%NLS%%share/locale/am/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/az/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/be/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/bg/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/bn_IN/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/dz/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/eo/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/es_MX/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/et/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/fa/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/gu/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/hi/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/ka/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/lv/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/mk/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/mr/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/ms/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/pa/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/ro/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/si/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/sq/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/ta/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/ur/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfprint.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfprint.mo
|
||||
share/xfce4/doc/C/images/xfprint_headings.png
|
||||
share/xfce4/doc/C/images/xfprint_input.png
|
||||
share/xfce4/doc/C/images/xfprint-manager.png
|
||||
share/xfce4/doc/C/images/xfprint-manager-queue.png
|
||||
share/xfce4/doc/C/images/xfprint_mcs_plugin.png
|
||||
share/xfce4/doc/C/images/xfprint_prettyprinting.png
|
||||
share/xfce4/doc/C/images/xfprint_sheets.png
|
||||
share/xfce4/doc/C/images/xfprint_virtualpages.png
|
||||
share/xfce4/doc/C/xfprint.html
|
||||
share/xfce4/doc/fr/images/xfprint_headings.png
|
||||
share/xfce4/doc/fr/images/xfprint_input.png
|
||||
share/xfce4/doc/fr/images/xfprint-manager.png
|
||||
share/xfce4/doc/fr/images/xfprint-manager-queue.png
|
||||
share/xfce4/doc/fr/images/xfprint_mcs_plugin.png
|
||||
share/xfce4/doc/fr/images/xfprint_prettyprinting.png
|
||||
share/xfce4/doc/fr/images/xfprint_sheets.png
|
||||
share/xfce4/doc/fr/images/xfprint_virtualpages.png
|
||||
share/xfce4/doc/fr/xfprint.html
|
@ -14,6 +14,10 @@ COMMENT= Earthquake monitor plugin for the Xfce panel
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN= Depends on removed gtk2 panel library
|
||||
DEPRECATED= Unsupported upstream, cannot work with XFCE 4.16
|
||||
EXPIRATION_DATE= 2021-01-31
|
||||
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libcurl.so:ftp/curl
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= catfish
|
||||
PORTVERSION= 1.4.13
|
||||
PORTVERSION= 4.15.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= XFCE/apps
|
||||
DIST_SUBDIR= xfce4
|
||||
@ -27,6 +27,8 @@ USE_GNOME= gtk30 intltool pygobject3
|
||||
NO_ARCH= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
OPTIONS_DEFINE= DOCS ZEITGEIST
|
||||
OPTIONS_DEFAULT=POLKIT
|
||||
OPTIONS_MULTI= PRIVILEGES
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1579077633
|
||||
SHA256 (xfce4/catfish-1.4.13.tar.bz2) = 58c0ea06e5f286019295545fbfd1dbca23aea74c625762bbb4c89a6f484ae839
|
||||
SIZE (xfce4/catfish-1.4.13.tar.bz2) = 221999
|
||||
TIMESTAMP = 1603632719
|
||||
SHA256 (xfce4/catfish-4.15.0.tar.bz2) = cefc43d091c719690d0c4ad259a757c89038ccdf290626674f54b1b1ea9cefbe
|
||||
SIZE (xfce4/catfish-4.15.0.tar.bz2) = 256897
|
||||
|
@ -46,8 +46,13 @@ share/applications/org.xfce.Catfish.desktop
|
||||
%%DATADIR%%/ui/catfish-wl-titlebar.png
|
||||
%%DATADIR%%/ui/catfish_preferences.xml
|
||||
%%DATADIR%%/ui/catfish_window.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
share/icons/hicolor/scalable/apps/catfish.svg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
share/icons/hicolor/128x128/apps/org.xfce.catfish.png
|
||||
share/icons/hicolor/16x16/apps/org.xfce.catfish.svg
|
||||
share/icons/hicolor/48x48/apps/org.xfce.catfish.png
|
||||
share/icons/hicolor/48x48/apps/org.xfce.catfish.svg
|
||||
share/icons/hicolor/scalable/apps/org.xfce.catfish.svg
|
||||
share/locale/af/LC_MESSAGES/catfish.mo
|
||||
share/locale/ar/LC_MESSAGES/catfish.mo
|
||||
share/locale/be/LC_MESSAGES/catfish.mo
|
||||
@ -60,6 +65,7 @@ share/locale/el/LC_MESSAGES/catfish.mo
|
||||
share/locale/en_AU/LC_MESSAGES/catfish.mo
|
||||
share/locale/eo/LC_MESSAGES/catfish.mo
|
||||
share/locale/es/LC_MESSAGES/catfish.mo
|
||||
share/locale/et/LC_MESSAGES/catfish.mo
|
||||
share/locale/eu/LC_MESSAGES/catfish.mo
|
||||
share/locale/fi/LC_MESSAGES/catfish.mo
|
||||
share/locale/fr/LC_MESSAGES/catfish.mo
|
||||
@ -68,6 +74,7 @@ share/locale/he/LC_MESSAGES/catfish.mo
|
||||
share/locale/hr/LC_MESSAGES/catfish.mo
|
||||
share/locale/hu/LC_MESSAGES/catfish.mo
|
||||
share/locale/hy_AM/LC_MESSAGES/catfish.mo
|
||||
share/locale/hye/LC_MESSAGES/catfish.mo
|
||||
share/locale/id/LC_MESSAGES/catfish.mo
|
||||
share/locale/ie/LC_MESSAGES/catfish.mo
|
||||
share/locale/is/LC_MESSAGES/catfish.mo
|
||||
|
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= garcon
|
||||
PORTVERSION= 0.6.4
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.8.0
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= XFCE
|
||||
DIST_SUBDIR= xfce4
|
||||
@ -30,13 +29,9 @@ CONFIGURE_ARGS= --without-html-dir
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
OPTIONS_DEFINE= GTK2 NLS
|
||||
OPTIONS_DEFAULT= GTK2
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
GTK2_USE= gnome=gtk20
|
||||
GTK2_CONFIGURE_ENABLE= gtk2
|
||||
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_USES= gettext-runtime
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1564305293
|
||||
SHA256 (xfce4/garcon-0.6.4.tar.bz2) = d75e4753037a74733c07b71b8db7a656d869869f0f107f6411a306bbc87a762d
|
||||
SIZE (xfce4/garcon-0.6.4.tar.bz2) = 519744
|
||||
TIMESTAMP = 1608682795
|
||||
SHA256 (xfce4/garcon-0.8.0.tar.bz2) = 4811d89ee5bc48dbdeffd69fc3eec6c112bbf01fde98a9e848335b374a4aa1bb
|
||||
SIZE (xfce4/garcon-0.8.0.tar.bz2) = 539061
|
||||
|
@ -15,21 +15,15 @@ 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
|
||||
%%GTK2%%include/garcon-gtk2-1/garcon-gtk/garcon-gtk-menu.h
|
||||
%%GTK2%%include/garcon-gtk2-1/garcon-gtk/garcon-gtk.h
|
||||
include/garcon-gtk3-1/garcon-gtk/garcon-gtk-menu.h
|
||||
include/garcon-gtk3-1/garcon-gtk/garcon-gtk.h
|
||||
lib/libgarcon-1.so
|
||||
lib/libgarcon-1.so.0
|
||||
lib/libgarcon-1.so.0.0.0
|
||||
%%GTK2%%lib/libgarcon-gtk2-1.so
|
||||
%%GTK2%%lib/libgarcon-gtk2-1.so.0
|
||||
%%GTK2%%lib/libgarcon-gtk2-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
|
||||
%%GTK2%%libdata/pkgconfig/garcon-gtk2-1.pc
|
||||
libdata/pkgconfig/garcon-gtk3-1.pc
|
||||
share/desktop-directories/xfce-accessories.directory
|
||||
share/desktop-directories/xfce-development.directory
|
||||
@ -45,6 +39,7 @@ share/desktop-directories/xfce-personal.directory
|
||||
share/desktop-directories/xfce-screensavers.directory
|
||||
share/desktop-directories/xfce-settings.directory
|
||||
share/desktop-directories/xfce-system.directory
|
||||
share/icons/hicolor/32x32/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
|
||||
@ -72,11 +67,13 @@ share/desktop-directories/xfce-system.directory
|
||||
%%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/kk/LC_MESSAGES/garcon.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/garcon.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/garcon.mo
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfburn
|
||||
PORTVERSION= 0.6.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= XFCE/apps
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-battery-plugin
|
||||
PORTVERSION= 1.1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
PORTNAME= xfce4-bsdcpufreq-plugin
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils xfce
|
||||
|
||||
MAINTAINER= riggs@FreeBSD.org
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-cpugraph-plugin
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-diskperf-plugin
|
||||
PORTVERSION= 2.6.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-fsguard-plugin
|
||||
PORTVERSION= 1.1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-genmon-plugin
|
||||
PORTVERSION= 4.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-mount-plugin
|
||||
PORTVERSION= 1.1.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-netload-plugin
|
||||
PORTVERSION= 1.3.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= xfce4-places-plugin
|
||||
PORTVERSION= 1.8.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce4-power-manager
|
||||
PORTVERSION= 1.6.6
|
||||
PORTVERSION= 4.16.0
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= XFCE
|
||||
DIST_SUBDIR= xfce4
|
||||
@ -28,6 +28,8 @@ CONFIGURE_ARGS= --disable-network-manager \
|
||||
--enable-xfce4panel
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1583705180
|
||||
SHA256 (xfce4/xfce4-power-manager-1.6.6.tar.bz2) = 1b7bf0d3e8af69b10f7b6a518451e01fc7888e0d9d360bc33f6c89179bb6080b
|
||||
SIZE (xfce4/xfce4-power-manager-1.6.6.tar.bz2) = 1227814
|
||||
TIMESTAMP = 1608682877
|
||||
SHA256 (xfce4/xfce4-power-manager-4.16.0.tar.bz2) = eb9c587c01b502fa45a32e7fc2aba98fa6d8391475133883654f77e562c43bf3
|
||||
SIZE (xfce4/xfce4-power-manager-4.16.0.tar.bz2) = 1234968
|
||||
|
@ -1,42 +1,42 @@
|
||||
--- src/xfpm-backlight-helper.c.orig 2017-11-23 23:52:06 UTC
|
||||
--- src/xfpm-backlight-helper.c.orig 2020-01-26 23:15:39 UTC
|
||||
+++ src/xfpm-backlight-helper.c
|
||||
@@ -49,6 +49,8 @@
|
||||
#define EXIT_CODE_INVALID_USER 4
|
||||
#define EXIT_CODE_NO_BRIGHTNESS_SWITCH 5
|
||||
#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"
|
||||
#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)
|
||||
/* devices in priority order */
|
||||
gchar *types[] = { "lcd", "crt", "out", "ext", "tv", NULL };
|
||||
gchar *device = NULL;
|
||||
- gint i;
|
||||
+ gint i, j;
|
||||
/* 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);
|
||||
- device = (gchar *) g_malloc (sizeof (gchar));
|
||||
+ device = (gchar *) g_malloc (sizeof (gchar) * 8);
|
||||
|
||||
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);
|
||||
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);
|
||||
+ }
|
||||
}
|
||||
- /* 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 device;
|
||||
+ g_free (device);
|
||||
+
|
||||
+ return (NULL);
|
||||
+ return (NULL);
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -1,18 +1,18 @@
|
||||
--- src/xfpm-dpms.c.orig 2019-05-17 13:43:56 UTC
|
||||
--- src/xfpm-dpms.c.orig 2020-01-26 23:15:39 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)
|
||||
{
|
||||
- gchar *sleep_mode;
|
||||
+ gchar *sleep_mode = NULL;
|
||||
- gchar *sleep_mode;
|
||||
+ gchar *sleep_mode = NULL;
|
||||
|
||||
g_object_get (G_OBJECT (dpms->priv->conf),
|
||||
DPMS_SLEEP_MODE, &sleep_mode,
|
||||
NULL);
|
||||
g_object_get (G_OBJECT (dpms->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;
|
||||
- if ( !g_strcmp0 (sleep_mode, "Standby"))
|
||||
+ if ( sleep_mode != NULL && !g_strcmp0 (sleep_mode, "Standby"))
|
||||
*ret_standby_mode = TRUE;
|
||||
else
|
||||
*ret_standby_mode = FALSE;
|
||||
|
@ -7,28 +7,10 @@ man/man1/xfce4-power-manager.1.gz
|
||||
sbin/xfce4-pm-helper
|
||||
sbin/xfpm-power-backlight-helper
|
||||
share/applications/xfce4-power-manager-settings.desktop
|
||||
share/icons/hicolor/32x32/status/ac-adapter.png
|
||||
share/icons/hicolor/32x32/status/battery-caution-charging.png
|
||||
share/icons/hicolor/32x32/status/battery-caution.png
|
||||
share/icons/hicolor/32x32/status/battery-empty-charging.png
|
||||
share/icons/hicolor/32x32/status/battery-empty.png
|
||||
share/icons/hicolor/32x32/status/battery-full-charged.png
|
||||
share/icons/hicolor/32x32/status/battery-full-charging.png
|
||||
share/icons/hicolor/32x32/status/battery-full.png
|
||||
share/icons/hicolor/32x32/status/battery-good-charging.png
|
||||
share/icons/hicolor/32x32/status/battery-good.png
|
||||
share/icons/hicolor/32x32/status/battery-low-charging.png
|
||||
share/icons/hicolor/32x32/status/battery-low.png
|
||||
share/icons/hicolor/32x32/status/battery-missing.png
|
||||
share/icons/hicolor/32x32/status/computer.png
|
||||
share/icons/hicolor/32x32/status/input-keyboard.png
|
||||
share/icons/hicolor/32x32/status/input-mouse.png
|
||||
share/icons/hicolor/32x32/status/multimedia-player.png
|
||||
share/icons/hicolor/32x32/status/pda.png
|
||||
share/icons/hicolor/32x32/status/phone.png
|
||||
share/icons/hicolor/32x32/status/tablet.png
|
||||
share/icons/hicolor/32x32/status/uninterruptible-power-supply.png
|
||||
share/icons/hicolor/32x32/status/video-display.png
|
||||
share/icons/hicolor/128x128/apps/org.xfce.powermanager.png
|
||||
share/icons/hicolor/16x16/apps/org.xfce.powermanager.png
|
||||
share/icons/hicolor/24x24/apps/org.xfce.powermanager.png
|
||||
share/icons/hicolor/48x48/apps/org.xfce.powermanager.png
|
||||
share/icons/hicolor/48x48/status/ac-adapter.png
|
||||
share/icons/hicolor/48x48/status/battery-caution-charging.png
|
||||
share/icons/hicolor/48x48/status/battery-caution.png
|
||||
@ -53,6 +35,7 @@ share/icons/hicolor/48x48/status/phone.png
|
||||
share/icons/hicolor/48x48/status/tablet.png
|
||||
share/icons/hicolor/48x48/status/uninterruptible-power-supply.png
|
||||
share/icons/hicolor/48x48/status/video-display.png
|
||||
share/icons/hicolor/scalable/apps/org.xfce.powermanager.svg
|
||||
share/icons/hicolor/scalable/status/ac-adapter-symbolic.svg
|
||||
share/icons/hicolor/scalable/status/ac-adapter.svg
|
||||
share/icons/hicolor/scalable/status/battery-caution-charging-symbolic.svg
|
||||
@ -92,7 +75,6 @@ share/icons/hicolor/scalable/status/phone.svg
|
||||
share/icons/hicolor/scalable/status/tablet.svg
|
||||
share/icons/hicolor/scalable/status/uninterruptible-power-supply.svg
|
||||
share/icons/hicolor/scalable/status/video-display.svg
|
||||
share/icons/hicolor/scalable/status/xfce4-power-manager-settings.svg
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-power-manager.mo
|
||||
%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-power-manager.mo
|
||||
%%NLS%%share/locale/be/LC_MESSAGES/xfce4-power-manager.mo
|
||||
@ -103,6 +85,7 @@ share/icons/hicolor/scalable/status/xfce4-power-manager-settings.svg
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/xfce4-power-manager.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/xfce4-power-manager.mo
|
||||
%%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-power-manager.mo
|
||||
%%NLS%%share/locale/en_CA/LC_MESSAGES/xfce4-power-manager.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-power-manager.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/xfce4-power-manager.mo
|
||||
%%NLS%%share/locale/et/LC_MESSAGES/xfce4-power-manager.mo
|
||||
@ -114,6 +97,7 @@ share/icons/hicolor/scalable/status/xfce4-power-manager-settings.svg
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-power-manager.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-power-manager.mo
|
||||
%%NLS%%share/locale/hy_AM/LC_MESSAGES/xfce4-power-manager.mo
|
||||
%%NLS%%share/locale/hye/LC_MESSAGES/xfce4-power-manager.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/xfce4-power-manager.mo
|
||||
%%NLS%%share/locale/ie/LC_MESSAGES/xfce4-power-manager.mo
|
||||
%%NLS%%share/locale/is/LC_MESSAGES/xfce4-power-manager.mo
|
||||
|
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce4-settings
|
||||
PORTVERSION= 4.14.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.16.0
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= XFCE
|
||||
DIST_SUBDIR= xfce4
|
||||
@ -18,8 +17,8 @@ LIB_DEPENDS= libcolord.so:graphics/colord \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libxklavier.so:x11/libxklavier
|
||||
|
||||
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
|
||||
tar:bzip2 xfce xorg
|
||||
USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \
|
||||
libtool python pkgconfig shebangfix tar:bzip2 xfce xorg
|
||||
USE_GNOME= cairo glib20 gtk30 intltool
|
||||
USE_XFCE= garcon libexo xfconf
|
||||
USE_XORG= xorgproto x11 xcursor xi xrandr
|
||||
@ -27,6 +26,7 @@ USE_XORG= xorgproto x11 xcursor xi xrandr
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-pluggable-dialogs
|
||||
INSTALLS_ICONS= yes
|
||||
SHEBANG_FILES= dialogs/mime-settings/helpers/xfce4-compose-mail
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1586715148
|
||||
SHA256 (xfce4/xfce4-settings-4.14.3.tar.bz2) = cab1a4d5351f9871533700523570f86f92bbe6e4055f44e5df950eb4b4f48bb3
|
||||
SIZE (xfce4/xfce4-settings-4.14.3.tar.bz2) = 1201308
|
||||
TIMESTAMP = 1608682830
|
||||
SHA256 (xfce4/xfce4-settings-4.16.0.tar.bz2) = 67a1404fc754c675c6431e22a8fe0e5d79644fdfadbfe25a4523d68e1442ddc2
|
||||
SIZE (xfce4/xfce4-settings-4.16.0.tar.bz2) = 1492754
|
||||
|
@ -4,6 +4,7 @@ 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
|
||||
@ -11,8 +12,10 @@ 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/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
|
||||
@ -20,22 +23,156 @@ 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-mirror.png
|
||||
share/icons/hicolor/128x128/devices/xfce-display-profile.png
|
||||
share/icons/hicolor/24x24/apps/xfce4-color-settings.png
|
||||
share/icons/hicolor/48x48/apps/xfce4-color-settings.png
|
||||
share/icons/hicolor/64x64/apps/xfce4-color-settings.png
|
||||
share/icons/hicolor/scalable/apps/xfce4-color-settings.svg
|
||||
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/locale/be@tarask/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/et/LC_MESSAGES/xfce4-settings.mo
|
||||
share/locale/hye/LC_MESSAGES/xfce4-settings.mo
|
||||
share/xfce4/helpers/thunar.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/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/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
|
||||
%%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/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
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-systemload-plugin
|
||||
PORTVERSION= 1.2.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-wavelan-plugin
|
||||
PORTVERSION= 0.6.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-dict
|
||||
PORTVERSION= 0.8.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc xfce
|
||||
MASTER_SITES= XFCE/apps
|
||||
PKGNAMESUFFIX= -plugin
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-smartbookmark-plugin
|
||||
PORTVERSION= 0.5.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-datetime-plugin
|
||||
PORTVERSION= 0.8.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-clocks xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= xfce4-stopwatch-plugin
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-clocks xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
13
x11-clocks/xfce4-stopwatch-plugin/files/patch-panel416fix
Normal file
13
x11-clocks/xfce4-stopwatch-plugin/files/patch-panel416fix
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/panel-plugin/stopwatch.c b/panel-plugin/stopwatch.c
|
||||
index 4fd7f68b94671cefed0c46d00b3cf49839d7571f..3bcfdec1222dc77dad28f40feacb3c5e8b948bd8 100644
|
||||
--- panel-plugin/stopwatch.c
|
||||
+++ panel-plugin/stopwatch.c
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
-#include <libxfce4panel/xfce-panel-plugin.h>
|
||||
+#include <libxfce4panel/libxfce4panel.h>
|
||||
#include <libxfce4util/libxfce4util.h>
|
||||
|
||||
#include "stopwatchtimer.h"
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-time-out-plugin
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-clocks xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-timer-plugin
|
||||
PORTVERSION= 1.7.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-clocks xfce
|
||||
MASTER_SITES= XFCE/panel-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= thunar
|
||||
DISTVERSION= 1.8.16
|
||||
DISTVERSION= 4.16.1
|
||||
CATEGORIES= x11-fm xfce
|
||||
MASTER_SITES= XFCE
|
||||
DIST_SUBDIR= xfce4
|
||||
@ -31,6 +31,8 @@ CONFIGURE_ARGS= --enable-gio-unix \
|
||||
INSTALLS_ICONS= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
OPTIONS_DEFINE= GIR NLS NOTIFY
|
||||
OPTIONS_GROUP= PLUGINS
|
||||
OPTIONS_GROUP_PLUGINS= PLUG_APR PLUG_SBR PLUG_TPA PLUG_UCA PLUG_WALL
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1604219231
|
||||
SHA256 (xfce4/thunar-1.8.16.tar.bz2) = 221338b1cbf14cbee2b9091f9b4e4f47cf6bc9513bbb113762da7ca4f8173c4c
|
||||
SIZE (xfce4/thunar-1.8.16.tar.bz2) = 2479718
|
||||
TIMESTAMP = 1609348619
|
||||
SHA256 (xfce4/thunar-4.16.1.tar.bz2) = da2d17d2cb69eb33768690b714cc232ed367cbd71eb9543aaa2a805d05dc3ce1
|
||||
SIZE (xfce4/thunar-4.16.1.tar.bz2) = 2447673
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- thunar/thunar-list-model.c.orig 2020-05-24 12:27:08 UTC
|
||||
+++ thunar/thunar-list-model.c
|
||||
@@ -705,7 +705,7 @@ thunar_list_model_get_value (GtkTreeModel *model,
|
||||
_thunar_return_if_fail (iter->stamp == (THUNAR_LIST_MODEL (model))->stamp);
|
||||
|
||||
file = g_sequence_get (iter->user_data);
|
||||
- _thunar_assert (THUNAR_IS_FILE (file));
|
||||
+ _thunar_return_if_fail (THUNAR_IS_FILE (file));
|
||||
|
||||
switch (column)
|
||||
{
|
@ -16,7 +16,6 @@ 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/ThunarBulkRename
|
||||
lib/Thunar/thunar-sendto-email
|
||||
%%GIR%%lib/girepository-1.0/Thunarx-3.0.typelib
|
||||
lib/libthunarx-3.so
|
||||
@ -73,16 +72,14 @@ 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/16x16/apps/Thunar.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/apps/Thunar.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/Thunar.png
|
||||
share/icons/hicolor/64x64/apps/Thunar.png
|
||||
share/icons/hicolor/128x128/apps/Thunar.png
|
||||
share/icons/hicolor/scalable/apps/Thunar.svg
|
||||
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
|
||||
@ -148,6 +145,5 @@ share/icons/hicolor/scalable/apps/Thunar.svg
|
||||
%%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/pixmaps/Thunar/Thunar-about-logo.png
|
||||
share/polkit-1/actions/org.xfce.thunar.policy
|
||||
%%PLUG_TPA%%share/xfce4/panel/plugins/thunar-tpa.desktop
|
||||
|
@ -84,7 +84,6 @@
|
||||
SUBDIR += libwnck
|
||||
SUBDIR += libwnck3
|
||||
SUBDIR += libxaw3dxft
|
||||
SUBDIR += libxfce4gui
|
||||
SUBDIR += linux-c7-gtk2
|
||||
SUBDIR += linux-c7-gtk3
|
||||
SUBDIR += linux-c7-openmotif
|
||||
|
@ -1,45 +0,0 @@
|
||||
# Created by: James Earl <jdearl@telus.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libxfce4gui
|
||||
PORTVERSION= 4.10.0
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= x11-toolkits xfce
|
||||
MASTER_SITES= XFCE/archive
|
||||
DISTNAME= libxfcegui4-${DISTVERSIONFULL}
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= xfce@FreeBSD.org
|
||||
COMMENT= Various Gtk widgets for the Xfce Desktop
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
USES= compiler:c11 gettext-tools gmake gnome libtool pathfix \
|
||||
pkgconfig tar:bzip2 xfce:gtk2 xorg
|
||||
USE_GNOME= cairo gtk20 intltool libglade2
|
||||
USE_XFCE= libutil
|
||||
USE_XORG= ice sm x11
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
CONFIGURE_ARGS= --disable-gladeui --disable-static \
|
||||
--without-html-dir
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= NLS STARTUP
|
||||
OPTIONS_DEFAULT= STARTUP
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
STARTUP_DESC= Startup notification
|
||||
|
||||
NLS_USES= gettext-runtime
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
|
||||
STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification
|
||||
STARTUP_CONFIGURE_ENABLE= startup-notification
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (xfce4/libxfcegui4-4.10.0.tar.bz2) = 2b82f9979175d8856880c8f349e6eede491ca92fe6940c69c8958115418d4533
|
||||
SIZE (xfce4/libxfcegui4-4.10.0.tar.bz2) = 691012
|
@ -1,11 +0,0 @@
|
||||
--- libxfcegui4/xfce-exec.c.orig 2012-04-28 20:10:43 UTC
|
||||
+++ libxfcegui4/xfce-exec.c
|
||||
@@ -79,7 +79,7 @@ child_setup_sync(gpointer user_data)
|
||||
#ifndef G_OS_WIN32
|
||||
gchar *dpyname = user_data;
|
||||
|
||||
- xfce_setenv ("DISPLAY", dpyname, TRUE);
|
||||
+ g_setenv ("DISPLAY", dpyname, TRUE);
|
||||
#endif
|
||||
}
|
||||
|
@ -1,3 +0,0 @@
|
||||
GUI-related extension widgets and libraries for the Xfce Desktop.
|
||||
|
||||
WWW: https://www.xfce.org/
|
@ -1,125 +0,0 @@
|
||||
include/xfce4/libxfcegui4/dialogs.h
|
||||
include/xfce4/libxfcegui4/gtk_style.h
|
||||
include/xfce4/libxfcegui4/gtktoxevent.h
|
||||
include/xfce4/libxfcegui4/gui-enum-types.h
|
||||
include/xfce4/libxfcegui4/icons.h
|
||||
include/xfce4/libxfcegui4/libnetk.h
|
||||
include/xfce4/libxfcegui4/libxfcegui4-config.h
|
||||
include/xfce4/libxfcegui4/libxfcegui4.h
|
||||
include/xfce4/libxfcegui4/netk-application.h
|
||||
include/xfce4/libxfcegui4/netk-class-group.h
|
||||
include/xfce4/libxfcegui4/netk-enum-types.h
|
||||
include/xfce4/libxfcegui4/netk-pager.h
|
||||
include/xfce4/libxfcegui4/netk-screen.h
|
||||
include/xfce4/libxfcegui4/netk-tasklist.h
|
||||
include/xfce4/libxfcegui4/netk-trayicon.h
|
||||
include/xfce4/libxfcegui4/netk-util.h
|
||||
include/xfce4/libxfcegui4/netk-window-action-menu.h
|
||||
include/xfce4/libxfcegui4/netk-window-menu.h
|
||||
include/xfce4/libxfcegui4/netk-window.h
|
||||
include/xfce4/libxfcegui4/netk-workspace.h
|
||||
include/xfce4/libxfcegui4/preview_filesel.h
|
||||
include/xfce4/libxfcegui4/session-client.h
|
||||
include/xfce4/libxfcegui4/xfce-appmenuitem.h
|
||||
include/xfce4/libxfcegui4/xfce-colorbutton.h
|
||||
include/xfce4/libxfcegui4/xfce-exec.h
|
||||
include/xfce4/libxfcegui4/xfce-filechooser.h
|
||||
include/xfce4/libxfcegui4/xfce-gdk-extensions.h
|
||||
include/xfce4/libxfcegui4/xfce-gtk-extensions.h
|
||||
include/xfce4/libxfcegui4/xfce-heading.h
|
||||
include/xfce4/libxfcegui4/xfce-icontheme.h
|
||||
include/xfce4/libxfcegui4/xfce-startup-notification.h
|
||||
include/xfce4/libxfcegui4/xfce-titled-dialog.h
|
||||
include/xfce4/libxfcegui4/xfce-widget-helpers.h
|
||||
include/xfce4/libxfcegui4/xfce_aboutdialog.h
|
||||
include/xfce4/libxfcegui4/xfce_clock.h
|
||||
include/xfce4/libxfcegui4/xfce_decorbutton.h
|
||||
include/xfce4/libxfcegui4/xfce_decortoggle.h
|
||||
include/xfce4/libxfcegui4/xfce_framebox.h
|
||||
include/xfce4/libxfcegui4/xfce_iconbutton.h
|
||||
include/xfce4/libxfcegui4/xfce_menubutton.h
|
||||
include/xfce4/libxfcegui4/xfce_movehandler.h
|
||||
include/xfce4/libxfcegui4/xfce_scaled_image.h
|
||||
include/xfce4/libxfcegui4/xfce_systemtray.h
|
||||
include/xfce4/libxfcegui4/xfce_togglebutton.h
|
||||
include/xfce4/libxfcegui4/xinerama.h
|
||||
lib/libxfcegui4.so
|
||||
lib/libxfcegui4.so.4
|
||||
lib/libxfcegui4.so.4.3.0
|
||||
lib/libglade/2.0/libxfce4.so
|
||||
libdata/pkgconfig/libxfcegui4-1.0.pc
|
||||
share/icons/hicolor/48x48/apps/xfce-edit.png
|
||||
share/icons/hicolor/48x48/apps/xfce-filemanager.png
|
||||
share/icons/hicolor/48x48/apps/xfce-games.png
|
||||
share/icons/hicolor/48x48/apps/xfce-graphics.png
|
||||
share/icons/hicolor/48x48/apps/xfce-internet.png
|
||||
share/icons/hicolor/48x48/apps/xfce-man.png
|
||||
share/icons/hicolor/48x48/apps/xfce-multimedia.png
|
||||
share/icons/hicolor/48x48/apps/xfce-printer.png
|
||||
share/icons/hicolor/48x48/apps/xfce-schedule.png
|
||||
share/icons/hicolor/48x48/apps/xfce-sound.png
|
||||
share/icons/hicolor/48x48/apps/xfce-terminal.png
|
||||
share/icons/hicolor/48x48/apps/xfce-unknown.png
|
||||
share/icons/hicolor/48x48/apps/xfce-utils.png
|
||||
share/icons/hicolor/scalable/apps/xfce-filemanager.svg
|
||||
%%NLS%%share/locale/am/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/ast/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/be/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/bn_IN/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/cy/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/dz/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/eo/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/et/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/fa/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/gu/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/hy/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/is/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/ka/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/kk/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/ku/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/lv/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/mk/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/mr/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/nn/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/pa/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/ro/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/si/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/sq/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/ta/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/te/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/tl_PH/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/ug/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/ur/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/ur_PK/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libxfcegui4.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/libxfcegui4.mo
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce4-desktop
|
||||
PORTVERSION= 4.14.3
|
||||
PORTVERSION= 4.16.0
|
||||
CATEGORIES= x11-wm xfce
|
||||
MASTER_SITES= XFCE
|
||||
DISTNAME= xfdesktop-${DISTVERSIONFULL}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1604366823
|
||||
SHA256 (xfce4/xfdesktop-4.14.3.tar.bz2) = 06d7d08f41a847f539e9aeb52ed715f960255dc1b2162a60e5f90661892a5793
|
||||
SIZE (xfce4/xfdesktop-4.14.3.tar.bz2) = 1549953
|
||||
TIMESTAMP = 1608683086
|
||||
SHA256 (xfce4/xfdesktop-4.16.0.tar.bz2) = 934ba5affecff21e62d9fac1dd50c50cd94b3a807fefa5f5bff59f3d6f155bae
|
||||
SIZE (xfce4/xfdesktop-4.16.0.tar.bz2) = 2041114
|
||||
|
@ -5,12 +5,13 @@ share/applications/xfce-backdrop-settings.desktop
|
||||
share/backgrounds/xfce/xfce-blue.jpg
|
||||
share/backgrounds/xfce/xfce-stripes.png
|
||||
share/backgrounds/xfce/xfce-teal.jpg
|
||||
share/icons/hicolor/32x32/apps/xfce4-backdrop.png
|
||||
share/icons/hicolor/32x32/apps/xfce4-menueditor.png
|
||||
share/icons/hicolor/48x48/apps/xfce4-backdrop.png
|
||||
share/icons/hicolor/48x48/apps/xfce4-menueditor.png
|
||||
share/icons/hicolor/scalable/apps/xfce4-backdrop.svg
|
||||
share/icons/hicolor/scalable/apps/xfce4-menueditor.svg
|
||||
share/backgrounds/xfce/xfce-verticals.png
|
||||
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
|
||||
@ -37,8 +38,8 @@ share/icons/hicolor/scalable/apps/xfce4-menueditor.svg
|
||||
%%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/hye/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
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce4-panel
|
||||
PORTVERSION= 4.14.4
|
||||
PORTVERSION= 4.16.0
|
||||
CATEGORIES= x11-wm xfce
|
||||
MASTER_SITES= XFCE
|
||||
DIST_SUBDIR= xfce4
|
||||
@ -16,7 +16,8 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
|
||||
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
|
||||
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
libfreetype.so:print/freetype2 \
|
||||
libdbusmenu-gtk3.so:devel/libdbusmenu
|
||||
|
||||
USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \
|
||||
libtool pathfix perl5 pkgconfig tar:bzip2 xfce xorg
|
||||
@ -32,8 +33,8 @@ CONFIGURE_ARGS= --enable-gio-unix --without-html-dir
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
OPTIONS_DEFINE= GIR GTK2 NLS VAPI
|
||||
OPTIONS_DEFAULT= GIR GTK2 VAPI
|
||||
OPTIONS_DEFINE= GIR NLS VAPI
|
||||
OPTIONS_DEFAULT= GIR VAPI
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
GIR_DESC= Use Gobject Introspection
|
||||
@ -42,9 +43,6 @@ GIR_USE= gnome=introspection:build
|
||||
GIR_CONFIGURE_ON= --enable-introspection=yes
|
||||
GIR_CONFIGURE_OFF= --enable-introspection=no
|
||||
|
||||
GTK2_USE= gnome=gtk20
|
||||
GTK2_CONFIGURE_ENABLE= gtk2
|
||||
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_USES= gettext-runtime
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1588078825
|
||||
SHA256 (xfce4/xfce4-panel-4.14.4.tar.bz2) = 8e5ea79412ba84cfada897ff309cbe2cd4aca16b9bd4f93df060229528576fd5
|
||||
SIZE (xfce4/xfce4-panel-4.14.4.tar.bz2) = 1307938
|
||||
TIMESTAMP = 1608682746
|
||||
SHA256 (xfce4/xfce4-panel-4.16.0.tar.bz2) = 5e979aeeb37d306d72858b1bc67448222ea7a68de01409055b846cd31f3cc53d
|
||||
SIZE (xfce4/xfce4-panel-4.16.0.tar.bz2) = 1382354
|
||||
|
@ -3,15 +3,9 @@ From: Andre Miranda <andreldm@xfce.org>
|
||||
Date: Sun, 25 Aug 2019 19:16:03 -0300
|
||||
Subject: [PATCH] pager: Override WnckPager scroll-event handler (Bug #15886)
|
||||
|
||||
---
|
||||
plugins/pager/pager.c | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/plugins/pager/pager.c b/plugins/pager/pager.c
|
||||
index 5637bea6..3a64496e 100644
|
||||
--- plugins/pager/pager.c
|
||||
--- plugins/pager/pager.c.orig 2020-12-10 23:14:07 UTC
|
||||
+++ plugins/pager/pager.c
|
||||
@@ -445,6 +445,8 @@ G_GNUC_END_IGNORE_DEPRECATIONS
|
||||
@@ -482,6 +482,8 @@ G_GNUC_END_IGNORE_DEPRECATIONS
|
||||
G_CALLBACK (pager_plugin_drag_begin_event), plugin);
|
||||
g_signal_connect_after (G_OBJECT (plugin->pager), "drag-end",
|
||||
G_CALLBACK (pager_plugin_drag_end_event), plugin);
|
||||
@ -20,6 +14,3 @@ index 5637bea6..3a64496e 100644
|
||||
}
|
||||
else
|
||||
{
|
||||
--
|
||||
2.23.0
|
||||
|
||||
|
@ -3,18 +3,6 @@ bin/xfce4-popup-applicationsmenu
|
||||
bin/xfce4-popup-directorymenu
|
||||
bin/xfce4-popup-windowmenu
|
||||
etc/xdg/xfce4/panel/default.xml
|
||||
%%GTK2%%include/xfce4/libxfce4panel-1.0/libxfce4panel/libxfce4panel-config.h
|
||||
%%GTK2%%include/xfce4/libxfce4panel-1.0/libxfce4panel/libxfce4panel-enum-types.h
|
||||
%%GTK2%%include/xfce4/libxfce4panel-1.0/libxfce4panel/libxfce4panel-enums.h
|
||||
%%GTK2%%include/xfce4/libxfce4panel-1.0/libxfce4panel/libxfce4panel.h
|
||||
%%GTK2%%include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-arrow-button.h
|
||||
%%GTK2%%include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-hvbox.h
|
||||
%%GTK2%%include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-convenience.h
|
||||
%%GTK2%%include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-image.h
|
||||
%%GTK2%%include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-macros-46.h
|
||||
%%GTK2%%include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-macros.h
|
||||
%%GTK2%%include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-plugin-provider.h
|
||||
%%GTK2%%include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-plugin.h
|
||||
include/xfce4/libxfce4panel-2.0/libxfce4panel/libxfce4panel-config.h
|
||||
include/xfce4/libxfce4panel-2.0/libxfce4panel/libxfce4panel-enum-types.h
|
||||
include/xfce4/libxfce4panel-2.0/libxfce4panel/libxfce4panel-enums.h
|
||||
@ -22,14 +10,10 @@ include/xfce4/libxfce4panel-2.0/libxfce4panel/libxfce4panel.h
|
||||
include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-arrow-button.h
|
||||
include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-convenience.h
|
||||
include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-image.h
|
||||
include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-macros-46.h
|
||||
include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-macros.h
|
||||
include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-plugin-provider.h
|
||||
include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-plugin.h
|
||||
%%GIR%%lib/girepository-1.0/libxfce4panel-2.0.typelib
|
||||
%%GTK2%%lib/libxfce4panel-1.0.so
|
||||
%%GTK2%%lib/libxfce4panel-1.0.so.4
|
||||
%%GTK2%%lib/libxfce4panel-1.0.so.4.0.0
|
||||
%%GIR%%lib/girepository-1.0/Libxfce4panel-2.0.typelib
|
||||
lib/libxfce4panel-2.0.so
|
||||
lib/libxfce4panel-2.0.so.4
|
||||
lib/libxfce4panel-2.0.so.4.0.0
|
||||
@ -45,24 +29,31 @@ lib/xfce4/panel/plugins/libshowdesktop.so
|
||||
lib/xfce4/panel/plugins/libsystray.so
|
||||
lib/xfce4/panel/plugins/libtasklist.so
|
||||
lib/xfce4/panel/plugins/libwindowmenu.so
|
||||
%%GTK2%%lib/xfce4/panel/wrapper-1.0
|
||||
lib/xfce4/panel/wrapper-2.0
|
||||
%%GTK2%%libdata/pkgconfig/libxfce4panel-1.0.pc
|
||||
libdata/pkgconfig/libxfce4panel-2.0.pc
|
||||
share/applications/panel-desktop-handler.desktop
|
||||
share/applications/panel-preferences.desktop
|
||||
%%GIR%%share/gir-1.0/libxfce4panel-2.0.gir
|
||||
share/icons/hicolor/16x16/apps/xfce4-panel-menu.png
|
||||
share/icons/hicolor/16x16/apps/xfce4-panel.png
|
||||
share/icons/hicolor/22x22/apps/xfce4-panel-menu.png
|
||||
share/icons/hicolor/22x22/apps/xfce4-panel.png
|
||||
share/icons/hicolor/24x24/apps/xfce4-panel-menu.png
|
||||
share/icons/hicolor/24x24/apps/xfce4-panel.png
|
||||
share/icons/hicolor/32x32/apps/xfce4-panel-menu.png
|
||||
share/icons/hicolor/32x32/apps/xfce4-panel.png
|
||||
share/icons/hicolor/48x48/apps/xfce4-panel-menu.png
|
||||
share/icons/hicolor/48x48/apps/xfce4-panel.png
|
||||
share/icons/hicolor/scalable/apps/xfce4-panel.svg
|
||||
%%GIR%%share/gir-1.0/Libxfce4panel-2.0.gir
|
||||
share/icons/hicolor/128x128/apps/org.xfce.panel.png
|
||||
share/icons/hicolor/16x16/apps/org.xfce.panel.applicationsmenu.png
|
||||
share/icons/hicolor/16x16/apps/org.xfce.panel.png
|
||||
share/icons/hicolor/24x24/apps/org.xfce.panel.applicationsmenu.png
|
||||
share/icons/hicolor/24x24/apps/org.xfce.panel.png
|
||||
share/icons/hicolor/32x32/apps/org.xfce.panel.actions.png
|
||||
share/icons/hicolor/32x32/apps/org.xfce.panel.applicationsmenu.png
|
||||
share/icons/hicolor/32x32/apps/org.xfce.panel.clock.png
|
||||
share/icons/hicolor/32x32/apps/org.xfce.panel.directorymenu.png
|
||||
share/icons/hicolor/32x32/apps/org.xfce.panel.launcher.png
|
||||
share/icons/hicolor/32x32/apps/org.xfce.panel.pager.png
|
||||
share/icons/hicolor/32x32/apps/org.xfce.panel.png
|
||||
share/icons/hicolor/32x32/apps/org.xfce.panel.separator.png
|
||||
share/icons/hicolor/32x32/apps/org.xfce.panel.showdesktop.png
|
||||
share/icons/hicolor/32x32/apps/org.xfce.panel.statustray.png
|
||||
share/icons/hicolor/32x32/apps/org.xfce.panel.tasklist.png
|
||||
share/icons/hicolor/32x32/apps/org.xfce.panel.windowmenu.png
|
||||
share/icons/hicolor/48x48/apps/org.xfce.panel.applicationsmenu.png
|
||||
share/icons/hicolor/48x48/apps/org.xfce.panel.png
|
||||
share/icons/hicolor/scalable/apps/org.xfce.panel.svg
|
||||
%%NLS%%share/locale/am/LC_MESSAGES/xfce4-panel.mo
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-panel.mo
|
||||
%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-panel.mo
|
||||
@ -80,7 +71,6 @@ share/icons/hicolor/scalable/apps/xfce4-panel.svg
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/xfce4-panel.mo
|
||||
%%NLS%%share/locale/et/LC_MESSAGES/xfce4-panel.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-panel.mo
|
||||
%%NLS%%share/locale/fa_IR/LC_MESSAGES/xfce4-panel.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-panel.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-panel.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-panel.mo
|
||||
@ -88,6 +78,7 @@ share/icons/hicolor/scalable/apps/xfce4-panel.svg
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-panel.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-panel.mo
|
||||
%%NLS%%share/locale/hy_AM/LC_MESSAGES/xfce4-panel.mo
|
||||
%%NLS%%share/locale/hye/LC_MESSAGES/xfce4-panel.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/xfce4-panel.mo
|
||||
%%NLS%%share/locale/ie/LC_MESSAGES/xfce4-panel.mo
|
||||
%%NLS%%share/locale/is/LC_MESSAGES/xfce4-panel.mo
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce4-session
|
||||
PORTVERSION= 4.14.2
|
||||
PORTVERSION= 4.16.0
|
||||
CATEGORIES= x11-wm xfce
|
||||
MASTER_SITES= XFCE
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1585440692
|
||||
SHA256 (xfce4/xfce4-session-4.14.2.tar.bz2) = fbe3a4a60c91589a2024ce12b2d2667625a8fedcbc90ef031831f56319f597af
|
||||
SIZE (xfce4/xfce4-session-4.14.2.tar.bz2) = 841878
|
||||
TIMESTAMP = 1608682710
|
||||
SHA256 (xfce4/xfce4-session-4.16.0.tar.bz2) = 22f273f212481d71e0b5618c62710cd85f69aea74f5ea5c0093f7918b07d17b7
|
||||
SIZE (xfce4/xfce4-session-4.16.0.tar.bz2) = 875504
|
||||
|
@ -12,14 +12,26 @@ man/man1/xfce4-session-logout.1.gz
|
||||
man/man1/xfce4-session.1.gz
|
||||
share/applications/xfce-session-settings.desktop
|
||||
share/applications/xfce4-session-logout.desktop
|
||||
share/icons/hicolor/128x128/apps/xfce4-session.png
|
||||
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/apps/xfce4-session.png
|
||||
share/icons/hicolor/scalable/apps/xfce4-session.svg
|
||||
share/icons/hicolor/48x48/actions/xfsm-switch-user.png
|
||||
share/icons/hicolor/48x48/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
|
||||
@ -33,6 +45,7 @@ share/icons/hicolor/scalable/apps/xfce4-session.svg
|
||||
%%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
|
||||
@ -42,9 +55,11 @@ share/icons/hicolor/scalable/apps/xfce4-session.svg
|
||||
%%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
|
||||
|
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce4-wm
|
||||
PORTVERSION= 4.14.6
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 4.16.0
|
||||
CATEGORIES= x11-wm xfce
|
||||
MASTER_SITES= XFCE
|
||||
DISTNAME= xfwm4-${DISTVERSIONFULL}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1604253744
|
||||
SHA256 (xfce4/xfwm4-4.14.6.tar.bz2) = ac6fa8b09d34090fb9ad81d8b7fb0455a10eccf500396b644afa2b9c2444142f
|
||||
SIZE (xfce4/xfwm4-4.14.6.tar.bz2) = 1167818
|
||||
TIMESTAMP = 1608682605
|
||||
SHA256 (xfce4/xfwm4-4.16.0.tar.bz2) = 1e22eae1bbb66cebfd1753b0a5606e76ecbf6b09ce4cdfd732d093c936f1feb3
|
||||
SIZE (xfce4/xfwm4-4.16.0.tar.bz2) = 1200929
|
||||
|
@ -1,44 +0,0 @@
|
||||
From c255a406bd353a24a9143b152f91e5eb39f69f1f Mon Sep 17 00:00:00 2001
|
||||
From: Olivier Fourdan <fourdan@xfce.org>
|
||||
Date: Sat, 28 Nov 2020 21:16:20 +0100
|
||||
Subject: [PATCH] compositor: Handle XFixes XError
|
||||
|
||||
XFixesSetPictureClipRegion() with the region from the client window can
|
||||
cause a RenderBadPicture error.
|
||||
|
||||
Make sure to include it within the XError trap.
|
||||
|
||||
Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
|
||||
https://gitlab.xfce.org/xfce/xfwm4/-/issues/460
|
||||
---
|
||||
src/compositor.c | 9 +++++----
|
||||
1 file changed, 5 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/src/compositor.c b/src/compositor.c
|
||||
index 5110f29c2..25baaabe5 100644
|
||||
--- src/compositor.c
|
||||
+++ src/compositor.c
|
||||
@@ -781,15 +781,16 @@ border_size (CWindow *cw)
|
||||
myDisplayErrorTrapPush (display_info);
|
||||
border = XFixesCreateRegionFromWindow (display_info->dpy,
|
||||
cw->id, WindowRegionBounding);
|
||||
- if ((myDisplayErrorTrapPop (display_info) != Success) || (border == None))
|
||||
- {
|
||||
- return None;
|
||||
- }
|
||||
XFixesSetPictureClipRegion (display_info->dpy, cw->picture, 0, 0, border);
|
||||
XFixesTranslateRegion (display_info->dpy, border,
|
||||
cw->attr.x + cw->attr.border_width,
|
||||
cw->attr.y + cw->attr.border_width);
|
||||
|
||||
+ if (myDisplayErrorTrapPop (display_info) != Success)
|
||||
+ {
|
||||
+ return None;
|
||||
+ }
|
||||
+
|
||||
return border;
|
||||
}
|
||||
|
||||
--
|
||||
GitLab
|
||||
|
@ -1,24 +0,0 @@
|
||||
diff --git a/src/client.c b/src/client.c
|
||||
index c90c7ada710b482a847e80a1e835adf54fe97f34..13acc44f75455b1c9de70255a73cf4457dfb7531 100644
|
||||
--- src/client.c
|
||||
+++ src/client.c
|
||||
@@ -2705,10 +2705,18 @@ clientClose (Client *c)
|
||||
void
|
||||
clientKill (Client *c)
|
||||
{
|
||||
+ ScreenInfo *screen_info;
|
||||
+ DisplayInfo *display_info;
|
||||
+
|
||||
g_return_if_fail (c != NULL);
|
||||
TRACE ("client \"%s\" (0x%lx)", c->name, c->window);
|
||||
|
||||
- XKillClient (clientGetXDisplay (c), c->window);
|
||||
+ screen_info = c->screen_info;
|
||||
+ display_info = screen_info->display_info;
|
||||
+
|
||||
+ myDisplayErrorTrapPush (display_info);
|
||||
+ XKillClient (display_info->dpy, c->window);
|
||||
+ myDisplayErrorTrapPopIgnored (display_info);
|
||||
}
|
||||
|
||||
void
|
@ -1,30 +0,0 @@
|
||||
From 6b3c1ef155a01b61443b832b1922b560ef42ce24 Mon Sep 17 00:00:00 2001
|
||||
From: Olivier Fourdan <fourdan@xfce.org>
|
||||
Date: Sat, 21 Nov 2020 14:05:04 +0100
|
||||
Subject: [PATCH] xsync: Handle XError
|
||||
|
||||
XSync can fail, handle the XError gracefully.
|
||||
|
||||
Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
|
||||
Closes: https://gitlab.xfce.org/xfce/xfwm4/-/issues/448
|
||||
---
|
||||
src/xsync.c | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/src/xsync.c b/src/xsync.c
|
||||
index 920dfdc17..e1c379f9d 100644
|
||||
--- src/xsync.c
|
||||
+++ src/xsync.c
|
||||
@@ -113,7 +113,9 @@ clientDestroyXSyncAlarm (Client *c)
|
||||
screen_info = c->screen_info;
|
||||
display_info = screen_info->display_info;
|
||||
|
||||
+ myDisplayErrorTrapPush (display_info);
|
||||
XSyncDestroyAlarm (display_info->dpy, c->xsync_alarm);
|
||||
+ myDisplayErrorTrapPopIgnored (display_info);
|
||||
c->xsync_alarm = None;
|
||||
}
|
||||
}
|
||||
--
|
||||
GitLab
|
||||
|
@ -6,6 +6,12 @@ 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
|
||||
@ -15,10 +21,10 @@ 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/wmtweaks.png
|
||||
share/icons/hicolor/48x48/apps/xfce4-workspaces.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/48x48/apps/xfwm4.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
|
||||
@ -28,10 +34,10 @@ 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/wmtweaks.svg
|
||||
share/icons/hicolor/scalable/apps/xfce4-workspaces.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
|
||||
share/icons/hicolor/scalable/apps/xfwm4.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
|
||||
|
@ -1,44 +1,137 @@
|
||||
# Created by: James Earl <jdearl@telus.net>
|
||||
# Created by: Ben Woods <woodsb02@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce
|
||||
PORTVERSION= 4.14
|
||||
CATEGORIES= x11-wm xfce
|
||||
PORTNAME= xfce4-goodies
|
||||
PORTVERSION= 4.16
|
||||
CATEGORIES= x11
|
||||
|
||||
MAINTAINER= xfce@FreeBSD.org
|
||||
COMMENT= Meta-port for the Xfce Desktop Environment
|
||||
COMMENT= Meta-port for software and artwork from the Xfce4 Goodies Project
|
||||
|
||||
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
|
||||
|
||||
USES= metaport
|
||||
OPTIONS_DEFAULT= ARCHIVE BATTERY CALCULATOR CLIPMAN CPUGRAPH DASHBOARD \
|
||||
DATETIME DICTIONARY DISKPERF FSGUARD GENMON GIGOLO \
|
||||
MAILWATCH MEDIATAGS MENULIBRE MOUNT NETLOAD PAROLE \
|
||||
POWERMANAGER RISTRETTO SCREENSAVER SCREENSHOOTER SMARTBOOKMARK \
|
||||
SYSTEMLOAD TASKMANAGER TERMINAL THEMES TIMEOUT TIMER VCS VERVE \
|
||||
WAVELAN WEATHER WHISKERMENU XFBURN XKB
|
||||
# Removed from defaults due to ports being broken.
|
||||
# NOTES BSDCPUFREQ
|
||||
|
||||
OPTIONS_DEFINE= APPFINDER GREYBIRD GTK2ENGINE ICONS LIGHTDM MOUSEPAD NOTIFY ORAGE PRINT \
|
||||
TERMINAL XPM
|
||||
OPTIONS_DEFAULT= APPFINDER GREYBIRD ICONS MOUSEPAD NOTIFY TERMINAL
|
||||
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
|
||||
GTK2ENGINE_DESC= Install old gtk2 only engine theme
|
||||
GTK2ENGINE_RUN_DEPENDS= gtk-xfce-engine>0:x11-themes/gtk-xfce-engine
|
||||
ICONS_RUN_DEPENDS= adwaita-icon-theme>0:x11-themes/adwaita-icon-theme
|
||||
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
|
||||
ORAGE_RUN_DEPENDS= orage:deskutils/orage
|
||||
ORAGE_DESC= Calendar
|
||||
PRINT_RUN_DEPENDS= xfprint4:print/xfce4-print
|
||||
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
|
||||
OPTIONS_EXCLUDE_powerpc= BATTERY
|
||||
OPTIONS_EXCLUDE_powerpc64= BATTERY
|
||||
OPTIONS_EXCLUDE_powerpc64le= BATTERY
|
||||
OPTIONS_EXCLUDE_powerpcspe= BATTERY
|
||||
|
||||
do-install: # empty
|
||||
OPTIONS_GROUP= APPLICATIONS PANELPLUGINS THUNARPLUGINS UNOFFICIAL
|
||||
|
||||
OPTIONS_GROUP_APPLICATIONS= DASHBOARD DICTIONARY GIGOLO MIDORI PAROLE \
|
||||
POWERMANAGER RISTRETTO SCREENSHOOTER \
|
||||
TASKMANAGER TERMINAL VOLUMEDPULSE XFBURN \
|
||||
XFMPC SCREENSAVER
|
||||
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
|
||||
MIDORI_DESC= Lightweight web browser using WebKit engine
|
||||
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
|
||||
MIDORI_RUN_DEPENDS= midori>=0:www/midori
|
||||
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 SYSTEMLOAD TIMER \
|
||||
TIMEOUT VERVE WAVELAN WEATHER WHISKERMENU \
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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${PYTHON3_DEFAULT:S/.//}-menulibre>=0:x11/menulibre
|
||||
THEMES_RUN_DEPENDS= xfce4-wm-themes>=0:misc/xfce4-wm-themes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -435,14 +435,12 @@
|
||||
SUBDIR += xfce4-dashboard
|
||||
SUBDIR += xfce4-embed-plugin
|
||||
SUBDIR += xfce4-goodies
|
||||
SUBDIR += xfce4-quicklauncher-plugin
|
||||
SUBDIR += xfce4-screensaver
|
||||
SUBDIR += xfce4-screenshooter-plugin
|
||||
SUBDIR += xfce4-taskmanager
|
||||
SUBDIR += xfce4-terminal
|
||||
SUBDIR += xfce4-verve-plugin
|
||||
SUBDIR += xfce4-whiskermenu-plugin
|
||||
SUBDIR += xfce4-wmdock-plugin
|
||||
SUBDIR += xfd
|
||||
SUBDIR += xfishtank
|
||||
SUBDIR += xforward
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libexo
|
||||
PORTVERSION= 0.12.11
|
||||
PORTVERSION= 4.16.0
|
||||
CATEGORIES= x11 xfce
|
||||
MASTER_SITES= XFCE
|
||||
DISTNAME= exo-${DISTVERSIONFULL}
|
||||
@ -34,15 +34,11 @@ INSTALLS_ICONS= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
CONFIGURE_ARGS= --without-html-dir --disable-silent-rules
|
||||
|
||||
PORTSCOUT= limit:^0\.12\.
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
OPTIONS_DEFINE= GTK2 NLS
|
||||
OPTIONS_DEFAULT= GTK2
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
GTK2_USE= gnome=gtk20
|
||||
GTK2_CONFIGURE_ENABLE= gtk2
|
||||
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_USES= gettext-runtime
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1576756210
|
||||
SHA256 (xfce4/exo-0.12.11.tar.bz2) = ec892519c08a67f3e0a1f0f8d43446e26871183e5aa6be7f82e214f388d1e5b6
|
||||
SIZE (xfce4/exo-0.12.11.tar.bz2) = 1333227
|
||||
TIMESTAMP = 1608682983
|
||||
SHA256 (xfce4/exo-4.16.0.tar.bz2) = 1975b00eed9a8aa1f899eab2efaea593731c19138b83fdff2f13bdca5275bacc
|
||||
SIZE (xfce4/exo-4.16.0.tar.bz2) = 966143
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user