diff options
author | Eric Turgeon <4249848+ericbsd@users.noreply.github.com> | 2018-04-21 01:34:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-21 01:34:22 +0800 |
commit | 561e1d6555ce76eb8f0b9f161ed8f04d03c80b79 (patch) | |
tree | 54a4fefc68694aca6b58fe709de9a87f27a501f8 | |
parent | 70de51b4b9356d8b143797284d72666d791c631e (diff) | |
parent | 8c7f9420dac75d2d6b517790d0f22c7018c84ee9 (diff) | |
download | freebsd-ports-gnome-561e1d6555ce76eb8f0b9f161ed8f04d03c80b79.tar.gz freebsd-ports-gnome-561e1d6555ce76eb8f0b9f161ed8f04d03c80b79.tar.zst freebsd-ports-gnome-561e1d6555ce76eb8f0b9f161ed8f04d03c80b79.zip |
Merge pull request #10 from ericbsd/mate-1.20mate-1.20
Adding latest change of MATE ports
44 files changed, 402 insertions, 269 deletions
diff --git a/archivers/engrampa/Makefile b/archivers/engrampa/Makefile index 3c9413d4e4d6..a682bc9b450f 100644 --- a/archivers/engrampa/Makefile +++ b/archivers/engrampa/Makefile @@ -1,5 +1,5 @@ # Created by: Anders Nordby <anders@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/archivers/engrampa/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= engrampa PORTVERSION= 1.20.0 diff --git a/audio/libmatemixer/Makefile b/audio/libmatemixer/Makefile index a0c79db9ca71..ed8fe7a0e14a 100644 --- a/audio/libmatemixer/Makefile +++ b/audio/libmatemixer/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: head/audio/libmatemixer/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= libmatemixer PORTVERSION= 1.20.0 diff --git a/audio/libmatemixer/pkg-plist b/audio/libmatemixer/pkg-plist index 4be21d40c280..39cc8d24907e 100644 --- a/audio/libmatemixer/pkg-plist +++ b/audio/libmatemixer/pkg-plist @@ -18,8 +18,12 @@ lib/libmatemixer.a lib/libmatemixer.so lib/libmatemixer.so.0 lib/libmatemixer.so.0.0.0 +%%ALSA%%lib/libmatemixer/libmatemixer-alsa.a +%%ALSA%%lib/libmatemixer/libmatemixer-alsa.so lib/libmatemixer/libmatemixer-oss.a lib/libmatemixer/libmatemixer-oss.so +%%PULSEAUDIO%%lib/libmatemixer/libmatemixer-pulse.a +%%PULSEAUDIO%%lib/libmatemixer/libmatemixer-pulse.so libdata/pkgconfig/libmatemixer.pc share/gtk-doc/html/libmatemixer/MateMixerAppInfo.html share/gtk-doc/html/libmatemixer/MateMixerContext.html diff --git a/audio/mate-media/Makefile b/audio/mate-media/Makefile index 1de8c5ce722a..f8817e3c6d90 100644 --- a/audio/mate-media/Makefile +++ b/audio/mate-media/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/audio/mate-media/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-media PORTVERSION= 1.20.0 diff --git a/deskutils/caja-extensions/Makefile b/deskutils/caja-extensions/Makefile index a1d4162f4f47..c61335f8732d 100644 --- a/deskutils/caja-extensions/Makefile +++ b/deskutils/caja-extensions/Makefile @@ -1,5 +1,5 @@ # Created by: Eric Turgeon <ericturgeon@ghostbsd.org> -# $FreeBSD$ +# $FreeBSD: head/deskutils/caja-extensions/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= caja-extensions PORTVERSION= 1.20.0 diff --git a/deskutils/mate-notification-daemon/Makefile b/deskutils/mate-notification-daemon/Makefile index 594d44893019..532490bc52c3 100644 --- a/deskutils/mate-notification-daemon/Makefile +++ b/deskutils/mate-notification-daemon/Makefile @@ -1,5 +1,5 @@ # Created by: Andreas Kohn <andreas@syndrom23.de> -# $FreeBSD$ +# $FreeBSD: head/deskutils/mate-notification-daemon/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-notification-daemon PORTVERSION= 1.20.0 diff --git a/deskutils/mate-utils/Makefile b/deskutils/mate-utils/Makefile index 69626364961a..7a8b7e32c009 100644 --- a/deskutils/mate-utils/Makefile +++ b/deskutils/mate-utils/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/deskutils/mate-utils/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-utils PORTVERSION= 1.20.0 diff --git a/deskutils/mozo/Makefile b/deskutils/mozo/Makefile index c107c7bbab52..6a6322e0a23a 100644 --- a/deskutils/mozo/Makefile +++ b/deskutils/mozo/Makefile @@ -1,5 +1,5 @@ # Created by: FreeBSD GNOME Team -# $FreeBSD$ +# $FreeBSD: head/deskutils/mozo/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mozo PORTVERSION= 1.20.0 diff --git a/devel/mate-common/Makefile b/devel/mate-common/Makefile index 1818b977978c..37bab620f60e 100644 --- a/devel/mate-common/Makefile +++ b/devel/mate-common/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/devel/mate-common/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-common PORTVERSION= 1.20.0 diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile index 36ef07f407f5..a2b51b9701bf 100644 --- a/editors/pluma/Makefile +++ b/editors/pluma/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/editors/pluma/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= pluma PORTVERSION= 1.20.1 diff --git a/editors/pluma/pkg-plist b/editors/pluma/pkg-plist index e76550aef435..71e719c74e6b 100644 --- a/editors/pluma/pkg-plist +++ b/editors/pluma/pkg-plist @@ -25,16 +25,16 @@ lib/pluma/plugins/changecase.plugin lib/pluma/plugins/docinfo.plugin lib/pluma/plugins/externaltools.plugin lib/pluma/plugins/externaltools/__init__.py -lib/pluma/plugins/externaltools/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/externaltools/__pycache__/__init__.cpython-36.pyc -lib/pluma/plugins/externaltools/__pycache__/filelookup.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/externaltools/__pycache__/filelookup.cpython-36.pyc -lib/pluma/plugins/externaltools/__pycache__/linkparsing.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/externaltools/__pycache__/linkparsing.cpython-36.pyc -lib/pluma/plugins/externaltools/__pycache__/manager.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/externaltools/__pycache__/manager.cpython-36.pyc -lib/pluma/plugins/externaltools/__pycache__/outputpanel.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/externaltools/__pycache__/outputpanel.cpython-36.pyc +lib/pluma/plugins/externaltools/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/externaltools/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/externaltools/__pycache__/filelookup.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/externaltools/__pycache__/filelookup.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/externaltools/__pycache__/linkparsing.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/externaltools/__pycache__/linkparsing.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/externaltools/__pycache__/manager.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/externaltools/__pycache__/manager.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/externaltools/__pycache__/outputpanel.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/externaltools/__pycache__/outputpanel.cpython-%%PYTHON_SUFFIX%%.pyc lib/pluma/plugins/externaltools/capture.py lib/pluma/plugins/externaltools/filelookup.py lib/pluma/plugins/externaltools/functions.py @@ -55,22 +55,22 @@ lib/pluma/plugins/libtrailsave.so lib/pluma/plugins/modelines.plugin lib/pluma/plugins/pythonconsole.plugin lib/pluma/plugins/pythonconsole/__init__.py -lib/pluma/plugins/pythonconsole/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/pythonconsole/__pycache__/__init__.cpython-36.pyc -lib/pluma/plugins/pythonconsole/__pycache__/config.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/pythonconsole/__pycache__/config.cpython-36.pyc +lib/pluma/plugins/pythonconsole/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/pythonconsole/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/pythonconsole/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/pythonconsole/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.pyc lib/pluma/plugins/pythonconsole/config.py lib/pluma/plugins/pythonconsole/console.py lib/pluma/plugins/quickopen.plugin lib/pluma/plugins/quickopen/__init__.py -lib/pluma/plugins/quickopen/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/quickopen/__pycache__/__init__.cpython-36.pyc -lib/pluma/plugins/quickopen/__pycache__/popup.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/quickopen/__pycache__/popup.cpython-36.pyc -lib/pluma/plugins/quickopen/__pycache__/virtualdirs.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/quickopen/__pycache__/virtualdirs.cpython-36.pyc -lib/pluma/plugins/quickopen/__pycache__/windowhelper.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/quickopen/__pycache__/windowhelper.cpython-36.pyc +lib/pluma/plugins/quickopen/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/quickopen/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/quickopen/__pycache__/popup.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/quickopen/__pycache__/popup.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/quickopen/__pycache__/virtualdirs.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/quickopen/__pycache__/virtualdirs.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/quickopen/__pycache__/windowhelper.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/quickopen/__pycache__/windowhelper.cpython-%%PYTHON_SUFFIX%%.pyc lib/pluma/plugins/quickopen/popup.py lib/pluma/plugins/quickopen/virtualdirs.py lib/pluma/plugins/quickopen/windowhelper.py @@ -89,30 +89,30 @@ lib/pluma/plugins/snippets/Snippet.py lib/pluma/plugins/snippets/SubstitutionParser.py lib/pluma/plugins/snippets/WindowHelper.py lib/pluma/plugins/snippets/__init__.py -lib/pluma/plugins/snippets/__pycache__/Completion.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/snippets/__pycache__/Completion.cpython-36.pyc -lib/pluma/plugins/snippets/__pycache__/Document.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/snippets/__pycache__/Document.cpython-36.pyc -lib/pluma/plugins/snippets/__pycache__/Exporter.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/snippets/__pycache__/Exporter.cpython-36.pyc -lib/pluma/plugins/snippets/__pycache__/Helper.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/snippets/__pycache__/Helper.cpython-36.pyc -lib/pluma/plugins/snippets/__pycache__/Importer.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/snippets/__pycache__/Importer.cpython-36.pyc -lib/pluma/plugins/snippets/__pycache__/LanguageManager.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/snippets/__pycache__/LanguageManager.cpython-36.pyc -lib/pluma/plugins/snippets/__pycache__/Manager.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/snippets/__pycache__/Manager.cpython-36.pyc -lib/pluma/plugins/snippets/__pycache__/Parser.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/snippets/__pycache__/Parser.cpython-36.pyc -lib/pluma/plugins/snippets/__pycache__/Snippet.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/snippets/__pycache__/Snippet.cpython-36.pyc -lib/pluma/plugins/snippets/__pycache__/SubstitutionParser.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/snippets/__pycache__/SubstitutionParser.cpython-36.pyc -lib/pluma/plugins/snippets/__pycache__/WindowHelper.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/snippets/__pycache__/WindowHelper.cpython-36.pyc -lib/pluma/plugins/snippets/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%% -lib/pluma/plugins/snippets/__pycache__/__init__.cpython-36.pyc +lib/pluma/plugins/snippets/__pycache__/Completion.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/snippets/__pycache__/Completion.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/snippets/__pycache__/Document.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/snippets/__pycache__/Document.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/snippets/__pycache__/Exporter.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/snippets/__pycache__/Exporter.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/snippets/__pycache__/Helper.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/snippets/__pycache__/Helper.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/snippets/__pycache__/Importer.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/snippets/__pycache__/Importer.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/snippets/__pycache__/LanguageManager.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/snippets/__pycache__/LanguageManager.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/snippets/__pycache__/Manager.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/snippets/__pycache__/Manager.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/snippets/__pycache__/Parser.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/snippets/__pycache__/Parser.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/snippets/__pycache__/Snippet.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/snippets/__pycache__/Snippet.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/snippets/__pycache__/SubstitutionParser.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/snippets/__pycache__/SubstitutionParser.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/snippets/__pycache__/WindowHelper.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/snippets/__pycache__/WindowHelper.cpython-%%PYTHON_SUFFIX%%.pyc +lib/pluma/plugins/snippets/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +lib/pluma/plugins/snippets/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc lib/pluma/plugins/sort.plugin lib/pluma/plugins/spell.plugin lib/pluma/plugins/taglist.plugin diff --git a/graphics/atril-lite/pkg-plist b/graphics/atril-lite/pkg-plist index 88048ed2bbcc..91a705873cec 100644 --- a/graphics/atril-lite/pkg-plist +++ b/graphics/atril-lite/pkg-plist @@ -32,6 +32,7 @@ include/atril/1.5.0/libdocument/ev-layer.h include/atril/1.5.0/libdocument/ev-link-action.h include/atril/1.5.0/libdocument/ev-link-dest.h include/atril/1.5.0/libdocument/ev-link.h +include/atril/1.5.0/libdocument/ev-macros.h include/atril/1.5.0/libdocument/ev-mapping-list.h include/atril/1.5.0/libdocument/ev-page.h include/atril/1.5.0/libdocument/ev-render-context.h @@ -65,17 +66,15 @@ lib/atril/3/backends/tiffdocument.atril-backend %%XPS%%lib/atril/3/backends/xpsdocument.atril-backend lib/libatrildocument.so lib/libatrildocument.so.3 -lib/libatrildocument.so.3.0.0 +lib/libatrildocument.so.%%GTK3_VERSION%% lib/libatrilview.so lib/libatrilview.so.3 -lib/libatrilview.so.3.0.0 +lib/libatrilview.so.%%GTK3_VERSION%% libdata/pkgconfig/atril-document-1.5.0.pc libdata/pkgconfig/atril-view-1.5.0.pc man/man1/atril.1.gz share/appdata/atril.appdata.xml share/applications/atril.desktop -%%DATADIR%%/atril-toolbar.xml -%%DATADIR%%/atril-ui.xml %%DATADIR%%/hand-open.png %%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-left.png %%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-right.png @@ -309,12 +308,12 @@ share/icons/hicolor/22x22/apps/atril.png share/icons/hicolor/24x24/apps/atril.png share/icons/hicolor/48x48/apps/atril.png share/icons/hicolor/scalable/apps/atril.svg -share/locale/az/LC_MESSAGES/atril.mo share/locale/af/LC_MESSAGES/atril.mo share/locale/am/LC_MESSAGES/atril.mo share/locale/ar/LC_MESSAGES/atril.mo share/locale/as/LC_MESSAGES/atril.mo share/locale/ast/LC_MESSAGES/atril.mo +share/locale/az/LC_MESSAGES/atril.mo share/locale/be/LC_MESSAGES/atril.mo share/locale/bg/LC_MESSAGES/atril.mo share/locale/bn/LC_MESSAGES/atril.mo diff --git a/graphics/atril/Makefile b/graphics/atril/Makefile index 82e39a8dfe53..519a03e0ab12 100644 --- a/graphics/atril/Makefile +++ b/graphics/atril/Makefile @@ -1,11 +1,10 @@ # Created by: Adam Weinberger <adamw@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/graphics/atril/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ # # Please update update atril-lite also PORTNAME= atril PORTVERSION= 1.20.1 -PORTREVISION?= 1 CATEGORIES= graphics print mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/graphics/atril/pkg-plist b/graphics/atril/pkg-plist index 9225a44e6161..b2a8e5a463ad 100644 --- a/graphics/atril/pkg-plist +++ b/graphics/atril/pkg-plist @@ -50,21 +50,23 @@ include/atril/1.5.0/libview/ev-view-presentation.h include/atril/1.5.0/libview/ev-view-type-builtins.h include/atril/1.5.0/libview/ev-view.h include/atril/1.5.0/libview/ev-web-view.h -lib/atril/3/backends/comicsdocument.atril-backend -lib/atril/3/backends/djvudocument.atril-backend -lib/atril/3/backends/epubdocument.atril-backend -lib/atril/3/backends/libcomicsdocument.so -lib/atril/3/backends/libdjvudocument.so -lib/atril/3/backends/libepubdocument.so +%%COMICS%%lib/atril/3/backends/comicsdocument.atril-backend +%%DJVU%%lib/atril/3/backends/djvudocument.atril-backend +%%DVI%%lib/atril/3/backends/dvidocument.atril-backend +%%EPUB%%lib/atril/3/backends/epubdocument.atril-backend +%%COMICS%%lib/atril/3/backends/libcomicsdocument.so +%%DJVU%%lib/atril/3/backends/libdjvudocument.so +%%DVI%%lib/atril/3/backends/libdvidocument.so +%%EPUB%%lib/atril/3/backends/libepubdocument.so lib/atril/3/backends/libpdfdocument.so lib/atril/3/backends/libpsdocument.so lib/atril/3/backends/libtiffdocument.so -lib/atril/3/backends/libxpsdocument.so +%%XPS%%lib/atril/3/backends/libxpsdocument.so lib/atril/3/backends/pdfdocument.atril-backend lib/atril/3/backends/psdocument.atril-backend lib/atril/3/backends/tiffdocument.atril-backend -lib/atril/3/backends/xpsdocument.atril-backend -lib/caja/extensions-2.0/libatril-properties-page.so +%%XPS%%lib/atril/3/backends/xpsdocument.atril-backend +%%CAJA%%lib/caja/extensions-2.0/libatril-properties-page.so lib/libatrildocument.so lib/libatrildocument.so.3 lib/libatrildocument.so.%%GTK3_VERSION%% @@ -119,7 +121,7 @@ share/applications/atril.desktop %%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-left.svg %%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-right.svg %%DATADIR%%/icons/hicolor/scalable/mimetypes/x-office-presentation.svg -share/caja/extensions/libatril-properties-page.caja-extension +%%CAJA%%share/caja/extensions/libatril-properties-page.caja-extension share/dbus-1/services/org.mate.atril.Daemon.service share/gtk-doc/html/atril/EggFindBar.html share/gtk-doc/html/atril/EvFileMonitor.html diff --git a/graphics/eom/Makefile b/graphics/eom/Makefile index 25015f5c0d75..cc5dcc0dfabd 100644 --- a/graphics/eom/Makefile +++ b/graphics/eom/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/graphics/eom/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= eom PORTVERSION= 1.20.0 diff --git a/math/mate-calc/Makefile b/math/mate-calc/Makefile index 0c75b2466a71..b19e384c32b1 100644 --- a/math/mate-calc/Makefile +++ b/math/mate-calc/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/math/mate-calc/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-calc PORTVERSION= 1.20.1 diff --git a/mozo/Makefile b/mozo/Makefile new file mode 100644 index 000000000000..6a6322e0a23a --- /dev/null +++ b/mozo/Makefile @@ -0,0 +1,26 @@ +# Created by: FreeBSD GNOME Team +# $FreeBSD: head/deskutils/mozo/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ + +PORTNAME= mozo +PORTVERSION= 1.20.0 +CATEGORIES= deskutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Editor for the freedesktop.org menu specification + +PORTSCOUT= limitw:1,even + +USES= gettext gmake localbase pathfix pkgconfig \ + python:2.7 tar:xz +USE_MATE= menus +USE_GNOME= gtk30 intltool pygobject3 +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ + ${WRKSRC}/Mozo/util.py + +.include <bsd.port.mk> diff --git a/mozo/distinfo b/mozo/distinfo new file mode 100644 index 000000000000..a75fc5f8e86b --- /dev/null +++ b/mozo/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1519701445 +SHA256 (mate/mozo-1.20.0.tar.xz) = ef20df929fa89e33e818be5038cb222ed5022165a751435a53d2ddabda560884 +SIZE (mate/mozo-1.20.0.tar.xz) = 175684 diff --git a/mozo/pkg-descr b/mozo/pkg-descr new file mode 100644 index 000000000000..e3ed8b1f8c45 --- /dev/null +++ b/mozo/pkg-descr @@ -0,0 +1,6 @@ +Mozo is a simple freedesktop.org compliant menu editor +for MATE that lets you change your menus, simply and +quickly. Just click and type to edit, add, and delete any +menu entry. + +WWW: http://mate-desktop.org/ diff --git a/mozo/pkg-plist b/mozo/pkg-plist new file mode 100644 index 000000000000..396ccf57a8f6 --- /dev/null +++ b/mozo/pkg-plist @@ -0,0 +1,127 @@ +bin/mozo +%%PYTHON_SITELIBDIR%%/Mozo/MainWindow.py +%%PYTHON_SITELIBDIR%%/Mozo/MainWindow.pyc +%%PYTHON_SITELIBDIR%%/Mozo/MainWindow.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/Mozo/MenuEditor.py +%%PYTHON_SITELIBDIR%%/Mozo/MenuEditor.pyc +%%PYTHON_SITELIBDIR%%/Mozo/MenuEditor.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/Mozo/__init__.py +%%PYTHON_SITELIBDIR%%/Mozo/__init__.pyc +%%PYTHON_SITELIBDIR%%/Mozo/__init__.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/Mozo/config.py +%%PYTHON_SITELIBDIR%%/Mozo/config.pyc +%%PYTHON_SITELIBDIR%%/Mozo/config.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/Mozo/util.py +%%PYTHON_SITELIBDIR%%/Mozo/util.pyc +%%PYTHON_SITELIBDIR%%/Mozo/util.%%PYTHON_PYOEXTENSION%% +man/man1/mozo.1.gz +share/applications/mozo.desktop +share/icons/hicolor/16x16/apps/mozo.png +share/icons/hicolor/22x22/apps/mozo.png +share/icons/hicolor/24x24/apps/mozo.png +share/icons/hicolor/256x256/apps/mozo.png +share/icons/hicolor/32x32/apps/mozo.png +share/icons/hicolor/48x48/apps/mozo.png +share/locale/af/LC_MESSAGES/mozo.mo +share/locale/am/LC_MESSAGES/mozo.mo +share/locale/an/LC_MESSAGES/mozo.mo +share/locale/ar/LC_MESSAGES/mozo.mo +share/locale/as/LC_MESSAGES/mozo.mo +share/locale/ast/LC_MESSAGES/mozo.mo +share/locale/be/LC_MESSAGES/mozo.mo +share/locale/bg/LC_MESSAGES/mozo.mo +share/locale/bn/LC_MESSAGES/mozo.mo +share/locale/bn_IN/LC_MESSAGES/mozo.mo +share/locale/br/LC_MESSAGES/mozo.mo +share/locale/bs/LC_MESSAGES/mozo.mo +share/locale/ca/LC_MESSAGES/mozo.mo +share/locale/ca@valencia/LC_MESSAGES/mozo.mo +share/locale/cmn/LC_MESSAGES/mozo.mo +share/locale/crh/LC_MESSAGES/mozo.mo +share/locale/cs/LC_MESSAGES/mozo.mo +share/locale/cy/LC_MESSAGES/mozo.mo +share/locale/da/LC_MESSAGES/mozo.mo +share/locale/de/LC_MESSAGES/mozo.mo +share/locale/dz/LC_MESSAGES/mozo.mo +share/locale/el/LC_MESSAGES/mozo.mo +share/locale/en_AU/LC_MESSAGES/mozo.mo +share/locale/en_CA/LC_MESSAGES/mozo.mo +share/locale/en_GB/LC_MESSAGES/mozo.mo +share/locale/eo/LC_MESSAGES/mozo.mo +share/locale/es/LC_MESSAGES/mozo.mo +share/locale/es_AR/LC_MESSAGES/mozo.mo +share/locale/es_CL/LC_MESSAGES/mozo.mo +share/locale/es_CO/LC_MESSAGES/mozo.mo +share/locale/es_MX/LC_MESSAGES/mozo.mo +share/locale/es_VE/LC_MESSAGES/mozo.mo +share/locale/et/LC_MESSAGES/mozo.mo +share/locale/eu/LC_MESSAGES/mozo.mo +share/locale/fa/LC_MESSAGES/mozo.mo +share/locale/fi/LC_MESSAGES/mozo.mo +share/locale/fr/LC_MESSAGES/mozo.mo +share/locale/fr_CA/LC_MESSAGES/mozo.mo +share/locale/frp/LC_MESSAGES/mozo.mo +share/locale/fur/LC_MESSAGES/mozo.mo +share/locale/fy/LC_MESSAGES/mozo.mo +share/locale/ga/LC_MESSAGES/mozo.mo +share/locale/gl/LC_MESSAGES/mozo.mo +share/locale/gu/LC_MESSAGES/mozo.mo +share/locale/he/LC_MESSAGES/mozo.mo +share/locale/hi/LC_MESSAGES/mozo.mo +share/locale/hr/LC_MESSAGES/mozo.mo +share/locale/hu/LC_MESSAGES/mozo.mo +share/locale/hy/LC_MESSAGES/mozo.mo +share/locale/id/LC_MESSAGES/mozo.mo +share/locale/is/LC_MESSAGES/mozo.mo +share/locale/it/LC_MESSAGES/mozo.mo +share/locale/ja/LC_MESSAGES/mozo.mo +share/locale/ka/LC_MESSAGES/mozo.mo +share/locale/kk/LC_MESSAGES/mozo.mo +share/locale/kn/LC_MESSAGES/mozo.mo +share/locale/ko/LC_MESSAGES/mozo.mo +share/locale/ku/LC_MESSAGES/mozo.mo +share/locale/ku_IQ/LC_MESSAGES/mozo.mo +share/locale/ky/LC_MESSAGES/mozo.mo +share/locale/lt/LC_MESSAGES/mozo.mo +share/locale/lv/LC_MESSAGES/mozo.mo +share/locale/mai/LC_MESSAGES/mozo.mo +share/locale/mg/LC_MESSAGES/mozo.mo +share/locale/mk/LC_MESSAGES/mozo.mo +share/locale/ml/LC_MESSAGES/mozo.mo +share/locale/mn/LC_MESSAGES/mozo.mo +share/locale/mr/LC_MESSAGES/mozo.mo +share/locale/ms/LC_MESSAGES/mozo.mo +share/locale/nb/LC_MESSAGES/mozo.mo +share/locale/nds/LC_MESSAGES/mozo.mo +share/locale/ne/LC_MESSAGES/mozo.mo +share/locale/nl/LC_MESSAGES/mozo.mo +share/locale/nn/LC_MESSAGES/mozo.mo +share/locale/oc/LC_MESSAGES/mozo.mo +share/locale/or/LC_MESSAGES/mozo.mo +share/locale/pa/LC_MESSAGES/mozo.mo +share/locale/pl/LC_MESSAGES/mozo.mo +share/locale/pms/LC_MESSAGES/mozo.mo +share/locale/ps/LC_MESSAGES/mozo.mo +share/locale/pt/LC_MESSAGES/mozo.mo +share/locale/pt_BR/LC_MESSAGES/mozo.mo +share/locale/ro/LC_MESSAGES/mozo.mo +share/locale/ru/LC_MESSAGES/mozo.mo +share/locale/si/LC_MESSAGES/mozo.mo +share/locale/sk/LC_MESSAGES/mozo.mo +share/locale/sl/LC_MESSAGES/mozo.mo +share/locale/sq/LC_MESSAGES/mozo.mo +share/locale/sr/LC_MESSAGES/mozo.mo +share/locale/sr@latin/LC_MESSAGES/mozo.mo +share/locale/sv/LC_MESSAGES/mozo.mo +share/locale/ta/LC_MESSAGES/mozo.mo +share/locale/te/LC_MESSAGES/mozo.mo +share/locale/th/LC_MESSAGES/mozo.mo +share/locale/tr/LC_MESSAGES/mozo.mo +share/locale/ug/LC_MESSAGES/mozo.mo +share/locale/uk/LC_MESSAGES/mozo.mo +share/locale/uz/LC_MESSAGES/mozo.mo +share/locale/vi/LC_MESSAGES/mozo.mo +share/locale/zh_CN/LC_MESSAGES/mozo.mo +share/locale/zh_HK/LC_MESSAGES/mozo.mo +share/locale/zh_TW/LC_MESSAGES/mozo.mo +%%DATADIR%%/mozo.ui diff --git a/net/libmateweather/Makefile b/net/libmateweather/Makefile index e1ad62dea537..476199d05d0a 100644 --- a/net/libmateweather/Makefile +++ b/net/libmateweather/Makefile @@ -1,5 +1,5 @@ # Created by: Koop Mast <kwm@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/net/libmateweather/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= libmateweather PORTVERSION= 1.20.0 diff --git a/sysutils/mate-control-center/Makefile b/sysutils/mate-control-center/Makefile index 91d32b4aff68..40c46a3ac46b 100644 --- a/sysutils/mate-control-center/Makefile +++ b/sysutils/mate-control-center/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/sysutils/mate-control-center/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-control-center PORTVERSION= 1.20.2 diff --git a/sysutils/mate-control-center/pkg-plist b/sysutils/mate-control-center/pkg-plist index 102bc37d8f55..672b826d47a4 100644 --- a/sysutils/mate-control-center/pkg-plist +++ b/sysutils/mate-control-center/pkg-plist @@ -75,7 +75,6 @@ share/applications/mate-settings-mouse.desktop share/applications/mate-theme-installer.desktop share/applications/mate-window-properties.desktop share/applications/matecc.desktop -share/applications/mimeinfo.cache share/desktop-directories/matecc.directory share/help/C/mate-control-center/config-accessibility-keyboard.xml share/help/C/mate-control-center/config-background.xml diff --git a/sysutils/mate-polkit/Makefile b/sysutils/mate-polkit/Makefile index b1a00a6cf2d3..19584f681542 100644 --- a/sysutils/mate-polkit/Makefile +++ b/sysutils/mate-polkit/Makefile @@ -1,5 +1,5 @@ # Created by: Koop Mast <kwm@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/sysutils/mate-polkit/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-polkit PORTVERSION= 1.20.0 diff --git a/sysutils/mate-power-manager/Makefile b/sysutils/mate-power-manager/Makefile index 2c929c934327..dcf7b4e6cf92 100644 --- a/sysutils/mate-power-manager/Makefile +++ b/sysutils/mate-power-manager/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/sysutils/mate-power-manager/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-power-manager PORTVERSION= 1.20.1 diff --git a/sysutils/mate-settings-daemon/Makefile b/sysutils/mate-settings-daemon/Makefile index f0d510035b63..d42519d7bc89 100644 --- a/sysutils/mate-settings-daemon/Makefile +++ b/sysutils/mate-settings-daemon/Makefile @@ -1,5 +1,5 @@ # Created by: Koop Mast <kwm@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/sysutils/mate-settings-daemon/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-settings-daemon PORTVERSION= 1.20.1 diff --git a/sysutils/mate-system-monitor/Makefile b/sysutils/mate-system-monitor/Makefile index 4b1ca22bef82..32dcacdc0493 100644 --- a/sysutils/mate-system-monitor/Makefile +++ b/sysutils/mate-system-monitor/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/sysutils/mate-system-monitor/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-system-monitor PORTVERSION= 1.20.0 diff --git a/x11-fm/caja/Makefile b/x11-fm/caja/Makefile index 77954ae72a31..542dcb794e6a 100644 --- a/x11-fm/caja/Makefile +++ b/x11-fm/caja/Makefile @@ -1,5 +1,5 @@ # Created by: ade, archie -# $FreeBSD$ +# $FreeBSD: head/x11-fm/caja/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= caja PORTVERSION= 1.20.2 diff --git a/x11-fm/caja/pkg-plist b/x11-fm/caja/pkg-plist index 975219caf485..57b6ffe32e07 100644 --- a/x11-fm/caja/pkg-plist +++ b/x11-fm/caja/pkg-plist @@ -230,20 +230,8 @@ share/locale/zh_CN/LC_MESSAGES/caja.mo share/locale/zh_HK/LC_MESSAGES/caja.mo share/locale/zh_TW/LC_MESSAGES/caja.mo share/locale/zu/LC_MESSAGES/caja.mo -share/mime/XMLnamespaces -share/mime/aliases share/mime/application/x-mate-saved-search.xml -share/mime/generic-icons -share/mime/globs -share/mime/globs2 -share/mime/icons -share/mime/magic -share/mime/mime.cache share/mime/packages/caja.xml -share/mime/subclasses -share/mime/treemagic -share/mime/types -share/mime/version share/pixmaps/caja/audio.svg share/pixmaps/caja/backgrounds.png share/pixmaps/caja/chit_frame.png diff --git a/x11-themes/mate-backgrounds/Makefile b/x11-themes/mate-backgrounds/Makefile index 0448c75f33b5..8981588209eb 100644 --- a/x11-themes/mate-backgrounds/Makefile +++ b/x11-themes/mate-backgrounds/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/x11-themes/mate-backgrounds/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-backgrounds PORTVERSION= 1.20.0 diff --git a/x11-themes/mate-icon-theme-faenza/Makefile b/x11-themes/mate-icon-theme-faenza/Makefile index 72546046d271..36765a70077f 100644 --- a/x11-themes/mate-icon-theme-faenza/Makefile +++ b/x11-themes/mate-icon-theme-faenza/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/x11-themes/mate-icon-theme-faenza/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-icon-theme-faenza PORTVERSION= 1.20.0 diff --git a/x11-themes/mate-icon-theme/Makefile b/x11-themes/mate-icon-theme/Makefile index 8bc86c120927..f64022f7fd81 100644 --- a/x11-themes/mate-icon-theme/Makefile +++ b/x11-themes/mate-icon-theme/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/x11-themes/mate-icon-theme/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-icon-theme PORTVERSION= 1.20.0 diff --git a/x11-wm/marco/Makefile b/x11-wm/marco/Makefile index 988d328a48b4..723923f66308 100644 --- a/x11-wm/marco/Makefile +++ b/x11-wm/marco/Makefile @@ -1,5 +1,5 @@ # Created by: Garrett Rooney <rooneg@electricjellyfish.net> -# $FreeBSD$ +# $FreeBSD: head/x11-wm/marco/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= marco PORTVERSION= 1.20.1 diff --git a/x11/libmatekbd/Makefile b/x11/libmatekbd/Makefile index 5393c44afaf6..f7c6d43dc922 100644 --- a/x11/libmatekbd/Makefile +++ b/x11/libmatekbd/Makefile @@ -1,5 +1,5 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/x11/libmatekbd/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= libmatekbd PORTVERSION= 1.20.1 diff --git a/x11/mate-applets/Makefile b/x11/mate-applets/Makefile index d35d5ce16afa..305b0ad8db75 100644 --- a/x11/mate-applets/Makefile +++ b/x11/mate-applets/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: head/x11/mate-applets/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-applets PORTVERSION= 1.20.1 @@ -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/pkg-plist b/x11/mate-applets/pkg-plist index 653faab32ec4..fbfe42e0750c 100644 --- a/x11/mate-applets/pkg-plist +++ b/x11/mate-applets/pkg-plist @@ -1,6 +1,6 @@ -etc/sound/events/mate-battstat_applet.soundlist +%%BATTERY%%etc/sound/events/mate-battstat_applet.soundlist libexec/accessx-status-applet -libexec/battstat-applet +%%BATTERY%%libexec/battstat-applet libexec/command-applet libexec/mate-charpick-applet libexec/mate-drivemount-applet @@ -18,7 +18,7 @@ man/man1/mate-geyes-applet.1.gz man/man1/mate-multiload-applet.1.gz man/man1/mateweather.1.gz share/dbus-1/services/org.mate.panel.applet.AccessxStatusAppletFactory.service -share/dbus-1/services/org.mate.panel.applet.BattstatAppletFactory.service +%%BATTERY%%share/dbus-1/services/org.mate.panel.applet.BattstatAppletFactory.service 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 @@ -42,13 +42,13 @@ share/help/C/mate-accessx-status/figures/accessx_sticky-shift-key.png share/help/C/mate-accessx-status/figures/accessx_sticky-windows-key.png share/help/C/mate-accessx-status/index.docbook share/help/C/mate-accessx-status/legal.xml -share/help/C/mate-battstat/figures/battstat-applet-expanded.png -share/help/C/mate-battstat/figures/battstat-applet.png -share/help/C/mate-battstat/figures/battstat-credits-hal.png -share/help/C/mate-battstat/figures/battstat-preferences.png -share/help/C/mate-battstat/figures/context-menu.png -share/help/C/mate-battstat/index.docbook -share/help/C/mate-battstat/legal.xml +%%BATTERY%%share/help/C/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/C/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/C/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/C/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/C/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/C/mate-battstat/index.docbook +%%BATTERY%%share/help/C/mate-battstat/legal.xml share/help/C/mate-char-palette/figures/charpalette_applet.png share/help/C/mate-char-palette/figures/charpalette_chargroup.png share/help/C/mate-char-palette/figures/charpick-preferences.png @@ -139,13 +139,13 @@ share/help/bg/mate-accessx-status/figures/accessx_sticky-shift-key.png share/help/bg/mate-accessx-status/figures/accessx_sticky-windows-key.png share/help/bg/mate-accessx-status/index.docbook share/help/bg/mate-accessx-status/legal.xml -share/help/bg/mate-battstat/figures/battstat-applet-expanded.png -share/help/bg/mate-battstat/figures/battstat-applet.png -share/help/bg/mate-battstat/figures/battstat-credits-hal.png -share/help/bg/mate-battstat/figures/battstat-preferences.png -share/help/bg/mate-battstat/figures/context-menu.png -share/help/bg/mate-battstat/index.docbook -share/help/bg/mate-battstat/legal.xml +%%BATTERY%%share/help/bg/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/bg/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/bg/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/bg/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/bg/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/bg/mate-battstat/index.docbook +%%BATTERY%%share/help/bg/mate-battstat/legal.xml share/help/bg/mate-char-palette/figures/charpalette_applet.png share/help/bg/mate-char-palette/figures/charpalette_chargroup.png share/help/bg/mate-char-palette/figures/charpick-preferences.png @@ -168,13 +168,13 @@ share/help/ca/mate-accessx-status/figures/accessx_sticky-shift-key.png share/help/ca/mate-accessx-status/figures/accessx_sticky-windows-key.png share/help/ca/mate-accessx-status/index.docbook share/help/ca/mate-accessx-status/legal.xml -share/help/ca/mate-battstat/figures/battstat-applet-expanded.png -share/help/ca/mate-battstat/figures/battstat-applet.png -share/help/ca/mate-battstat/figures/battstat-credits-hal.png -share/help/ca/mate-battstat/figures/battstat-preferences.png -share/help/ca/mate-battstat/figures/context-menu.png -share/help/ca/mate-battstat/index.docbook -share/help/ca/mate-battstat/legal.xml +%%BATTERY%%share/help/ca/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/ca/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/ca/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/ca/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/ca/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/ca/mate-battstat/index.docbook +%%BATTERY%%share/help/ca/mate-battstat/legal.xml share/help/ca/mate-char-palette/figures/charpalette_applet.png share/help/ca/mate-char-palette/figures/charpalette_chargroup.png share/help/ca/mate-char-palette/figures/charpick-preferences.png @@ -235,13 +235,13 @@ share/help/cs/mate-accessx-status/figures/accessx_sticky-shift-key.png share/help/cs/mate-accessx-status/figures/accessx_sticky-windows-key.png share/help/cs/mate-accessx-status/index.docbook share/help/cs/mate-accessx-status/legal.xml -share/help/cs/mate-battstat/figures/battstat-applet-expanded.png -share/help/cs/mate-battstat/figures/battstat-applet.png -share/help/cs/mate-battstat/figures/battstat-credits-hal.png -share/help/cs/mate-battstat/figures/battstat-preferences.png -share/help/cs/mate-battstat/figures/context-menu.png -share/help/cs/mate-battstat/index.docbook -share/help/cs/mate-battstat/legal.xml +%%BATTERY%%share/help/cs/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/cs/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/cs/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/cs/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/cs/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/cs/mate-battstat/index.docbook +%%BATTERY%%share/help/cs/mate-battstat/legal.xml share/help/cs/mate-char-palette/figures/charpalette_applet.png share/help/cs/mate-char-palette/figures/charpalette_chargroup.png share/help/cs/mate-char-palette/figures/charpick-preferences.png @@ -289,13 +289,13 @@ share/help/cs/mateweather/figures/stock_weather-storm.png share/help/cs/mateweather/figures/stock_weather-sunny.png share/help/cs/mateweather/index.docbook share/help/cs/mateweather/legal.xml -share/help/da/mate-battstat/figures/battstat-applet-expanded.png -share/help/da/mate-battstat/figures/battstat-applet.png -share/help/da/mate-battstat/figures/battstat-credits-hal.png -share/help/da/mate-battstat/figures/battstat-preferences.png -share/help/da/mate-battstat/figures/context-menu.png -share/help/da/mate-battstat/index.docbook -share/help/da/mate-battstat/legal.xml +%%BATTERY%%share/help/da/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/da/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/da/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/da/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/da/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/da/mate-battstat/index.docbook +%%BATTERY%%share/help/da/mate-battstat/legal.xml share/help/da/mate-drivemount/figures/drivemount-applet_eject.png share/help/da/mate-drivemount/figures/drivemount-applet_example.png share/help/da/mate-drivemount/figures/drivemount-applet_mount.png @@ -322,13 +322,13 @@ share/help/de/mate-accessx-status/figures/accessx_sticky-shift-key.png share/help/de/mate-accessx-status/figures/accessx_sticky-windows-key.png share/help/de/mate-accessx-status/index.docbook share/help/de/mate-accessx-status/legal.xml -share/help/de/mate-battstat/figures/battstat-applet-expanded.png -share/help/de/mate-battstat/figures/battstat-applet.png -share/help/de/mate-battstat/figures/battstat-credits-hal.png -share/help/de/mate-battstat/figures/battstat-preferences.png -share/help/de/mate-battstat/figures/context-menu.png -share/help/de/mate-battstat/index.docbook -share/help/de/mate-battstat/legal.xml +%%BATTERY%%share/help/de/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/de/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/de/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/de/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/de/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/de/mate-battstat/index.docbook +%%BATTERY%%share/help/de/mate-battstat/legal.xml share/help/de/mate-char-palette/figures/charpalette_applet.png share/help/de/mate-char-palette/figures/charpalette_chargroup.png share/help/de/mate-char-palette/figures/charpick-preferences.png @@ -400,13 +400,13 @@ share/help/el/mate-accessx-status/figures/accessx_sticky-shift-key.png share/help/el/mate-accessx-status/figures/accessx_sticky-windows-key.png share/help/el/mate-accessx-status/index.docbook share/help/el/mate-accessx-status/legal.xml -share/help/el/mate-battstat/figures/battstat-applet-expanded.png -share/help/el/mate-battstat/figures/battstat-applet.png -share/help/el/mate-battstat/figures/battstat-credits-hal.png -share/help/el/mate-battstat/figures/battstat-preferences.png -share/help/el/mate-battstat/figures/context-menu.png -share/help/el/mate-battstat/index.docbook -share/help/el/mate-battstat/legal.xml +%%BATTERY%%share/help/el/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/el/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/el/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/el/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/el/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/el/mate-battstat/index.docbook +%%BATTERY%%share/help/el/mate-battstat/legal.xml share/help/el/mate-char-palette/figures/charpalette_applet.png share/help/el/mate-char-palette/figures/charpalette_chargroup.png share/help/el/mate-char-palette/figures/charpick-preferences.png @@ -478,13 +478,13 @@ share/help/en_GB/mate-accessx-status/figures/accessx_sticky-shift-key.png share/help/en_GB/mate-accessx-status/figures/accessx_sticky-windows-key.png share/help/en_GB/mate-accessx-status/index.docbook share/help/en_GB/mate-accessx-status/legal.xml -share/help/en_GB/mate-battstat/figures/battstat-applet-expanded.png -share/help/en_GB/mate-battstat/figures/battstat-applet.png -share/help/en_GB/mate-battstat/figures/battstat-credits-hal.png -share/help/en_GB/mate-battstat/figures/battstat-preferences.png -share/help/en_GB/mate-battstat/figures/context-menu.png -share/help/en_GB/mate-battstat/index.docbook -share/help/en_GB/mate-battstat/legal.xml +%%BATTERY%%share/help/en_GB/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/en_GB/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/en_GB/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/en_GB/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/en_GB/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/en_GB/mate-battstat/index.docbook +%%BATTERY%%share/help/en_GB/mate-battstat/legal.xml share/help/en_GB/mate-char-palette/figures/charpalette_applet.png share/help/en_GB/mate-char-palette/figures/charpalette_chargroup.png share/help/en_GB/mate-char-palette/figures/charpick-preferences.png @@ -545,13 +545,13 @@ share/help/es/mate-accessx-status/figures/accessx_sticky-shift-key.png share/help/es/mate-accessx-status/figures/accessx_sticky-windows-key.png share/help/es/mate-accessx-status/index.docbook share/help/es/mate-accessx-status/legal.xml -share/help/es/mate-battstat/figures/battstat-applet-expanded.png -share/help/es/mate-battstat/figures/battstat-applet.png -share/help/es/mate-battstat/figures/battstat-credits-hal.png -share/help/es/mate-battstat/figures/battstat-preferences.png -share/help/es/mate-battstat/figures/context-menu.png -share/help/es/mate-battstat/index.docbook -share/help/es/mate-battstat/legal.xml +%%BATTERY%%share/help/es/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/es/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/es/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/es/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/es/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/es/mate-battstat/index.docbook +%%BATTERY%%share/help/es/mate-battstat/legal.xml share/help/es/mate-char-palette/figures/charpalette_applet.png share/help/es/mate-char-palette/figures/charpalette_chargroup.png share/help/es/mate-char-palette/figures/charpick-preferences.png @@ -612,13 +612,13 @@ share/help/eu/mate-accessx-status/figures/accessx_sticky-shift-key.png share/help/eu/mate-accessx-status/figures/accessx_sticky-windows-key.png share/help/eu/mate-accessx-status/index.docbook share/help/eu/mate-accessx-status/legal.xml -share/help/eu/mate-battstat/figures/battstat-applet-expanded.png -share/help/eu/mate-battstat/figures/battstat-applet.png -share/help/eu/mate-battstat/figures/battstat-credits-hal.png -share/help/eu/mate-battstat/figures/battstat-preferences.png -share/help/eu/mate-battstat/figures/context-menu.png -share/help/eu/mate-battstat/index.docbook -share/help/eu/mate-battstat/legal.xml +%%BATTERY%%share/help/eu/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/eu/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/eu/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/eu/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/eu/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/eu/mate-battstat/index.docbook +%%BATTERY%%share/help/eu/mate-battstat/legal.xml share/help/eu/mate-char-palette/figures/charpalette_applet.png share/help/eu/mate-char-palette/figures/charpalette_chargroup.png share/help/eu/mate-char-palette/figures/charpick-preferences.png @@ -679,13 +679,13 @@ share/help/fi/mate-accessx-status/figures/accessx_sticky-shift-key.png share/help/fi/mate-accessx-status/figures/accessx_sticky-windows-key.png share/help/fi/mate-accessx-status/index.docbook share/help/fi/mate-accessx-status/legal.xml -share/help/fi/mate-battstat/figures/battstat-applet-expanded.png -share/help/fi/mate-battstat/figures/battstat-applet.png -share/help/fi/mate-battstat/figures/battstat-credits-hal.png -share/help/fi/mate-battstat/figures/battstat-preferences.png -share/help/fi/mate-battstat/figures/context-menu.png -share/help/fi/mate-battstat/index.docbook -share/help/fi/mate-battstat/legal.xml +%%BATTERY%%share/help/fi/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/fi/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/fi/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/fi/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/fi/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/fi/mate-battstat/index.docbook +%%BATTERY%%share/help/fi/mate-battstat/legal.xml share/help/fi/mate-char-palette/figures/charpalette_applet.png share/help/fi/mate-char-palette/figures/charpalette_chargroup.png share/help/fi/mate-char-palette/figures/charpick-preferences.png @@ -746,13 +746,13 @@ share/help/fr/mate-accessx-status/figures/accessx_sticky-shift-key.png share/help/fr/mate-accessx-status/figures/accessx_sticky-windows-key.png share/help/fr/mate-accessx-status/index.docbook share/help/fr/mate-accessx-status/legal.xml -share/help/fr/mate-battstat/figures/battstat-applet-expanded.png -share/help/fr/mate-battstat/figures/battstat-applet.png -share/help/fr/mate-battstat/figures/battstat-credits-hal.png -share/help/fr/mate-battstat/figures/battstat-preferences.png -share/help/fr/mate-battstat/figures/context-menu.png -share/help/fr/mate-battstat/index.docbook -share/help/fr/mate-battstat/legal.xml +%%BATTERY%%share/help/fr/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/fr/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/fr/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/fr/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/fr/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/fr/mate-battstat/index.docbook +%%BATTERY%%share/help/fr/mate-battstat/legal.xml share/help/fr/mate-char-palette/figures/charpalette_applet.png share/help/fr/mate-char-palette/figures/charpalette_chargroup.png share/help/fr/mate-char-palette/figures/charpick-preferences.png @@ -872,13 +872,13 @@ share/help/ko/mate-accessx-status/figures/accessx_sticky-shift-key.png share/help/ko/mate-accessx-status/figures/accessx_sticky-windows-key.png share/help/ko/mate-accessx-status/index.docbook share/help/ko/mate-accessx-status/legal.xml -share/help/ko/mate-battstat/figures/battstat-applet-expanded.png -share/help/ko/mate-battstat/figures/battstat-applet.png -share/help/ko/mate-battstat/figures/battstat-credits-hal.png -share/help/ko/mate-battstat/figures/battstat-preferences.png -share/help/ko/mate-battstat/figures/context-menu.png -share/help/ko/mate-battstat/index.docbook -share/help/ko/mate-battstat/legal.xml +%%BATTERY%%share/help/ko/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/ko/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/ko/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/ko/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/ko/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/ko/mate-battstat/index.docbook +%%BATTERY%%share/help/ko/mate-battstat/legal.xml share/help/ko/mate-char-palette/figures/charpalette_applet.png share/help/ko/mate-char-palette/figures/charpalette_chargroup.png share/help/ko/mate-char-palette/figures/charpick-preferences.png @@ -974,13 +974,13 @@ share/help/oc/mate-accessx-status/figures/accessx_sticky-shift-key.png share/help/oc/mate-accessx-status/figures/accessx_sticky-windows-key.png share/help/oc/mate-accessx-status/index.docbook share/help/oc/mate-accessx-status/legal.xml -share/help/oc/mate-battstat/figures/battstat-applet-expanded.png -share/help/oc/mate-battstat/figures/battstat-applet.png -share/help/oc/mate-battstat/figures/battstat-credits-hal.png -share/help/oc/mate-battstat/figures/battstat-preferences.png -share/help/oc/mate-battstat/figures/context-menu.png -share/help/oc/mate-battstat/index.docbook -share/help/oc/mate-battstat/legal.xml +%%BATTERY%%share/help/oc/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/oc/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/oc/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/oc/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/oc/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/oc/mate-battstat/index.docbook +%%BATTERY%%share/help/oc/mate-battstat/legal.xml share/help/oc/mate-char-palette/figures/charpalette_applet.png share/help/oc/mate-char-palette/figures/charpalette_chargroup.png share/help/oc/mate-char-palette/figures/charpick-preferences.png @@ -1028,13 +1028,13 @@ share/help/oc/mateweather/figures/stock_weather-storm.png share/help/oc/mateweather/figures/stock_weather-sunny.png share/help/oc/mateweather/index.docbook share/help/oc/mateweather/legal.xml -share/help/pa/mate-battstat/figures/battstat-applet-expanded.png -share/help/pa/mate-battstat/figures/battstat-applet.png -share/help/pa/mate-battstat/figures/battstat-credits-hal.png -share/help/pa/mate-battstat/figures/battstat-preferences.png -share/help/pa/mate-battstat/figures/context-menu.png -share/help/pa/mate-battstat/index.docbook -share/help/pa/mate-battstat/legal.xml +%%BATTERY%%share/help/pa/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/pa/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/pa/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/pa/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/pa/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/pa/mate-battstat/index.docbook +%%BATTERY%%share/help/pa/mate-battstat/legal.xml share/help/pa/mate-drivemount/figures/drivemount-applet_eject.png share/help/pa/mate-drivemount/figures/drivemount-applet_example.png share/help/pa/mate-drivemount/figures/drivemount-applet_mount.png @@ -1073,13 +1073,13 @@ share/help/pa/mateweather/figures/stock_weather-storm.png share/help/pa/mateweather/figures/stock_weather-sunny.png share/help/pa/mateweather/index.docbook share/help/pa/mateweather/legal.xml -share/help/pt_BR/mate-battstat/figures/battstat-applet-expanded.png -share/help/pt_BR/mate-battstat/figures/battstat-applet.png -share/help/pt_BR/mate-battstat/figures/battstat-credits-hal.png -share/help/pt_BR/mate-battstat/figures/battstat-preferences.png -share/help/pt_BR/mate-battstat/figures/context-menu.png -share/help/pt_BR/mate-battstat/index.docbook -share/help/pt_BR/mate-battstat/legal.xml +%%BATTERY%%share/help/pt_BR/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/pt_BR/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/pt_BR/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/pt_BR/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/pt_BR/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/pt_BR/mate-battstat/index.docbook +%%BATTERY%%share/help/pt_BR/mate-battstat/legal.xml share/help/pt_BR/mate-char-palette/figures/charpalette_applet.png share/help/pt_BR/mate-char-palette/figures/charpalette_chargroup.png share/help/pt_BR/mate-char-palette/figures/charpick-preferences.png @@ -1188,13 +1188,13 @@ share/help/sv/mate-accessx-status/figures/accessx_sticky-shift-key.png share/help/sv/mate-accessx-status/figures/accessx_sticky-windows-key.png share/help/sv/mate-accessx-status/index.docbook share/help/sv/mate-accessx-status/legal.xml -share/help/sv/mate-battstat/figures/battstat-applet-expanded.png -share/help/sv/mate-battstat/figures/battstat-applet.png -share/help/sv/mate-battstat/figures/battstat-credits-hal.png -share/help/sv/mate-battstat/figures/battstat-preferences.png -share/help/sv/mate-battstat/figures/context-menu.png -share/help/sv/mate-battstat/index.docbook -share/help/sv/mate-battstat/legal.xml +%%BATTERY%%share/help/sv/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/sv/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/sv/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/sv/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/sv/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/sv/mate-battstat/index.docbook +%%BATTERY%%share/help/sv/mate-battstat/legal.xml share/help/sv/mate-char-palette/figures/charpalette_applet.png share/help/sv/mate-char-palette/figures/charpalette_chargroup.png share/help/sv/mate-char-palette/figures/charpick-preferences.png @@ -1266,13 +1266,13 @@ share/help/uk/mate-accessx-status/figures/accessx_sticky-shift-key.png share/help/uk/mate-accessx-status/figures/accessx_sticky-windows-key.png share/help/uk/mate-accessx-status/index.docbook share/help/uk/mate-accessx-status/legal.xml -share/help/uk/mate-battstat/figures/battstat-applet-expanded.png -share/help/uk/mate-battstat/figures/battstat-applet.png -share/help/uk/mate-battstat/figures/battstat-credits-hal.png -share/help/uk/mate-battstat/figures/battstat-preferences.png -share/help/uk/mate-battstat/figures/context-menu.png -share/help/uk/mate-battstat/index.docbook -share/help/uk/mate-battstat/legal.xml +%%BATTERY%%share/help/uk/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/uk/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/uk/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/uk/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/uk/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/uk/mate-battstat/index.docbook +%%BATTERY%%share/help/uk/mate-battstat/legal.xml share/help/uk/mate-char-palette/figures/charpalette_applet.png share/help/uk/mate-char-palette/figures/charpalette_chargroup.png share/help/uk/mate-char-palette/figures/charpick-preferences.png @@ -1333,13 +1333,13 @@ share/help/zh_CN/mate-accessx-status/figures/accessx_sticky-shift-key.png share/help/zh_CN/mate-accessx-status/figures/accessx_sticky-windows-key.png share/help/zh_CN/mate-accessx-status/index.docbook share/help/zh_CN/mate-accessx-status/legal.xml -share/help/zh_CN/mate-battstat/figures/battstat-applet-expanded.png -share/help/zh_CN/mate-battstat/figures/battstat-applet.png -share/help/zh_CN/mate-battstat/figures/battstat-credits-hal.png -share/help/zh_CN/mate-battstat/figures/battstat-preferences.png -share/help/zh_CN/mate-battstat/figures/context-menu.png -share/help/zh_CN/mate-battstat/index.docbook -share/help/zh_CN/mate-battstat/legal.xml +%%BATTERY%%share/help/zh_CN/mate-battstat/figures/battstat-applet-expanded.png +%%BATTERY%%share/help/zh_CN/mate-battstat/figures/battstat-applet.png +%%BATTERY%%share/help/zh_CN/mate-battstat/figures/battstat-credits-hal.png +%%BATTERY%%share/help/zh_CN/mate-battstat/figures/battstat-preferences.png +%%BATTERY%%share/help/zh_CN/mate-battstat/figures/context-menu.png +%%BATTERY%%share/help/zh_CN/mate-battstat/index.docbook +%%BATTERY%%share/help/zh_CN/mate-battstat/legal.xml share/help/zh_CN/mate-char-palette/figures/charpalette_applet.png share/help/zh_CN/mate-char-palette/figures/charpalette_chargroup.png share/help/zh_CN/mate-char-palette/figures/charpick-preferences.png @@ -1551,7 +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%%/builder/battstat_applet.ui +%%BATTERY%%%%DATADIR%%/builder/battstat_applet.ui %%DATADIR%%/builder/stickynotes.ui %%DATADIR%%/builder/trashapplet-empty-progress.ui %%DATADIR%%/geyes/Bizarre/Bizarre-eye.png @@ -1581,7 +1581,7 @@ share/locale/zh_TW/LC_MESSAGES/mate-applets.mo %%DATADIR%%/icons/hicolor/48x48/apps/stickynotes-stock-resize-sw.png %%DATADIR%%/icons/hicolor/48x48/apps/stickynotes-stock-unlocked.png share/mate-panel/applets/org.mate.applets.AccessxStatusApplet.mate-panel-applet -share/mate-panel/applets/org.mate.applets.BattstatApplet.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 @@ -1593,7 +1593,7 @@ share/mate-panel/applets/org.mate.applets.StickyNotesApplet.mate-panel-applet share/mate-panel/applets/org.mate.applets.TimerApplet.mate-panel-applet share/mate-panel/applets/org.mate.applets.TrashApplet.mate-panel-applet share/mate/ui/accessx-status-applet-menu.xml -share/mate/ui/battstat-applet-menu.xml +%%BATTERY%%share/mate/ui/battstat-applet-menu.xml share/mate/ui/charpick-applet-menu.xml share/mate/ui/drivemount-applet-menu.xml share/mate/ui/geyes-applet-menu.xml diff --git a/x11/mate-base/Makefile b/x11/mate-base/Makefile index f253e4e244f2..d0fb2c78f2b0 100644 --- a/x11/mate-base/Makefile +++ b/x11/mate-base/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/x11/mate-base/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-base PORTVERSION= 1.20.0 diff --git a/x11/mate-desktop/Makefile b/x11/mate-desktop/Makefile index af6785c99f17..91c0ccbf9430 100644 --- a/x11/mate-desktop/Makefile +++ b/x11/mate-desktop/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/x11/mate-desktop/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-desktop PORTVERSION= 1.20.1 diff --git a/x11/mate-menus/Makefile b/x11/mate-menus/Makefile index 4b1d8b216ff3..3e9938e1463c 100644 --- a/x11/mate-menus/Makefile +++ b/x11/mate-menus/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/x11/mate-menus/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-menus PORTVERSION= 1.20.0 @@ -24,17 +24,4 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -#post-patch: -# @${REINPLACE_CMD} -e 's|/usr/share/mate|${LOCALBASE}/share/mate|g' \ -# ${WRKSRC}/layout/mate-applications.menu \ -# ${WRKSRC}/layout/mate-settings.menu -# @${SED} -e 's|/usr/local|${LOCALBASE}|g' \ -# < ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory -# @${SED} -e 's|/usr/local|${LOCALBASE}|g' \ -# < ${FILESDIR}/GNOME.directory > ${WRKSRC}/GNOME.directory - -#post-install: -# @${INSTALL_DATA} ${WRKSRC}/*.directory \ -# ${STAGEDIR}${PREFIX}/share/mate/desktop-directories/ - .include <bsd.port.mk> diff --git a/x11/mate-panel/Makefile b/x11/mate-panel/Makefile index 3be17d9e4ffa..2fe034351dfb 100644 --- a/x11/mate-panel/Makefile +++ b/x11/mate-panel/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/x11/mate-panel/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-panel PORTVERSION= 1.20.1 diff --git a/x11/mate-screensaver/Makefile b/x11/mate-screensaver/Makefile index ad63ee4f423e..03256117f2c8 100644 --- a/x11/mate-screensaver/Makefile +++ b/x11/mate-screensaver/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/x11/mate-screensaver/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-screensaver PORTVERSION= 1.20.0 diff --git a/x11/mate-session-manager/Makefile b/x11/mate-session-manager/Makefile index cf5273349bdf..79bb0c82f4fa 100644 --- a/x11/mate-session-manager/Makefile +++ b/x11/mate-session-manager/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/x11/mate-session-manager/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-session-manager PORTVERSION= 1.20.0 diff --git a/x11/mate-terminal/Makefile b/x11/mate-terminal/Makefile index ada9522e7cca..61f280633e51 100644 --- a/x11/mate-terminal/Makefile +++ b/x11/mate-terminal/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/x11/mate-terminal/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate-terminal PORTVERSION= 1.20.0 diff --git a/x11/mate/Makefile b/x11/mate/Makefile index f0aed2b6c746..d52329804a1a 100644 --- a/x11/mate/Makefile +++ b/x11/mate/Makefile @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ +# $FreeBSD: head/x11/mate/Makefile 467271 2018-04-13 21:16:56Z ericbsd $ PORTNAME= mate PORTVERSION= 1.20.0 |