diff options
author | Eric Turgeon <ericbsd@FreeBSD.org> | 2021-09-14 11:07:26 +0000 |
---|---|---|
committer | Eric Turgeon <ericbsd@FreeBSD.org> | 2021-09-14 11:08:18 +0000 |
commit | 9a248b9e990dbb47465b559e5a30283ad0f0e41f (patch) | |
tree | 921373c5b103f9d3866d8d105e124da838d52eb2 /editors/pluma | |
parent | b3e8e5f1729e9892ceb52e1abe772cb7c16cc4b9 (diff) | |
download | ports-9a248b9e990dbb47465b559e5a30283ad0f0e41f.tar.gz ports-9a248b9e990dbb47465b559e5a30283ad0f0e41f.zip |
Diffstat (limited to 'editors/pluma')
-rw-r--r-- | editors/pluma/Makefile | 8 | ||||
-rw-r--r-- | editors/pluma/distinfo | 6 | ||||
-rw-r--r-- | editors/pluma/pkg-plist | 7 |
3 files changed, 10 insertions, 11 deletions
diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile index 2d450dfbfecf..abfdd525611e 100644 --- a/editors/pluma/Makefile +++ b/editors/pluma/Makefile @@ -1,7 +1,7 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> PORTNAME= pluma -PORTVERSION= 1.24.2 +PORTVERSION= 1.26.0 CATEGORIES= editors mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -23,7 +23,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome libtool localbase \ pathfix pkgconfig python:3.3+ shebangfix tar:xz xorg USE_XORG= ice sm x11 -USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 gtksourceview3 \ +USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 gtksourceview4 \ gvfs intltool introspection libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -34,9 +34,9 @@ SHEBANG_FILES= ${WRKSRC}/plugins/externaltools/data/search-recursive.tool.in \ GLIB_SCHEMAS= org.mate.pluma.gschema.xml \ org.mate.pluma.plugins.filebrowser.gschema.xml \ + org.mate.pluma.plugins.pythonconsole.gschema.xml \ org.mate.pluma.plugins.spell.gschema.xml \ - org.mate.pluma.plugins.time.gschema.xml \ - org.mate.pluma.plugins.pythonconsole.gschema.xml + org.mate.pluma.plugins.time.gschema.xml OPTIONS_DEFINE= DOCS diff --git a/editors/pluma/distinfo b/editors/pluma/distinfo index d34b0f61c0db..8195d70f0033 100644 --- a/editors/pluma/distinfo +++ b/editors/pluma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623462284 -SHA256 (mate/pluma-1.24.2.tar.xz) = e439114fc5b86cbf79cee5522b40688e0516243081882b42264b0f4aa1cb6ea0 -SIZE (mate/pluma-1.24.2.tar.xz) = 3745160 +TIMESTAMP = 1631608951 +SHA256 (mate/pluma-1.26.0.tar.xz) = 310644dae7393cf5d47928fd4fab5d120da4e683ecf4fc248fcf778145f08a53 +SIZE (mate/pluma-1.26.0.tar.xz) = 3765056 diff --git a/editors/pluma/pkg-plist b/editors/pluma/pkg-plist index 23d7beb1249a..81b94a82593d 100644 --- a/editors/pluma/pkg-plist +++ b/editors/pluma/pkg-plist @@ -1,4 +1,5 @@ bin/pluma +include/pluma/pluma-app-activatable.h include/pluma/pluma-app.h include/pluma/pluma-commands.h include/pluma/pluma-debug.h @@ -11,17 +12,16 @@ include/pluma/pluma-message-type.h include/pluma/pluma-message.h include/pluma/pluma-notebook.h include/pluma/pluma-panel.h -include/pluma/pluma-prefs-manager-app.h -include/pluma/pluma-prefs-manager.h include/pluma/pluma-progress-message-area.h include/pluma/pluma-status-combo-box.h include/pluma/pluma-statusbar.h include/pluma/pluma-tab.h include/pluma/pluma-utils.h +include/pluma/pluma-view-activatable.h include/pluma/pluma-view.h +include/pluma/pluma-window-activatable.h include/pluma/pluma-window.h lib/girepository-1.0/Pluma-1.0.typelib -lib/pluma/plugins/changecase.plugin lib/pluma/plugins/docinfo.plugin lib/pluma/plugins/externaltools.plugin lib/pluma/plugins/externaltools/__init__.py @@ -49,7 +49,6 @@ lib/pluma/plugins/externaltools/linkparsing.py lib/pluma/plugins/externaltools/manager.py lib/pluma/plugins/externaltools/outputpanel.py lib/pluma/plugins/filebrowser.plugin -lib/pluma/plugins/libchangecase.so lib/pluma/plugins/libdocinfo.so lib/pluma/plugins/libfilebrowser.so lib/pluma/plugins/libmodelines.so |