pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kdelibs3 Add some more shared directories.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8879d7707b86
branches:  trunk
changeset: 496369:8879d7707b86
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Jun 26 23:46:11 2005 +0000

description:
Add some more shared directories.
Bump PKGREVISION.

diffstat:

 x11/kdelibs3/Makefile |   3 ++-
 x11/kdelibs3/dirs.mk  |  10 ++++------
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (50 lines):

diff -r 61a76f0e39b5 -r 8879d7707b86 x11/kdelibs3/Makefile
--- a/x11/kdelibs3/Makefile     Sun Jun 26 22:10:04 2005 +0000
+++ b/x11/kdelibs3/Makefile     Sun Jun 26 23:46:11 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2005/05/31 14:13:23 markd Exp $
+# $NetBSD: Makefile,v 1.88 2005/06/26 23:46:11 markd Exp $
 
 DISTNAME=      kdelibs-${_KDE_VERSION}
+PKGREVISION=   1
 CATEGORIES=    x11
 COMMENT=       Support libraries for the KDE integrated X11 desktop
 
diff -r 61a76f0e39b5 -r 8879d7707b86 x11/kdelibs3/dirs.mk
--- a/x11/kdelibs3/dirs.mk      Sun Jun 26 22:10:04 2005 +0000
+++ b/x11/kdelibs3/dirs.mk      Sun Jun 26 23:46:11 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dirs.mk,v 1.6 2005/06/04 23:45:50 markd Exp $
+# $NetBSD: dirs.mk,v 1.7 2005/06/26 23:46:11 markd Exp $
 #
 
 .if !defined(DIRS_KDE3_MK)
@@ -91,7 +91,7 @@
 KDE3_DIRS+=    share/kde/emoticons
 
 _ICONCOLORS=     crystalsvg hicolor locolor
-_ICONSIZES=      16x16 22x22 32x32 48x48 64x64 128x128
+_ICONSIZES=      16x16 22x22 32x32 48x48 64x64 128x128 scalable
 _ICONDIRS=       actions actions/kde apps devices filesystems mimetypes
 
 KDE3_DIRS+=    share/kde/icons
@@ -104,10 +104,6 @@
 .    endfor
 .  endfor
 .endfor
-KDE3_DIRS+=    share/kde/icons/crystalsvg/scalable
-.for dir in ${_ICONDIRS}
-KDE3_DIRS+=    share/kde/icons/crystalsvg/scalable/${dir}
-.endfor
 
 KDE3_DIRS+=    share/kde/mimelnk
 KDE3_DIRS+=    share/kde/mimelnk/all
@@ -133,6 +129,8 @@
 KDE3_DIRS+=    share/kde/services/kresources/kabc
 KDE3_DIRS+=    share/kde/servicetypes
 KDE3_DIRS+=    share/kde/sounds
+KDE3_DIRS+=    share/kde/templates
+KDE3_DIRS+=    share/kde/templates/.source
 KDE3_DIRS+=    share/kde/wallpapers
 
 .for dir in ${KDE3_DIRS}



Home | Main Index | Thread Index | Old Index