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

Antonio Rojas arojas at archlinux.org
Sun Dec 20 16:42:39 UTC 2015


    Date: Sunday, December 20, 2015 @ 17:42:39
  Author: arojas
Revision: 257045

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

Added:
  umbrello/repos/extra-i686/PKGBUILD
    (from rev 257044, umbrello/trunk/PKGBUILD)
  umbrello/repos/extra-i686/umbrello.install
    (from rev 257044, umbrello/trunk/umbrello.install)
  umbrello/repos/extra-x86_64/PKGBUILD
    (from rev 257044, umbrello/trunk/PKGBUILD)
  umbrello/repos/extra-x86_64/umbrello.install
    (from rev 257044, umbrello/trunk/umbrello.install)
Deleted:
  umbrello/repos/extra-i686/PKGBUILD
  umbrello/repos/extra-i686/umbrello.install
  umbrello/repos/extra-x86_64/PKGBUILD
  umbrello/repos/extra-x86_64/umbrello.install

-------------------------------+
 /PKGBUILD                     |   92 ++++++++++++++++++++++++++++++++++++++++
 /umbrello.install             |   26 +++++++++++
 extra-i686/PKGBUILD           |   41 -----------------
 extra-i686/umbrello.install   |   13 -----
 extra-x86_64/PKGBUILD         |   41 -----------------
 extra-x86_64/umbrello.install |   13 -----
 6 files changed, 118 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-12-20 16:42:01 UTC (rev 257044)
+++ extra-i686/PKGBUILD	2015-12-20 16:42:39 UTC (rev 257045)
@@ -1,41 +0,0 @@
-# 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.0
-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=('1056ec261ec2b05b775e7995abdfab72')
-
-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/extra-i686/PKGBUILD (from rev 257044, umbrello/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-12-20 16:42:39 UTC (rev 257045)
@@ -0,0 +1,46 @@
+# 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.0
+pkgrel=2
+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"
+	fix-build.patch::"https://quickgit.kde.org/?p=umbrello.git&a=commitdiff&h=f18143&o=plain")
+install=$pkgname.install
+md5sums=('1056ec261ec2b05b775e7995abdfab72'
+         '446a933b6447db14659c92b6f23345c8')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../fix-build.patch
+}
+
+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
+}
+

Deleted: extra-i686/umbrello.install
===================================================================
--- extra-i686/umbrello.install	2015-12-20 16:42:01 UTC (rev 257044)
+++ extra-i686/umbrello.install	2015-12-20 16:42:39 UTC (rev 257045)
@@ -1,13 +0,0 @@
-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/extra-i686/umbrello.install (from rev 257044, umbrello/trunk/umbrello.install)
===================================================================
--- extra-i686/umbrello.install	                        (rev 0)
+++ extra-i686/umbrello.install	2015-12-20 16:42:39 UTC (rev 257045)
@@ -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
+}
+

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-12-20 16:42:01 UTC (rev 257044)
+++ extra-x86_64/PKGBUILD	2015-12-20 16:42:39 UTC (rev 257045)
@@ -1,41 +0,0 @@
-# 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.0
-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=('1056ec261ec2b05b775e7995abdfab72')
-
-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/extra-x86_64/PKGBUILD (from rev 257044, umbrello/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-12-20 16:42:39 UTC (rev 257045)
@@ -0,0 +1,46 @@
+# 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.0
+pkgrel=2
+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"
+	fix-build.patch::"https://quickgit.kde.org/?p=umbrello.git&a=commitdiff&h=f18143&o=plain")
+install=$pkgname.install
+md5sums=('1056ec261ec2b05b775e7995abdfab72'
+         '446a933b6447db14659c92b6f23345c8')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../fix-build.patch
+}
+
+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
+}
+

Deleted: extra-x86_64/umbrello.install
===================================================================
--- extra-x86_64/umbrello.install	2015-12-20 16:42:01 UTC (rev 257044)
+++ extra-x86_64/umbrello.install	2015-12-20 16:42:39 UTC (rev 257045)
@@ -1,13 +0,0 @@
-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/extra-x86_64/umbrello.install (from rev 257044, umbrello/trunk/umbrello.install)
===================================================================
--- extra-x86_64/umbrello.install	                        (rev 0)
+++ extra-x86_64/umbrello.install	2015-12-20 16:42:39 UTC (rev 257045)
@@ -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