pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/koffice Some small fixes to make all i18n package...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb1416e45421
branches:  trunk
changeset: 520622:bb1416e45421
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 24 08:43:40 2006 +0000

description:
Some small fixes to make all i18n packages work again.

diffstat:

 misc/koffice/i18n.mk |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 76389e995059 -r bb1416e45421 misc/koffice/i18n.mk
--- a/misc/koffice/i18n.mk      Tue Oct 24 08:38:03 2006 +0000
+++ b/misc/koffice/i18n.mk      Tue Oct 24 08:43:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: i18n.mk,v 1.1 2006/10/24 07:34:13 rillig Exp $
+# $NetBSD: i18n.mk,v 1.2 2006/10/24 08:43:40 rillig Exp $
 #
 
 # This file provides useful defaults for the i18n packages of koffice.
@@ -16,7 +16,7 @@
 
 DISTNAME=      koffice-i18n-${KOFFICE_LANGCODE}-${KOFFICE_VERSION}
 CATEGORIES=    misc kde
-MASTER_SITES=  ${MASTER_SITE_KDE:=koffice-${KOFFICE_VERSION}/src/koffice-l10n/}
+MASTER_SITES=  ${MASTER_SITE_KDE:=koffice-${KOFFICE_VERSION}/src/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER?=   ianzag%mail.ru@localhost
@@ -26,10 +26,13 @@
 BUILD_DEPENDS+=        kdelibs>=3:../../x11/kdelibs3
 CONFLICTS+=    koffice-l10n-${KOFFICE_LANGCODE}-[0-9]*
 
-GNU_CONFIGURE= yes
-USE_TOOLS+=    gmake
+GNU_CONFIGURE=         yes
+USE_PKGLOCALEDIR=      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,'
+
+.include "../../meta-pkgs/kde3/kde3.mk"



Home | Main Index | Thread Index | Old Index