Date: Saturday, January 27, 2018 @ 21:15:19
  Author: bgyorgy
Revision: 287562

upgpkg: qstardict 1.3-1

Update to new upstream version, build with Qt5

Modified:
  qstardict/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-01-27 20:48:26 UTC (rev 287561)
+++ PKGBUILD    2018-01-27 21:15:19 UTC (rev 287562)
@@ -3,23 +3,23 @@
 # Contributor: Alois Nespor <[email protected]>
 
 pkgname=qstardict
-pkgver=1.1
+pkgver=1.3
 pkgrel=1
 pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
 provides=('stardict')
-depends=('qt4')
+depends=('hicolor-icon-theme' 'qt5-base')
+makedepends=('qt5-tools')
 arch=('x86_64')
 url="http://qstardict.ylsoftware.com/index.php";
 license=('GPL2')
 changelog=$pkgname.changelog
 source=(https://github.com/a-rodin/qstardict/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('d804abd17891f29fe5f093f44dc6dba026839fc2c21813907a6510bc6831d6e3')
+sha256sums=('9b083a3177407d66a17403742590471a0aa89a3d31df886926b79fa21e4d41a4')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgname-$pkgver
-  sed -i -e 's|glib/gmem.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' 
plugins/stardict/stardict.cpp
 
-  qmake-qt4 ENABLED_PLUGINS="stardict web swac"
+  qmake-qt5 ENABLED_PLUGINS="stardict swac web"
   make
 }
 

Reply via email to