pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/koffice Added a template for the koffice i18n files.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/570ac234806a
branches:  trunk
changeset: 520619:570ac234806a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 24 07:34:13 2006 +0000

description:
Added a template for the koffice i18n files.

diffstat:

 misc/koffice/i18n.mk |  35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r d7a81722f64b -r 570ac234806a misc/koffice/i18n.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/koffice/i18n.mk      Tue Oct 24 07:34:13 2006 +0000
@@ -0,0 +1,35 @@
+# $NetBSD: i18n.mk,v 1.1 2006/10/24 07:34:13 rillig Exp $
+#
+
+# This file provides useful defaults for the i18n 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.3.5
+
+DISTNAME=      koffice-i18n-${KOFFICE_LANGCODE}-${KOFFICE_VERSION}
+CATEGORIES=    misc kde
+MASTER_SITES=  ${MASTER_SITE_KDE:=koffice-${KOFFICE_VERSION}/src/koffice-l10n/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER?=   ianzag%mail.ru@localhost
+HOMEPAGE=      http://www.koffice.org/
+COMMENT=       ${KOFFICE_LANGUAGE} language pack for KOffice
+
+BUILD_DEPENDS+=        kdelibs>=3:../../x11/kdelibs3
+CONFLICTS+=    koffice-l10n-${KOFFICE_LANGCODE}-[0-9]*
+
+GNU_CONFIGURE= yes
+USE_TOOLS+=    gmake
+
+SUBST_CLASSES+=                ko
+SUBST_STAGE.ko=                pre-configure
+SUBST_FILES.ko=                configure
+SUBST_SED.ko=          -e 's,\(build_arts" \)==\( "no"\),\1=\2,'



Home | Main Index | Thread Index | Old Index