Date: Tuesday, February 16, 2016 @ 09:13:55
  Author: arojas
Revision: 259428

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

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

-----------------------------------+
 testing-i686/PKGBUILD             |   40 ++++++++++++++++++++++++++++++++++++
 testing-i686/artikulate.install   |   12 ++++++++++
 testing-x86_64/PKGBUILD           |   40 ++++++++++++++++++++++++++++++++++++
 testing-x86_64/artikulate.install |   12 ++++++++++
 4 files changed, 104 insertions(+)

Copied: artikulate/repos/testing-i686/PKGBUILD (from rev 259427, 
artikulate/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2016-02-16 08:13:55 UTC (rev 259428)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=artikulate
+pkgver=15.12.1
+pkgrel=1
+pkgdesc="Improve your pronunciation by listening to native speakers"
+url="https://projects.kde.org/projects/kde/kdeedu/artikulate";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(hicolor-icon-theme kdeclarative knewstuff qt5-gstreamer)
+makedepends=(extra-cmake-modules kdoctools boost)
+conflicts=(kdeedu-artikulate)
+replaces=(kdeedu-artikulate)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('5c25f53dcc77bff09690e6f2f6fd8335b75cdcfd')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: artikulate/repos/testing-i686/artikulate.install (from rev 259427, 
artikulate/trunk/artikulate.install)
===================================================================
--- testing-i686/artikulate.install                             (rev 0)
+++ testing-i686/artikulate.install     2016-02-16 08:13:55 UTC (rev 259428)
@@ -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: artikulate/repos/testing-x86_64/PKGBUILD (from rev 259427, 
artikulate/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2016-02-16 08:13:55 UTC (rev 259428)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=artikulate
+pkgver=15.12.1
+pkgrel=1
+pkgdesc="Improve your pronunciation by listening to native speakers"
+url="https://projects.kde.org/projects/kde/kdeedu/artikulate";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(hicolor-icon-theme kdeclarative knewstuff qt5-gstreamer)
+makedepends=(extra-cmake-modules kdoctools boost)
+conflicts=(kdeedu-artikulate)
+replaces=(kdeedu-artikulate)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('5c25f53dcc77bff09690e6f2f6fd8335b75cdcfd')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: artikulate/repos/testing-x86_64/artikulate.install (from rev 259427, 
artikulate/trunk/artikulate.install)
===================================================================
--- testing-x86_64/artikulate.install                           (rev 0)
+++ testing-x86_64/artikulate.install   2016-02-16 08:13:55 UTC (rev 259428)
@@ -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