pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 Use @unexec ${RMDIR} to remove share/xfce4/mime an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/724f83c93b6d
branches:  trunk
changeset: 492524:724f83c93b6d
user:      martti <martti%pkgsrc.org@localhost>
date:      Fri Apr 15 04:23:20 2005 +0000

description:
Use @unexec ${RMDIR} to remove share/xfce4/mime and share/xfce4 as
xfce4-icon-theme will also write to these directory (but it does not
depend on libxfce4gui or libxfce4util).

diffstat:

 x11/libxfce4gui/PLIST  |  4 ++--
 x11/libxfce4util/PLIST |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 32ecb26f4ad6 -r 724f83c93b6d x11/libxfce4gui/PLIST
--- a/x11/libxfce4gui/PLIST     Fri Apr 15 02:09:26 2005 +0000
+++ b/x11/libxfce4gui/PLIST     Fri Apr 15 04:23:20 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2005/03/18 07:59:09 martti Exp $
+@comment $NetBSD: PLIST,v 1.10 2005/04/15 04:23:20 martti Exp $
 ${PKGLOCALEDIR}/locale/be/LC_MESSAGES/libxfcegui4.mo
 ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/libxfcegui4.mo
 ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/libxfcegui4.mo
@@ -110,4 +110,4 @@
 @dirrm lib/xfce4/modules
 @dirrm lib/xfce4
 @dirrm share/gtk-doc/html/libxfcegui4
-@dirrm share/xfce4/mime
+@unexec ${RMDIR} %D/share/xfce4/mime 2>/dev/null || ${TRUE}
diff -r 32ecb26f4ad6 -r 724f83c93b6d x11/libxfce4util/PLIST
--- a/x11/libxfce4util/PLIST    Fri Apr 15 02:09:26 2005 +0000
+++ b/x11/libxfce4util/PLIST    Fri Apr 15 04:23:20 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2005/01/17 12:56:13 martti Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/04/15 04:23:20 martti Exp $
 include/xfce4/libxfce4util/debug.h
 include/xfce4/libxfce4util/i18n.h
 include/xfce4/libxfce4util/libxfce4util-config.h
@@ -44,7 +44,7 @@
 @dirrm include/xfce4/libxfce4util
 @dirrm include/xfce4
 @dirrm share/xfce4/m4
-@dirrm share/xfce4
 @dirrm share/gtk-doc/html/libxfce4util
+@unexec ${RMDIR} %D/share/xfce4 2>/dev/null || ${TRUE}
 @unexec ${RMDIR} %D/share/gtk-doc/html 2>/dev/null || ${TRUE}
 @unexec ${RMDIR} %D/share/gtk-doc 2>/dev/null || ${TRUE}



Home | Main Index | Thread Index | Old Index