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

2014-11-19 Thread Felix Yan
Date: Wednesday, November 19, 2014 @ 20:08:25
  Author: fyan
Revision: 226691

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

Added:
  kdesdk-okteta/repos/testing-i686/
  kdesdk-okteta/repos/testing-i686/PKGBUILD
(from rev 226690, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install
(from rev 226690, kdesdk-okteta/trunk/kdesdk-okteta.install)
  kdesdk-okteta/repos/testing-x86_64/
  kdesdk-okteta/repos/testing-x86_64/PKGBUILD
(from rev 226690, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install
(from rev 226690, kdesdk-okteta/trunk/kdesdk-okteta.install)

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/kdesdk-okteta.install   |   12 
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/kdesdk-okteta.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdesdk-okteta/repos/testing-i686/PKGBUILD (from rev 226690, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-19 19:08:25 UTC (rev 226691)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.14.3
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('479779119ef5dd5cea2b2acf1f134b355dffe74d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install (from rev 
226690, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-i686/kdesdk-okteta.install  (rev 0)
+++ testing-i686/kdesdk-okteta.install  2014-11-19 19:08:25 UTC (rev 226691)
@@ -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: kdesdk-okteta/repos/testing-x86_64/PKGBUILD (from rev 226690, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-19 19:08:25 UTC (rev 226691)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.14.3
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('479779119ef5dd5cea2b2acf1f134b355dffe74d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install (from rev 
226690, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-x86_64/kdesdk-okteta.install(rev 0)
+++ testing-x86_64/kdesdk-okteta.install2014-11-19 19:08:25 UTC (rev 
226691)
@@ -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 kdesdk-okteta/repos (6 files)

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:29:15
  Author: svenstaro
Revision: 222458

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

Added:
  kdesdk-okteta/repos/testing-i686/
  kdesdk-okteta/repos/testing-i686/PKGBUILD
(from rev 222457, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install
(from rev 222457, kdesdk-okteta/trunk/kdesdk-okteta.install)
  kdesdk-okteta/repos/testing-x86_64/
  kdesdk-okteta/repos/testing-x86_64/PKGBUILD
(from rev 222457, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install
(from rev 222457, kdesdk-okteta/trunk/kdesdk-okteta.install)

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/kdesdk-okteta.install   |   12 
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/kdesdk-okteta.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdesdk-okteta/repos/testing-i686/PKGBUILD (from rev 222457, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:29:15 UTC (rev 222458)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.14.1
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('11311414de4e51ff68c9d6e4e12d6f9102663ef6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install (from rev 
222457, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-i686/kdesdk-okteta.install  (rev 0)
+++ testing-i686/kdesdk-okteta.install  2014-09-20 16:29:15 UTC (rev 222458)
@@ -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: kdesdk-okteta/repos/testing-x86_64/PKGBUILD (from rev 222457, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:29:15 UTC (rev 222458)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.14.1
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('11311414de4e51ff68c9d6e4e12d6f9102663ef6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install (from rev 
222457, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-x86_64/kdesdk-okteta.install(rev 0)
+++ testing-x86_64/kdesdk-okteta.install2014-09-20 16:29:15 UTC (rev 
222458)
@@ -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 kdesdk-okteta/repos (6 files)

2014-08-16 Thread Sven-Hendrik Haase
Date: Saturday, August 16, 2014 @ 22:20:27
  Author: svenstaro
Revision: 220072

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

Added:
  kdesdk-okteta/repos/testing-i686/
  kdesdk-okteta/repos/testing-i686/PKGBUILD
(from rev 220071, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install
(from rev 220071, kdesdk-okteta/trunk/kdesdk-okteta.install)
  kdesdk-okteta/repos/testing-x86_64/
  kdesdk-okteta/repos/testing-x86_64/PKGBUILD
(from rev 220071, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install
(from rev 220071, kdesdk-okteta/trunk/kdesdk-okteta.install)

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/kdesdk-okteta.install   |   12 
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/kdesdk-okteta.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdesdk-okteta/repos/testing-i686/PKGBUILD (from rev 220071, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-16 20:20:27 UTC (rev 220072)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.14.0
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('54a31f0adf7f0db4f21751b813255fe0d246a062')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install (from rev 
220071, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-i686/kdesdk-okteta.install  (rev 0)
+++ testing-i686/kdesdk-okteta.install  2014-08-16 20:20:27 UTC (rev 220072)
@@ -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: kdesdk-okteta/repos/testing-x86_64/PKGBUILD (from rev 220071, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-16 20:20:27 UTC (rev 220072)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.14.0
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('54a31f0adf7f0db4f21751b813255fe0d246a062')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install (from rev 
220071, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-x86_64/kdesdk-okteta.install(rev 0)
+++ testing-x86_64/kdesdk-okteta.install2014-08-16 20:20:27 UTC (rev 
220072)
@@ -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 kdesdk-okteta/repos (6 files)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 17:08:57
  Author: svenstaro
Revision: 218123

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

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

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

Copied: kdesdk-okteta/repos/kde-unstable-i686/PKGBUILD (from rev 218122, 
kdesdk-okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 15:08:57 UTC (rev 218123)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.13.95
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('7852dc71813d425e6abee67499e524f512a468e3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/kde-unstable-i686/kdesdk-okteta.install (from rev 
218122, kdesdk-okteta/kde-unstable/kdesdk-okteta.install)
===
--- kde-unstable-i686/kdesdk-okteta.install (rev 0)
+++ kde-unstable-i686/kdesdk-okteta.install 2014-07-25 15:08:57 UTC (rev 
218123)
@@ -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: kdesdk-okteta/repos/kde-unstable-x86_64/PKGBUILD (from rev 218122, 
kdesdk-okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 15:08:57 UTC (rev 218123)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.13.95
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('7852dc71813d425e6abee67499e524f512a468e3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/kde-unstable-x86_64/kdesdk-okteta.install (from rev 
218122, kdesdk-okteta/kde-unstable/kdesdk-okteta.install)
===
--- kde-unstable-x86_64/kdesdk-okteta.install   (rev 0)
+++ kde-unstable-x86_64/kdesdk-okteta.install   2014-07-25 15:08:57 UTC (rev 
218123)
@@ -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 kdesdk-okteta/repos (6 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:20:33
  Author: svenstaro
Revision: 214691

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

Added:
  kdesdk-okteta/repos/testing-i686/
  kdesdk-okteta/repos/testing-i686/PKGBUILD
(from rev 214690, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install
(from rev 214690, kdesdk-okteta/trunk/kdesdk-okteta.install)
  kdesdk-okteta/repos/testing-x86_64/
  kdesdk-okteta/repos/testing-x86_64/PKGBUILD
(from rev 214690, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install
(from rev 214690, kdesdk-okteta/trunk/kdesdk-okteta.install)

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/kdesdk-okteta.install   |   12 
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/kdesdk-okteta.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdesdk-okteta/repos/testing-i686/PKGBUILD (from rev 214690, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:20:33 UTC (rev 214691)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('584e511dde1c8c47b69980cbc9f925bc3668a9a6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install (from rev 
214690, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-i686/kdesdk-okteta.install  (rev 0)
+++ testing-i686/kdesdk-okteta.install  2014-06-09 03:20:33 UTC (rev 214691)
@@ -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: kdesdk-okteta/repos/testing-x86_64/PKGBUILD (from rev 214690, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:20:33 UTC (rev 214691)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('584e511dde1c8c47b69980cbc9f925bc3668a9a6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install (from rev 
214690, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-x86_64/kdesdk-okteta.install(rev 0)
+++ testing-x86_64/kdesdk-okteta.install2014-06-09 03:20:33 UTC (rev 
214691)
@@ -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 kdesdk-okteta/repos (6 files)

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 22:09:56
  Author: svenstaro
Revision: 212717

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

Added:
  kdesdk-okteta/repos/testing-i686/
  kdesdk-okteta/repos/testing-i686/PKGBUILD
(from rev 212716, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install
(from rev 212716, kdesdk-okteta/trunk/kdesdk-okteta.install)
  kdesdk-okteta/repos/testing-x86_64/
  kdesdk-okteta/repos/testing-x86_64/PKGBUILD
(from rev 212716, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install
(from rev 212716, kdesdk-okteta/trunk/kdesdk-okteta.install)

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/kdesdk-okteta.install   |   12 
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/kdesdk-okteta.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdesdk-okteta/repos/testing-i686/PKGBUILD (from rev 212716, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-14 20:09:56 UTC (rev 212717)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.13.1
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('922ec95c1b4daed7d81075d4fc75389ff5e3da40')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install (from rev 
212716, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-i686/kdesdk-okteta.install  (rev 0)
+++ testing-i686/kdesdk-okteta.install  2014-05-14 20:09:56 UTC (rev 212717)
@@ -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: kdesdk-okteta/repos/testing-x86_64/PKGBUILD (from rev 212716, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-14 20:09:56 UTC (rev 212717)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.13.1
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('922ec95c1b4daed7d81075d4fc75389ff5e3da40')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install (from rev 
212716, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-x86_64/kdesdk-okteta.install(rev 0)
+++ testing-x86_64/kdesdk-okteta.install2014-05-14 20:09:56 UTC (rev 
212717)
@@ -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 kdesdk-okteta/repos (6 files)

2014-04-16 Thread Andrea Scarpino
Date: Wednesday, April 16, 2014 @ 16:14:44
  Author: andrea
Revision: 210773

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

Added:
  kdesdk-okteta/repos/testing-i686/
  kdesdk-okteta/repos/testing-i686/PKGBUILD
(from rev 210772, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install
(from rev 210772, kdesdk-okteta/trunk/kdesdk-okteta.install)
  kdesdk-okteta/repos/testing-x86_64/
  kdesdk-okteta/repos/testing-x86_64/PKGBUILD
(from rev 210772, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install
(from rev 210772, kdesdk-okteta/trunk/kdesdk-okteta.install)

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/kdesdk-okteta.install   |   12 
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/kdesdk-okteta.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdesdk-okteta/repos/testing-i686/PKGBUILD (from rev 210772, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-16 14:14:44 UTC (rev 210773)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.13.0
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('fc70d55a4e5faa427de96cb5b8b2f81c6035f402')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install (from rev 
210772, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-i686/kdesdk-okteta.install  (rev 0)
+++ testing-i686/kdesdk-okteta.install  2014-04-16 14:14:44 UTC (rev 210773)
@@ -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: kdesdk-okteta/repos/testing-x86_64/PKGBUILD (from rev 210772, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-16 14:14:44 UTC (rev 210773)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.13.0
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('fc70d55a4e5faa427de96cb5b8b2f81c6035f402')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install (from rev 
210772, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-x86_64/kdesdk-okteta.install(rev 0)
+++ testing-x86_64/kdesdk-okteta.install2014-04-16 14:14:44 UTC (rev 
210773)
@@ -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 kdesdk-okteta/repos (6 files)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:51:42
  Author: andrea
Revision: 207309

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

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

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

Copied: kdesdk-okteta/repos/kde-unstable-i686/PKGBUILD (from rev 207308, 
kdesdk-okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:51:42 UTC (rev 207309)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('ce05be76c84fc5b92c9faf8349d6746033439e18')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/kde-unstable-i686/kdesdk-okteta.install (from rev 
207308, kdesdk-okteta/kde-unstable/kdesdk-okteta.install)
===
--- kde-unstable-i686/kdesdk-okteta.install (rev 0)
+++ kde-unstable-i686/kdesdk-okteta.install 2014-03-08 08:51:42 UTC (rev 
207309)
@@ -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: kdesdk-okteta/repos/kde-unstable-x86_64/PKGBUILD (from rev 207308, 
kdesdk-okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:51:42 UTC (rev 207309)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('ce05be76c84fc5b92c9faf8349d6746033439e18')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/kde-unstable-x86_64/kdesdk-okteta.install (from rev 
207308, kdesdk-okteta/kde-unstable/kdesdk-okteta.install)
===
--- kde-unstable-x86_64/kdesdk-okteta.install   (rev 0)
+++ kde-unstable-x86_64/kdesdk-okteta.install   2014-03-08 08:51:42 UTC (rev 
207309)
@@ -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 kdesdk-okteta/repos (6 files)

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:28:15
  Author: andrea
Revision: 206851

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

Added:
  kdesdk-okteta/repos/testing-i686/
  kdesdk-okteta/repos/testing-i686/PKGBUILD
(from rev 206850, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install
(from rev 206850, kdesdk-okteta/trunk/kdesdk-okteta.install)
  kdesdk-okteta/repos/testing-x86_64/
  kdesdk-okteta/repos/testing-x86_64/PKGBUILD
(from rev 206850, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install
(from rev 206850, kdesdk-okteta/trunk/kdesdk-okteta.install)

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/kdesdk-okteta.install   |   12 
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/kdesdk-okteta.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdesdk-okteta/repos/testing-i686/PKGBUILD (from rev 206850, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:28:15 UTC (rev 206851)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('2916e33e53b4d6ae47b19e23bdb3f3bec6d00ff3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install (from rev 
206850, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-i686/kdesdk-okteta.install  (rev 0)
+++ testing-i686/kdesdk-okteta.install  2014-03-05 10:28:15 UTC (rev 206851)
@@ -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: kdesdk-okteta/repos/testing-x86_64/PKGBUILD (from rev 206850, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:28:15 UTC (rev 206851)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('2916e33e53b4d6ae47b19e23bdb3f3bec6d00ff3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install (from rev 
206850, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-x86_64/kdesdk-okteta.install(rev 0)
+++ testing-x86_64/kdesdk-okteta.install2014-03-05 10:28:15 UTC (rev 
206851)
@@ -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 kdesdk-okteta/repos (6 files)

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 15:06:59
  Author: svenstaro
Revision: 205377

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

Added:
  kdesdk-okteta/repos/testing-i686/
  kdesdk-okteta/repos/testing-i686/PKGBUILD
(from rev 205376, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install
(from rev 205376, kdesdk-okteta/trunk/kdesdk-okteta.install)
  kdesdk-okteta/repos/testing-x86_64/
  kdesdk-okteta/repos/testing-x86_64/PKGBUILD
(from rev 205376, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install
(from rev 205376, kdesdk-okteta/trunk/kdesdk-okteta.install)

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/kdesdk-okteta.install   |   12 
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/kdesdk-okteta.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdesdk-okteta/repos/testing-i686/PKGBUILD (from rev 205376, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-04 14:06:59 UTC (rev 205377)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.12.2
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('589ed30a4e0bef6eb6fce8f53a0884d5aa762f4e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install (from rev 
205376, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-i686/kdesdk-okteta.install  (rev 0)
+++ testing-i686/kdesdk-okteta.install  2014-02-04 14:06:59 UTC (rev 205377)
@@ -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: kdesdk-okteta/repos/testing-x86_64/PKGBUILD (from rev 205376, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-04 14:06:59 UTC (rev 205377)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.12.2
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('589ed30a4e0bef6eb6fce8f53a0884d5aa762f4e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install (from rev 
205376, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-x86_64/kdesdk-okteta.install(rev 0)
+++ testing-x86_64/kdesdk-okteta.install2014-02-04 14:06:59 UTC (rev 
205377)
@@ -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 kdesdk-okteta/repos (6 files)

2014-01-13 Thread Sven-Hendrik Haase
Date: Tuesday, January 14, 2014 @ 08:51:50
  Author: svenstaro
Revision: 203965

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

Added:
  kdesdk-okteta/repos/testing-i686/
  kdesdk-okteta/repos/testing-i686/PKGBUILD
(from rev 203964, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install
(from rev 203964, kdesdk-okteta/trunk/kdesdk-okteta.install)
  kdesdk-okteta/repos/testing-x86_64/
  kdesdk-okteta/repos/testing-x86_64/PKGBUILD
(from rev 203964, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install
(from rev 203964, kdesdk-okteta/trunk/kdesdk-okteta.install)

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/kdesdk-okteta.install   |   12 
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/kdesdk-okteta.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdesdk-okteta/repos/testing-i686/PKGBUILD (from rev 203964, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-14 07:51:50 UTC (rev 203965)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.12.1
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('ce33435b8ff57912e1cf3f116b6d366c66385e30')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install (from rev 
203964, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-i686/kdesdk-okteta.install  (rev 0)
+++ testing-i686/kdesdk-okteta.install  2014-01-14 07:51:50 UTC (rev 203965)
@@ -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: kdesdk-okteta/repos/testing-x86_64/PKGBUILD (from rev 203964, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-14 07:51:50 UTC (rev 203965)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.12.1
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('ce33435b8ff57912e1cf3f116b6d366c66385e30')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install (from rev 
203964, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-x86_64/kdesdk-okteta.install(rev 0)
+++ testing-x86_64/kdesdk-okteta.install2014-01-14 07:51:50 UTC (rev 
203965)
@@ -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 kdesdk-okteta/repos (6 files)

2013-12-18 Thread Andrea Scarpino
Date: Wednesday, December 18, 2013 @ 18:42:47
  Author: andrea
Revision: 202154

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

Added:
  kdesdk-okteta/repos/testing-i686/
  kdesdk-okteta/repos/testing-i686/PKGBUILD
(from rev 202153, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install
(from rev 202153, kdesdk-okteta/trunk/kdesdk-okteta.install)
  kdesdk-okteta/repos/testing-x86_64/
  kdesdk-okteta/repos/testing-x86_64/PKGBUILD
(from rev 202153, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install
(from rev 202153, kdesdk-okteta/trunk/kdesdk-okteta.install)

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/kdesdk-okteta.install   |   12 
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/kdesdk-okteta.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdesdk-okteta/repos/testing-i686/PKGBUILD (from rev 202153, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-18 17:42:47 UTC (rev 202154)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.12.0
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('230e9715de29b16ff3aa542c5557021702cfe6dc')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install (from rev 
202153, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-i686/kdesdk-okteta.install  (rev 0)
+++ testing-i686/kdesdk-okteta.install  2013-12-18 17:42:47 UTC (rev 202154)
@@ -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: kdesdk-okteta/repos/testing-x86_64/PKGBUILD (from rev 202153, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-18 17:42:47 UTC (rev 202154)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.12.0
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('230e9715de29b16ff3aa542c5557021702cfe6dc')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install (from rev 
202153, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-x86_64/kdesdk-okteta.install(rev 0)
+++ testing-x86_64/kdesdk-okteta.install2013-12-18 17:42:47 UTC (rev 
202154)
@@ -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 kdesdk-okteta/repos (6 files)

2013-11-08 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 21:45:20
  Author: andrea
Revision: 199230

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

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

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

Copied: kdesdk-okteta/repos/kde-unstable-i686/PKGBUILD (from rev 199229, 
kdesdk-okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-08 20:45:20 UTC (rev 199230)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.11.80
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('53466820d8cc7401ed31fbbbc637b584b5c2a728')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/kde-unstable-i686/kdesdk-okteta.install (from rev 
199229, kdesdk-okteta/kde-unstable/kdesdk-okteta.install)
===
--- kde-unstable-i686/kdesdk-okteta.install (rev 0)
+++ kde-unstable-i686/kdesdk-okteta.install 2013-11-08 20:45:20 UTC (rev 
199230)
@@ -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: kdesdk-okteta/repos/kde-unstable-x86_64/PKGBUILD (from rev 199229, 
kdesdk-okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:45:20 UTC (rev 199230)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.11.80
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('53466820d8cc7401ed31fbbbc637b584b5c2a728')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/kde-unstable-x86_64/kdesdk-okteta.install (from rev 
199229, kdesdk-okteta/kde-unstable/kdesdk-okteta.install)
===
--- kde-unstable-x86_64/kdesdk-okteta.install   (rev 0)
+++ kde-unstable-x86_64/kdesdk-okteta.install   2013-11-08 20:45:20 UTC (rev 
199230)
@@ -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 kdesdk-okteta/repos (6 files)

2013-08-14 Thread Andrea Scarpino
Date: Wednesday, August 14, 2013 @ 09:17:50
  Author: andrea
Revision: 192697

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

Added:
  kdesdk-okteta/repos/testing-i686/
  kdesdk-okteta/repos/testing-i686/PKGBUILD
(from rev 192696, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install
(from rev 192696, kdesdk-okteta/trunk/kdesdk-okteta.install)
  kdesdk-okteta/repos/testing-x86_64/
  kdesdk-okteta/repos/testing-x86_64/PKGBUILD
(from rev 192696, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install
(from rev 192696, kdesdk-okteta/trunk/kdesdk-okteta.install)

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/kdesdk-okteta.install   |   12 
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/kdesdk-okteta.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdesdk-okteta/repos/testing-i686/PKGBUILD (from rev 192696, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-14 07:17:50 UTC (rev 192697)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.11.0
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('9861ed34933f032912a69701e819ff6913a8a49c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install (from rev 
192696, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-i686/kdesdk-okteta.install  (rev 0)
+++ testing-i686/kdesdk-okteta.install  2013-08-14 07:17:50 UTC (rev 192697)
@@ -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: kdesdk-okteta/repos/testing-x86_64/PKGBUILD (from rev 192696, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-14 07:17:50 UTC (rev 192697)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.11.0
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('9861ed34933f032912a69701e819ff6913a8a49c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install (from rev 
192696, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-x86_64/kdesdk-okteta.install(rev 0)
+++ testing-x86_64/kdesdk-okteta.install2013-08-14 07:17:50 UTC (rev 
192697)
@@ -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 kdesdk-okteta/repos (6 files)

2013-06-13 Thread Andrea Scarpino
Date: Thursday, June 13, 2013 @ 21:09:15
  Author: andrea
Revision: 188398

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

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

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

Copied: kdesdk-okteta/repos/kde-unstable-i686/PKGBUILD (from rev 188397, 
kdesdk-okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-06-13 19:09:15 UTC (rev 188398)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.10.80
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('a7e3d1b819a7dc5194b05102ad7acba45955181b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/kde-unstable-i686/kdesdk-okteta.install (from rev 
188397, kdesdk-okteta/kde-unstable/kdesdk-okteta.install)
===
--- kde-unstable-i686/kdesdk-okteta.install (rev 0)
+++ kde-unstable-i686/kdesdk-okteta.install 2013-06-13 19:09:15 UTC (rev 
188398)
@@ -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: kdesdk-okteta/repos/kde-unstable-x86_64/PKGBUILD (from rev 188397, 
kdesdk-okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-06-13 19:09:15 UTC (rev 188398)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.10.80
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('a7e3d1b819a7dc5194b05102ad7acba45955181b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/kde-unstable-x86_64/kdesdk-okteta.install (from rev 
188397, kdesdk-okteta/kde-unstable/kdesdk-okteta.install)
===
--- kde-unstable-x86_64/kdesdk-okteta.install   (rev 0)
+++ kde-unstable-x86_64/kdesdk-okteta.install   2013-06-13 19:09:15 UTC (rev 
188398)
@@ -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
+}