mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
desktop/kover: Updated for version 6.
Fixes build failure with libcdio-0.93 on -current. Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4189741953
commit
aa3a0bbd36
3 changed files with 4 additions and 29 deletions
|
@ -1,22 +0,0 @@
|
|||
diff -Nur kover-4.orig/src/directory.h kover-4/src/directory.h
|
||||
--- kover-4.orig/src/directory.h 2008-11-15 15:59:26.000000000 -0600
|
||||
+++ kover-4/src/directory.h 2009-11-28 22:55:39.994692905 -0600
|
||||
@@ -10,6 +10,7 @@
|
||||
#include <config.h>
|
||||
#include <string>
|
||||
#include <list>
|
||||
+#include <stdio.h>
|
||||
using namespace std;
|
||||
|
||||
class directory
|
||||
diff -Nur kover-4.orig/src/inexact_dialog.h kover-4/src/inexact_dialog.h
|
||||
--- kover-4.orig/src/inexact_dialog.h 2008-11-15 15:59:26.000000000 -0600
|
||||
+++ kover-4/src/inexact_dialog.h 2009-11-28 22:56:06.061713788 -0600
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <list>
|
||||
#include <string>
|
||||
#include <QListWidget>
|
||||
+#include <stdio.h>
|
||||
|
||||
using namespace std;
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
# Written by Michales Michaloudes korgie_erase_this@gmail.com
|
||||
|
||||
PRGNAM=kover
|
||||
VERSION=${VERSION:-4}
|
||||
VERSION=${VERSION:-6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -49,9 +49,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# Add stdio.h includes for gcc 4.4.x
|
||||
patch -p1 < $CWD/kover-gcc44-fixup_includes.patch
|
||||
|
||||
cmake . \
|
||||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kover"
|
||||
VERSION="4"
|
||||
VERSION="6"
|
||||
HOMEPAGE="http://lisas.de/kover/"
|
||||
DOWNLOAD="https://lisas.de/kover/kover-4.tar.bz2"
|
||||
MD5SUM="364bd68967bfada4f9961e14ab1d3a6c"
|
||||
DOWNLOAD="https://lisas.de/kover/kover-6.tar.bz2"
|
||||
MD5SUM="9504afd8a779c54d7c77fb28d7b5c76e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue