[arch-commits] Commit in umbrello/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Aug 23 10:05:17 UTC 2015


    Date: Sunday, August 23, 2015 @ 12:05:15
  Author: arojas
Revision: 244732

Fix launching umbrello from the menu

Modified:
  umbrello/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-23 09:37:26 UTC (rev 244731)
+++ PKGBUILD	2015-08-23 10:05:15 UTC (rev 244732)
@@ -4,7 +4,7 @@
 
 pkgname=umbrello
 pkgver=15.08.0
-pkgrel=1
+pkgrel=2
 pkgdesc='UML modeller'
 arch=(i686 x86_64)
 url='http://kde.org/applications/development/umbrello'
@@ -37,5 +37,8 @@
 package() {
   cd build
   make DESTDIR="$pkgdir" install
+
+# Fix launching umbrello from the desktop file
+  sed -e 's|caption|qwindowtitle|g' -i "$pkgdir"/usr/share/applications/org.kde.umbrello.desktop
 }
 



More information about the arch-commits mailing list