Index: head/editors/xed/Makefile =================================================================== --- head/editors/xed/Makefile (revision 559734) +++ head/editors/xed/Makefile (revision 559735) @@ -1,45 +1,46 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= xed PORTVERSION= 2.6.2 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= danfe@FreeBSD.org COMMENT= Small and lightweight graphical text editor LICENSE= GPLv2+ PORTSCOUT= limit:^[0-9.]+$$ # ignore master.mint* tags BUILD_DEPENDS= intltool-merge:textproc/intltool \ itstool:textproc/itstool LIB_DEPENDS= libpeas-1.0.so:devel/libpeas \ - libxapp.so:x11/xapps + libxapp.so:x11/xapp RUN_DEPENDS= ${LOCALBASE}/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml:devel/gsettings-desktop-schemas USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome meson \ pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= linuxmint USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 gtksourceview3 \ introspection pango USE_LDCONFIG= yes USE_XORG= x11 GLIB_SCHEMAS= org.x.editor.gschema.xml \ org.x.editor.plugins.filebrowser.gschema.xml \ org.x.editor.plugins.time.gschema.xml \ org.x.editor.plugins.wordcompletion.gschema.xml OPTIONS_DEFINE= GSPELL OPTIONS_DEFAULT= GSPELL GSPELL_DESC= Spell checking support via gspell GSPELL_LIB_DEPENDS= libgspell-1.so:textproc/gspell GSPELL_MESON_OFF= -Denable_spell=false GSPELL_PLIST_FILES= lib/xed/plugins/libspell.so \ lib/xed/plugins/spell.plugin \ ${DATADIR_REL}/plugins/spell/xed-spell-setup-dialog.ui GSPELL_VARS= GLIB_SCHEMAS+=org.x.editor.plugins.spell.gschema.xml .include Index: head/print/xreader/Makefile =================================================================== --- head/print/xreader/Makefile (revision 559734) +++ head/print/xreader/Makefile (revision 559735) @@ -1,66 +1,66 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= xreader PORTVERSION= 2.6.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MAINTAINER= danfe@FreeBSD.org COMMENT= Multi-format document reader LICENSE= GPLv2+ PORTSCOUT= limit:^[0-9.]+$$ # ignore master.mint* tags BUILD_DEPENDS= intltool-merge:textproc/intltool -LIB_DEPENDS= libxapp.so:x11/xapps +LIB_DEPENDS= libxapp.so:x11/xapp USES= desktop-file-utils gettext-tools gnome meson pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= linuxmint USE_LDCONFIG= yes USE_GNOME= cairo gdkpixbuf2 gtk30 libxml2 USE_XORG= ice sm x11 GLIB_SCHEMAS= org.x.reader.gschema.xml INSTALLS_ICONS= yes MATHJAX_DIR= ${LOCALBASE}/www/MathJax MESON_ARGS= -Dtests=false OPTIONS_DEFINE= DJVU EPUB KEYRING PDF PS TIFF XPS OPTIONS_DEFAULT= DJVU KEYRING PDF TIFF XPS EPUB_DESC= EPUB e-book format support KEYRING_DESC= Password-protected document support XPS_DESC= XPS document support OPTIONS_SUB= yes DJVU_LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre DJVU_MESON_ON= -Ddjvu=true EPUB_BUILD_DEPENDS= ${MATHJAX_DIR}/MathJax.js:www/mathjax EPUB_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 EPUB_RUN_DEPENDS= ${EPUB_BUILD_DEPENDS} EPUB_MESON_ON= -Dmathjax-directory=${MATHJAX_DIR} EPUB_MESON_OFF= -Depub=false KEYRING_LIB_DEPENDS= libsecret-1.so:security/libsecret KEYRING_MESON_OFF= -Dkeyring=false PDF_LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib PDF_MESON_OFF= -Dpdf=false PS_LIB_DEPENDS= libspectre.so:print/libspectre PS_MESON_OFF= -Dps=false TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff TIFF_MESON_OFF= -Dtiff=false XPS_LIB_DEPENDS= libgxps.so:graphics/libgxps XPS_MESON_OFF= -Dxps=false post-patch: @${REINPLACE_CMD} -e '/gdk\/gdkwayland\.h/d' \ ${WRKSRC}/libdocument/ev-document-misc.h .include