diff options
author | acm <acm@FreeBSD.org> | 2007-01-17 06:10:12 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-01-17 06:10:12 +0800 |
commit | 6f2b67a467081f70cc7da54a946b0e165c1db83b (patch) | |
tree | 2e24ef767e82d02ad910c9a46b5f73c4cd5ae30d /net-p2p/nicotine-plus/files/patch-setup.py | |
parent | b5cadeb7f9ec547fc84340280e1078dc4ce7e1a0 (diff) | |
download | freebsd-ports-gnome-6f2b67a467081f70cc7da54a946b0e165c1db83b.tar.gz freebsd-ports-gnome-6f2b67a467081f70cc7da54a946b0e165c1db83b.tar.zst freebsd-ports-gnome-6f2b67a467081f70cc7da54a946b0e165c1db83b.zip |
New port: net-p2p/nicotine-plus
Nicotine-Plus is a fork of Hyriand's original Nicotine Soulseek client.
Nicotine+ is an attempt to keep Nicotine working with the latest libraries,
kill bugs, keep current with the Soulseek protocol and add some new features
that users want and/or need. The main developer now is daelstorm.
WWW: http://nicotine-plus.sourceforge.net/
Diffstat (limited to 'net-p2p/nicotine-plus/files/patch-setup.py')
-rw-r--r-- | net-p2p/nicotine-plus/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/nicotine-plus/files/patch-setup.py b/net-p2p/nicotine-plus/files/patch-setup.py new file mode 100644 index 000000000000..c065957a2182 --- /dev/null +++ b/net-p2p/nicotine-plus/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig Tue Jan 16 10:27:25 2007 ++++ setup.py Tue Jan 16 10:28:04 2007 +@@ -27,7 +27,7 @@ + files.append((os.path.join(sys.prefix, "share", "nicotine", "sounds", theme), [os.path.join(sounds, file)])) + doc_files = glob.glob(os.path.join("doc", "*")) + for file in doc_files: +- files.append((os.path.join(sys.prefix, "share", "nicotine", "documentation"), [file])) ++ files.append((os.path.join(sys.prefix, "share", "doc", "nicotine"), [file])) + files.append((os.path.join(sys.prefix, "share", "applications"), ["files/nicotine.desktop"])) + files.append((os.path.join(sys.prefix, "share", "pixmaps"), ["files/nicotine-plus-32px.png"])) + if sys.platform.startswith("win"): |