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

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


    Date: Tuesday, February 16, 2016 @ 09:17:29
  Author: arojas
Revision: 259438

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

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

------------------------------+
 testing-i686/PKGBUILD        |   39 +++++++++++++++++++++++++++++++++++++++
 testing-i686/kiten.install   |   11 +++++++++++
 testing-x86_64/PKGBUILD      |   39 +++++++++++++++++++++++++++++++++++++++
 testing-x86_64/kiten.install |   11 +++++++++++
 4 files changed, 100 insertions(+)

Copied: kiten/repos/testing-i686/PKGBUILD (from rev 259437, kiten/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-02-16 08:17:29 UTC (rev 259438)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kiten
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Japanese Reference/Study Tool"
+url="http://kde.org/applications/education/kiten/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('khtml' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kiten')
+replaces=('kdeedu-kiten')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kiten-${pkgver}.tar.xz")
+sha1sums=('7c6c414bf71f267d815abf1654247c1fb675016e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kiten-${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: kiten/repos/testing-i686/kiten.install (from rev 259437, kiten/trunk/kiten.install)
===================================================================
--- testing-i686/kiten.install	                        (rev 0)
+++ testing-i686/kiten.install	2016-02-16 08:17:29 UTC (rev 259438)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kiten/repos/testing-x86_64/PKGBUILD (from rev 259437, kiten/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-02-16 08:17:29 UTC (rev 259438)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kiten
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Japanese Reference/Study Tool"
+url="http://kde.org/applications/education/kiten/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('khtml' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kiten')
+replaces=('kdeedu-kiten')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kiten-${pkgver}.tar.xz")
+sha1sums=('7c6c414bf71f267d815abf1654247c1fb675016e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kiten-${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: kiten/repos/testing-x86_64/kiten.install (from rev 259437, kiten/trunk/kiten.install)
===================================================================
--- testing-x86_64/kiten.install	                        (rev 0)
+++ testing-x86_64/kiten.install	2016-02-16 08:17:29 UTC (rev 259438)
@@ -0,0 +1,11 @@
+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