FreeBSD Bugzilla – Attachment 225452 Details for
Bug 256303
editors/mousepad: Add spell-checking plugin and more
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add spell checking and other fixes
mousepad.diff (text/plain), 1.75 KB, created by
Guido Falsi
on 2021-06-01 13:30:49 UTC
(
hide
)
Description:
Add spell checking and other fixes
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2021-06-01 13:30:49 UTC
Size:
1.75 KB
patch
obsolete
>diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile >index a54fc99e3148..610c7c8409ec 100644 >--- a/editors/mousepad/Makefile >+++ b/editors/mousepad/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= mousepad > PORTVERSION= 0.5.5 >+PORTREVISION= 1 > CATEGORIES= editors xfce > MASTER_SITES= XFCE/apps > DIST_SUBDIR= xfce4 >@@ -12,22 +13,31 @@ COMMENT= Simple text editor for the Xfce Desktop > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > >+LIB_DEPENDS= libharfbuzz.so:print/harfbuzz >+ > USES= desktop-file-utils gettext-tools gmake gnome libtool perl5 \ > pkgconfig tar:bzip2 xfce >-USE_GNOME= cairo dconf gdkpixbuf2 glib20 gtk30 gtksourceview3 intlhack \ >- intltool >-USE_XFCE= xfconf >+USE_GNOME= cairo dconf gdkpixbuf2 glib20 gtk30 gtksourceview3 intltool > USE_LDCONFIG= yes > > GNU_CONFIGURE= yes >+INSTALLS_ICONS= yes > INSTALL_TARGET= install-strip > > GLIB_SCHEMAS= org.xfce.mousepad.gschema.xml > >-OPTIONS_DEFINE= NLS >+OPTIONS_DEFINE= NLS SPELL >+OPTIONS_DEFAULT= SPELL > OPTIONS_SUB= yes > >+SPELL_DESC= Spell checking plugin >+ > NLS_CONFIGURE_ENABLE= nls > NLS_USES= gettext-runtime > >+SPELL_CONFIGURE_ENABLE= plugin-gspell >+SPELL_LIB_DEPENDS= libgspell-1.so:textproc/gspell \ >+ libenchant-2.so:textproc/enchant2 >+SPELL_VARS= GLIB_SCHEMAS+=org.xfce.mousepad.plugins.gspell.gschema.xml >+ > .include <bsd.port.mk> >diff --git a/editors/mousepad/pkg-plist b/editors/mousepad/pkg-plist >index 0c2a92d3b181..bc953b801ad1 100644 >--- a/editors/mousepad/pkg-plist >+++ b/editors/mousepad/pkg-plist >@@ -2,6 +2,7 @@ bin/mousepad > lib/libmousepad.so > lib/libmousepad.so.0 > lib/libmousepad.so.0.0.0 >+%%SPELL%%lib/mousepad/plugins/libmousepad-plugin-gspell.so > share/applications/mousepad-settings.desktop > share/applications/mousepad.desktop > share/icons/hicolor/128x128/apps/org.xfce.mousepad.png
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256303
:
225418
| 225452