diff options
Diffstat (limited to 'editors/gedit-plugins/Makefile')
-rw-r--r-- | editors/gedit-plugins/Makefile | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index ccd4f7467f69..d746541b31d9 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -1,5 +1,5 @@ PORTNAME= gedit-plugins -PORTVERSION= 48.1 +DISTVERSION= 48.2 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -11,25 +11,26 @@ WWW= https://gitlab.gnome.org/World/gedit/gedit-plugins LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= gedit>=48.1:editors/gedit \ +PORTSCOUT= limit:^48\. + +BUILD_DEPENDS= gedit=48.2:editors/gedit \ itstool:textproc/itstool LIB_DEPENDS= libpeas-1.0.so:devel/libpeas1 \ - libgucharmap_2_90.so:deskutils/gucharmap \ libgedit-tepl-6.so:x11-toolkits/tepl6 \ libgedit-gtksourceview-300.so:x11-toolkits/libgedit-gtksourceview -RUN_DEPENDS= gedit>=48.1:editors/gedit \ - ${PYTHON_PKGNAMEPREFIX}libpeas1>0:devel/py-libpeas1@${PY_FLAVOR} +RUN_DEPENDS= gedit=48.2:editors/gedit USES= compiler:c11 gettext gnome localbase meson pkgconfig \ - python tar:xz -USE_GNOME= glib20 gtk30 introspection pygobject3 \ - vte3 + tar:bz2 +USE_GNOME= glib20 gtk30 USE_CSTD= c11 USE_LDCONFIG= yes -BINARY_ALIAS= python3=${PYTHON_CMD} + +USE_GITLAB= yes +GL_SITE= https://gitlab.gnome.org +GL_ACCOUNT= World/gedit GLIB_SCHEMAS= org.gnome.gedit.plugins.drawspaces.gschema.xml \ - org.gnome.gedit.plugins.wordcompletion.gschema.xml \ - org.gnome.gedit.plugins.terminal.gschema.xml + org.gnome.gedit.plugins.wordcompletion.gschema.xml .include <bsd.port.mk> |