Skip to content

Commit

Permalink
KDevelop: add dbus to requires
Browse files Browse the repository at this point in the history
* delete mime.cache as it prevents Calligra apps from starting
* attempt to fix install on secondary arch
  • Loading branch information
diversys committed Apr 12, 2018
1 parent 8796f7e commit 2b72590
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev-util/kdevelop/kdevelop-5.2.2.recipe
Expand Up @@ -7,7 +7,7 @@ HOMEPAGE="https://www.kdevelop.org/"
COPYRIGHT="2010-2018 KDE Organisation"
LICENSE="GNU GPL v3
GNU LGPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/KDE/kdevelop/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="096f0ca304321c1ef844357b72f1c759da3ad9e2659eb6362bb9ac0ee4a44e06"
PATCHES="kdevelop-$portVersion.patchset"
Expand Down Expand Up @@ -39,6 +39,7 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
cmd:dbus_launch
lib:libboost_system$secondaryArchSuffix
lib:libclang$secondaryArchSuffix
lib:libgrantlee_templates$secondaryArchSuffix
Expand Down Expand Up @@ -212,7 +213,8 @@ INSTALL()
make install

mkdir -p $appsDir
mv $prefix/bin/kdevelop $appsDir/KDevelop/KDevelop
mv $binDir/kdevelop $appsDir/KDevelop/KDevelop
rm -rf $dataDir/mime/mime.cache

local APP_SIGNATURE="application/x-vnd.qt5-kdevelop"
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
Expand Down

0 comments on commit 2b72590

Please sign in to comment.