[arch-commits] Commit in qstardict/repos (6 files)

Eric Bélanger eric at nymeria.archlinux.org
Tue Feb 26 20:37:33 UTC 2013


    Date: Tuesday, February 26, 2013 @ 21:37:33
  Author: eric
Revision: 85033

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  qstardict/repos/community-staging-i686/
  qstardict/repos/community-staging-i686/PKGBUILD
    (from rev 85032, qstardict/trunk/PKGBUILD)
  qstardict/repos/community-staging-i686/qstardict.changelog
    (from rev 85032, qstardict/trunk/qstardict.changelog)
  qstardict/repos/community-staging-x86_64/
  qstardict/repos/community-staging-x86_64/PKGBUILD
    (from rev 85032, qstardict/trunk/PKGBUILD)
  qstardict/repos/community-staging-x86_64/qstardict.changelog
    (from rev 85032, qstardict/trunk/qstardict.changelog)

----------------------------------------------+
 community-staging-i686/PKGBUILD              |   30 +++++++++++++++++++++++++
 community-staging-i686/qstardict.changelog   |   14 +++++++++++
 community-staging-x86_64/PKGBUILD            |   30 +++++++++++++++++++++++++
 community-staging-x86_64/qstardict.changelog |   14 +++++++++++
 4 files changed, 88 insertions(+)

Copied: qstardict/repos/community-staging-i686/PKGBUILD (from rev 85032, qstardict/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-02-26 20:37:33 UTC (rev 85033)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Alois Nespor <alois.nespor at gmail.com>
+
+pkgname=qstardict
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
+arch=('i686' 'x86_64')
+url="http://qstardict.ylsoftware.com/index.php"
+license=('GPL2')
+depends=('qt4')
+provides=('stardict')
+changelog=$pkgname.changelog
+source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  sed -i -e 's|glib/gmem.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' plugins/stardict/stardict.cpp
+
+  qmake ENABLED_PLUGINS="stardict web swac"
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: qstardict/repos/community-staging-i686/qstardict.changelog (from rev 85032, qstardict/trunk/qstardict.changelog)
===================================================================
--- community-staging-i686/qstardict.changelog	                        (rev 0)
+++ community-staging-i686/qstardict.changelog	2013-02-26 20:37:33 UTC (rev 85033)
@@ -0,0 +1,14 @@
+2012-02-24 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* qstardict 1.0.1-1
+
+2011-08-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* qstardict 1.0-1
+
+2008-02-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.13.1
+
+2008-02-04 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.13.0
+
+2008-10-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Moved to [community]

Copied: qstardict/repos/community-staging-x86_64/PKGBUILD (from rev 85032, qstardict/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-02-26 20:37:33 UTC (rev 85033)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Alois Nespor <alois.nespor at gmail.com>
+
+pkgname=qstardict
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
+arch=('i686' 'x86_64')
+url="http://qstardict.ylsoftware.com/index.php"
+license=('GPL2')
+depends=('qt4')
+provides=('stardict')
+changelog=$pkgname.changelog
+source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  sed -i -e 's|glib/gmem.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' plugins/stardict/stardict.cpp
+
+  qmake ENABLED_PLUGINS="stardict web swac"
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: qstardict/repos/community-staging-x86_64/qstardict.changelog (from rev 85032, qstardict/trunk/qstardict.changelog)
===================================================================
--- community-staging-x86_64/qstardict.changelog	                        (rev 0)
+++ community-staging-x86_64/qstardict.changelog	2013-02-26 20:37:33 UTC (rev 85033)
@@ -0,0 +1,14 @@
+2012-02-24 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* qstardict 1.0.1-1
+
+2011-08-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* qstardict 1.0-1
+
+2008-02-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.13.1
+
+2008-02-04 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.13.0
+
+2008-10-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Moved to [community]




More information about the arch-commits mailing list