summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-07-01 19:05:10 +0000
committerdholland <dholland@pkgsrc.org>2012-07-01 19:05:10 +0000
commit49cfd098d9ac562486418c0b9b1800f0499ea9b3 (patch)
treeaf6bac08ba19623995a5a336cd7ea2eaf1e37c23 /editors
parent43374d4414b44a75c627d1541df7f49b36dad152 (diff)
downloadpkgsrc-49cfd098d9ac562486418c0b9b1800f0499ea9b3.tar.gz
Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
Diffstat (limited to 'editors')
-rw-r--r--editors/gtranslator/Makefile5
-rw-r--r--editors/kdissert/Makefile5
-rw-r--r--editors/kile-kde3/Makefile5
-rw-r--r--editors/kile/Makefile5
-rw-r--r--editors/texworks/Makefile4
5 files changed, 15 insertions, 9 deletions
diff --git a/editors/gtranslator/Makefile b/editors/gtranslator/Makefile
index 97b7abef120..9cf64853831 100644
--- a/editors/gtranslator/Makefile
+++ b/editors/gtranslator/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2012/06/14 07:43:50 sbd Exp $
+# $NetBSD: Makefile,v 1.45 2012/07/01 19:05:16 dholland Exp $
DISTNAME= gtranslator-1.1.7
-PKGREVISION= 18
+PKGREVISION= 19
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtranslator/1.1/}
@@ -24,6 +24,7 @@ CONFIGURE_ARGS+= --disable-debug
.include "../../devel/libbonoboui/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/gnome-vfs/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile
index 955ee071e5c..87e1f82cfe9 100644
--- a/editors/kdissert/Makefile
+++ b/editors/kdissert/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2012/06/14 07:45:06 sbd Exp $
+# $NetBSD: Makefile,v 1.36 2012/07/01 19:05:16 dholland Exp $
#
DISTNAME= kdissert-1.0.7
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= editors
MASTER_SITES= http://freehackers.org/~tnagy/kdissert/
EXTRACT_SUFX= .tar.bz2
@@ -37,4 +37,5 @@ do-install:
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/kile-kde3/Makefile b/editors/kile-kde3/Makefile
index b3d4c1e75bf..edfcd2c05f7 100644
--- a/editors/kile-kde3/Makefile
+++ b/editors/kile-kde3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2012/06/14 07:44:09 sbd Exp $
+# $NetBSD: Makefile,v 1.3 2012/07/01 19:05:16 dholland Exp $
DISTNAME= kile-2.0.2
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kile/}
EXTRACT_SUFX= .tar.bz2
@@ -31,4 +31,5 @@ REPLACE_PERL= src/kile1.6_upd.pl \
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/kdegraphics3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/kile/Makefile b/editors/kile/Makefile
index 9816d90625c..009a29348c8 100644
--- a/editors/kile/Makefile
+++ b/editors/kile/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2012/06/14 07:44:50 sbd Exp $
+# $NetBSD: Makefile,v 1.63 2012/07/01 19:05:16 dholland Exp $
DISTNAME= kile-2.1.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kile/}
EXTRACT_SUFX= .tar.bz2
@@ -30,4 +30,5 @@ REPLACE_PERL= kile1.6_upd.pl \
.include "../../meta-pkgs/kde4/kde4.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/kdelibs4/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile
index 0a714d24220..b27295ef7fe 100644
--- a/editors/texworks/Makefile
+++ b/editors/texworks/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2012/03/21 22:44:20 markd Exp $
+# $NetBSD: Makefile,v 1.2 2012/07/01 19:05:16 dholland Exp $
DISTNAME= texworks-0.4.3-r858
PKGNAME= texworks-0.4.3
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://texworks.googlecode.com/files/
@@ -39,4 +40,5 @@ BUILDLINK_DEPMETHOD.qt4-tools= full
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../x11/qt4-qdbus/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"