pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xscreensaver Remove useless locale files that cont...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ceac6667c375
branches:  trunk
changeset: 513137:ceac6667c375
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun May 21 15:19:31 2006 +0000

description:
Remove useless locale files that contained no translations.  Bump the
PKGREVISION to 5.

diffstat:

 x11/xscreensaver/Makefile |  10 +++++++---
 x11/xscreensaver/PLIST    |   4 +---
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r 0c9a1c81da57 -r ceac6667c375 x11/xscreensaver/Makefile
--- a/x11/xscreensaver/Makefile Sun May 21 15:05:57 2006 +0000
+++ b/x11/xscreensaver/Makefile Sun May 21 15:19:31 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.78 2006/05/14 18:55:50 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2006/05/21 15:19:31 jlam Exp $
 
 COMMENT=       Screen saver and locker for the X window system
-PKGREVISION=   4
+PKGREVISION=   5
 
 CONFLICTS+=    xscreensaver-gnome<4.14
 # man/man1/barcode.1
@@ -14,6 +14,10 @@
 CONFIGURE_ARGS+=       --with-configdir=${PREFIX}/libexec/xscreensaver/config
 
 .include "options.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
 
-.include "../../textproc/libxml2/buildlink3.mk"
+# Remove useless locale files that have no translations in them.
+post-extract:
+       cd ${WRKSRC}/po && ${RM} -f ca.po pt_BR.po
+
 .include "../../mk/bsd.pkg.mk"
diff -r 0c9a1c81da57 -r ceac6667c375 x11/xscreensaver/PLIST
--- a/x11/xscreensaver/PLIST    Sun May 21 15:05:57 2006 +0000
+++ b/x11/xscreensaver/PLIST    Sun May 21 15:19:31 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2006/05/14 18:55:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.29 2006/05/21 15:19:31 jlam Exp $
 bin/xscreensaver
 bin/xscreensaver-command
 bin/xscreensaver-getimage
@@ -609,7 +609,6 @@
 man/man1/xsublim.1
 man/man1/xteevee.1
 man/man1/zoom.1
-share/locale/ca/LC_MESSAGES/xscreensaver.mo
 share/locale/da/LC_MESSAGES/xscreensaver.mo
 share/locale/de/LC_MESSAGES/xscreensaver.mo
 share/locale/es/LC_MESSAGES/xscreensaver.mo
@@ -625,7 +624,6 @@
 share/locale/no/LC_MESSAGES/xscreensaver.mo
 share/locale/pl/LC_MESSAGES/xscreensaver.mo
 share/locale/pt/LC_MESSAGES/xscreensaver.mo
-share/locale/pt_BR/LC_MESSAGES/xscreensaver.mo
 share/locale/ru/LC_MESSAGES/xscreensaver.mo
 share/locale/sk/LC_MESSAGES/xscreensaver.mo
 share/locale/sv/LC_MESSAGES/xscreensaver.mo



Home | Main Index | Thread Index | Old Index