Date: Tuesday, February 16, 2016 @ 09:20:08
  Author: arojas
Revision: 259444

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

Added:
  kwordquiz/repos/testing-i686/
  kwordquiz/repos/testing-i686/PKGBUILD
    (from rev 259443, kwordquiz/trunk/PKGBUILD)
  kwordquiz/repos/testing-i686/kwordquiz.install
    (from rev 259443, kwordquiz/trunk/kwordquiz.install)
  kwordquiz/repos/testing-x86_64/
  kwordquiz/repos/testing-x86_64/PKGBUILD
    (from rev 259443, kwordquiz/trunk/PKGBUILD)
  kwordquiz/repos/testing-x86_64/kwordquiz.install
    (from rev 259443, kwordquiz/trunk/kwordquiz.install)

----------------------------------+
 testing-i686/PKGBUILD            |   35 +++++++++++++++++++++++++++++++++++
 testing-i686/kwordquiz.install   |   12 ++++++++++++
 testing-x86_64/PKGBUILD          |   35 +++++++++++++++++++++++++++++++++++
 testing-x86_64/kwordquiz.install |   12 ++++++++++++
 4 files changed, 94 insertions(+)

Copied: kwordquiz/repos/testing-i686/PKGBUILD (from rev 259443, 
kwordquiz/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2016-02-16 08:20:08 UTC (rev 259444)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kwordquiz
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Flash Card Trainer"
+url="http://kde.org/applications/education/kwordquiz/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('knotifyconfig' 'libkeduvocdocument' 'knewstuff' 'kdelibs4support' 
'kdeclarative')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kwordquiz')
+replaces=('kdeedu-kwordquiz')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kwordquiz-${pkgver}.tar.xz";)
+sha1sums=('222c4519b7955d86206a2a2f55079be881ea17d6')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kwordquiz-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kwordquiz/repos/testing-i686/kwordquiz.install (from rev 259443, 
kwordquiz/trunk/kwordquiz.install)
===================================================================
--- testing-i686/kwordquiz.install                              (rev 0)
+++ testing-i686/kwordquiz.install      2016-02-16 08:20:08 UTC (rev 259444)
@@ -0,0 +1,12 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Copied: kwordquiz/repos/testing-x86_64/PKGBUILD (from rev 259443, 
kwordquiz/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2016-02-16 08:20:08 UTC (rev 259444)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kwordquiz
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Flash Card Trainer"
+url="http://kde.org/applications/education/kwordquiz/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('knotifyconfig' 'libkeduvocdocument' 'knewstuff' 'kdelibs4support' 
'kdeclarative')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kwordquiz')
+replaces=('kdeedu-kwordquiz')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kwordquiz-${pkgver}.tar.xz";)
+sha1sums=('222c4519b7955d86206a2a2f55079be881ea17d6')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kwordquiz-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kwordquiz/repos/testing-x86_64/kwordquiz.install (from rev 259443, 
kwordquiz/trunk/kwordquiz.install)
===================================================================
--- testing-x86_64/kwordquiz.install                            (rev 0)
+++ testing-x86_64/kwordquiz.install    2016-02-16 08:20:08 UTC (rev 259444)
@@ -0,0 +1,12 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to