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

Antonio Rojas arojas at archlinux.org
Sat Mar 26 22:56:42 UTC 2016


    Date: Saturday, March 26, 2016 @ 23:56:42
  Author: arojas
Revision: 262672

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  artikulate/repos/staging-i686/
  artikulate/repos/staging-i686/PKGBUILD
    (from rev 262671, artikulate/kde-unstable/PKGBUILD)
  artikulate/repos/staging-i686/artikulate.install
    (from rev 262671, artikulate/kde-unstable/artikulate.install)
  artikulate/repos/staging-x86_64/
  artikulate/repos/staging-x86_64/PKGBUILD
    (from rev 262671, artikulate/kde-unstable/PKGBUILD)
  artikulate/repos/staging-x86_64/artikulate.install
    (from rev 262671, artikulate/kde-unstable/artikulate.install)

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

Copied: artikulate/repos/staging-i686/PKGBUILD (from rev 262671, artikulate/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-03-26 22:56:42 UTC (rev 262672)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=artikulate
+pkgver=16.03.80
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('b936ff59a63b3e5ee11ea3818e7fbf0496ef2b88')
+
+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/staging-i686/artikulate.install (from rev 262671, artikulate/kde-unstable/artikulate.install)
===================================================================
--- staging-i686/artikulate.install	                        (rev 0)
+++ staging-i686/artikulate.install	2016-03-26 22:56:42 UTC (rev 262672)
@@ -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/staging-x86_64/PKGBUILD (from rev 262671, artikulate/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-03-26 22:56:42 UTC (rev 262672)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=artikulate
+pkgver=16.03.80
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('b936ff59a63b3e5ee11ea3818e7fbf0496ef2b88')
+
+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/staging-x86_64/artikulate.install (from rev 262671, artikulate/kde-unstable/artikulate.install)
===================================================================
--- staging-x86_64/artikulate.install	                        (rev 0)
+++ staging-x86_64/artikulate.install	2016-03-26 22:56:42 UTC (rev 262672)
@@ -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
+}



More information about the arch-commits mailing list