Date: Saturday, March 25, 2017 @ 01:20:26
  Author: arojas
Revision: 291460

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

Added:
  okteta/repos/kde-unstable-x86_64/
  okteta/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 291459, okteta/kde-unstable/PKGBUILD)

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: okteta/repos/kde-unstable-x86_64/PKGBUILD (from rev 291459, 
okteta/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2017-03-25 01:20:26 UTC (rev 291460)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=okteta
+pkgver=17.03.80
+pkgrel=1
+pkgdesc='Hex Editor'
+url='https://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools')
+replaces=('kdesdk-okteta')
+conflicts=('kdesdk-okteta<4.14.3-2')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz"{,.sig})
+sha256sums=('66f9f7788e63b0f673d723a68c2d3734a4a2c7d3d3badccfa465316c14b2a524'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 
<aa...@kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../okteta-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to