diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2009-01-05 13:26:33 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2009-01-05 13:26:33 +0000 |
commit | f67cb28d882d9fe6e26876b2a86bc1dc5bb0bbb6 (patch) | |
tree | 30cfc1f0abeed8cee6dc41ebd4195e62d7f6b9dc /news | |
parent | 3a88c89d9795c501c67e61acfbe1adf0ad23f8c0 (diff) | |
download | pkgsrc-f67cb28d882d9fe6e26876b2a86bc1dc5bb0bbb6.tar.gz |
Fix PLIST, user-destdir support.
Diffstat (limited to 'news')
-rw-r--r-- | news/lottanzb/Makefile | 4 | ||||
-rw-r--r-- | news/lottanzb/PLIST | 30 |
2 files changed, 32 insertions, 2 deletions
diff --git a/news/lottanzb/Makefile b/news/lottanzb/Makefile index 0e6747aaf43..e4c0c2f7a53 100644 --- a/news/lottanzb/Makefile +++ b/news/lottanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/05 13:20:21 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2009/01/05 13:31:09 jmcneill Exp $ # DISTNAME= lottanzb-0.4.0 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lottanzb.org/ COMMENT= GNOME front-end for HellaNZB +PKG_DESTDIR_SUPPORT= user-destdir + PY_PATCHPLIST= yes PYDISTUTILSPKG= yes USE_PKGLOCALEDIR= yes diff --git a/news/lottanzb/PLIST b/news/lottanzb/PLIST index 90b926de602..3e5ec753e46 100644 --- a/news/lottanzb/PLIST +++ b/news/lottanzb/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/05 13:20:21 jmcneill Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/01/05 13:31:09 jmcneill Exp $ bin/lottanzb ${PYSITELIB}/lottanzb/__init__.py ${PYSITELIB}/lottanzb/__init__.pyc @@ -93,6 +93,8 @@ ${PYSITELIB}/lottanzb/prefsgui.pyo ${PYSITELIB}/lottanzb/util.py ${PYSITELIB}/lottanzb/util.pyc ${PYSITELIB}/lottanzb/util.pyo +share/application-registry/lottanzb.applications +share/applications/lottanzb.desktop share/doc/lottanzb/CHANGELOG share/doc/lottanzb/LICENSE share/gnome/help/lottanzb/C/figures/DownloadingMultiple.png @@ -207,6 +209,29 @@ share/gnome/help/lottanzb/nl/figures/UsageRemote.png share/gnome/help/lottanzb/nl/figures/UsageStandAlone.png share/gnome/help/lottanzb/nl/legal.xml share/gnome/help/lottanzb/nl/lottanzb.xml +share/icons/gnome/16x16/mimetypes/application-x-nzb.png +share/icons/gnome/24x24/mimetypes/application-x-nzb.png +share/icons/gnome/32x32/mimetypes/application-x-nzb.png +share/icons/gnome/48x48/mimetypes/application-x-nzb.png +share/icons/gnome/scalable/mimetypes/application-x-nzb.svg +share/icons/hicolor/16x16/apps/lottanzb.png +share/icons/hicolor/192x192/apps/lottanzb.png +share/icons/hicolor/22x22/apps/lottanzb.png +share/icons/hicolor/24x24/apps/lottanzb.png +share/icons/hicolor/32x32/apps/lottanzb.png +share/icons/hicolor/48x48/apps/lottanzb.png +share/locale/da/LC_MESSAGES/lottanzb.mo +share/locale/de/LC_MESSAGES/lottanzb.mo +share/locale/en_GB/LC_MESSAGES/lottanzb.mo +share/locale/es/LC_MESSAGES/lottanzb.mo +share/locale/fr/LC_MESSAGES/lottanzb.mo +share/locale/he/LC_MESSAGES/lottanzb.mo +share/locale/id/LC_MESSAGES/lottanzb.mo +share/locale/it/LC_MESSAGES/lottanzb.mo +share/locale/nb/LC_MESSAGES/lottanzb.mo +share/locale/nl/LC_MESSAGES/lottanzb.mo +share/locale/pl/LC_MESSAGES/lottanzb.mo +share/locale/pt/LC_MESSAGES/lottanzb.mo share/lottanzb/glade/about_dialog.glade share/lottanzb/glade/add_file_dialog.glade share/lottanzb/glade/add_newzbin_dialog.glade @@ -232,6 +257,9 @@ share/omf/lottanzb/lottanzb-en_GB.omf share/omf/lottanzb/lottanzb-es.omf share/omf/lottanzb/lottanzb-fr.omf share/omf/lottanzb/lottanzb-nl.omf +share/mime-info/lottanzb.keys +share/mime-info/lottanzb.mime +share/mime/packages/lottanzb.xml @dirrm share/omf/lottanzb @comment in rarian: @dirrm share/omf @dirrm share/lottanzb/glade |