[arch-commits] Commit in artikulate/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Wed Dec 16 07:39:52 UTC 2015
Date: Wednesday, December 16, 2015 @ 08:39:51
Author: arojas
Revision: 256330
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
artikulate/repos/kde-unstable-i686/PKGBUILD
(from rev 256329, artikulate/trunk/PKGBUILD)
artikulate/repos/kde-unstable-i686/artikulate.install
(from rev 256329, artikulate/trunk/artikulate.install)
artikulate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 256329, artikulate/trunk/PKGBUILD)
artikulate/repos/kde-unstable-x86_64/artikulate.install
(from rev 256329, artikulate/trunk/artikulate.install)
Deleted:
artikulate/repos/kde-unstable-i686/PKGBUILD
artikulate/repos/kde-unstable-i686/artikulate.install
artikulate/repos/kde-unstable-x86_64/PKGBUILD
artikulate/repos/kde-unstable-x86_64/artikulate.install
----------------------------------------+
/PKGBUILD | 80 +++++++++++++++++++++++++++++++
/artikulate.install | 24 +++++++++
kde-unstable-i686/PKGBUILD | 40 ---------------
kde-unstable-i686/artikulate.install | 12 ----
kde-unstable-x86_64/PKGBUILD | 40 ---------------
kde-unstable-x86_64/artikulate.install | 12 ----
6 files changed, 104 insertions(+), 104 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-12-16 07:39:34 UTC (rev 256329)
+++ kde-unstable-i686/PKGBUILD 2015-12-16 07:39:51 UTC (rev 256330)
@@ -1,40 +0,0 @@
-# $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=15.11.90
-pkgrel=2
-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=('083b50aacaf9019ef29220370bac59e953151fb2')
-
-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/kde-unstable-i686/PKGBUILD (from rev 256329, artikulate/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-12-16 07:39:51 UTC (rev 256330)
@@ -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=15.12.0
+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=('18e432eae285415816abe0023f2ab9790ec45400')
+
+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
+}
Deleted: kde-unstable-i686/artikulate.install
===================================================================
--- kde-unstable-i686/artikulate.install 2015-12-16 07:39:34 UTC (rev 256329)
+++ kde-unstable-i686/artikulate.install 2015-12-16 07:39:51 UTC (rev 256330)
@@ -1,12 +0,0 @@
-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/kde-unstable-i686/artikulate.install (from rev 256329, artikulate/trunk/artikulate.install)
===================================================================
--- kde-unstable-i686/artikulate.install (rev 0)
+++ kde-unstable-i686/artikulate.install 2015-12-16 07:39:51 UTC (rev 256330)
@@ -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
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2015-12-16 07:39:34 UTC (rev 256329)
+++ kde-unstable-x86_64/PKGBUILD 2015-12-16 07:39:51 UTC (rev 256330)
@@ -1,40 +0,0 @@
-# $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=15.11.90
-pkgrel=2
-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=('083b50aacaf9019ef29220370bac59e953151fb2')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 256329, artikulate/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-12-16 07:39:51 UTC (rev 256330)
@@ -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=15.12.0
+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=('18e432eae285415816abe0023f2ab9790ec45400')
+
+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
+}
Deleted: kde-unstable-x86_64/artikulate.install
===================================================================
--- kde-unstable-x86_64/artikulate.install 2015-12-16 07:39:34 UTC (rev 256329)
+++ kde-unstable-x86_64/artikulate.install 2015-12-16 07:39:51 UTC (rev 256330)
@@ -1,12 +0,0 @@
-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/kde-unstable-x86_64/artikulate.install (from rev 256329, artikulate/trunk/artikulate.install)
===================================================================
--- kde-unstable-x86_64/artikulate.install (rev 0)
+++ kde-unstable-x86_64/artikulate.install 2015-12-16 07:39:51 UTC (rev 256330)
@@ -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