summaryrefslogtreecommitdiff
path: root/wm/bsetroot
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-01-05 19:58:43 +0000
committerjschauma <jschauma>2003-01-05 19:58:43 +0000
commit45830aaf408959862a5cce962ebfc6ebf04cb378 (patch)
tree007a13b53fe8fc2cdd701b6cffe95e00b3bbc245 /wm/bsetroot
parentfb73f9bd3915b132436879d0223f40227101a432 (diff)
downloadpkgsrc-45830aaf408959862a5cce962ebfc6ebf04cb378.tar.gz
Install NLS files for bsetroot, so that bsetroot does not complain
whne blackbox is not installed (as may be the case if fluxbox or openbox are used). This addresses one of the problems mentioned in PR pkg/19689.
Diffstat (limited to 'wm/bsetroot')
-rw-r--r--wm/bsetroot/Makefile3
-rw-r--r--wm/bsetroot/PLIST61
-rw-r--r--wm/bsetroot/distinfo3
-rw-r--r--wm/bsetroot/patches/patch-ab13
4 files changed, 77 insertions, 3 deletions
diff --git a/wm/bsetroot/Makefile b/wm/bsetroot/Makefile
index 431b92a3900..c6b508c2385 100644
--- a/wm/bsetroot/Makefile
+++ b/wm/bsetroot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/11/20 18:13:37 jschauma Exp $
+# $NetBSD: Makefile,v 1.2 2003/01/05 19:58:43 jschauma Exp $
#
DISTNAME= blackbox-0.65.0
@@ -23,6 +23,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/util/bsetroot ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/bsetbg.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/bsetroot.1 ${PREFIX}/man/man1
+ ( cd ${WRKSRC}/nls && ${MAKE} install )
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/wm/bsetroot/PLIST b/wm/bsetroot/PLIST
index ae4eec35a27..29ef639641b 100644
--- a/wm/bsetroot/PLIST
+++ b/wm/bsetroot/PLIST
@@ -1,5 +1,64 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/20 18:13:37 jschauma Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/01/05 19:58:44 jschauma Exp $
bin/bsetbg
bin/bsetroot
man/man1/bsetbg.1
man/man1/bsetroot.1
+share/bsetroot/nls/POSIX
+share/bsetroot/nls/US_ASCII
+share/bsetroot/nls/de
+share/bsetroot/nls/en
+share/bsetroot/nls/en_GB
+share/bsetroot/nls/en_US
+share/bsetroot/nls/es
+share/bsetroot/nls/es_MX
+share/bsetroot/nls/fr
+share/bsetroot/nls/it
+share/bsetroot/nls/nl
+share/bsetroot/nls/C/blackbox.cat
+share/bsetroot/nls/da_DK/blackbox.cat
+share/bsetroot/nls/de_DE/blackbox.cat
+share/bsetroot/nls/es_AR/blackbox.cat
+share/bsetroot/nls/es_ES/blackbox.cat
+share/bsetroot/nls/fr_FR/blackbox.cat
+share/bsetroot/nls/hu_HU/blackbox.cat
+share/bsetroot/nls/it_IT/blackbox.cat
+share/bsetroot/nls/ja_JP/blackbox.cat
+share/bsetroot/nls/ko_KR/blackbox.cat
+share/bsetroot/nls/lv_LV/blackbox.cat
+share/bsetroot/nls/nl_NL/blackbox.cat
+share/bsetroot/nls/no_NO/blackbox.cat
+share/bsetroot/nls/pl_PL/blackbox.cat
+share/bsetroot/nls/pt_BR/blackbox.cat
+share/bsetroot/nls/ro_RO/blackbox.cat
+share/bsetroot/nls/ru_RU/blackbox.cat
+share/bsetroot/nls/sk_SK/blackbox.cat
+share/bsetroot/nls/sl_SI/blackbox.cat
+share/bsetroot/nls/sv_SE/blackbox.cat
+share/bsetroot/nls/uk_UA/blackbox.cat
+share/bsetroot/nls/zh_CN/blackbox.cat
+share/bsetroot/nls/zh_TW/blackbox.cat
+@dirrm share/bsetroot/nls/zh_TW
+@dirrm share/bsetroot/nls/zh_CN
+@dirrm share/bsetroot/nls/uk_UA
+@dirrm share/bsetroot/nls/sv_SE
+@dirrm share/bsetroot/nls/sl_SI
+@dirrm share/bsetroot/nls/sk_SK
+@dirrm share/bsetroot/nls/ru_RU
+@dirrm share/bsetroot/nls/ro_RO
+@dirrm share/bsetroot/nls/pt_BR
+@dirrm share/bsetroot/nls/pl_PL
+@dirrm share/bsetroot/nls/no_NO
+@dirrm share/bsetroot/nls/nl_NL
+@dirrm share/bsetroot/nls/lv_LV
+@dirrm share/bsetroot/nls/ko_KR
+@dirrm share/bsetroot/nls/ja_JP
+@dirrm share/bsetroot/nls/it_IT
+@dirrm share/bsetroot/nls/hu_HU
+@dirrm share/bsetroot/nls/fr_FR
+@dirrm share/bsetroot/nls/es_ES
+@dirrm share/bsetroot/nls/es_AR
+@dirrm share/bsetroot/nls/de_DE
+@dirrm share/bsetroot/nls/da_DK
+@dirrm share/bsetroot/nls/C
+@dirrm share/bsetroot/nls
+@dirrm share/bsetroot
diff --git a/wm/bsetroot/distinfo b/wm/bsetroot/distinfo
index 90d8f534371..464d9cc97ce 100644
--- a/wm/bsetroot/distinfo
+++ b/wm/bsetroot/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/11/20 18:13:37 jschauma Exp $
+$NetBSD: distinfo,v 1.2 2003/01/05 19:58:45 jschauma Exp $
SHA1 (blackbox-0.65.0.tar.gz) = 903a35526b1c29912ca500b7f8c205368e60fc38
Size (blackbox-0.65.0.tar.gz) = 292950 bytes
SHA1 (patch-aa) = 134f628eef5cec1e9d7ce4b95a57c7e35a2307d9
+SHA1 (patch-ab) = 0654be7d1465d0adc331714377f17e6e6bd459da
diff --git a/wm/bsetroot/patches/patch-ab b/wm/bsetroot/patches/patch-ab
new file mode 100644
index 00000000000..d0926d4a2a8
--- /dev/null
+++ b/wm/bsetroot/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2003/01/05 19:58:46 jschauma Exp $
+
+--- configure.orig Sun Jan 5 14:22:25 2003
++++ configure
+@@ -705,7 +705,7 @@ else
+ fi
+
+
+-PACKAGE=blackbox
++PACKAGE=bsetroot
+
+ VERSION=0.65.0
+