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

Antonio Rojas arojas at archlinux.org
Sat Mar 26 23:37:31 UTC 2016


    Date: Sunday, March 27, 2016 @ 00:37:31
  Author: arojas
Revision: 262786

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

Added:
  umbrello/repos/staging-i686/
  umbrello/repos/staging-i686/PKGBUILD
    (from rev 262785, umbrello/kde-unstable/PKGBUILD)
  umbrello/repos/staging-i686/umbrello.install
    (from rev 262785, umbrello/kde-unstable/umbrello.install)
  umbrello/repos/staging-x86_64/
  umbrello/repos/staging-x86_64/PKGBUILD
    (from rev 262785, umbrello/kde-unstable/PKGBUILD)
  umbrello/repos/staging-x86_64/umbrello.install
    (from rev 262785, umbrello/kde-unstable/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 262785, umbrello/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-03-26 23:37:31 UTC (rev 262786)
@@ -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=16.03.80
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('7a34b3b2f48c3ffaad67aed16de203c9')
+
+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 262785, umbrello/kde-unstable/umbrello.install)
===================================================================
--- staging-i686/umbrello.install	                        (rev 0)
+++ staging-i686/umbrello.install	2016-03-26 23:37:31 UTC (rev 262786)
@@ -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 262785, umbrello/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-03-26 23:37:31 UTC (rev 262786)
@@ -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=16.03.80
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('7a34b3b2f48c3ffaad67aed16de203c9')
+
+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 262785, umbrello/kde-unstable/umbrello.install)
===================================================================
--- staging-x86_64/umbrello.install	                        (rev 0)
+++ staging-x86_64/umbrello.install	2016-03-26 23:37:31 UTC (rev 262786)
@@ -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