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

Antonio Rojas arojas at archlinux.org
Wed Jul 29 08:08:06 UTC 2015


    Date: Wednesday, July 29, 2015 @ 10:08:06
  Author: arojas
Revision: 242781

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 242780, okteta/kde-unstable/PKGBUILD)
  okteta/repos/kde-unstable-i686/okteta.install
    (from rev 242780, okteta/kde-unstable/okteta.install)
  okteta/repos/kde-unstable-x86_64/
  okteta/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 242780, okteta/kde-unstable/PKGBUILD)
  okteta/repos/kde-unstable-x86_64/okteta.install
    (from rev 242780, 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 242780, okteta/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-07-29 08:08:06 UTC (rev 242781)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=okteta
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' '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=('0cbef02932816758242ab1a8a01da3b2ed6e4683')
+
+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 242780, okteta/kde-unstable/okteta.install)
===================================================================
--- kde-unstable-i686/okteta.install	                        (rev 0)
+++ kde-unstable-i686/okteta.install	2015-07-29 08:08:06 UTC (rev 242781)
@@ -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 242780, okteta/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-07-29 08:08:06 UTC (rev 242781)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=okteta
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' '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=('0cbef02932816758242ab1a8a01da3b2ed6e4683')
+
+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 242780, okteta/kde-unstable/okteta.install)
===================================================================
--- kde-unstable-x86_64/okteta.install	                        (rev 0)
+++ kde-unstable-x86_64/okteta.install	2015-07-29 08:08:06 UTC (rev 242781)
@@ -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
+}



More information about the arch-commits mailing list