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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:39:46
  Author: arojas
Revision: 265418

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:39:31 UTC (rev 265417)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:39:46 UTC (rev 265418)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver=16.03.90
-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' 'hicolor-icon-theme')
-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=('ff917cc633190c8cdeccad0263ef3e9ff911d2d2')
-
-prepare() {
-  mkdir -p 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/PKGBUILD (from rev 265417, 
okteta/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:39:46 UTC (rev 265418)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=16.04.0
+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' 'hicolor-icon-theme')
+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/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('0eff2d55c5a2f3f1d25a6c86ead1febd1bb1f70e')
+
+prepare() {
+  mkdir -p 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
+}

Deleted: kde-unstable-i686/okteta.install
===
--- kde-unstable-i686/okteta.install2016-04-19 12:39:31 UTC (rev 265417)
+++ kde-unstable-i686/okteta.install2016-04-19 12:39:46 UTC (rev 265418)
@@ -1,12 +0,0 @@
-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-i686/okteta.install (from rev 265417, 
okteta/trunk/okteta.install)
===
--- kde-unstable-i686/okteta.install(rev 0)
+++ kde-unstable-i686/okteta.install2016-04-19 12:39:46 UTC (rev 265418)
@@ -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
+}


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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:36:48
  Author: arojas
Revision: 264180

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:36:22 UTC (rev 264179)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:36:48 UTC (rev 264180)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver=16.03.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' 'hicolor-icon-theme')
-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=('c559fbde0d818a56a7741cbb35f17305df28bd9a')
-
-prepare() {
-  mkdir -p 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/PKGBUILD (from rev 264179, 
okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:36:48 UTC (rev 264180)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=16.03.90
+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' 'hicolor-icon-theme')
+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=('ff917cc633190c8cdeccad0263ef3e9ff911d2d2')
+
+prepare() {
+  mkdir -p 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
+}

Deleted: kde-unstable-i686/okteta.install
===
--- kde-unstable-i686/okteta.install2016-04-08 07:36:22 UTC (rev 264179)
+++ kde-unstable-i686/okteta.install2016-04-08 07:36:48 UTC (rev 264180)
@@ -1,12 +0,0 @@
-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-i686/okteta.install (from rev 264179, 
okteta/kde-unstable/okteta.install)
===
--- kde-unstable-i686/okteta.install(rev 0)
+++ kde-unstable-i686/okteta.install2016-04-08 07:36:48 UTC (rev 264180)
@@ -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
+}

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

2016-03-15 Thread Antonio Rojas
Date: Tuesday, March 15, 2016 @ 12:20:08
  Author: arojas
Revision: 261644

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

Added:
  okteta/repos/extra-i686/PKGBUILD
(from rev 261643, okteta/trunk/PKGBUILD)
  okteta/repos/extra-i686/okteta.install
(from rev 261643, okteta/trunk/okteta.install)
  okteta/repos/extra-x86_64/PKGBUILD
(from rev 261643, okteta/trunk/PKGBUILD)
  okteta/repos/extra-x86_64/okteta.install
(from rev 261643, okteta/trunk/okteta.install)
Deleted:
  okteta/repos/extra-i686/PKGBUILD
  okteta/repos/extra-i686/okteta.install
  okteta/repos/extra-x86_64/PKGBUILD
  okteta/repos/extra-x86_64/okteta.install

-+
 /PKGBUILD   |   80 ++
 /okteta.install |   24 
 extra-i686/PKGBUILD |   40 -
 extra-i686/okteta.install   |   12 --
 extra-x86_64/PKGBUILD   |   40 -
 extra-x86_64/okteta.install |   12 --
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-15 11:19:52 UTC (rev 261643)
+++ extra-i686/PKGBUILD 2016-03-15 11:20:08 UTC (rev 261644)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver=15.12.2
-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' 'hicolor-icon-theme')
-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/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
-sha1sums=('40a1ee3554b97993a2081d37060de11beb9f2b45')
-
-prepare() {
-  mkdir -p 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/extra-i686/PKGBUILD (from rev 261643, 
okteta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-15 11:20:08 UTC (rev 261644)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=15.12.3
+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' 'hicolor-icon-theme')
+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/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('60c5d137189ad5534e87025170016ba4277c81f0')
+
+prepare() {
+  mkdir -p 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
+}

Deleted: extra-i686/okteta.install
===
--- extra-i686/okteta.install   2016-03-15 11:19:52 UTC (rev 261643)
+++ extra-i686/okteta.install   2016-03-15 11:20:08 UTC (rev 261644)
@@ -1,12 +0,0 @@
-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/extra-i686/okteta.install (from rev 261643, 
okteta/trunk/okteta.install)
===
--- extra-i686/okteta.install   (rev 0)
+++ extra-i686/okteta.install   2016-03-15 11:20:08 UTC (rev 261644)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-15 11:19:52 UTC (rev 261643)
+++ extra-x86_64/PKGBUILD   

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

2016-01-12 Thread Antonio Rojas
Date: Tuesday, January 12, 2016 @ 09:46:08
  Author: arojas
Revision: 258122

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

Added:
  okteta/repos/extra-i686/PKGBUILD
(from rev 258121, okteta/trunk/PKGBUILD)
  okteta/repos/extra-i686/okteta.install
(from rev 258121, okteta/trunk/okteta.install)
  okteta/repos/extra-x86_64/PKGBUILD
(from rev 258121, okteta/trunk/PKGBUILD)
  okteta/repos/extra-x86_64/okteta.install
(from rev 258121, okteta/trunk/okteta.install)
Deleted:
  okteta/repos/extra-i686/PKGBUILD
  okteta/repos/extra-i686/okteta.install
  okteta/repos/extra-x86_64/PKGBUILD
  okteta/repos/extra-x86_64/okteta.install

-+
 /PKGBUILD   |   80 ++
 /okteta.install |   24 
 extra-i686/PKGBUILD |   40 -
 extra-i686/okteta.install   |   12 --
 extra-x86_64/PKGBUILD   |   40 -
 extra-x86_64/okteta.install |   12 --
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-12 08:45:48 UTC (rev 258121)
+++ extra-i686/PKGBUILD 2016-01-12 08:46:08 UTC (rev 258122)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver=15.12.0
-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' 'hicolor-icon-theme')
-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/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
-sha1sums=('c3bc9f0d3b79b56372e9985d9c6d6dabcff67b81')
-
-prepare() {
-  mkdir -p 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/extra-i686/PKGBUILD (from rev 258121, 
okteta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 08:46:08 UTC (rev 258122)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=15.12.1
+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' 'hicolor-icon-theme')
+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/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('deccd7fe078b2c1c7ca10645deeed6c3684c5b22')
+
+prepare() {
+  mkdir -p 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
+}

Deleted: extra-i686/okteta.install
===
--- extra-i686/okteta.install   2016-01-12 08:45:48 UTC (rev 258121)
+++ extra-i686/okteta.install   2016-01-12 08:46:08 UTC (rev 258122)
@@ -1,12 +0,0 @@
-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/extra-i686/okteta.install (from rev 258121, 
okteta/trunk/okteta.install)
===
--- extra-i686/okteta.install   (rev 0)
+++ extra-i686/okteta.install   2016-01-12 08:46:08 UTC (rev 258122)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-12 08:45:48 UTC (rev 258121)
+++ extra-x86_64/PKGBUILD  

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

2015-12-16 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 09:18:21
  Author: arojas
Revision: 256443

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-16 08:18:01 UTC (rev 256442)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 08:18:21 UTC (rev 256443)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver=15.11.90
-pkgrel=2
-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' 'hicolor-icon-theme')
-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=('a706ddd5c48b2dd1803d39269268a8432ef68cd2')
-
-prepare() {
-  mkdir -p 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/PKGBUILD (from rev 256442, 
okteta/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 08:18:21 UTC (rev 256443)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=15.12.0
+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' 'hicolor-icon-theme')
+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/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('c3bc9f0d3b79b56372e9985d9c6d6dabcff67b81')
+
+prepare() {
+  mkdir -p 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
+}

Deleted: kde-unstable-i686/okteta.install
===
--- kde-unstable-i686/okteta.install2015-12-16 08:18:01 UTC (rev 256442)
+++ kde-unstable-i686/okteta.install2015-12-16 08:18:21 UTC (rev 256443)
@@ -1,12 +0,0 @@
-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-i686/okteta.install (from rev 256442, 
okteta/trunk/okteta.install)
===
--- kde-unstable-i686/okteta.install(rev 0)
+++ kde-unstable-i686/okteta.install2015-12-16 08:18:21 UTC (rev 256443)
@@ -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
+}


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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:13:55
  Author: arojas
Revision: 254969

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:13:34 UTC (rev 254968)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:13:55 UTC (rev 254969)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver=15.11.90
-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' 'hicolor-icon-theme')
-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=('a706ddd5c48b2dd1803d39269268a8432ef68cd2')
-
-prepare() {
-  mkdir -p 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/PKGBUILD (from rev 254968, 
okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:13:55 UTC (rev 254969)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=15.11.90
+pkgrel=2
+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' 'hicolor-icon-theme')
+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=('a706ddd5c48b2dd1803d39269268a8432ef68cd2')
+
+prepare() {
+  mkdir -p 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
+}

Deleted: kde-unstable-i686/okteta.install
===
--- kde-unstable-i686/okteta.install2015-12-09 08:13:34 UTC (rev 254968)
+++ kde-unstable-i686/okteta.install2015-12-09 08:13:55 UTC (rev 254969)
@@ -1,12 +0,0 @@
-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-i686/okteta.install (from rev 254968, 
okteta/kde-unstable/okteta.install)
===
--- kde-unstable-i686/okteta.install(rev 0)
+++ kde-unstable-i686/okteta.install2015-12-09 08:13:55 UTC (rev 254969)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   

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

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 21:59:07
  Author: arojas
Revision: 252316

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-03 20:58:42 UTC (rev 252315)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:59:07 UTC (rev 252316)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver=15.11.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=('722f198950fd6adaff092bdb1162d63620108bc6')
-
-prepare() {
-  mkdir -p 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/PKGBUILD (from rev 252315, 
okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:59:07 UTC (rev 252316)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=15.11.90
+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' 'hicolor-icon-theme')
+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=('a706ddd5c48b2dd1803d39269268a8432ef68cd2')
+
+prepare() {
+  mkdir -p 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
+}

Deleted: kde-unstable-i686/okteta.install
===
--- kde-unstable-i686/okteta.install2015-12-03 20:58:42 UTC (rev 252315)
+++ kde-unstable-i686/okteta.install2015-12-03 20:59:07 UTC (rev 252316)
@@ -1,12 +0,0 @@
-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-i686/okteta.install (from rev 252315, 
okteta/kde-unstable/okteta.install)
===
--- kde-unstable-i686/okteta.install(rev 0)
+++ kde-unstable-i686/okteta.install2015-12-03 20:59:07 UTC (rev 252316)
@@ -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
+}
+

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

2015-11-09 Thread Antonio Rojas
Date: Monday, November 9, 2015 @ 23:14:54
  Author: arojas
Revision: 250455

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

Added:
  okteta/repos/extra-i686/PKGBUILD
(from rev 250454, okteta/trunk/PKGBUILD)
  okteta/repos/extra-i686/okteta.install
(from rev 250454, okteta/trunk/okteta.install)
  okteta/repos/extra-x86_64/PKGBUILD
(from rev 250454, okteta/trunk/PKGBUILD)
  okteta/repos/extra-x86_64/okteta.install
(from rev 250454, okteta/trunk/okteta.install)
Deleted:
  okteta/repos/extra-i686/PKGBUILD
  okteta/repos/extra-i686/okteta.install
  okteta/repos/extra-x86_64/PKGBUILD
  okteta/repos/extra-x86_64/okteta.install

-+
 /PKGBUILD   |   80 ++
 /okteta.install |   24 
 extra-i686/PKGBUILD |   40 -
 extra-i686/okteta.install   |   12 --
 extra-x86_64/PKGBUILD   |   40 -
 extra-x86_64/okteta.install |   12 --
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-09 22:14:34 UTC (rev 250454)
+++ extra-i686/PKGBUILD 2015-11-09 22:14:54 UTC (rev 250455)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver=15.08.2
-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/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
-sha1sums=('842068f5aa3bad45f37da10846fb74c13e44029b')
-
-prepare() {
-  mkdir -p 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/extra-i686/PKGBUILD (from rev 250454, 
okteta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 22:14:54 UTC (rev 250455)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=15.08.3
+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/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('546c3110e219abf6e1bffc95810defc23d25d352')
+
+prepare() {
+  mkdir -p 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
+}

Deleted: extra-i686/okteta.install
===
--- extra-i686/okteta.install   2015-11-09 22:14:34 UTC (rev 250454)
+++ extra-i686/okteta.install   2015-11-09 22:14:54 UTC (rev 250455)
@@ -1,12 +0,0 @@
-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/extra-i686/okteta.install (from rev 250454, 
okteta/trunk/okteta.install)
===
--- extra-i686/okteta.install   (rev 0)
+++ extra-i686/okteta.install   2015-11-09 22:14:54 UTC (rev 250455)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-09 22:14:34 UTC (rev 250454)
+++ extra-x86_64/PKGBUILD   2015-11-09 22:14:54 UTC (rev 250455)
@@ 

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

2015-10-13 Thread Antonio Rojas
Date: Tuesday, October 13, 2015 @ 10:09:07
  Author: arojas
Revision: 249156

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

Added:
  okteta/repos/extra-i686/PKGBUILD
(from rev 249155, okteta/trunk/PKGBUILD)
  okteta/repos/extra-i686/okteta.install
(from rev 249155, okteta/trunk/okteta.install)
  okteta/repos/extra-x86_64/PKGBUILD
(from rev 249155, okteta/trunk/PKGBUILD)
  okteta/repos/extra-x86_64/okteta.install
(from rev 249155, okteta/trunk/okteta.install)
Deleted:
  okteta/repos/extra-i686/PKGBUILD
  okteta/repos/extra-i686/okteta.install
  okteta/repos/extra-x86_64/PKGBUILD
  okteta/repos/extra-x86_64/okteta.install

-+
 /PKGBUILD   |   80 ++
 /okteta.install |   24 
 extra-i686/PKGBUILD |   40 -
 extra-i686/okteta.install   |   12 --
 extra-x86_64/PKGBUILD   |   40 -
 extra-x86_64/okteta.install |   12 --
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-13 08:08:46 UTC (rev 249155)
+++ extra-i686/PKGBUILD 2015-10-13 08:09:07 UTC (rev 249156)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver=15.08.1
-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/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
-sha1sums=('8f6f1380e3e55ef9b0d27283196d7a994b44d8a2')
-
-prepare() {
-  mkdir -p 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/extra-i686/PKGBUILD (from rev 249155, 
okteta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 08:09:07 UTC (rev 249156)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=15.08.2
+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/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('842068f5aa3bad45f37da10846fb74c13e44029b')
+
+prepare() {
+  mkdir -p 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
+}

Deleted: extra-i686/okteta.install
===
--- extra-i686/okteta.install   2015-10-13 08:08:46 UTC (rev 249155)
+++ extra-i686/okteta.install   2015-10-13 08:09:07 UTC (rev 249156)
@@ -1,12 +0,0 @@
-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/extra-i686/okteta.install (from rev 249155, 
okteta/trunk/okteta.install)
===
--- extra-i686/okteta.install   (rev 0)
+++ extra-i686/okteta.install   2015-10-13 08:09:07 UTC (rev 249156)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-13 08:08:46 UTC (rev 249155)
+++ extra-x86_64/PKGBUILD   2015-10-13 08:09:07 UTC (rev 249156)
@@ 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 09:16:21
  Author: arojas
Revision: 244135

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 07:16:01 UTC (rev 244134)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 07:16:21 UTC (rev 244135)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=okteta
-pkgver=15.07.90
-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-okteta4.14.3-2')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
-sha1sums=('6c5bf2216f7f99a94e1e6e5c34f06e97943a821b')
-
-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/PKGBUILD (from rev 244134, 
okteta/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 07:16:21 UTC (rev 244135)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=okteta
+pkgver=15.08.0
+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-okteta4.14.3-2')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('14bcb82cb13055a00860938b22f6f90174fec3a0')
+
+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
+}

Deleted: kde-unstable-i686/okteta.install
===
--- kde-unstable-i686/okteta.install2015-08-19 07:16:01 UTC (rev 244134)
+++ kde-unstable-i686/okteta.install2015-08-19 07:16:21 UTC (rev 244135)
@@ -1,12 +0,0 @@
-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-i686/okteta.install (from rev 244134, 
okteta/trunk/okteta.install)
===
--- kde-unstable-i686/okteta.install(rev 0)
+++ kde-unstable-i686/okteta.install2015-08-19 07:16:21 UTC (rev 244135)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD

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

2015-08-13 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 07:33:57
  Author: arojas
Revision: 243605

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-14 05:33:16 UTC (rev 243604)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 05:33:57 UTC (rev 243605)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@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-okteta4.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/PKGBUILD (from rev 243604, 
okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 05:33:57 UTC (rev 243605)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=okteta
+pkgver=15.07.90
+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-okteta4.14.3-2')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('6c5bf2216f7f99a94e1e6e5c34f06e97943a821b')
+
+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
+}

Deleted: kde-unstable-i686/okteta.install
===
--- kde-unstable-i686/okteta.install2015-08-14 05:33:16 UTC (rev 243604)
+++ kde-unstable-i686/okteta.install2015-08-14 05:33:57 UTC (rev 243605)
@@ -1,12 +0,0 @@
-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-i686/okteta.install (from rev 243604, 
okteta/kde-unstable/okteta.install)
===
--- kde-unstable-i686/okteta.install(rev 0)
+++ kde-unstable-i686/okteta.install2015-08-14 05:33:57 UTC (rev 243605)
@@ -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
+}

Deleted: 

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:11:44
  Author: arojas
Revision: 241628

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

Added:
  okteta/repos/extra-i686/PKGBUILD
(from rev 241627, okteta/trunk/PKGBUILD)
  okteta/repos/extra-i686/okteta.install
(from rev 241627, okteta/trunk/okteta.install)
  okteta/repos/extra-x86_64/PKGBUILD
(from rev 241627, okteta/trunk/PKGBUILD)
  okteta/repos/extra-x86_64/okteta.install
(from rev 241627, okteta/trunk/okteta.install)
Deleted:
  okteta/repos/extra-i686/PKGBUILD
  okteta/repos/extra-i686/okteta.install
  okteta/repos/extra-x86_64/PKGBUILD
  okteta/repos/extra-x86_64/okteta.install

-+
 /PKGBUILD   |   80 ++
 /okteta.install |   24 
 extra-i686/PKGBUILD |   40 -
 extra-i686/okteta.install   |   12 --
 extra-x86_64/PKGBUILD   |   40 -
 extra-x86_64/okteta.install |   12 --
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:11:29 UTC (rev 241627)
+++ extra-i686/PKGBUILD 2015-06-30 21:11:44 UTC (rev 241628)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=okteta
-pkgver=15.04.2
-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-okteta4.14.3-2')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
-sha1sums=('27812cd0539551791929363e31010df4623984ff')
-
-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/extra-i686/PKGBUILD (from rev 241627, 
okteta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:11:44 UTC (rev 241628)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=okteta
+pkgver=15.04.3
+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-okteta4.14.3-2')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('397712aeeb1a759598e4feae8e9b05cc582a2105')
+
+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
+}

Deleted: extra-i686/okteta.install
===
--- extra-i686/okteta.install   2015-06-30 21:11:29 UTC (rev 241627)
+++ extra-i686/okteta.install   2015-06-30 21:11:44 UTC (rev 241628)
@@ -1,12 +0,0 @@
-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/extra-i686/okteta.install (from rev 241627, 
okteta/trunk/okteta.install)
===
--- extra-i686/okteta.install   (rev 0)
+++ extra-i686/okteta.install   2015-06-30 21:11:44 UTC (rev 241628)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:11:29 UTC (rev 241627)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:11:44 UTC (rev 241628)
@@ -1,40 +0,0 @@
-# $Id$
-# 

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

2015-06-02 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 09:22:53
  Author: arojas
Revision: 240153

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

Added:
  okteta/repos/extra-i686/PKGBUILD
(from rev 240152, okteta/trunk/PKGBUILD)
  okteta/repos/extra-i686/okteta.install
(from rev 240152, okteta/trunk/okteta.install)
  okteta/repos/extra-x86_64/PKGBUILD
(from rev 240152, okteta/trunk/PKGBUILD)
  okteta/repos/extra-x86_64/okteta.install
(from rev 240152, okteta/trunk/okteta.install)
Deleted:
  okteta/repos/extra-i686/PKGBUILD
  okteta/repos/extra-i686/okteta.install
  okteta/repos/extra-x86_64/PKGBUILD
  okteta/repos/extra-x86_64/okteta.install

-+
 /PKGBUILD   |   80 ++
 /okteta.install |   24 
 extra-i686/PKGBUILD |   40 -
 extra-i686/okteta.install   |   12 --
 extra-x86_64/PKGBUILD   |   40 -
 extra-x86_64/okteta.install |   12 --
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 07:22:38 UTC (rev 240152)
+++ extra-i686/PKGBUILD 2015-06-02 07:22:53 UTC (rev 240153)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=okteta
-pkgver=15.04.1
-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-okteta4.14.3-2')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
-sha1sums=('17b23207e6344b50ddd960428c6fb55c482ab528')
-
-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/extra-i686/PKGBUILD (from rev 240152, 
okteta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 07:22:53 UTC (rev 240153)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=okteta
+pkgver=15.04.2
+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-okteta4.14.3-2')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('27812cd0539551791929363e31010df4623984ff')
+
+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
+}

Deleted: extra-i686/okteta.install
===
--- extra-i686/okteta.install   2015-06-02 07:22:38 UTC (rev 240152)
+++ extra-i686/okteta.install   2015-06-02 07:22:53 UTC (rev 240153)
@@ -1,12 +0,0 @@
-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/extra-i686/okteta.install (from rev 240152, 
okteta/trunk/okteta.install)
===
--- extra-i686/okteta.install   (rev 0)
+++ extra-i686/okteta.install   2015-06-02 07:22:53 UTC (rev 240153)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 07:22:38 UTC (rev 240152)
+++ extra-x86_64/PKGBUILD   2015-06-02 07:22:53 UTC (rev 240153)
@@ -1,40 +0,0 @@
-# $Id$
-# 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 17:00:39
  Author: arojas
Revision: 239167

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

Added:
  okteta/repos/extra-i686/PKGBUILD
(from rev 239166, okteta/trunk/PKGBUILD)
  okteta/repos/extra-i686/okteta.install
(from rev 239166, okteta/trunk/okteta.install)
  okteta/repos/extra-x86_64/PKGBUILD
(from rev 239166, okteta/trunk/PKGBUILD)
  okteta/repos/extra-x86_64/okteta.install
(from rev 239166, okteta/trunk/okteta.install)
Deleted:
  okteta/repos/extra-i686/PKGBUILD
  okteta/repos/extra-i686/okteta.install
  okteta/repos/extra-x86_64/PKGBUILD
  okteta/repos/extra-x86_64/okteta.install

-+
 /PKGBUILD   |   80 ++
 /okteta.install |   24 
 extra-i686/PKGBUILD |   40 -
 extra-i686/okteta.install   |   12 --
 extra-x86_64/PKGBUILD   |   40 -
 extra-x86_64/okteta.install |   12 --
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 15:00:25 UTC (rev 239166)
+++ extra-i686/PKGBUILD 2015-05-12 15:00:39 UTC (rev 239167)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=okteta
-pkgver=15.04.0
-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-okteta4.14.3-2')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
-sha1sums=('2687cb3afee0f4bfff395c6967fa2388292df602')
-
-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/extra-i686/PKGBUILD (from rev 239166, 
okteta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 15:00:39 UTC (rev 239167)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=okteta
+pkgver=15.04.1
+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-okteta4.14.3-2')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('17b23207e6344b50ddd960428c6fb55c482ab528')
+
+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
+}

Deleted: extra-i686/okteta.install
===
--- extra-i686/okteta.install   2015-05-12 15:00:25 UTC (rev 239166)
+++ extra-i686/okteta.install   2015-05-12 15:00:39 UTC (rev 239167)
@@ -1,12 +0,0 @@
-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/extra-i686/okteta.install (from rev 239166, 
okteta/trunk/okteta.install)
===
--- extra-i686/okteta.install   (rev 0)
+++ extra-i686/okteta.install   2015-05-12 15:00:39 UTC (rev 239167)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 15:00:25 UTC (rev 239166)
+++ extra-x86_64/PKGBUILD   2015-05-12 15:00:39 UTC (rev 239167)
@@ -1,40 +0,0 @@
-# $Id$
-# 

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

2015-03-27 Thread Antonio Rojas
Date: Friday, March 27, 2015 @ 10:10:40
  Author: arojas
Revision: 235154

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-27 09:10:17 UTC (rev 235153)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 09:10:40 UTC (rev 235154)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=okteta
-pkgver=15.03.95
-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-okteta4.14.3-2')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
-sha1sums=('c16b7ade6c2525bf09b5c7bf32869eb6bc4e83ef')
-
-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/PKGBUILD (from rev 235153, 
okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 09:10:40 UTC (rev 235154)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=okteta
+pkgver=15.03.97
+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-okteta4.14.3-2')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('e61075dc455592eb175997b748210540d7e7df98')
+
+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
+}

Deleted: kde-unstable-i686/okteta.install
===
--- kde-unstable-i686/okteta.install2015-03-27 09:10:17 UTC (rev 235153)
+++ kde-unstable-i686/okteta.install2015-03-27 09:10:40 UTC (rev 235154)
@@ -1,12 +0,0 @@
-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-i686/okteta.install (from rev 235153, 
okteta/kde-unstable/okteta.install)
===
--- kde-unstable-i686/okteta.install(rev 0)
+++ kde-unstable-i686/okteta.install2015-03-27 09:10:40 UTC (rev 235154)
@@ -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
+}

Deleted: 

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

2015-03-21 Thread Antonio Rojas
Date: Saturday, March 21, 2015 @ 07:26:39
  Author: arojas
Revision: 234401

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-21 06:25:24 UTC (rev 234400)
+++ kde-unstable-i686/PKGBUILD  2015-03-21 06:26:39 UTC (rev 234401)
@@ -1,40 +0,0 @@
-# $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-okteta4.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/PKGBUILD (from rev 234400, 
okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-21 06:26:39 UTC (rev 234401)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=okteta
+pkgver=15.03.95
+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-okteta4.14.3-2')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('c16b7ade6c2525bf09b5c7bf32869eb6bc4e83ef')
+
+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
+}

Deleted: kde-unstable-i686/okteta.install
===
--- kde-unstable-i686/okteta.install2015-03-21 06:25:24 UTC (rev 234400)
+++ kde-unstable-i686/okteta.install2015-03-21 06:26:39 UTC (rev 234401)
@@ -1,12 +0,0 @@
-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-i686/okteta.install (from rev 234400, 
okteta/kde-unstable/okteta.install)
===
--- kde-unstable-i686/okteta.install(rev 0)
+++ kde-unstable-i686/okteta.install2015-03-21 06:26:39 UTC (rev 234401)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD