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

Antonio Rojas arojas at archlinux.org
Wed Jul 29 07:37:05 UTC 2015


    Date: Wednesday, July 29, 2015 @ 09:37:04
  Author: arojas
Revision: 242683

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

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

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

Copied: kiten/repos/kde-unstable-i686/PKGBUILD (from rev 242682, kiten/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-07-29 07:37:04 UTC (rev 242683)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kiten
+pkgver=15.07.80
+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')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kiten')
+replaces=('kdeedu-kiten')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kiten-${pkgver}.tar.xz")
+sha1sums=('8a9a5f10b813494b4237bcdbfd81e2a34595476d')
+
+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/kde-unstable-i686/kiten.install (from rev 242682, kiten/kde-unstable/kiten.install)
===================================================================
--- kde-unstable-i686/kiten.install	                        (rev 0)
+++ kde-unstable-i686/kiten.install	2015-07-29 07:37:04 UTC (rev 242683)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 242682, kiten/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-07-29 07:37:04 UTC (rev 242683)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kiten
+pkgver=15.07.80
+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')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kiten')
+replaces=('kdeedu-kiten')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kiten-${pkgver}.tar.xz")
+sha1sums=('8a9a5f10b813494b4237bcdbfd81e2a34595476d')
+
+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/kde-unstable-x86_64/kiten.install (from rev 242682, kiten/kde-unstable/kiten.install)
===================================================================
--- kde-unstable-x86_64/kiten.install	                        (rev 0)
+++ kde-unstable-x86_64/kiten.install	2015-07-29 07:37:04 UTC (rev 242683)
@@ -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