mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Add kf5_crash package (#11366)
Co-authored-by: Zopolis4 <creatorsmithmdt@gmail.com>
This commit is contained in:
committed by
GitHub
parent
20bb5f0340
commit
8c7c2e13aa
14
manifest/armv7l/k/kf5_crash.filelist
Normal file
14
manifest/armv7l/k/kf5_crash.filelist
Normal file
@@ -0,0 +1,14 @@
|
||||
/usr/local/include/KF5/KCrash/KCrash
|
||||
/usr/local/include/KF5/KCrash/kcrash.h
|
||||
/usr/local/include/KF5/KCrash/kcrash_export.h
|
||||
/usr/local/include/KF5/KCrash/kcrash_version.h
|
||||
/usr/local/lib/cmake/KF5Crash/KF5CrashConfig.cmake
|
||||
/usr/local/lib/cmake/KF5Crash/KF5CrashConfigVersion.cmake
|
||||
/usr/local/lib/cmake/KF5Crash/KF5CrashTargets-release.cmake
|
||||
/usr/local/lib/cmake/KF5Crash/KF5CrashTargets.cmake
|
||||
/usr/local/lib/libKF5Crash.so
|
||||
/usr/local/lib/libKF5Crash.so.5
|
||||
/usr/local/lib/libKF5Crash.so.5.116.0
|
||||
/usr/local/share/qlogging-categories5/kcrash.categories
|
||||
/usr/local/share/qlogging-categories5/kcrash.renamecategories
|
||||
/usr/local/share/qt5/mkspecs/modules/qt_KCrash.pri
|
||||
14
manifest/x86_64/k/kf5_crash.filelist
Normal file
14
manifest/x86_64/k/kf5_crash.filelist
Normal file
@@ -0,0 +1,14 @@
|
||||
/usr/local/include/KF5/KCrash/KCrash
|
||||
/usr/local/include/KF5/KCrash/kcrash.h
|
||||
/usr/local/include/KF5/KCrash/kcrash_export.h
|
||||
/usr/local/include/KF5/KCrash/kcrash_version.h
|
||||
/usr/local/lib64/cmake/KF5Crash/KF5CrashConfig.cmake
|
||||
/usr/local/lib64/cmake/KF5Crash/KF5CrashConfigVersion.cmake
|
||||
/usr/local/lib64/cmake/KF5Crash/KF5CrashTargets-release.cmake
|
||||
/usr/local/lib64/cmake/KF5Crash/KF5CrashTargets.cmake
|
||||
/usr/local/lib64/libKF5Crash.so
|
||||
/usr/local/lib64/libKF5Crash.so.5
|
||||
/usr/local/lib64/libKF5Crash.so.5.116.0
|
||||
/usr/local/share/qlogging-categories5/kcrash.categories
|
||||
/usr/local/share/qlogging-categories5/kcrash.renamecategories
|
||||
/usr/local/share/qt5/mkspecs/modules/qt_KCrash.pri
|
||||
28
packages/kf5_crash.rb
Normal file
28
packages/kf5_crash.rb
Normal file
@@ -0,0 +1,28 @@
|
||||
require 'buildsystems/cmake'
|
||||
|
||||
class Kf5_crash < CMake
|
||||
description 'KCrash provides support for intercepting and handling application crashes.'
|
||||
homepage 'https://invent.kde.org/frameworks/kcrash'
|
||||
version '5.116.0'
|
||||
license 'GPL-3'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://invent.kde.org/frameworks/kcrash.git'
|
||||
git_hashtag "v#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'a3f7dcdc5076b4554bf8ef873b9dd65e980e16deaf6d49ca96be5d9fefacc62f',
|
||||
armv7l: 'a3f7dcdc5076b4554bf8ef873b9dd65e980e16deaf6d49ca96be5d9fefacc62f',
|
||||
x86_64: 'f4506e38256e4bfa5143b7420934063e97b1d30a997dac41748511b38d07b7f9'
|
||||
})
|
||||
|
||||
depends_on 'extra_cmake_modules'
|
||||
depends_on 'kf5_coreaddons'
|
||||
depends_on 'qt5_base'
|
||||
depends_on 'qt5_x11extras'
|
||||
depends_on 'gcc_lib' # R
|
||||
depends_on 'glibc' # R
|
||||
depends_on 'libx11' # R
|
||||
|
||||
cmake_options "-DECM_MKSPECS_INSTALL_DIR=#{CREW_PREFIX}/share/qt5/mkspecs/modules"
|
||||
end
|
||||
@@ -3705,6 +3705,11 @@ url: https://invent.kde.org/frameworks/kcoreaddons/-/tags
|
||||
activity: medium
|
||||
---
|
||||
kind: url
|
||||
name: kf5_crash
|
||||
url: https://invent.kde.org/frameworks/kcrash/-/tags
|
||||
activity: medium
|
||||
---
|
||||
kind: url
|
||||
name: kf5_completion
|
||||
url: https://invent.kde.org/frameworks/kcompletion/-/tags
|
||||
activity: medium
|
||||
|
||||
Reference in New Issue
Block a user