[arch-commits] Commit in umbrello (7 files)

Antonio Rojas arojas at archlinux.org
Tue Jul 28 18:10:05 UTC 2015


    Date: Tuesday, July 28, 2015 @ 20:10:04
  Author: arojas
Revision: 242594

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

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

--------------------------------------+
 kde-unstable-i686/PKGBUILD           |   39 +++++++++++++++++++++++++++++++++
 kde-unstable-i686/umbrello.install   |   13 +++++++++++
 kde-unstable-x86_64/PKGBUILD         |   39 +++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/umbrello.install |   13 +++++++++++
 4 files changed, 104 insertions(+)

Copied: umbrello/repos/kde-unstable-i686/PKGBUILD (from rev 242593, umbrello/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD	2015-07-28 18:10:04 UTC (rev 242594)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org> 
+
+pkgname=umbrello
+pkgver=15.07.80
+pkgrel=1
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('cc1d87543e0e55fc15dde02a0997545c')
+
+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/kde-unstable-i686/umbrello.install (from rev 242593, umbrello/kde-unstable/umbrello.install)
===================================================================
--- repos/kde-unstable-i686/umbrello.install	                        (rev 0)
+++ repos/kde-unstable-i686/umbrello.install	2015-07-28 18:10:04 UTC (rev 242594)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 242593, umbrello/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2015-07-28 18:10:04 UTC (rev 242594)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org> 
+
+pkgname=umbrello
+pkgver=15.07.80
+pkgrel=1
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('cc1d87543e0e55fc15dde02a0997545c')
+
+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/kde-unstable-x86_64/umbrello.install (from rev 242593, umbrello/kde-unstable/umbrello.install)
===================================================================
--- repos/kde-unstable-x86_64/umbrello.install	                        (rev 0)
+++ repos/kde-unstable-x86_64/umbrello.install	2015-07-28 18:10:04 UTC (rev 242594)
@@ -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