Date: Friday, November 20, 2015 @ 00:29:39
  Author: arojas
Revision: 251469

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

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

-----------------------------------+
 /PKGBUILD                         |   80 ++++++++++++++++++++++++++++++++++++
 /artikulate.install               |   24 ++++++++++
 staging-i686/PKGBUILD             |   38 -----------------
 staging-i686/artikulate.install   |   12 -----
 staging-x86_64/PKGBUILD           |   38 -----------------
 staging-x86_64/artikulate.install |   12 -----
 6 files changed, 104 insertions(+), 100 deletions(-)

Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD       2015-11-19 23:28:55 UTC (rev 251468)
+++ staging-i686/PKGBUILD       2015-11-19 23:29:39 UTC (rev 251469)
@@ -1,38 +0,0 @@
-# $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.11.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)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('8348a2fc3f3bb7c7b2fae8d4fcafa3c7562e1eaf')
-
-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/PKGBUILD (from rev 251468, 
artikulate/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2015-11-19 23:29:39 UTC (rev 251469)
@@ -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.11.80
+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=('8348a2fc3f3bb7c7b2fae8d4fcafa3c7562e1eaf')
+
+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: staging-i686/artikulate.install
===================================================================
--- staging-i686/artikulate.install     2015-11-19 23:28:55 UTC (rev 251468)
+++ staging-i686/artikulate.install     2015-11-19 23:29:39 UTC (rev 251469)
@@ -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/staging-i686/artikulate.install (from rev 251468, 
artikulate/kde-unstable/artikulate.install)
===================================================================
--- staging-i686/artikulate.install                             (rev 0)
+++ staging-i686/artikulate.install     2015-11-19 23:29:39 UTC (rev 251469)
@@ -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: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD     2015-11-19 23:28:55 UTC (rev 251468)
+++ staging-x86_64/PKGBUILD     2015-11-19 23:29:39 UTC (rev 251469)
@@ -1,38 +0,0 @@
-# $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.11.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)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('8348a2fc3f3bb7c7b2fae8d4fcafa3c7562e1eaf')
-
-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/PKGBUILD (from rev 251468, 
artikulate/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2015-11-19 23:29:39 UTC (rev 251469)
@@ -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.11.80
+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=('8348a2fc3f3bb7c7b2fae8d4fcafa3c7562e1eaf')
+
+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: staging-x86_64/artikulate.install
===================================================================
--- staging-x86_64/artikulate.install   2015-11-19 23:28:55 UTC (rev 251468)
+++ staging-x86_64/artikulate.install   2015-11-19 23:29:39 UTC (rev 251469)
@@ -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/staging-x86_64/artikulate.install (from rev 251468, 
artikulate/kde-unstable/artikulate.install)
===================================================================
--- staging-x86_64/artikulate.install                           (rev 0)
+++ staging-x86_64/artikulate.install   2015-11-19 23:29:39 UTC (rev 251469)
@@ -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