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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Jul 25 15:09:26 UTC 2014


    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 <andrea at 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/PKGBUILD	2014-07-25 15:09:26 UTC (rev 218131)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at 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
+}




More information about the arch-commits mailing list