[arch-commits] Commit in kdesdk-umbrello/repos (3 files)
Felix Yan
fyan at archlinux.org
Wed Feb 4 08:42:28 UTC 2015
Date: Wednesday, February 4, 2015 @ 09:42:28
Author: fyan
Revision: 230692
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdesdk-umbrello/repos/testing-x86_64/
kdesdk-umbrello/repos/testing-x86_64/PKGBUILD
(from rev 230691, kdesdk-umbrello/trunk/PKGBUILD)
kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install
(from rev 230691, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
-------------------------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
kdesdk-umbrello.install | 12 ++++++++++++
2 files changed, 45 insertions(+)
Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 230691, kdesdk-umbrello/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:42:28 UTC (rev 230692)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-umbrello
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz")
+sha1sums=('f9d129e48ab733d2390020935f6bc1f5bc586709')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../umbrello-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR=$pkgdir install
+}
Copied: kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install (from rev 230691, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===================================================================
--- testing-x86_64/kdesdk-umbrello.install (rev 0)
+++ testing-x86_64/kdesdk-umbrello.install 2015-02-04 08:42:28 UTC (rev 230692)
@@ -0,0 +1,12 @@
+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