diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-07-24 08:36:13 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 08:55:36 -0500 |
commit | 844e905dbc2164894ae473f0ee4999be504cdcd2 (patch) | |
tree | 090a7b70546ca19883aacaad2979b86b3f71edfe /audio/lxmusic/lxmusic.SlackBuild | |
parent | f6e0879180578081926ec957da493143d20d8a96 (diff) | |
download | slackbuilds-844e905dbc2164894ae473f0ee4999be504cdcd2.tar.gz |
audio/lxmusic: Updated for version 0.4.5.
Also added a patch for libnotify-0.7.x.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/lxmusic/lxmusic.SlackBuild')
-rw-r--r-- | audio/lxmusic/lxmusic.SlackBuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/lxmusic/lxmusic.SlackBuild b/audio/lxmusic/lxmusic.SlackBuild index 1f3d9d9c78..aa2a6091a6 100644 --- a/audio/lxmusic/lxmusic.SlackBuild +++ b/audio/lxmusic/lxmusic.SlackBuild @@ -7,7 +7,7 @@ # generated by Grissiom's sbo-dev-helper PRGNAM=lxmusic -VERSION=${VERSION:-20111224_ce96168} +VERSION=${VERSION:-0.4.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,7 +53,11 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -sh autogen.sh +# Patch to use it with libnotify 0.7.x +# Thanks to gentoo people +patch -p1 < $CWD/lxmusic-0.4.5-libnotify-0.7.patch + +sh autogen.sh || true CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |