mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/pidgin-musictracker: Updated for version 0.4.22.
Disabled some warning-as-errors Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
47a98f7eae
commit
1dbd124c1b
2 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pidgin-musictracker
|
||||
VERSION=${VERSION:-0.4.18}
|
||||
VERSION=${VERSION:-0.4.22}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -72,7 +72,7 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CFLAGS="$SLKCFLAGS -Wno-error=deprecated-declarations" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pidgin-musictracker"
|
||||
VERSION="0.4.18"
|
||||
VERSION="0.4.22"
|
||||
HOMEPAGE="http://code.google.com/p/pidgin-musictracker/"
|
||||
DOWNLOAD="http://pidgin-musictracker.googlecode.com/files/pidgin-musictracker-0.4.18.tar.bz2"
|
||||
MD5SUM="a4daad22d102e1c231a1264f8c7024d7"
|
||||
DOWNLOAD="http://pidgin-musictracker.googlecode.com/files/pidgin-musictracker-0.4.22.tar.bz2"
|
||||
MD5SUM="8d7225c705484db86b864cab5a536423"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue