diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-19 16:57:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-19 16:57:42 +0000 |
commit | b9e9b7ef0f0b180e441456857bab5d7400031b31 (patch) | |
tree | b94d34f9beddc2172b9399fd124acb820f18df8f /net/nicotine | |
parent | 65d50865995e1a2e6f40ed5d56ee122407beb68d (diff) | |
download | pkgsrc-b9e9b7ef0f0b180e441456857bab5d7400031b31.tar.gz |
Add missing locale files to PLIST. Bump PKGREVISION.
Diffstat (limited to 'net/nicotine')
-rw-r--r-- | net/nicotine/Makefile | 6 | ||||
-rw-r--r-- | net/nicotine/PLIST | 10 |
2 files changed, 13 insertions, 3 deletions
diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile index 38b30cefb97..2f45f361d1d 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2006/02/05 23:10:28 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2006/02/19 16:57:42 wiz Exp $ # DISTNAME= nicotine-1.0.8 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net audio x11 MASTER_SITES= http://nicotine.thegraveyard.org/ EXTRACT_SUFX= .tar.bz2 @@ -11,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://nicotine.thegraveyard.org/ COMMENT= Client for soulseek, a peer-to-peer network for music +USE_PKGLOCALEDIR= yes + PYTHON_VERSIONS_ACCEPTED= 23 PY_PATCHPLIST= yes PYDISTUTILSPKG= yes diff --git a/net/nicotine/PLIST b/net/nicotine/PLIST index 5422e9c44e3..e8d4fcbd6af 100644 --- a/net/nicotine/PLIST +++ b/net/nicotine/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/03/07 01:34:55 minskim Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/02/19 16:57:42 wiz Exp $ bin/nicotine bin/nicotine-import-winconfig ${PYSITELIB}/pynicotine/ConfigParser.py @@ -97,5 +97,13 @@ ${PYSITELIB}/pynicotine/transfers.pyo ${PYSITELIB}/pynicotine/utils.py ${PYSITELIB}/pynicotine/utils.pyc ${PYSITELIB}/pynicotine/utils.pyo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/nicotine.mo +${PKGLOCALEDIR}/locale/dk/LC_MESSAGES/nicotine.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/nicotine.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/nicotine.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/nicotine.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/nicotine.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/nicotine.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/nicotine.mo @dirrm ${PYSITELIB}/pynicotine/gtkgui @dirrm ${PYSITELIB}/pynicotine |