mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/qstardict: Updated for version 1.0.1.
This fixes build with gcc-4.7.x when coupled with the added patch for glib > 2.30.x. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
6d78ed3102
commit
741dddbe94
3 changed files with 23 additions and 7 deletions
14
system/qstardict/qstardict-1.0.1-glib_includes.patch
Normal file
14
system/qstardict/qstardict-1.0.1-glib_includes.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
Index: plugins/stardict/stardict.cpp
|
||||
===================================================================
|
||||
--- plugins/stardict/stardict.cpp.orig
|
||||
+++ plugins/stardict/stardict.cpp
|
||||
@@ -28,8 +28,7 @@
|
||||
#include <QFile>
|
||||
#include <QSettings>
|
||||
#include <QStack>
|
||||
-#include <glib/gmem.h>
|
||||
-#include <glib/gstrfuncs.h>
|
||||
+#include <glib.h>
|
||||
#include "lib.h"
|
||||
#include "file.hpp"
|
||||
#include "settingsdialog.h"
|
|
@ -6,7 +6,7 @@
|
|||
# Modified by Branko Grubic <branko.grubic@gmail.com>
|
||||
|
||||
PRGNAM=qstardict
|
||||
VERSION=${VERSION:-0.13.1}
|
||||
VERSION=${VERSION:-1.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -51,13 +51,15 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# Patch for glib > 2.30.x
|
||||
# http://sourceforge.net/tracker/?func=detail&aid=3471473&group_id=200786&atid=974933
|
||||
patch -p0 < $CWD/qstardict-1.0.1-glib_includes.patch
|
||||
|
||||
# qstardict only have "stardict" and "web" plugins enabled by default.
|
||||
# Actually there are swac and multitran plugins in addition.
|
||||
# Uncomment the following line to get full plugins.
|
||||
# enabled_plugins="stardict web swac multitran"
|
||||
|
||||
patch -p1 <$CWD/gcc4.4.patch
|
||||
|
||||
qmake QMAKE_CXXFLAGS="$SLKCFLAGS" \
|
||||
PLUGINS_DIR=/usr/lib${LIBDIRSUFFIX}/qstardict/plugins \
|
||||
DOCS_DIR=/usr/doc/$PRGNAM-$VERSION \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="qstardict"
|
||||
VERSION="0.13.1"
|
||||
VERSION="1.0.1"
|
||||
HOMEPAGE="http://qstardict.ylsoftware.com/index.php"
|
||||
DOWNLOAD="http://qstardict.ylsoftware.com/files/qstardict-0.13.1.tar.bz2"
|
||||
MD5SUM="0828c3fa01c5237db8a67d356a9d1a8c"
|
||||
DOWNLOAD="http://qstardict.ylsoftware.com/files/qstardict-1.0.1.tar.bz2"
|
||||
MD5SUM="4e058439edad45103a9f5c74d2a381e5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="stardict"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Branko Grubic"
|
||||
EMAIL="branko.grubic@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue