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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Dec 8 12:17:36 UTC 2015


    Date: Tuesday, December 8, 2015 @ 13:17:36
  Author: bpiotrowski
Revision: 253752

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

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

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

Copied: umbrello/repos/staging-i686/PKGBUILD (from rev 253751, umbrello/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-08 12:17:36 UTC (rev 253752)
@@ -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.08.3
+pkgrel=2
+pkgdesc='UML modeller'
+arch=(i686 x86_64)
+url='http://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(hicolor-icon-theme ktexteditor kinit)
+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=('ceb2cc91459718dbd021598ec050fbc1')
+
+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/staging-i686/umbrello.install (from rev 253751, umbrello/trunk/umbrello.install)
===================================================================
--- staging-i686/umbrello.install	                        (rev 0)
+++ staging-i686/umbrello.install	2015-12-08 12:17:36 UTC (rev 253752)
@@ -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/staging-x86_64/PKGBUILD (from rev 253751, umbrello/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-08 12:17:36 UTC (rev 253752)
@@ -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.08.3
+pkgrel=2
+pkgdesc='UML modeller'
+arch=(i686 x86_64)
+url='http://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(hicolor-icon-theme ktexteditor kinit)
+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=('ceb2cc91459718dbd021598ec050fbc1')
+
+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/staging-x86_64/umbrello.install (from rev 253751, umbrello/trunk/umbrello.install)
===================================================================
--- staging-x86_64/umbrello.install	                        (rev 0)
+++ staging-x86_64/umbrello.install	2015-12-08 12:17:36 UTC (rev 253752)
@@ -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