Date: Monday, September 14, 2015 @ 23:17:40
  Author: arojas
Revision: 246110

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

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

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

Copied: blinken/repos/testing-i686/PKGBUILD (from rev 246109, 
blinken/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2015-09-14 21:17:40 UTC (rev 246110)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=blinken
+pkgver=15.08.1
+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/stable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz";)
+sha1sums=('7f3bc7cff5cec926ffda78b4cae46f9afca84a7c')
+
+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/testing-i686/blinken.install (from rev 246109, 
blinken/trunk/blinken.install)
===================================================================
--- testing-i686/blinken.install                                (rev 0)
+++ testing-i686/blinken.install        2015-09-14 21:17:40 UTC (rev 246110)
@@ -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/testing-x86_64/PKGBUILD (from rev 246109, 
blinken/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2015-09-14 21:17:40 UTC (rev 246110)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=blinken
+pkgver=15.08.1
+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/stable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz";)
+sha1sums=('7f3bc7cff5cec926ffda78b4cae46f9afca84a7c')
+
+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/testing-x86_64/blinken.install (from rev 246109, 
blinken/trunk/blinken.install)
===================================================================
--- testing-x86_64/blinken.install                              (rev 0)
+++ testing-x86_64/blinken.install      2015-09-14 21:17:40 UTC (rev 246110)
@@ -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