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

Antonio Rojas arojas at archlinux.org
Tue Feb 16 08:14:17 UTC 2016


    Date: Tuesday, February 16, 2016 @ 09:14:17
  Author: arojas
Revision: 259429

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

Added:
  blinken/repos/testing-i686/
  blinken/repos/testing-i686/PKGBUILD
    (from rev 259428, blinken/trunk/PKGBUILD)
  blinken/repos/testing-i686/blinken.install
    (from rev 259428, blinken/trunk/blinken.install)
  blinken/repos/testing-x86_64/
  blinken/repos/testing-x86_64/PKGBUILD
    (from rev 259428, blinken/trunk/PKGBUILD)
  blinken/repos/testing-x86_64/blinken.install
    (from rev 259428, 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 259428, blinken/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-02-16 08:14:17 UTC (rev 259429)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=blinken
+pkgver=15.12.2
+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' 'hicolor-icon-theme')
+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=('9e3e4292b050a9bd754a63ab685de60698c6908d')
+
+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 259428, blinken/trunk/blinken.install)
===================================================================
--- testing-i686/blinken.install	                        (rev 0)
+++ testing-i686/blinken.install	2016-02-16 08:14:17 UTC (rev 259429)
@@ -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 259428, blinken/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-02-16 08:14:17 UTC (rev 259429)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=blinken
+pkgver=15.12.2
+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' 'hicolor-icon-theme')
+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=('9e3e4292b050a9bd754a63ab685de60698c6908d')
+
+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 259428, blinken/trunk/blinken.install)
===================================================================
--- testing-x86_64/blinken.install	                        (rev 0)
+++ testing-x86_64/blinken.install	2016-02-16 08:14:17 UTC (rev 259429)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}
+



More information about the arch-commits mailing list