Blob Blame History Raw
#!/bin/sh

# Regenerate nicotine+ tarball without nonfree sound themes (licensed under CC
# Sampling Plus 1.0).
# Original tarball can be found at:
# http://129.125.101.92/nicotine+/nicotine+-$VERSION.tar.bz2

VERSION=$1

tar -xjf nicotine+-$VERSION.tar.bz2
rm -r nicotine+-$VERSION/sounds
patch -d nicotine+-$VERSION -p1 < nicotine+-1.2.16-remove_nonfree_sounds.patch
tar -cjf nicotine+-$VERSION-without-nonfree-sounds.tar.bz2 nicotine+-$VERSION