pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/kadu Add USE_DIRS xdg-1.2 and missing qt3-tools b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf095bcb2fe3
branches:  trunk
changeset: 508221:cf095bcb2fe3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 16 18:07:44 2006 +0000

description:
Add USE_DIRS xdg-1.2 and missing qt3-tools build dependency,
which broke the build. Add two @unexec RMDIR while here.

diffstat:

 chat/kadu/Makefile |  4 +++-
 chat/kadu/PLIST    |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r c4b0d4868509 -r cf095bcb2fe3 chat/kadu/Makefile
--- a/chat/kadu/Makefile        Thu Feb 16 18:06:46 2006 +0000
+++ b/chat/kadu/Makefile        Thu Feb 16 18:07:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/02/05 23:08:25 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2006/02/16 18:07:44 wiz Exp $
 
 DISTNAME=      kadu-0.4.3
 PKGREVISION=   2
@@ -11,6 +11,7 @@
 COMMENT=       Chat client for Gadu-Gadu network (Poland)
 
 WRKSRC=                        ${WRKDIR}/kadu
+USE_DIRS+=             xdg-1.2
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes
@@ -22,6 +23,7 @@
 .include "../../chat/ekg/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../x11/qt3-libs/buildlink3.mk"
+.include "../../x11/qt3-tools/buildlink3.mk"
 
 .include "../../mk/ossaudio.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
diff -r c4b0d4868509 -r cf095bcb2fe3 chat/kadu/PLIST
--- a/chat/kadu/PLIST   Thu Feb 16 18:06:46 2006 +0000
+++ b/chat/kadu/PLIST   Thu Feb 16 18:07:44 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2006/01/22 00:11:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/02/16 18:07:44 wiz Exp $
 bin/kadu
 bin/kadu-config
 bin/kadu-mozilla
@@ -560,6 +560,8 @@
 share/pixmaps/kadu-24.png
 share/pixmaps/kadu-48.png
 share/pixmaps/kadu.png
+@unexec ${RMDIR} %D/share/applnk/Internet 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/applnk 2>/dev/null || ${TRUE}
 @dirrm share/kadu/translations
 @dirrm share/kadu/themes/sounds/default
 @dirrm share/kadu/themes/sounds



Home | Main Index | Thread Index | Old Index