pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/gtkspell



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct 17 08:34:24 UTC 2017

Modified Files:
        pkgsrc/textproc/gtkspell: Makefile PLIST

Log Message:
gtkspell: fix build

Latest gtk-doc does not provide gtkdoc-mktmpl. Use documentation
that is coming with the package instead of rebuilding it.

Set LICENSE.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/textproc/gtkspell/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/gtkspell/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/gtkspell/Makefile
diff -u pkgsrc/textproc/gtkspell/Makefile:1.63 pkgsrc/textproc/gtkspell/Makefile:1.64
--- pkgsrc/textproc/gtkspell/Makefile:1.63      Sun Feb 12 06:24:50 2017
+++ pkgsrc/textproc/gtkspell/Makefile   Tue Oct 17 08:34:24 2017
@@ -1,23 +1,23 @@
-# $NetBSD: Makefile,v 1.63 2017/02/12 06:24:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.64 2017/10/17 08:34:24 wiz Exp $
 
 DISTNAME=      gtkspell-2.0.16
-PKGREVISION=   24
+PKGREVISION=   25
 CATEGORIES=    textproc devel
 MASTER_SITES=  http://gtkspell.sourceforge.net/download/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://gtkspell.sourceforge.net/
 COMMENT=       Spell checking GtkTextView widget
+LICENSE=       gnu-gpl-v2
 
 USE_TOOLS+=            gmake intltool msgfmt pkg-config
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 PKGCONFIG_OVERRIDE=    gtkspell-2.0.pc.in
+CONFIGURE_ARGS+=       --disable-gtk-doc
 
 .include "../../devel/pango/buildlink3.mk"
 .include "../../textproc/enchant/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk-doc+=        gtk-doc>=1.20
-.include "../../textproc/gtk-doc/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/gtkspell/PLIST
diff -u pkgsrc/textproc/gtkspell/PLIST:1.13 pkgsrc/textproc/gtkspell/PLIST:1.14
--- pkgsrc/textproc/gtkspell/PLIST:1.13 Thu Feb 20 19:05:40 2014
+++ pkgsrc/textproc/gtkspell/PLIST      Tue Oct 17 08:34:24 2017
@@ -1,22 +1,20 @@
-@comment $NetBSD: PLIST,v 1.13 2014/02/20 19:05:40 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2017/10/17 08:34:24 wiz Exp $
 include/gtkspell-2.0/gtkspell/gtkspell.h
 lib/libgtkspell.la
 lib/pkgconfig/gtkspell-2.0.pc
 share/gtk-doc/html/gtkspell/chapter-tutorial.html
 share/gtk-doc/html/gtkspell/gtkspell-gtkspell.html
+share/gtk-doc/html/gtkspell/gtkspell.devhelp
 share/gtk-doc/html/gtkspell/gtkspell.devhelp2
 share/gtk-doc/html/gtkspell/home.png
 share/gtk-doc/html/gtkspell/index.html
 share/gtk-doc/html/gtkspell/index.sgml
-share/gtk-doc/html/gtkspell/left-insensitive.png
 share/gtk-doc/html/gtkspell/left.png
 share/gtk-doc/html/gtkspell/reference.html
-share/gtk-doc/html/gtkspell/right-insensitive.png
 share/gtk-doc/html/gtkspell/right.png
 share/gtk-doc/html/gtkspell/style.css
 share/gtk-doc/html/gtkspell/tutorial-building.html
 share/gtk-doc/html/gtkspell/tutorial.html
-share/gtk-doc/html/gtkspell/up-insensitive.png
 share/gtk-doc/html/gtkspell/up.png
 share/locale/af/LC_MESSAGES/gtkspell.mo
 share/locale/be/LC_MESSAGES/gtkspell.mo



Home | Main Index | Thread Index | Old Index