Date: Saturday, March 14, 2015 @ 11:41:53
  Author: arojas
Revision: 233760

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

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

------------------------------------+
 kde-unstable-i686/PKGBUILD         |   40 +++++++++++++++++++++++++++++++++++
 kde-unstable-i686/okteta.install   |   12 ++++++++++
 kde-unstable-x86_64/PKGBUILD       |   40 +++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/okteta.install |   12 ++++++++++
 4 files changed, 104 insertions(+)

Copied: okteta/repos/kde-unstable-i686/PKGBUILD (from rev 233759, 
okteta/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:41:53 UTC (rev 233760)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=okteta
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools')
+replaces=('kdesdk-okteta')
+conflicts=('kdesdk-okteta<4.14.3-2')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz";)
+sha1sums=('c59d25081f0858f15bc19cc99324e2c82f6029da')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../okteta-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DSYSCONF_INSTALL_DIR=/etc \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: okteta/repos/kde-unstable-i686/okteta.install (from rev 233759, 
okteta/kde-unstable/okteta.install)
===================================================================
--- kde-unstable-i686/okteta.install                            (rev 0)
+++ kde-unstable-i686/okteta.install    2015-03-14 10:41:53 UTC (rev 233760)
@@ -0,0 +1,12 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+       update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Copied: okteta/repos/kde-unstable-x86_64/PKGBUILD (from rev 233759, 
okteta/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2015-03-14 10:41:53 UTC (rev 233760)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=okteta
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools')
+replaces=('kdesdk-okteta')
+conflicts=('kdesdk-okteta<4.14.3-2')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz";)
+sha1sums=('c59d25081f0858f15bc19cc99324e2c82f6029da')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../okteta-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DSYSCONF_INSTALL_DIR=/etc \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: okteta/repos/kde-unstable-x86_64/okteta.install (from rev 233759, 
okteta/kde-unstable/okteta.install)
===================================================================
--- kde-unstable-x86_64/okteta.install                          (rev 0)
+++ kde-unstable-x86_64/okteta.install  2015-03-14 10:41:53 UTC (rev 233760)
@@ -0,0 +1,12 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+       update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to