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

Antonio Rojas arojas at archlinux.org
Tue Feb 16 08:58:08 UTC 2016


    Date: Tuesday, February 16, 2016 @ 09:58:08
  Author: arojas
Revision: 259541

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

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

---------------------------------+
 testing-i686/PKGBUILD           |   41 ++++++++++++++++++++++++++++++++++++++
 testing-i686/umbrello.install   |   13 ++++++++++++
 testing-x86_64/PKGBUILD         |   41 ++++++++++++++++++++++++++++++++++++++
 testing-x86_64/umbrello.install |   13 ++++++++++++
 4 files changed, 108 insertions(+)

Copied: umbrello/repos/testing-i686/PKGBUILD (from rev 259540, umbrello/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-02-16 08:58:08 UTC (rev 259541)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org> 
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=umbrello
+pkgver=15.12.2
+pkgrel=1
+pkgdesc='UML modeller'
+arch=(i686 x86_64)
+url='http://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(hicolor-icon-theme ktexteditor)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdesdk-umbrello)
+replaces=(kdesdk-umbrello)
+groups=(kde-applications kdesdk)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('0373a87975e47227e6aea6c99d1ebb1f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_KF5=ON \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Copied: umbrello/repos/testing-i686/umbrello.install (from rev 259540, umbrello/trunk/umbrello.install)
===================================================================
--- testing-i686/umbrello.install	                        (rev 0)
+++ testing-i686/umbrello.install	2016-02-16 08:58:08 UTC (rev 259541)
@@ -0,0 +1,13 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}
+

Copied: umbrello/repos/testing-x86_64/PKGBUILD (from rev 259540, umbrello/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-02-16 08:58:08 UTC (rev 259541)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org> 
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=umbrello
+pkgver=15.12.2
+pkgrel=1
+pkgdesc='UML modeller'
+arch=(i686 x86_64)
+url='http://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(hicolor-icon-theme ktexteditor)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdesdk-umbrello)
+replaces=(kdesdk-umbrello)
+groups=(kde-applications kdesdk)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('0373a87975e47227e6aea6c99d1ebb1f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_KF5=ON \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Copied: umbrello/repos/testing-x86_64/umbrello.install (from rev 259540, umbrello/trunk/umbrello.install)
===================================================================
--- testing-x86_64/umbrello.install	                        (rev 0)
+++ testing-x86_64/umbrello.install	2016-02-16 08:58:08 UTC (rev 259541)
@@ -0,0 +1,13 @@
+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