mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
KDevelop: add dbus to requires
* delete mime.cache as it prevents Calligra apps from starting * attempt to fix install on secondary arch
This commit is contained in:
@@ -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"
|
||||
@@ -39,6 +39,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
cmd:dbus_launch
|
||||
lib:libboost_system$secondaryArchSuffix
|
||||
lib:libclang$secondaryArchSuffix
|
||||
lib:libgrantlee_templates$secondaryArchSuffix
|
||||
@@ -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`"
|
||||
|
||||
Reference in New Issue
Block a user