diff options
author | rm <rm@FreeBSD.org> | 2012-01-20 22:37:05 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-01-20 22:37:05 +0800 |
commit | 45bd5c7cf7fdf1383c4de9162feecb1c2ab5d073 (patch) | |
tree | b3d01df73f0f735c0811e6e5a461983f15929661 /editors/zim | |
parent | 91b8fc30d3bf9dee742f35dcd848f737f6bef887 (diff) | |
download | freebsd-ports-gnome-45bd5c7cf7fdf1383c4de9162feecb1c2ab5d073.tar.gz freebsd-ports-gnome-45bd5c7cf7fdf1383c4de9162feecb1c2ab5d073.tar.zst freebsd-ports-gnome-45bd5c7cf7fdf1383c4de9162feecb1c2ab5d073.zip |
- update to 0.54
PR: 163944
Submitted by: rm (myself)
Approved by: acm (via mail)
Diffstat (limited to 'editors/zim')
-rw-r--r-- | editors/zim/Makefile | 3 | ||||
-rw-r--r-- | editors/zim/distinfo | 4 | ||||
-rw-r--r-- | editors/zim/pkg-plist | 13 |
3 files changed, 16 insertions, 4 deletions
diff --git a/editors/zim/Makefile b/editors/zim/Makefile index 2863fd48f655..8faa3216bed2 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -6,8 +6,7 @@ # PORTNAME= zim -PORTVERSION= 0.53 -PORTREVISION= 1 +PORTVERSION= 0.54 CATEGORIES= editors python MASTER_SITES= http://www.zim-wiki.org/downloads/ diff --git a/editors/zim/distinfo b/editors/zim/distinfo index a7457abe0844..378e76c3dc88 100644 --- a/editors/zim/distinfo +++ b/editors/zim/distinfo @@ -1,2 +1,2 @@ -SHA256 (zim-0.53.tar.gz) = 7dc0572abe8fafafb6ddc9837705aaaa9d50a38ec65277d58448d08cc2f17806 -SIZE (zim-0.53.tar.gz) = 1293205 +SHA256 (zim-0.54.tar.gz) = a4cd618c6bc8bedeb11a28fc54652c05648f940e13d2d3df7be800d5ce455195 +SIZE (zim-0.54.tar.gz) = 1326924 diff --git a/editors/zim/pkg-plist b/editors/zim/pkg-plist index 86d1f0f91fae..ff43ba366b48 100644 --- a/editors/zim/pkg-plist +++ b/editors/zim/pkg-plist @@ -122,6 +122,9 @@ bin/zim %%PYTHON_SITELIBDIR%%/zim/plugins/attachmentbrowser.py %%PYTHON_SITELIBDIR%%/zim/plugins/attachmentbrowser.pyc %%PYTHON_SITELIBDIR%%/zim/plugins/attachmentbrowser.pyo +%%PYTHON_SITELIBDIR%%/zim/plugins/automount.py +%%PYTHON_SITELIBDIR%%/zim/plugins/automount.pyc +%%PYTHON_SITELIBDIR%%/zim/plugins/automount.pyo %%PYTHON_SITELIBDIR%%/zim/plugins/calendar.py %%PYTHON_SITELIBDIR%%/zim/plugins/calendar.pyc %%PYTHON_SITELIBDIR%%/zim/plugins/calendar.pyo @@ -222,6 +225,8 @@ share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-zim-notebook.png share/icons/hicolor/scalable/apps/zim.svg share/icons/hicolor/scalable/mimetypes/application-x-zim-notebook.svg share/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-zim-notebook.svg +share/icons/ubuntu-mono-dark/apps/22/zim-panel.svg +share/icons/ubuntu-mono-light/apps/22/zim-panel.svg share/locale/ca/LC_MESSAGES/zim.mo share/locale/cs/LC_MESSAGES/zim.mo share/locale/da/LC_MESSAGES/zim.mo @@ -231,6 +236,7 @@ share/locale/en_GB/LC_MESSAGES/zim.mo share/locale/es/LC_MESSAGES/zim.mo share/locale/et/LC_MESSAGES/zim.mo share/locale/fr/LC_MESSAGES/zim.mo +share/locale/gl/LC_MESSAGES/zim.mo share/locale/he/LC_MESSAGES/zim.mo share/locale/hu/LC_MESSAGES/zim.mo share/locale/it/LC_MESSAGES/zim.mo @@ -285,6 +291,7 @@ share/pixmaps/zim.png %%DATADIR%%/manual/Help/Wiki_Syntax.txt %%DATADIR%%/manual/Plugins.txt %%DATADIR%%/manual/Plugins/Arithmetic.txt +%%DATADIR%%/manual/Plugins/Automount.txt %%DATADIR%%/manual/Plugins/Calendar.txt %%DATADIR%%/manual/Plugins/Diagram_Editor.txt %%DATADIR%%/manual/Plugins/Diagram_Editor/diagram.png @@ -367,6 +374,12 @@ share/pixmaps/zim.png @dirrmtry share/mime/packages @dirrmtry share/mime/application @dirrmtry share/mime +@dirrm share/icons/ubuntu-mono-light/apps/22 +@dirrm share/icons/ubuntu-mono-light/apps +@dirrm share/icons/ubuntu-mono-light +@dirrm share/icons/ubuntu-mono-dark/apps/22 +@dirrm share/icons/ubuntu-mono-dark/apps +@dirrm share/icons/ubuntu-mono-dark @dirrmtry share/applications @dirrm %%PYTHON_SITELIBDIR%%/zim/stores @dirrm %%PYTHON_SITELIBDIR%%/zim/plugins/versioncontrol |