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

Antonio Rojas arojas at archlinux.org
Wed Jul 29 07:33:39 UTC 2015


    Date: Wednesday, July 29, 2015 @ 09:33:39
  Author: arojas
Revision: 242673

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

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

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

Copied: blinken/repos/kde-unstable-i686/PKGBUILD (from rev 242672, blinken/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-07-29 07:33:39 UTC (rev 242673)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=blinken
+pkgver=15.07.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=('5c8d06739fbfb5bfc3c6173de70f0e084b8ece33')
+
+build() {
+  cd "${srcdir}"
+  mkdir 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/kde-unstable-i686/blinken.install (from rev 242672, blinken/kde-unstable/blinken.install)
===================================================================
--- kde-unstable-i686/blinken.install	                        (rev 0)
+++ kde-unstable-i686/blinken.install	2015-07-29 07:33:39 UTC (rev 242673)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 242672, blinken/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-07-29 07:33:39 UTC (rev 242673)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=blinken
+pkgver=15.07.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=('5c8d06739fbfb5bfc3c6173de70f0e084b8ece33')
+
+build() {
+  cd "${srcdir}"
+  mkdir 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/kde-unstable-x86_64/blinken.install (from rev 242672, blinken/kde-unstable/blinken.install)
===================================================================
--- kde-unstable-x86_64/blinken.install	                        (rev 0)
+++ kde-unstable-x86_64/blinken.install	2015-07-29 07:33:39 UTC (rev 242673)
@@ -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