Date: Thursday, November 19, 2015 @ 21:50:31
  Author: arojas
Revision: 251313

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

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

--------------------------------+
 staging-i686/PKGBUILD          |   37 +++++++++++++++++++++++++++++++++++++
 staging-i686/blinken.install   |   12 ++++++++++++
 staging-x86_64/PKGBUILD        |   37 +++++++++++++++++++++++++++++++++++++
 staging-x86_64/blinken.install |   12 ++++++++++++
 4 files changed, 98 insertions(+)

Copied: blinken/repos/staging-i686/PKGBUILD (from rev 251312, 
blinken/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2015-11-19 20:50:31 UTC (rev 251313)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=blinken
+pkgver=15.11.80
+pkgrel=1
+pkgdesc="Memory Enhancement Game"
+url="http://kde.org/applications/education/blinken/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'phonon-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+replaces=('kdeedu-blinken')
+conflicts=('kdeedu-blinken')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz";)
+sha1sums=('3070a2dcc56dc5d56058ec23de1465e3cb9d7b4f')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../blinken-${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 "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: blinken/repos/staging-i686/blinken.install (from rev 251312, 
blinken/kde-unstable/blinken.install)
===================================================================
--- staging-i686/blinken.install                                (rev 0)
+++ staging-i686/blinken.install        2015-11-19 20:50:31 UTC (rev 251313)
@@ -0,0 +1,12 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}
+

Copied: blinken/repos/staging-x86_64/PKGBUILD (from rev 251312, 
blinken/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2015-11-19 20:50:31 UTC (rev 251313)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=blinken
+pkgver=15.11.80
+pkgrel=1
+pkgdesc="Memory Enhancement Game"
+url="http://kde.org/applications/education/blinken/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'phonon-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+replaces=('kdeedu-blinken')
+conflicts=('kdeedu-blinken')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz";)
+sha1sums=('3070a2dcc56dc5d56058ec23de1465e3cb9d7b4f')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../blinken-${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 "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: blinken/repos/staging-x86_64/blinken.install (from rev 251312, 
blinken/kde-unstable/blinken.install)
===================================================================
--- staging-x86_64/blinken.install                              (rev 0)
+++ staging-x86_64/blinken.install      2015-11-19 20:50:31 UTC (rev 251313)
@@ -0,0 +1,12 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}
+

Reply via email to