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

2015-12-21 Thread Jaroslav Lichtblau
Date: Monday, December 21, 2015 @ 20:05:41
  Author: jlichtblau
Revision: 154043

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

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

--+
 /PKGBUILD|   62 +
 /qstardict.changelog |   34 ++
 community-i686/PKGBUILD  |   31 
 community-i686/qstardict.changelog   |   14 ---
 community-x86_64/PKGBUILD|   31 
 community-x86_64/qstardict.changelog |   14 ---
 6 files changed, 96 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-21 19:05:22 UTC (rev 154042)
+++ community-i686/PKGBUILD 2015-12-21 19:05:41 UTC (rev 154043)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-pkgname=qstardict
-pkgver=1.0.1
-pkgrel=5
-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=(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-qt4 ENABLED_PLUGINS="stardict web swac"
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  make INSTALL_ROOT="${pkgdir}" install
-}
-

Copied: qstardict/repos/community-i686/PKGBUILD (from rev 154042, 
qstardict/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-21 19:05:41 UTC (rev 154043)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+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
+}
+

Deleted: community-i686/qstardict.changelog
===
--- community-i686/qstardict.changelog  2015-12-21 19:05:22 UTC (rev 154042)
+++ community-i686/qstardict.changelog  2015-12-21 19:05:41 UTC (rev 154043)
@@ -1,14 +0,0 @@
-2012-02-24 Jaroslav Lichtblau 
-   * qstardict 1.0.1-1
-
-2011-08-20 Jaroslav Lichtblau 
-   * qstardict 1.0-1
-
-2008-02-15 Jaroslav Lichtblau 
-   * Update to major release 0.13.1
-
-2008-02-04 Jaroslav Lichtblau 
-   * Update to major release 0.13.0
-
-2008-10-05 Jaroslav Lichtblau 
-   * Moved to [community]

Copied: qstardict/repos/community-i686/qstardict.changelog (from rev 154042, 
qstardict/trunk/qstardict.changelog)
===
--- community-i686/qstardict.changelog  (rev 0)
+++ community-i686/qstardict.changelog  2015-12-21 19:05:41 UTC (rev 154043)
@@ -0,0 +1,17 @@
+2015-12-21 Jaroslav Lichtblau 
+   * qstardict 1.1-1
+
+2012-02-24 Jaroslav Lichtblau 
+   * qstardict 1.0.1-1
+
+2011-08-20 Jaroslav Lichtblau 
+   * qstardict 1.0-1
+
+2008-02-15 Jaroslav Lichtblau 

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

2015-12-12 Thread Antonio Rojas
Date: Saturday, December 12, 2015 @ 10:46:50
  Author: arojas
Revision: 153117

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

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

--+
 /PKGBUILD|   62 +
 /qstardict.changelog |   28 ++
 community-i686/PKGBUILD  |   48 -
 community-i686/qstardict.changelog   |   14 ---
 community-x86_64/PKGBUILD|   48 -
 community-x86_64/qstardict.changelog |   14 ---
 6 files changed, 90 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-12 09:46:09 UTC (rev 153116)
+++ community-i686/PKGBUILD 2015-12-12 09:46:50 UTC (rev 153117)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-#pkgbase=qstardict
-pkgname=('qstardict' 'kdeplasma-applets-qstardict')
-pkgver=1.0.1
-pkgrel=4
-makedepends=('cmake' 'automoc4' 'kdelibs')
-arch=('i686' 'x86_64')
-url="http://qstardict.ylsoftware.com/index.php;
-license=('GPL2')
-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-qt4 ENABLED_PLUGINS="stardict web swac"
-  make
-
-
-  cd "${srcdir}/$pkgname-$pkgver/kdeplasma"
-  mkdir build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_qstardict() {
-pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
-provides=('stardict')
-depends=('qt4')
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  make INSTALL_ROOT="${pkgdir}" install
-}
-
-package_kdeplasma-applets-qstardict(){
-pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
-depends=('kdelibs' 'qt4' 'qstardict')
-  cd "${srcdir}/qstardict-$pkgver/kdeplasma/build"
-
-   make DESTDIR=${pkgdir} install
-}
-

Copied: qstardict/repos/community-i686/PKGBUILD (from rev 153116, 
qstardict/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-12 09:46:50 UTC (rev 153117)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgname=qstardict
+pkgver=1.0.1
+pkgrel=5
+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=(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-qt4 ENABLED_PLUGINS="stardict web swac"
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  make INSTALL_ROOT="${pkgdir}" install
+}
+

Deleted: community-i686/qstardict.changelog
===
--- community-i686/qstardict.changelog  2015-12-12 09:46:09 UTC (rev 153116)
+++ community-i686/qstardict.changelog  2015-12-12 09:46:50 UTC (rev 153117)
@@ -1,14 +0,0 @@
-2012-02-24 Jaroslav Lichtblau 
-   * qstardict 1.0.1-1
-
-2011-08-20 Jaroslav Lichtblau 
-   * qstardict 1.0-1
-
-2008-02-15 Jaroslav Lichtblau 
-   * Update to major release 0.13.1
-
-2008-02-04 Jaroslav Lichtblau 
-   * Update to major release 0.13.0
-
-2008-10-05 Jaroslav Lichtblau 
-   * Moved to [community]

Copied: qstardict/repos/community-i686/qstardict.changelog (from rev 153116, 
qstardict/trunk/qstardict.changelog)
===
--- 

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

2013-08-22 Thread Jelle van der Waa
Date: Thursday, August 22, 2013 @ 13:51:06
  Author: jelle
Revision: 96237

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

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

--+
 /PKGBUILD|   96 +
 /qstardict.changelog |   28 +
 community-i686/PKGBUILD  |   30 --
 community-i686/qstardict.changelog   |   14 
 community-x86_64/PKGBUILD|   30 --
 community-x86_64/qstardict.changelog |   14 
 6 files changed, 124 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-22 11:50:19 UTC (rev 96236)
+++ community-i686/PKGBUILD 2013-08-22 11:51:06 UTC (rev 96237)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alois Nespor alois.nes...@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-i686/PKGBUILD (from rev 96236, 
qstardict/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-22 11:51:06 UTC (rev 96237)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alois Nespor alois.nes...@gmail.com
+
+#pkgbase=qstardict
+pkgname=('qstardict' 'kdeplasma-applets-qstardict')
+pkgver=1.0.1
+pkgrel=2
+depends=('qt4')
+makedepends=('cmake' 'automoc4' 'kdelibs')
+arch=('i686' 'x86_64')
+url=http://qstardict.ylsoftware.com/index.php;
+license=('GPL2')
+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-qt4 ENABLED_PLUGINS=stardict web swac
+  make
+
+
+  cd ${srcdir}/$pkgname-$pkgver/kdeplasma
+  mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_qstardict() {
+pkgdesc=Qt4 clone of StarDict with full support of StarDict dictionaries
+provides=('stardict')
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make INSTALL_ROOT=${pkgdir} install
+}
+
+package_kdeplasma-applets-qstardict(){
+pkgdesc=Qt4 clone of StarDict with full support of StarDict dictionaries
+depends=('kdelibs' 'qt4' 'qstardict')
+  cd ${srcdir}/qstardict-$pkgver/kdeplasma/build
+
+   make DESTDIR=${pkgdir} install
+}
+

Deleted: community-i686/qstardict.changelog
===
--- community-i686/qstardict.changelog  2013-08-22 11:50:19 UTC (rev 96236)
+++ community-i686/qstardict.changelog  2013-08-22 11:51:06 UTC (rev 96237)
@@ -1,14 +0,0 @@
-2012-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qstardict 1.0.1-1
-
-2011-08-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qstardict 1.0-1
-
-2008-02-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.13.1
-
-2008-02-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.13.0
-
-2008-10-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Moved to [community]

Copied: qstardict/repos/community-i686/qstardict.changelog (from rev 96236, 
qstardict/trunk/qstardict.changelog)
===
--- community-i686/qstardict.changelog  (rev 0)
+++ community-i686/qstardict.changelog  

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

2013-08-22 Thread Jelle van der Waa
Date: Thursday, August 22, 2013 @ 14:10:16
  Author: jelle
Revision: 96239

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

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

--+
 /PKGBUILD|   96 +
 /qstardict.changelog |   28 +
 community-i686/PKGBUILD  |   48 
 community-i686/qstardict.changelog   |   14 
 community-x86_64/PKGBUILD|   48 
 community-x86_64/qstardict.changelog |   14 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-22 12:09:31 UTC (rev 96238)
+++ community-i686/PKGBUILD 2013-08-22 12:10:16 UTC (rev 96239)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alois Nespor alois.nes...@gmail.com
-
-#pkgbase=qstardict
-pkgname=('qstardict' 'kdeplasma-applets-qstardict')
-pkgver=1.0.1
-pkgrel=2
-depends=('qt4')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-arch=('i686' 'x86_64')
-url=http://qstardict.ylsoftware.com/index.php;
-license=('GPL2')
-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-qt4 ENABLED_PLUGINS=stardict web swac
-  make
-
-
-  cd ${srcdir}/$pkgname-$pkgver/kdeplasma
-  mkdir build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_qstardict() {
-pkgdesc=Qt4 clone of StarDict with full support of StarDict dictionaries
-provides=('stardict')
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make INSTALL_ROOT=${pkgdir} install
-}
-
-package_kdeplasma-applets-qstardict(){
-pkgdesc=Qt4 clone of StarDict with full support of StarDict dictionaries
-depends=('kdelibs' 'qt4' 'qstardict')
-  cd ${srcdir}/qstardict-$pkgver/kdeplasma/build
-
-   make DESTDIR=${pkgdir} install
-}
-

Copied: qstardict/repos/community-i686/PKGBUILD (from rev 96238, 
qstardict/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-22 12:10:16 UTC (rev 96239)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alois Nespor alois.nes...@gmail.com
+
+#pkgbase=qstardict
+pkgname=('qstardict' 'kdeplasma-applets-qstardict')
+pkgver=1.0.1
+pkgrel=3
+depends=('qt4')
+makedepends=('cmake' 'automoc4' 'kdelibs')
+arch=('i686' 'x86_64')
+url=http://qstardict.ylsoftware.com/index.php;
+license=('GPL2')
+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-qt4 ENABLED_PLUGINS=stardict web swac
+  make
+
+
+  cd ${srcdir}/$pkgname-$pkgver/kdeplasma
+  mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_qstardict() {
+pkgdesc=Qt4 clone of StarDict with full support of StarDict dictionaries
+provides=('stardict')
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make INSTALL_ROOT=${pkgdir} install
+}
+
+package_kdeplasma-applets-qstardict(){
+pkgdesc=Qt4 clone of StarDict with full support of StarDict dictionaries
+depends=('kdelibs' 'qt4' 'qstardict')
+  cd ${srcdir}/qstardict-$pkgver/kdeplasma/build
+
+   make DESTDIR=${pkgdir} install
+}
+

Deleted: community-i686/qstardict.changelog
===
--- community-i686/qstardict.changelog  2013-08-22 12:09:31 UTC (rev 96238)
+++ community-i686/qstardict.changelog  2013-08-22 12:10:16 UTC (rev 96239)
@@ -1,14 +0,0 @@
-2012-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qstardict 1.0.1-1
-
-2011-08-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qstardict 1.0-1
-
-2008-02-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.13.1
-