pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail Include xdg-dirs for the share/applications and s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37045fe716e7
branches:  trunk
changeset: 552642:37045fe716e7
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Wed Jan 07 14:23:03 2009 +0000

description:
Include xdg-dirs for the share/applications and share/pixmaps directories,
otherwise thunderbird doesn't install properly if these directories don't
exist on the system, noted by tron.  Bump PKGREVISION, brick jmcneill. ;-)

diffstat:

 mail/thunderbird-gtk1/Makefile               |  3 ++-
 mail/thunderbird-gtk1/PLIST                  |  4 +++-
 mail/thunderbird/Makefile                    |  3 ++-
 mail/thunderbird/Makefile-thunderbird.common |  4 +++-
 mail/thunderbird/PLIST                       |  4 +++-
 5 files changed, 13 insertions(+), 5 deletions(-)

diffs (78 lines):

diff -r 0eddbe2aed43 -r 37045fe716e7 mail/thunderbird-gtk1/Makefile
--- a/mail/thunderbird-gtk1/Makefile    Wed Jan 07 13:56:50 2009 +0000
+++ b/mail/thunderbird-gtk1/Makefile    Wed Jan 07 14:23:03 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2009/01/05 19:41:37 ghen Exp $
+# $NetBSD: Makefile,v 1.20 2009/01/07 14:23:03 ghen Exp $
 
 MOZILLA=       thunderbird-gtk1
+PKGREVISION=   1
 
 COMMENT=       Mozilla mail client using the older GTK1 toolkit
 
diff -r 0eddbe2aed43 -r 37045fe716e7 mail/thunderbird-gtk1/PLIST
--- a/mail/thunderbird-gtk1/PLIST       Wed Jan 07 13:56:50 2009 +0000
+++ b/mail/thunderbird-gtk1/PLIST       Wed Jan 07 14:23:03 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2008/12/21 17:05:29 jmcneill Exp $
+@comment $NetBSD: PLIST,v 1.16 2009/01/07 14:23:03 ghen Exp $
 bin/${MOZILLA}
 @comment begin PROGRAMS
 lib/${MOZILLA}/${MOZILLA_BIN}
@@ -2844,6 +2844,8 @@
 @unexec ${RM} %D/lib/${MOZILLA}/components/compreg.dat
 @unexec ${RM} %D/lib/${MOZILLA}/components/xpti.dat
 @comment begin DIRS
+@comment in xdg-dirs: @dirrm share/pixmaps
+@comment in xdg-dirs: @dirrm share/applications
 @dirrm lib/${MOZILLA}/res/throbber
 @dirrm lib/${MOZILLA}/res/samples/sampleimages
 @dirrm lib/${MOZILLA}/res/samples
diff -r 0eddbe2aed43 -r 37045fe716e7 mail/thunderbird/Makefile
--- a/mail/thunderbird/Makefile Wed Jan 07 13:56:50 2009 +0000
+++ b/mail/thunderbird/Makefile Wed Jan 07 14:23:03 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2009/01/05 19:41:37 ghen Exp $
+# $NetBSD: Makefile,v 1.33 2009/01/07 14:23:03 ghen Exp $
 
 MOZILLA=               thunderbird
+PKGREVISION=           1
 COMMENT=               Mozilla mail client
 
 MOZILLA_USE_GTK2=      # yes
diff -r 0eddbe2aed43 -r 37045fe716e7 mail/thunderbird/Makefile-thunderbird.common
--- a/mail/thunderbird/Makefile-thunderbird.common      Wed Jan 07 13:56:50 2009 +0000
+++ b/mail/thunderbird/Makefile-thunderbird.common      Wed Jan 07 14:23:03 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-thunderbird.common,v 1.41 2009/01/05 19:41:37 ghen Exp $
+# $NetBSD: Makefile-thunderbird.common,v 1.42 2009/01/07 14:23:03 ghen Exp $
 # used by mail/thunderbird/Makefile
 # used by mail/thunderbird-gtk1/Makefile
 
@@ -27,6 +27,8 @@
 
 INSTALL_TEMPLATES+=    ${.CURDIR}/../../mail/thunderbird/INSTALL
 
+USE_DIRS+=             xdg-1.4
+
 post-install:
        ${FIND} ${DESTDIR:Q}${PREFIX:Q}/lib/${MOZILLA}/defaults -type f -exec ${CHMOD} u+w {} \;
        ${SED}          \
diff -r 0eddbe2aed43 -r 37045fe716e7 mail/thunderbird/PLIST
--- a/mail/thunderbird/PLIST    Wed Jan 07 13:56:50 2009 +0000
+++ b/mail/thunderbird/PLIST    Wed Jan 07 14:23:03 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2008/12/21 17:04:40 jmcneill Exp $
+@comment $NetBSD: PLIST,v 1.26 2009/01/07 14:23:03 ghen Exp $
 bin/${MOZILLA}
 @comment begin PROGRAMS
 lib/${MOZILLA}/${MOZILLA_BIN}
@@ -2854,6 +2854,8 @@
 @unexec ${RM} %D/lib/${MOZILLA}/components/compreg.dat
 @unexec ${RM} %D/lib/${MOZILLA}/components/xpti.dat
 @comment begin DIRS
+@comment in xdg-dirs: @dirrm share/pixmaps
+@comment in xdg-dirs: @dirrm share/applications
 @dirrm lib/${MOZILLA}/res/throbber
 @dirrm lib/${MOZILLA}/res/samples/sampleimages
 @dirrm lib/${MOZILLA}/res/samples



Home | Main Index | Thread Index | Old Index