[arch-commits] Commit in qstardict/repos/community-x86_64 (4 files)

Balló György bgyorgy at archlinux.org
Sat Jan 27 21:15:27 UTC 2018


    Date: Saturday, January 27, 2018 @ 21:15:26
  Author: bgyorgy
Revision: 287563

archrelease: copy trunk to community-x86_64

Added:
  qstardict/repos/community-x86_64/PKGBUILD
    (from rev 287562, qstardict/trunk/PKGBUILD)
  qstardict/repos/community-x86_64/qstardict.changelog
    (from rev 287562, qstardict/trunk/qstardict.changelog)
Deleted:
  qstardict/repos/community-x86_64/PKGBUILD
  qstardict/repos/community-x86_64/qstardict.changelog

---------------------+
 PKGBUILD            |   62 +++++++++++++++++++++++++-------------------------
 qstardict.changelog |   34 +++++++++++++--------------
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-27 21:15:19 UTC (rev 287562)
+++ PKGBUILD	2018-01-27 21:15:26 UTC (rev 287563)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Alois Nespor <alois.nespor at gmail.com>
-
-pkgname=qstardict
-pkgver=1.1
-pkgrel=1
-pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
-provides=('stardict')
-depends=('qt4')
-arch=('i686' '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')
-
-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"
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgname-$pkgver
-
-  make INSTALL_ROOT="${pkgdir}" install
-}
-

Copied: qstardict/repos/community-x86_64/PKGBUILD (from rev 287562, qstardict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-27 21:15:26 UTC (rev 287563)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Alois Nespor <alois.nespor at gmail.com>
+
+pkgname=qstardict
+pkgver=1.3
+pkgrel=1
+pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
+provides=('stardict')
+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=('9b083a3177407d66a17403742590471a0aa89a3d31df886926b79fa21e4d41a4')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgname-$pkgver
+
+  qmake-qt5 ENABLED_PLUGINS="stardict swac web"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgname-$pkgver
+
+  make INSTALL_ROOT="${pkgdir}" install
+}
+

Deleted: qstardict.changelog
===================================================================
--- qstardict.changelog	2018-01-27 21:15:19 UTC (rev 287562)
+++ qstardict.changelog	2018-01-27 21:15:26 UTC (rev 287563)
@@ -1,17 +0,0 @@
-2015-12-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* qstardict 1.1-1
-
-2012-02-24 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* qstardict 1.0.1-1
-
-2011-08-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* qstardict 1.0-1
-
-2008-02-15 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Update to major release 0.13.1
-
-2008-02-04 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Update to major release 0.13.0
-
-2008-10-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Moved to [community]

Copied: qstardict/repos/community-x86_64/qstardict.changelog (from rev 287562, qstardict/trunk/qstardict.changelog)
===================================================================
--- qstardict.changelog	                        (rev 0)
+++ qstardict.changelog	2018-01-27 21:15:26 UTC (rev 287563)
@@ -0,0 +1,17 @@
+2015-12-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* qstardict 1.1-1
+
+2012-02-24 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* qstardict 1.0.1-1
+
+2011-08-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* qstardict 1.0-1
+
+2008-02-15 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 0.13.1
+
+2008-02-04 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 0.13.0
+
+2008-10-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Moved to [community]



More information about the arch-commits mailing list