[arch-commits] Commit in umbrello (trunk trunk trunk/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Aug 21 05:24:01 UTC 2016
Date: Sunday, August 21, 2016 @ 05:24:01
Author: felixonmars
Revision: 274477
upgpkg: umbrello 16.08.0-1
Upstream release
Added:
umbrello/trunk/
umbrello/trunk/PKGBUILD
Deleted:
umbrello/trunk/
----------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD (rev 0)
+++ trunk/PKGBUILD 2016-08-21 05:24:01 UTC (rev 274477)
@@ -0,0 +1,39 @@
+# 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.08.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")
+md5sums=('89c4d6a458448d4d1ce791e31bf0721f')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE_INSTALL_LIBDIR=lib \
+ -DBUILD_TESTING=OFF \
+ -DBUILD_KF5=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
+
Property changes on: umbrello/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list