[arch-commits] Commit in umbrello/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Dec 20 16:42:02 UTC 2015
Date: Sunday, December 20, 2015 @ 17:42:01
Author: arojas
Revision: 257044
Fix KF5 build (FS#47456)
Modified:
umbrello/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-12-20 14:43:18 UTC (rev 257043)
+++ PKGBUILD 2015-12-20 16:42:01 UTC (rev 257044)
@@ -4,7 +4,7 @@
pkgname=umbrello
pkgver=15.12.0
-pkgrel=1
+pkgrel=2
pkgdesc='UML modeller'
arch=(i686 x86_64)
url='http://kde.org/applications/development/umbrello'
@@ -14,12 +14,17 @@
conflicts=(kdesdk-umbrello)
replaces=(kdesdk-umbrello)
groups=(kde-applications kdesdk)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+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')
+md5sums=('1056ec261ec2b05b775e7995abdfab72'
+ '446a933b6447db14659c92b6f23345c8')
prepare() {
mkdir -p build
+
+ cd $pkgname-$pkgver
+ patch -p1 -i ../fix-build.patch
}
build() {
More information about the arch-commits
mailing list