aboutsummaryrefslogtreecommitdiff
path: root/x11/mate-applets
diff options
context:
space:
mode:
authorEric Turgeon <ericbsd@FreeBSD.org>2018-04-13 21:16:56 +0000
committerEric Turgeon <ericbsd@FreeBSD.org>2018-04-13 21:16:56 +0000
commit7d2d36aed6114686b16c3da59b30b81e278b322e (patch)
treefe45484e4a0866ed2fea48abe3f221fc294f178a /x11/mate-applets
parentfa67176a9ee6a29f1732bd89cc498696990e4454 (diff)
downloadports-7d2d36aed6114686b16c3da59b30b81e278b322e.tar.gz
ports-7d2d36aed6114686b16c3da59b30b81e278b322e.zip
Notes
Diffstat (limited to 'x11/mate-applets')
-rw-r--r--x11/mate-applets/Makefile13
-rw-r--r--x11/mate-applets/distinfo6
-rw-r--r--x11/mate-applets/files/patch-configure.ac4
-rw-r--r--x11/mate-applets/files/patch-invest-applet_invest_invest-applet.py13
-rw-r--r--x11/mate-applets/files/patch-invest-applet_invest_invest-chart13
-rw-r--r--x11/mate-applets/pkg-plist86
6 files changed, 12 insertions, 123 deletions
diff --git a/x11/mate-applets/Makefile b/x11/mate-applets/Makefile
index 68ef3a904783..4eddd9b4c621 100644
--- a/x11/mate-applets/Makefile
+++ b/x11/mate-applets/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= mate-applets
-PORTVERSION= 1.18.1
+PORTVERSION= 1.20.1
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@@ -24,16 +24,12 @@ LIB_DEPENDS= libgtop-2.0.so:devel/libgtop \
PORTSCOUT= limitw:1,even
-#USES= autoreconf:build gettext gmake libtool localbase pathfix \
-# pkgconfig python shebangfix tar:xz
USES= compiler:c11 gettext gmake libtool localbase pkgconfig \
- python:2.7 shebangfix tar:xz
+ python:2.7 tar:xz
USE_CSTD= c11
-#USE_MATE= desktop icontheme libmateweather panel polkit settingsdaemon
+
USE_MATE= libmateweather panel
USE_XORG= ice sm x11
-#USE_GNOME= cairo gdkpixbuf2 gtk30 gtksourceview3 introspection:build \
-# libwnck3 libxml2 libxslt pygobject pygobject3 intlhack
USE_GNOME= cairo gtk30 gtksourceview3 intltool libwnck3 libxml2 \
pygobject3
USE_LDCONFIG= yes
@@ -50,9 +46,6 @@ GLIB_SCHEMAS= org.mate.panel.applet.charpick.gschema.xml \
org.mate.panel.applet.timer.gschema.xml \
org.mate.stickynotes.gschema.xml
-SHEBANG_FILES= invest-applet/invest/*.py \
- invest-applet/invest/mate-invest-chart
-
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
diff --git a/x11/mate-applets/distinfo b/x11/mate-applets/distinfo
index 5dbb8bf92ee1..cd324bcd4622 100644
--- a/x11/mate-applets/distinfo
+++ b/x11/mate-applets/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491691806
-SHA256 (mate/mate-applets-1.18.1.tar.xz) = 05bae1324de35659b37307bb345bb9da16b19391c83388ef697df51a22caf4da
-SIZE (mate/mate-applets-1.18.1.tar.xz) = 7158716
+TIMESTAMP = 1523142281
+SHA256 (mate/mate-applets-1.20.1.tar.xz) = 8c0723644a49d465c616ab611e9b1e4f532cac3e7c891151cbf2649dc84b21a8
+SIZE (mate/mate-applets-1.20.1.tar.xz) = 7022772
diff --git a/x11/mate-applets/files/patch-configure.ac b/x11/mate-applets/files/patch-configure.ac
index 0923fcd11d0b..a9dd76cc8373 100644
--- a/x11/mate-applets/files/patch-configure.ac
+++ b/x11/mate-applets/files/patch-configure.ac
@@ -53,6 +53,6 @@
-AS_AC_EXPAND(DATADIR, "${datadir}")
+AS_AC_EXPAND(DATADIR, $datadir)
- AS_AC_EXPAND(PYTHONDIR, $pythondir)
AS_AC_EXPAND(BUILDERDIR, $builderdir)
-
+
+ AC_SUBST(VERSION)
diff --git a/x11/mate-applets/files/patch-invest-applet_invest_invest-applet.py b/x11/mate-applets/files/patch-invest-applet_invest_invest-applet.py
deleted file mode 100644
index 5cb46b6018bc..000000000000
--- a/x11/mate-applets/files/patch-invest-applet_invest_invest-applet.py
+++ /dev/null
@@ -1,13 +0,0 @@
---- invest-applet/invest/invest-applet.py.orig 2008-03-15 19:39:32.000000000 -0400
-+++ invest-applet/invest/invest-applet.py 2008-04-28 13:27:46.000000000 -0400
-@@ -26,8 +26,8 @@ import mate_invest, mate_invest.applet, mate_invest.def
- import gettext, locale
- gettext.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR)
- gettext.textdomain(mate_invest.defs.GETTEXT_PACKAGE)
--locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR)
--locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE)
-+#locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR)
-+#locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE)
-
- from gettext import gettext as _
-
diff --git a/x11/mate-applets/files/patch-invest-applet_invest_invest-chart b/x11/mate-applets/files/patch-invest-applet_invest_invest-chart
deleted file mode 100644
index 2b6da07eb611..000000000000
--- a/x11/mate-applets/files/patch-invest-applet_invest_invest-chart
+++ /dev/null
@@ -1,13 +0,0 @@
---- invest-applet/invest/mate-invest-chart.orig 2008-03-15 16:34:50.000000000 -0400
-+++ invest-applet/invest/mate-invest-chart 2008-04-28 13:29:13.000000000 -0400
-@@ -6,8 +6,8 @@ import sys, mate_invest.chart, gtk
- import gettext, locale
- gettext.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR)
- gettext.textdomain(mate_invest.defs.GETTEXT_PACKAGE)
--locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR)
--locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE)
-+#locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR)
-+#locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE)
-
- if __name__ == "__main__":
- win = mate_invest.chart.show_chart(sys.argv[1:])
diff --git a/x11/mate-applets/pkg-plist b/x11/mate-applets/pkg-plist
index 3773204df56d..fbfe42e0750c 100644
--- a/x11/mate-applets/pkg-plist
+++ b/x11/mate-applets/pkg-plist
@@ -1,42 +1,7 @@
-bin/mate-invest-chart
%%BATTERY%%etc/sound/events/mate-battstat_applet.soundlist
-%%PYTHON_SITELIBDIR%%/mate_invest/__init__.py
-%%PYTHON_SITELIBDIR%%/mate_invest/__init__.pyc
-%%PYTHON_SITELIBDIR%%/mate_invest/__init__.%%PYTHON_PYOEXTENSION%%
-%%PYTHON_SITELIBDIR%%/mate_invest/about.py
-%%PYTHON_SITELIBDIR%%/mate_invest/about.pyc
-%%PYTHON_SITELIBDIR%%/mate_invest/about.%%PYTHON_PYOEXTENSION%%
-%%PYTHON_SITELIBDIR%%/mate_invest/applet.py
-%%PYTHON_SITELIBDIR%%/mate_invest/applet.pyc
-%%PYTHON_SITELIBDIR%%/mate_invest/applet.%%PYTHON_PYOEXTENSION%%
-%%PYTHON_SITELIBDIR%%/mate_invest/chart.py
-%%PYTHON_SITELIBDIR%%/mate_invest/chart.pyc
-%%PYTHON_SITELIBDIR%%/mate_invest/chart.%%PYTHON_PYOEXTENSION%%
-%%PYTHON_SITELIBDIR%%/mate_invest/currencies.py
-%%PYTHON_SITELIBDIR%%/mate_invest/currencies.pyc
-%%PYTHON_SITELIBDIR%%/mate_invest/currencies.%%PYTHON_PYOEXTENSION%%
-%%PYTHON_SITELIBDIR%%/mate_invest/defs.py
-%%PYTHON_SITELIBDIR%%/mate_invest/defs.pyc
-%%PYTHON_SITELIBDIR%%/mate_invest/defs.%%PYTHON_PYOEXTENSION%%
-%%PYTHON_SITELIBDIR%%/mate_invest/help.py
-%%PYTHON_SITELIBDIR%%/mate_invest/help.pyc
-%%PYTHON_SITELIBDIR%%/mate_invest/help.%%PYTHON_PYOEXTENSION%%
-%%PYTHON_SITELIBDIR%%/mate_invest/networkmanager.py
-%%PYTHON_SITELIBDIR%%/mate_invest/networkmanager.pyc
-%%PYTHON_SITELIBDIR%%/mate_invest/networkmanager.%%PYTHON_PYOEXTENSION%%
-%%PYTHON_SITELIBDIR%%/mate_invest/preferences.py
-%%PYTHON_SITELIBDIR%%/mate_invest/preferences.pyc
-%%PYTHON_SITELIBDIR%%/mate_invest/preferences.%%PYTHON_PYOEXTENSION%%
-%%PYTHON_SITELIBDIR%%/mate_invest/quotes.py
-%%PYTHON_SITELIBDIR%%/mate_invest/quotes.pyc
-%%PYTHON_SITELIBDIR%%/mate_invest/quotes.%%PYTHON_PYOEXTENSION%%
-%%PYTHON_SITELIBDIR%%/mate_invest/widgets.py
-%%PYTHON_SITELIBDIR%%/mate_invest/widgets.pyc
-%%PYTHON_SITELIBDIR%%/mate_invest/widgets.%%PYTHON_PYOEXTENSION%%
libexec/accessx-status-applet
%%BATTERY%%libexec/battstat-applet
libexec/command-applet
-libexec/invest-applet
libexec/mate-charpick-applet
libexec/mate-drivemount-applet
libexec/mate-geyes-applet
@@ -50,7 +15,6 @@ man/man1/mate-charpick-applet.1.gz
man/man1/mate-cpufreq-selector.1.gz
man/man1/mate-drivemount-applet.1.gz
man/man1/mate-geyes-applet.1.gz
-man/man1/mate-invest-chart.1.gz
man/man1/mate-multiload-applet.1.gz
man/man1/mateweather.1.gz
share/dbus-1/services/org.mate.panel.applet.AccessxStatusAppletFactory.service
@@ -59,7 +23,6 @@ share/dbus-1/services/org.mate.panel.applet.CharpickerAppletFactory.service
share/dbus-1/services/org.mate.panel.applet.CommandAppletFactory.service
share/dbus-1/services/org.mate.panel.applet.DriveMountAppletFactory.service
share/dbus-1/services/org.mate.panel.applet.GeyesAppletFactory.service
-share/dbus-1/services/org.mate.panel.applet.InvestAppletFactory.service
share/dbus-1/services/org.mate.panel.applet.MateWeatherAppletFactory.service
share/dbus-1/services/org.mate.panel.applet.MultiLoadAppletFactory.service
share/dbus-1/services/org.mate.panel.applet.NetspeedAppletFactory.service
@@ -102,9 +65,6 @@ share/help/C/mate-drivemount/legal.xml
share/help/C/mate-geyes/figures/geyes_applet.png
share/help/C/mate-geyes/index.docbook
share/help/C/mate-geyes/legal.xml
-share/help/C/mate-invest-applet/figures/symbol-search.png
-share/help/C/mate-invest-applet/index.docbook
-share/help/C/mate-invest-applet/legal.xml
share/help/C/mate-multiload/figures/multiload-preferences.png
share/help/C/mate-multiload/figures/system-monitor-applet_window.png
share/help/C/mate-multiload/figures/system_monitor.png
@@ -231,9 +191,6 @@ share/help/ca/mate-drivemount/legal.xml
share/help/ca/mate-geyes/figures/geyes_applet.png
share/help/ca/mate-geyes/index.docbook
share/help/ca/mate-geyes/legal.xml
-share/help/ca/mate-invest-applet/figures/symbol-search.png
-share/help/ca/mate-invest-applet/index.docbook
-share/help/ca/mate-invest-applet/legal.xml
share/help/ca/mate-multiload/figures/multiload-preferences.png
share/help/ca/mate-multiload/figures/system-monitor-applet_window.png
share/help/ca/mate-multiload/figures/system_monitor.png
@@ -388,9 +345,6 @@ share/help/de/mate-drivemount/legal.xml
share/help/de/mate-geyes/figures/geyes_applet.png
share/help/de/mate-geyes/index.docbook
share/help/de/mate-geyes/legal.xml
-share/help/de/mate-invest-applet/figures/symbol-search.png
-share/help/de/mate-invest-applet/index.docbook
-share/help/de/mate-invest-applet/legal.xml
share/help/de/mate-multiload/figures/multiload-preferences.png
share/help/de/mate-multiload/figures/system-monitor-applet_window.png
share/help/de/mate-multiload/figures/system_monitor.png
@@ -469,9 +423,6 @@ share/help/el/mate-drivemount/legal.xml
share/help/el/mate-geyes/figures/geyes_applet.png
share/help/el/mate-geyes/index.docbook
share/help/el/mate-geyes/legal.xml
-share/help/el/mate-invest-applet/figures/symbol-search.png
-share/help/el/mate-invest-applet/index.docbook
-share/help/el/mate-invest-applet/legal.xml
share/help/el/mate-multiload/figures/multiload-preferences.png
share/help/el/mate-multiload/figures/system-monitor-applet_window.png
share/help/el/mate-multiload/figures/system_monitor.png
@@ -550,9 +501,6 @@ share/help/en_GB/mate-drivemount/legal.xml
share/help/en_GB/mate-geyes/figures/geyes_applet.png
share/help/en_GB/mate-geyes/index.docbook
share/help/en_GB/mate-geyes/legal.xml
-share/help/en_GB/mate-invest-applet/figures/symbol-search.png
-share/help/en_GB/mate-invest-applet/index.docbook
-share/help/en_GB/mate-invest-applet/legal.xml
share/help/en_GB/mate-multiload/figures/multiload-preferences.png
share/help/en_GB/mate-multiload/figures/system-monitor-applet_window.png
share/help/en_GB/mate-multiload/figures/system_monitor.png
@@ -620,9 +568,6 @@ share/help/es/mate-drivemount/legal.xml
share/help/es/mate-geyes/figures/geyes_applet.png
share/help/es/mate-geyes/index.docbook
share/help/es/mate-geyes/legal.xml
-share/help/es/mate-invest-applet/figures/symbol-search.png
-share/help/es/mate-invest-applet/index.docbook
-share/help/es/mate-invest-applet/legal.xml
share/help/es/mate-multiload/figures/multiload-preferences.png
share/help/es/mate-multiload/figures/system-monitor-applet_window.png
share/help/es/mate-multiload/figures/system_monitor.png
@@ -757,9 +702,6 @@ share/help/fi/mate-drivemount/legal.xml
share/help/fi/mate-geyes/figures/geyes_applet.png
share/help/fi/mate-geyes/index.docbook
share/help/fi/mate-geyes/legal.xml
-share/help/fi/mate-invest-applet/figures/symbol-search.png
-share/help/fi/mate-invest-applet/index.docbook
-share/help/fi/mate-invest-applet/legal.xml
share/help/fi/mate-multiload/figures/multiload-preferences.png
share/help/fi/mate-multiload/figures/system-monitor-applet_window.png
share/help/fi/mate-multiload/figures/system_monitor.png
@@ -1202,9 +1144,6 @@ share/help/ru/mate-drivemount/legal.xml
share/help/ru/mate-geyes/figures/geyes_applet.png
share/help/ru/mate-geyes/index.docbook
share/help/ru/mate-geyes/legal.xml
-share/help/ru/mate-invest-applet/figures/symbol-search.png
-share/help/ru/mate-invest-applet/index.docbook
-share/help/ru/mate-invest-applet/legal.xml
share/help/ru/mate-multiload/figures/multiload-preferences.png
share/help/ru/mate-multiload/figures/system-monitor-applet_window.png
share/help/ru/mate-multiload/figures/system_monitor.png
@@ -1272,9 +1211,6 @@ share/help/sv/mate-drivemount/legal.xml
share/help/sv/mate-geyes/figures/geyes_applet.png
share/help/sv/mate-geyes/index.docbook
share/help/sv/mate-geyes/legal.xml
-share/help/sv/mate-invest-applet/figures/symbol-search.png
-share/help/sv/mate-invest-applet/index.docbook
-share/help/sv/mate-invest-applet/legal.xml
share/help/sv/mate-multiload/figures/multiload-preferences.png
share/help/sv/mate-multiload/figures/system-monitor-applet_window.png
share/help/sv/mate-multiload/figures/system_monitor.png
@@ -1420,9 +1356,6 @@ share/help/zh_CN/mate-drivemount/legal.xml
share/help/zh_CN/mate-geyes/figures/geyes_applet.png
share/help/zh_CN/mate-geyes/index.docbook
share/help/zh_CN/mate-geyes/legal.xml
-share/help/zh_CN/mate-invest-applet/figures/symbol-search.png
-share/help/zh_CN/mate-invest-applet/index.docbook
-share/help/zh_CN/mate-invest-applet/legal.xml
share/help/zh_CN/mate-multiload/figures/multiload-preferences.png
share/help/zh_CN/mate-multiload/figures/system-monitor-applet_window.png
share/help/zh_CN/mate-multiload/figures/system_monitor.png
@@ -1481,14 +1414,12 @@ share/help/zh_TW/mate-trashapplet/figures/trash-applet.png
share/help/zh_TW/mate-trashapplet/index.docbook
share/help/zh_TW/mate-trashapplet/legal.xml
share/icons/hicolor/16x16/apps/mate-eyes-applet.png
-share/icons/hicolor/16x16/apps/mate-invest-applet.png
share/icons/hicolor/16x16/apps/mate-netspeed-applet.png
share/icons/hicolor/16x16/apps/mate-sticky-notes-applet.png
share/icons/hicolor/16x16/devices/mate-netspeed-loopback.png
share/icons/hicolor/16x16/devices/mate-netspeed-plip.png
share/icons/hicolor/16x16/devices/mate-netspeed-ppp.png
share/icons/hicolor/22x22/apps/mate-eyes-applet.png
-share/icons/hicolor/22x22/apps/mate-invest-applet.png
share/icons/hicolor/22x22/apps/mate-netspeed-applet.png
share/icons/hicolor/22x22/apps/mate-sticky-notes-applet.png
share/icons/hicolor/24x24/apps/mate-eyes-applet.png
@@ -1502,10 +1433,8 @@ share/icons/hicolor/32x32/apps/mate-eyes-applet.png
share/icons/hicolor/32x32/apps/mate-netspeed-applet.png
share/icons/hicolor/32x32/apps/mate-sticky-notes-applet.png
share/icons/hicolor/48x48/apps/mate-ax-applet.png
-share/icons/hicolor/48x48/apps/mate-invest-applet.png
share/icons/hicolor/48x48/apps/mate-netspeed-applet.png
share/icons/hicolor/scalable/apps/mate-eyes-applet.svg
-share/icons/hicolor/scalable/apps/mate-invest-applet.svg
share/icons/hicolor/scalable/apps/mate-netspeed-applet.svg
share/icons/hicolor/scalable/apps/mate-sticky-notes-applet.svg
share/locale/af/LC_MESSAGES/mate-applets.mo
@@ -1594,6 +1523,7 @@ share/locale/oc/LC_MESSAGES/mate-applets.mo
share/locale/or/LC_MESSAGES/mate-applets.mo
share/locale/pa/LC_MESSAGES/mate-applets.mo
share/locale/pl/LC_MESSAGES/mate-applets.mo
+share/locale/pms/LC_MESSAGES/mate-applets.mo
share/locale/ps/LC_MESSAGES/mate-applets.mo
share/locale/pt/LC_MESSAGES/mate-applets.mo
share/locale/pt_BR/LC_MESSAGES/mate-applets.mo
@@ -1621,10 +1551,7 @@ share/locale/xh/LC_MESSAGES/mate-applets.mo
share/locale/zh_CN/LC_MESSAGES/mate-applets.mo
share/locale/zh_HK/LC_MESSAGES/mate-applets.mo
share/locale/zh_TW/LC_MESSAGES/mate-applets.mo
-%%DATADIR%%/Invest_Applet.xml
%%BATTERY%%%%DATADIR%%/builder/battstat_applet.ui
-%%DATADIR%%/builder/financialchart.ui
-%%DATADIR%%/builder/prefs-dialog.ui
%%DATADIR%%/builder/stickynotes.ui
%%DATADIR%%/builder/trashapplet-empty-progress.ui
%%DATADIR%%/geyes/Bizarre/Bizarre-eye.png
@@ -1639,6 +1566,9 @@ share/locale/zh_TW/LC_MESSAGES/mate-applets.mo
%%DATADIR%%/geyes/Default/Default-eye.png
%%DATADIR%%/geyes/Default/Default-pupil.png
%%DATADIR%%/geyes/Default/config
+%%DATADIR%%/geyes/Digital/Digital-eye.png
+%%DATADIR%%/geyes/Digital/Digital-pupil.png
+%%DATADIR%%/geyes/Digital/config
%%DATADIR%%/geyes/Horrid/config
%%DATADIR%%/geyes/Horrid/horrid_eye.png
%%DATADIR%%/geyes/Horrid/horrid_pupil.png
@@ -1650,20 +1580,12 @@ share/locale/zh_TW/LC_MESSAGES/mate-applets.mo
%%DATADIR%%/icons/hicolor/48x48/apps/stickynotes-stock-resize-se.png
%%DATADIR%%/icons/hicolor/48x48/apps/stickynotes-stock-resize-sw.png
%%DATADIR%%/icons/hicolor/48x48/apps/stickynotes-stock-unlocked.png
-%%DATADIR%%/invest-applet/invest-16_neutral.png
-%%DATADIR%%/invest-applet/invest-22_down.png
-%%DATADIR%%/invest-applet/invest-22_neutral.png
-%%DATADIR%%/invest-applet/invest-22_up.png
-%%DATADIR%%/invest-applet/invest_down.svg
-%%DATADIR%%/invest-applet/invest_neutral.svg
-%%DATADIR%%/invest-applet/invest_up.svg
share/mate-panel/applets/org.mate.applets.AccessxStatusApplet.mate-panel-applet
%%BATTERY%%share/mate-panel/applets/org.mate.applets.BattstatApplet.mate-panel-applet
share/mate-panel/applets/org.mate.applets.CharpickerApplet.mate-panel-applet
share/mate-panel/applets/org.mate.applets.CommandApplet.mate-panel-applet
share/mate-panel/applets/org.mate.applets.DriveMountApplet.mate-panel-applet
share/mate-panel/applets/org.mate.applets.GeyesApplet.mate-panel-applet
-share/mate-panel/applets/org.mate.applets.InvestApplet.mate-panel-applet
share/mate-panel/applets/org.mate.applets.MateWeatherApplet.mate-panel-applet
share/mate-panel/applets/org.mate.applets.MultiLoadApplet.mate-panel-applet
share/mate-panel/applets/org.mate.applets.NetspeedApplet.mate-panel-applet