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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:21:38
  Author: arojas
Revision: 239124

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

Added:
  kdesdk-umbrello/repos/staging-i686/
  kdesdk-umbrello/repos/staging-i686/PKGBUILD
(from rev 239123, kdesdk-umbrello/trunk/PKGBUILD)
  kdesdk-umbrello/repos/staging-i686/kdesdk-umbrello.install
(from rev 239123, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
  kdesdk-umbrello/repos/staging-x86_64/
  kdesdk-umbrello/repos/staging-x86_64/PKGBUILD
(from rev 239123, kdesdk-umbrello/trunk/PKGBUILD)
  kdesdk-umbrello/repos/staging-x86_64/kdesdk-umbrello.install
(from rev 239123, kdesdk-umbrello/trunk/kdesdk-umbrello.install)

+
 staging-i686/PKGBUILD  |   33 +++
 staging-i686/kdesdk-umbrello.install   |   12 +++
 staging-x86_64/PKGBUILD|   33 +++
 staging-x86_64/kdesdk-umbrello.install |   12 +++
 4 files changed, 90 insertions(+)

Copied: kdesdk-umbrello/repos/staging-i686/PKGBUILD (from rev 239123, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-12 08:21:38 UTC (rev 239124)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('93c007b788a59b705700abca28a4393cac012b11')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/staging-i686/kdesdk-umbrello.install (from rev 
239123, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- staging-i686/kdesdk-umbrello.install(rev 0)
+++ staging-i686/kdesdk-umbrello.install2015-05-12 08:21:38 UTC (rev 
239124)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/staging-x86_64/PKGBUILD (from rev 239123, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-12 08:21:38 UTC (rev 239124)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('93c007b788a59b705700abca28a4393cac012b11')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/staging-x86_64/kdesdk-umbrello.install (from rev 
239123, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- staging-x86_64/kdesdk-umbrello.install  (rev 0)
+++ staging-x86_64/kdesdk-umbrello.install  2015-05-12 08:21:38 UTC (rev 
239124)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-04-10 Thread Antonio Rojas
Date: Friday, April 10, 2015 @ 21:44:22
  Author: arojas
Revision: 236223

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

Added:
  kdesdk-umbrello/repos/staging-i686/
  kdesdk-umbrello/repos/staging-i686/PKGBUILD
(from rev 236222, kdesdk-umbrello/trunk/PKGBUILD)
  kdesdk-umbrello/repos/staging-i686/kdesdk-umbrello.install
(from rev 236222, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
  kdesdk-umbrello/repos/staging-x86_64/
  kdesdk-umbrello/repos/staging-x86_64/PKGBUILD
(from rev 236222, kdesdk-umbrello/trunk/PKGBUILD)
  kdesdk-umbrello/repos/staging-x86_64/kdesdk-umbrello.install
(from rev 236222, kdesdk-umbrello/trunk/kdesdk-umbrello.install)

+
 staging-i686/PKGBUILD  |   33 +++
 staging-i686/kdesdk-umbrello.install   |   12 +++
 staging-x86_64/PKGBUILD|   33 +++
 staging-x86_64/kdesdk-umbrello.install |   12 +++
 4 files changed, 90 insertions(+)

Copied: kdesdk-umbrello/repos/staging-i686/PKGBUILD (from rev 236222, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-10 19:44:22 UTC (rev 236223)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=15.04.0
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('25c9fe364434ed204d12c213640794150d7a0251')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/staging-i686/kdesdk-umbrello.install (from rev 
236222, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- staging-i686/kdesdk-umbrello.install(rev 0)
+++ staging-i686/kdesdk-umbrello.install2015-04-10 19:44:22 UTC (rev 
236223)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/staging-x86_64/PKGBUILD (from rev 236222, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-10 19:44:22 UTC (rev 236223)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=15.04.0
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('25c9fe364434ed204d12c213640794150d7a0251')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/staging-x86_64/kdesdk-umbrello.install (from rev 
236222, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- staging-x86_64/kdesdk-umbrello.install  (rev 0)
+++ staging-x86_64/kdesdk-umbrello.install  2015-04-10 19:44:22 UTC (rev 
236223)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:43:02
  Author: arojas
Revision: 233764

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

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

-+
 kde-unstable-i686/PKGBUILD  |   33 ++
 kde-unstable-i686/kdesdk-umbrello.install   |   12 +
 kde-unstable-x86_64/PKGBUILD|   33 ++
 kde-unstable-x86_64/kdesdk-umbrello.install |   12 +
 4 files changed, 90 insertions(+)

Copied: kdesdk-umbrello/repos/kde-unstable-i686/PKGBUILD (from rev 233763, 
kdesdk-umbrello/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:43:02 UTC (rev 233764)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('d03871f89468e961c7dd62c5010c73d9c3e939b0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/kde-unstable-i686/kdesdk-umbrello.install (from 
rev 233763, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
===
--- kde-unstable-i686/kdesdk-umbrello.install   (rev 0)
+++ kde-unstable-i686/kdesdk-umbrello.install   2015-03-14 10:43:02 UTC (rev 
233764)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/kde-unstable-x86_64/PKGBUILD (from rev 233763, 
kdesdk-umbrello/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:43:02 UTC (rev 233764)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('d03871f89468e961c7dd62c5010c73d9c3e939b0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/kde-unstable-x86_64/kdesdk-umbrello.install (from 
rev 233763, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
===
--- kde-unstable-x86_64/kdesdk-umbrello.install (rev 0)
+++ kde-unstable-x86_64/kdesdk-umbrello.install 2015-03-14 10:43:02 UTC (rev 
233764)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-03-04 Thread Felix Yan
Date: Wednesday, March 4, 2015 @ 17:42:08
  Author: fyan
Revision: 232809

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

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

+
 testing-i686/PKGBUILD  |   33 +++
 testing-i686/kdesdk-umbrello.install   |   12 +++
 testing-x86_64/PKGBUILD|   33 +++
 testing-x86_64/kdesdk-umbrello.install |   12 +++
 4 files changed, 90 insertions(+)

Copied: kdesdk-umbrello/repos/testing-i686/PKGBUILD (from rev 232808, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-04 16:42:08 UTC (rev 232809)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=14.12.3
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('2036951f16881087c58d7397b9924baeb8370f26')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-i686/kdesdk-umbrello.install (from rev 
232808, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-i686/kdesdk-umbrello.install(rev 0)
+++ testing-i686/kdesdk-umbrello.install2015-03-04 16:42:08 UTC (rev 
232809)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 232808, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-04 16:42:08 UTC (rev 232809)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=14.12.3
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('2036951f16881087c58d7397b9924baeb8370f26')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install (from rev 
232808, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-x86_64/kdesdk-umbrello.install  (rev 0)
+++ testing-x86_64/kdesdk-umbrello.install  2015-03-04 16:42:08 UTC (rev 
232809)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 08:11:05
  Author: fyan
Revision: 229331

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

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

+
 testing-i686/PKGBUILD  |   33 +++
 testing-i686/kdesdk-umbrello.install   |   12 +++
 testing-x86_64/PKGBUILD|   33 +++
 testing-x86_64/kdesdk-umbrello.install |   12 +++
 4 files changed, 90 insertions(+)

Copied: kdesdk-umbrello/repos/testing-i686/PKGBUILD (from rev 229330, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 07:11:05 UTC (rev 229331)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=14.12.1
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('424658713e36e54a508efc1dbf8be57da9dbc554')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-i686/kdesdk-umbrello.install (from rev 
229330, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-i686/kdesdk-umbrello.install(rev 0)
+++ testing-i686/kdesdk-umbrello.install2015-01-16 07:11:05 UTC (rev 
229331)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 229330, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 07:11:05 UTC (rev 229331)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=14.12.1
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('424658713e36e54a508efc1dbf8be57da9dbc554')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install (from rev 
229330, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-x86_64/kdesdk-umbrello.install  (rev 0)
+++ testing-x86_64/kdesdk-umbrello.install  2015-01-16 07:11:05 UTC (rev 
229331)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2014-11-19 Thread Felix Yan
Date: Wednesday, November 19, 2014 @ 20:11:35
  Author: fyan
Revision: 226699

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

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

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/kdesdk-umbrello.install   |   12 +++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/kdesdk-umbrello.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdesdk-umbrello/repos/testing-i686/PKGBUILD (from rev 226698, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-19 19:11:35 UTC (rev 226699)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.14.3
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('e963fbe9c024948784e37a83ae456965512ef3bc')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-i686/kdesdk-umbrello.install (from rev 
226698, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-i686/kdesdk-umbrello.install(rev 0)
+++ testing-i686/kdesdk-umbrello.install2014-11-19 19:11:35 UTC (rev 
226699)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 226698, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-19 19:11:35 UTC (rev 226699)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.14.3
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('e963fbe9c024948784e37a83ae456965512ef3bc')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install (from rev 
226698, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-x86_64/kdesdk-umbrello.install  (rev 0)
+++ testing-x86_64/kdesdk-umbrello.install  2014-11-19 19:11:35 UTC (rev 
226699)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

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

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

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

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/kdesdk-umbrello.install   |   12 +++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/kdesdk-umbrello.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdesdk-umbrello/repos/testing-i686/PKGBUILD (from rev 222465, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:29:46 UTC (rev 222466)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.14.1
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('96a8d45a24403e56b5fa2d64aa615d97970208ec')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-i686/kdesdk-umbrello.install (from rev 
222465, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-i686/kdesdk-umbrello.install(rev 0)
+++ testing-i686/kdesdk-umbrello.install2014-09-20 16:29:46 UTC (rev 
222466)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 222465, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:29:46 UTC (rev 222466)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.14.1
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('96a8d45a24403e56b5fa2d64aa615d97970208ec')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install (from rev 
222465, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-x86_64/kdesdk-umbrello.install  (rev 0)
+++ testing-x86_64/kdesdk-umbrello.install  2014-09-20 16:29:46 UTC (rev 
222466)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

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

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

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

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/kdesdk-umbrello.install   |   12 +++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/kdesdk-umbrello.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdesdk-umbrello/repos/testing-i686/PKGBUILD (from rev 220079, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-16 20:20:57 UTC (rev 220080)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.14.0
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('69e755b8604d671f79993e61eb9a12e785eeabfc')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-i686/kdesdk-umbrello.install (from rev 
220079, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-i686/kdesdk-umbrello.install(rev 0)
+++ testing-i686/kdesdk-umbrello.install2014-08-16 20:20:57 UTC (rev 
220080)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 220079, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-16 20:20:57 UTC (rev 220080)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.14.0
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('69e755b8604d671f79993e61eb9a12e785eeabfc')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install (from rev 
220079, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-x86_64/kdesdk-umbrello.install  (rev 0)
+++ testing-x86_64/kdesdk-umbrello.install  2014-08-16 20:20:57 UTC (rev 
220080)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 17:09:26
  Author: svenstaro
Revision: 218131

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

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

-+
 kde-unstable-i686/PKGBUILD  |   32 ++
 kde-unstable-i686/kdesdk-umbrello.install   |   12 +
 kde-unstable-x86_64/PKGBUILD|   32 ++
 kde-unstable-x86_64/kdesdk-umbrello.install |   12 +
 4 files changed, 88 insertions(+)

Copied: kdesdk-umbrello/repos/kde-unstable-i686/PKGBUILD (from rev 218130, 
kdesdk-umbrello/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 15:09:26 UTC (rev 218131)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.13.95
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('74d419a9ee0a72a83cd500710f07481eaf39fdcc')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/kde-unstable-i686/kdesdk-umbrello.install (from 
rev 218130, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
===
--- kde-unstable-i686/kdesdk-umbrello.install   (rev 0)
+++ kde-unstable-i686/kdesdk-umbrello.install   2014-07-25 15:09:26 UTC (rev 
218131)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/kde-unstable-x86_64/PKGBUILD (from rev 218130, 
kdesdk-umbrello/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 15:09:26 UTC (rev 218131)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.13.95
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('74d419a9ee0a72a83cd500710f07481eaf39fdcc')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/kde-unstable-x86_64/kdesdk-umbrello.install (from 
rev 218130, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
===
--- kde-unstable-x86_64/kdesdk-umbrello.install (rev 0)
+++ kde-unstable-x86_64/kdesdk-umbrello.install 2014-07-25 15:09:26 UTC (rev 
218131)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:21:02
  Author: svenstaro
Revision: 214699

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

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

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/kdesdk-umbrello.install   |   12 +++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/kdesdk-umbrello.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdesdk-umbrello/repos/testing-i686/PKGBUILD (from rev 214698, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:21:02 UTC (rev 214699)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('9365dcf71893131bf884d7fee933c37815894ac2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-i686/kdesdk-umbrello.install (from rev 
214698, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-i686/kdesdk-umbrello.install(rev 0)
+++ testing-i686/kdesdk-umbrello.install2014-06-09 03:21:02 UTC (rev 
214699)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 214698, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:21:02 UTC (rev 214699)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('9365dcf71893131bf884d7fee933c37815894ac2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install (from rev 
214698, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-x86_64/kdesdk-umbrello.install  (rev 0)
+++ testing-x86_64/kdesdk-umbrello.install  2014-06-09 03:21:02 UTC (rev 
214699)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 22:10:26
  Author: svenstaro
Revision: 212725

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

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

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/kdesdk-umbrello.install   |   12 +++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/kdesdk-umbrello.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdesdk-umbrello/repos/testing-i686/PKGBUILD (from rev 212724, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-14 20:10:26 UTC (rev 212725)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.13.1
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('2bc22fa7a285ca1e0984a136a473df037a03844a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-i686/kdesdk-umbrello.install (from rev 
212724, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-i686/kdesdk-umbrello.install(rev 0)
+++ testing-i686/kdesdk-umbrello.install2014-05-14 20:10:26 UTC (rev 
212725)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 212724, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-14 20:10:26 UTC (rev 212725)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.13.1
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('2bc22fa7a285ca1e0984a136a473df037a03844a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install (from rev 
212724, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-x86_64/kdesdk-umbrello.install  (rev 0)
+++ testing-x86_64/kdesdk-umbrello.install  2014-05-14 20:10:26 UTC (rev 
212725)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-04-16 Thread Andrea Scarpino
Date: Wednesday, April 16, 2014 @ 16:15:19
  Author: andrea
Revision: 210777

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

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

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/kdesdk-umbrello.install   |   12 +++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/kdesdk-umbrello.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdesdk-umbrello/repos/testing-i686/PKGBUILD (from rev 210776, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-16 14:15:19 UTC (rev 210777)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.13.0
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('087c9cf58fa04f65adf476c660c53f993482f211')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-i686/kdesdk-umbrello.install (from rev 
210776, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-i686/kdesdk-umbrello.install(rev 0)
+++ testing-i686/kdesdk-umbrello.install2014-04-16 14:15:19 UTC (rev 
210777)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 210776, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-16 14:15:19 UTC (rev 210777)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.13.0
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('087c9cf58fa04f65adf476c660c53f993482f211')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install (from rev 
210776, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-x86_64/kdesdk-umbrello.install  (rev 0)
+++ testing-x86_64/kdesdk-umbrello.install  2014-04-16 14:15:19 UTC (rev 
210777)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:52:15
  Author: andrea
Revision: 207313

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

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

-+
 kde-unstable-i686/PKGBUILD  |   32 ++
 kde-unstable-i686/kdesdk-umbrello.install   |   12 +
 kde-unstable-x86_64/PKGBUILD|   32 ++
 kde-unstable-x86_64/kdesdk-umbrello.install |   12 +
 4 files changed, 88 insertions(+)

Copied: kdesdk-umbrello/repos/kde-unstable-i686/PKGBUILD (from rev 207312, 
kdesdk-umbrello/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:52:15 UTC (rev 207313)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('94afe3c5c5ee28023de26dc6cf6762fc13e7a2e6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/kde-unstable-i686/kdesdk-umbrello.install (from 
rev 207312, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
===
--- kde-unstable-i686/kdesdk-umbrello.install   (rev 0)
+++ kde-unstable-i686/kdesdk-umbrello.install   2014-03-08 08:52:15 UTC (rev 
207313)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/kde-unstable-x86_64/PKGBUILD (from rev 207312, 
kdesdk-umbrello/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:52:15 UTC (rev 207313)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('94afe3c5c5ee28023de26dc6cf6762fc13e7a2e6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/kde-unstable-x86_64/kdesdk-umbrello.install (from 
rev 207312, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
===
--- kde-unstable-x86_64/kdesdk-umbrello.install (rev 0)
+++ kde-unstable-x86_64/kdesdk-umbrello.install 2014-03-08 08:52:15 UTC (rev 
207313)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

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

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

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

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/kdesdk-umbrello.install   |   12 +++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/kdesdk-umbrello.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdesdk-umbrello/repos/testing-i686/PKGBUILD (from rev 206854, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:28:42 UTC (rev 206855)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('03de14dd4623681a80c3c0bfdc9469a698ee99f1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-i686/kdesdk-umbrello.install (from rev 
206854, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-i686/kdesdk-umbrello.install(rev 0)
+++ testing-i686/kdesdk-umbrello.install2014-03-05 10:28:42 UTC (rev 
206855)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 206854, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:28:42 UTC (rev 206855)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('03de14dd4623681a80c3c0bfdc9469a698ee99f1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install (from rev 
206854, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-x86_64/kdesdk-umbrello.install  (rev 0)
+++ testing-x86_64/kdesdk-umbrello.install  2014-03-05 10:28:42 UTC (rev 
206855)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 15:07:22
  Author: svenstaro
Revision: 205385

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

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

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/kdesdk-umbrello.install   |   12 +++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/kdesdk-umbrello.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdesdk-umbrello/repos/testing-i686/PKGBUILD (from rev 205384, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-04 14:07:22 UTC (rev 205385)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.12.2
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('0a2b39226a3c9388257019e213a57009d8f6e7f8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-i686/kdesdk-umbrello.install (from rev 
205384, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-i686/kdesdk-umbrello.install(rev 0)
+++ testing-i686/kdesdk-umbrello.install2014-02-04 14:07:22 UTC (rev 
205385)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 205384, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-04 14:07:22 UTC (rev 205385)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.12.2
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('0a2b39226a3c9388257019e213a57009d8f6e7f8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install (from rev 
205384, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-x86_64/kdesdk-umbrello.install  (rev 0)
+++ testing-x86_64/kdesdk-umbrello.install  2014-02-04 14:07:22 UTC (rev 
205385)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-01-13 Thread Sven-Hendrik Haase
Date: Tuesday, January 14, 2014 @ 08:52:16
  Author: svenstaro
Revision: 203973

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

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

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/kdesdk-umbrello.install   |   12 +++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/kdesdk-umbrello.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdesdk-umbrello/repos/testing-i686/PKGBUILD (from rev 203972, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-14 07:52:16 UTC (rev 203973)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.12.1
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('1aaff2f32f924020502f2cfb983b5fa43495137b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-i686/kdesdk-umbrello.install (from rev 
203972, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-i686/kdesdk-umbrello.install(rev 0)
+++ testing-i686/kdesdk-umbrello.install2014-01-14 07:52:16 UTC (rev 
203973)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 203972, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-14 07:52:16 UTC (rev 203973)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.12.1
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('1aaff2f32f924020502f2cfb983b5fa43495137b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install (from rev 
203972, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-x86_64/kdesdk-umbrello.install  (rev 0)
+++ testing-x86_64/kdesdk-umbrello.install  2014-01-14 07:52:16 UTC (rev 
203973)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-12-18 Thread Andrea Scarpino
Date: Wednesday, December 18, 2013 @ 18:43:14
  Author: andrea
Revision: 202158

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

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

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/kdesdk-umbrello.install   |   12 +++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/kdesdk-umbrello.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdesdk-umbrello/repos/testing-i686/PKGBUILD (from rev 202157, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-18 17:43:14 UTC (rev 202158)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.12.0
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('307f2da8ea0a69e045c1013c20e0ffeb1690ad56')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-i686/kdesdk-umbrello.install (from rev 
202157, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-i686/kdesdk-umbrello.install(rev 0)
+++ testing-i686/kdesdk-umbrello.install2013-12-18 17:43:14 UTC (rev 
202158)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 202157, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-18 17:43:14 UTC (rev 202158)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.12.0
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('307f2da8ea0a69e045c1013c20e0ffeb1690ad56')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install (from rev 
202157, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-x86_64/kdesdk-umbrello.install  (rev 0)
+++ testing-x86_64/kdesdk-umbrello.install  2013-12-18 17:43:14 UTC (rev 
202158)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

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

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

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

-+
 kde-unstable-i686/PKGBUILD  |   32 ++
 kde-unstable-i686/kdesdk-umbrello.install   |   12 +
 kde-unstable-x86_64/PKGBUILD|   32 ++
 kde-unstable-x86_64/kdesdk-umbrello.install |   12 +
 4 files changed, 88 insertions(+)

Copied: kdesdk-umbrello/repos/kde-unstable-i686/PKGBUILD (from rev 199233, 
kdesdk-umbrello/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-08 20:45:58 UTC (rev 199234)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.11.80
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('ffcbbfe66f12d7bae11ab5af8f86df885ae730c1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/kde-unstable-i686/kdesdk-umbrello.install (from 
rev 199233, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
===
--- kde-unstable-i686/kdesdk-umbrello.install   (rev 0)
+++ kde-unstable-i686/kdesdk-umbrello.install   2013-11-08 20:45:58 UTC (rev 
199234)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/kde-unstable-x86_64/PKGBUILD (from rev 199233, 
kdesdk-umbrello/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:45:58 UTC (rev 199234)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.11.80
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('ffcbbfe66f12d7bae11ab5af8f86df885ae730c1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/kde-unstable-x86_64/kdesdk-umbrello.install (from 
rev 199233, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
===
--- kde-unstable-x86_64/kdesdk-umbrello.install (rev 0)
+++ kde-unstable-x86_64/kdesdk-umbrello.install 2013-11-08 20:45:58 UTC (rev 
199234)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-08-14 Thread Andrea Scarpino
Date: Wednesday, August 14, 2013 @ 09:18:24
  Author: andrea
Revision: 192701

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

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

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/kdesdk-umbrello.install   |   12 +++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/kdesdk-umbrello.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdesdk-umbrello/repos/testing-i686/PKGBUILD (from rev 192700, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-14 07:18:24 UTC (rev 192701)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.11.0
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('ec1552e8d854c41ef5febcee581f4cc16b8869e6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-i686/kdesdk-umbrello.install (from rev 
192700, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-i686/kdesdk-umbrello.install(rev 0)
+++ testing-i686/kdesdk-umbrello.install2013-08-14 07:18:24 UTC (rev 
192701)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 192700, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-14 07:18:24 UTC (rev 192701)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.11.0
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('ec1552e8d854c41ef5febcee581f4cc16b8869e6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install (from rev 
192700, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-x86_64/kdesdk-umbrello.install  (rev 0)
+++ testing-x86_64/kdesdk-umbrello.install  2013-08-14 07:18:24 UTC (rev 
192701)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

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

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

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

-+
 kde-unstable-i686/PKGBUILD  |   32 ++
 kde-unstable-i686/kdesdk-umbrello.install   |   12 +
 kde-unstable-x86_64/PKGBUILD|   32 ++
 kde-unstable-x86_64/kdesdk-umbrello.install |   12 +
 4 files changed, 88 insertions(+)

Copied: kdesdk-umbrello/repos/kde-unstable-i686/PKGBUILD (from rev 188401, 
kdesdk-umbrello/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-06-13 19:09:44 UTC (rev 188402)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.10.80
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('3f598ac01331842b1c84bc5ede63a74be36a6f70')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/kde-unstable-i686/kdesdk-umbrello.install (from 
rev 188401, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
===
--- kde-unstable-i686/kdesdk-umbrello.install   (rev 0)
+++ kde-unstable-i686/kdesdk-umbrello.install   2013-06-13 19:09:44 UTC (rev 
188402)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-umbrello/repos/kde-unstable-x86_64/PKGBUILD (from rev 188401, 
kdesdk-umbrello/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-06-13 19:09:44 UTC (rev 188402)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.10.80
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('3f598ac01331842b1c84bc5ede63a74be36a6f70')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/kde-unstable-x86_64/kdesdk-umbrello.install (from 
rev 188401, kdesdk-umbrello/kde-unstable/kdesdk-umbrello.install)
===
--- kde-unstable-x86_64/kdesdk-umbrello.install (rev 0)
+++ kde-unstable-x86_64/kdesdk-umbrello.install 2013-06-13 19:09:44 UTC (rev 
188402)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}