diff options
author | prlw1 <prlw1@pkgsrc.org> | 2012-08-31 19:55:21 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2012-08-31 19:55:21 +0000 |
commit | 4f1ce13a3c2691e487cf89be692be97e6c88494a (patch) | |
tree | 86a0743d272cb61e700eebaa4411d1b93271b90b | |
parent | 49ddcd90e5be8eab15d36c6ec0ea390644c47a6e (diff) | |
download | pkgsrc-4f1ce13a3c2691e487cf89be692be97e6c88494a.tar.gz |
Add gedit3-spell - the spell checking plugin for gedit3
-rw-r--r-- | editors/Makefile | 3 | ||||
-rw-r--r-- | editors/gedit3-spell/DESCR | 1 | ||||
-rw-r--r-- | editors/gedit3-spell/Makefile | 16 | ||||
-rw-r--r-- | editors/gedit3-spell/PLIST | 3 |
4 files changed, 22 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 8099e69716f..2031b0fd5e7 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.154 2012/08/31 19:52:18 prlw1 Exp $ +# $NetBSD: Makefile,v 1.155 2012/08/31 19:55:21 prlw1 Exp $ # COMMENT= Editors @@ -42,6 +42,7 @@ SUBDIR+= gconf-editor SUBDIR+= gedit SUBDIR+= gedit-python SUBDIR+= gedit3 +SUBDIR+= gedit3-spell SUBDIR+= ghex SUBDIR+= gice SUBDIR+= gnuserv diff --git a/editors/gedit3-spell/DESCR b/editors/gedit3-spell/DESCR new file mode 100644 index 00000000000..07857b04447 --- /dev/null +++ b/editors/gedit3-spell/DESCR @@ -0,0 +1 @@ +Spell-check plugin for gedit, the GNOME 3 editor. diff --git a/editors/gedit3-spell/Makefile b/editors/gedit3-spell/Makefile new file mode 100644 index 00000000000..2f0c1eadf1c --- /dev/null +++ b/editors/gedit3-spell/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2012/08/31 19:55:21 prlw1 Exp $ +# + +.include "../../editors/gedit3/Makefile.common" + +PKGNAME= ${DISTNAME:S/gedit/gedit3-spell/} + +COMMENT= Spell-check plugin for gedit + +BUILD_DIRS= plugins/spell +INSTALL_DIRS= plugins/spell + +.include "../../textproc/enchant/buildlink3.mk" +.include "../../textproc/iso-codes/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/gedit3-spell/PLIST b/editors/gedit3-spell/PLIST new file mode 100644 index 00000000000..7218c710f9a --- /dev/null +++ b/editors/gedit3-spell/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2012/08/31 19:55:21 prlw1 Exp $ +lib/gedit/plugins/libspell.la +lib/gedit/plugins/spell.plugin |