pkgsrc/meta-pkgs/kde4/l10n.mk
markd 9e92c904e8 Update KDE4 to 4.3.2
KDE 4.3.2 brings a nice number of bugfixes, some critical, some just
fixing small annoyances:
* Many crashers have been fixed in KDE's core libraries, bringing more
  stability to all applications
* KWin's window compositing effects have been further stabilized by fixing
  a number of bugs in effect plugins such as the famous coverswitch window
  switcher
* The biggest number of bugs for this release has been fixed in KMail,
  KDE's email client, making it more reliable and usable by correcting a
  number of display issues
* Saving files over themselves works again in Okular, KDE's document viewer
2009-10-11 08:13:38 +00:00

31 lines
795 B
Makefile

# $NetBSD: l10n.mk,v 1.2 2009/10/11 08:13:38 markd Exp $
# This file provides useful defaults for the l10n packages of koffice.
#
# The following variables shall be defined when using this file.
#
# KDE_LANGCODE
# The language code (e.g. de, pt_BR)
#
# KDE_LANGUAGE
# The full name of the language (e.g. German, Brasilian)
#
DISTNAME= kde-l10n-${KDE_LANGCODE}-${_KDE_VERSION}
PKGNAME= ${DISTNAME:S/kde-/kde4-/}
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_KDE_I18N}
COMMENT= ${KOFFICE_LANGUAGE} language pack for KDE4
.include "../../meta-pkgs/kde4/Makefile.kde4"
USE_TOOLS+= msgfmt
BUILDLINK_DEPMETHOD.qt4-libs= build
BUILDLINK_DEPMETHOD.qt4-qdbus= build
BUILDLINK_DEPMETHOD.kdelibs= build
.include "../../meta-pkgs/kde4/kde4.mk"
.include "../../x11/kdelibs4/buildlink3.mk"