summaryrefslogtreecommitdiff
path: root/misc/koffice/l10n.mk
diff options
context:
space:
mode:
authormarkd <markd>2006-12-03 04:03:06 +0000
committermarkd <markd>2006-12-03 04:03:06 +0000
commit386caa2b1be740ace9bb8ecf87ec62bda101470f (patch)
tree953debcd9db7def11a549972e7e3bbb860fa2f2a /misc/koffice/l10n.mk
parent604a4d1763bba8c5e2d75bbe6631f47c06b63c7e (diff)
downloadpkgsrc-386caa2b1be740ace9bb8ecf87ec62bda101470f.tar.gz
Update koffice to 1.6.1.
Since this is a maintenance release, only two of the components, Krita and Kexi, added new features. * New Krita Feature and Many Bugfixes Krita, the image editing application of KOffice has gotten a new Color Level filter. Among the bugfixes can be mentioned the wrong warning telling the user that unsharp mask filter didn't work even though it did. * New Kexi Features and Many Bugfixes Kexi, the desktop database application competing with MS Access, is the other application in KOffice that got new features in this release. Among them can be mentioned a new combo box taking advantage of the database relationships, and parameter queries. These features developed as an answer to user's demand, will make programming database solutions much easier. * Security Fix in Powerpoint Import Filter There is a security issue in the import filter for Powerpoint .ppt files that is fixed with this release. * Bugfixes For Most Other Components
Diffstat (limited to 'misc/koffice/l10n.mk')
-rw-r--r--misc/koffice/l10n.mk38
1 files changed, 38 insertions, 0 deletions
diff --git a/misc/koffice/l10n.mk b/misc/koffice/l10n.mk
new file mode 100644
index 00000000000..1559b0815d8
--- /dev/null
+++ b/misc/koffice/l10n.mk
@@ -0,0 +1,38 @@
+# $NetBSD: l10n.mk,v 1.1 2006/12/03 04:03:06 markd Exp $
+#
+
+# This file provides useful defaults for the l10n packages of koffice.
+#
+# The following variables shall be defined when using this file.
+#
+# KOFFICE_LANGCODE
+# The language code (e.g. de, pt_BR)
+#
+# KOFFICE_LANGUAGE
+# The full name of the language (e.g. German, Brasilian)
+#
+
+KOFFICE_VERSION?= 1.6.1
+
+DISTNAME= koffice-l10n-${KOFFICE_LANGCODE}-${KOFFICE_VERSION}
+CATEGORIES= misc kde
+MASTER_SITES= ${MASTER_SITE_KDE:=koffice-${KOFFICE_VERSION}/src/koffice-l10n/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER?= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.koffice.org/
+COMMENT= ${KOFFICE_LANGUAGE} language pack for KOffice
+
+BUILD_DEPENDS+= kdelibs>=3:../../x11/kdelibs3
+CONFLICTS+= koffice-i18n-${KOFFICE_LANGCODE}-[0-9]*
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= gmake msgfmt
+
+SUBST_CLASSES+= ko
+SUBST_MESSAGE.ko= Dont try to install kdgantt.po
+SUBST_STAGE.ko= pre-configure
+SUBST_FILES.ko= messages/koffice/Makefile.in
+SUBST_SED.ko= -e 's/ kdgantt / /'
+
+.include "../../meta-pkgs/kde3/kde3.mk"