mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:57:14 +08:00
plasma 5.13.2 introduced plasma-browser-integration
This commit is contained in:
parent
38f3cf6641
commit
5927b93aa1
43
plasma-browser-integration/PKGBUILD
Normal file
43
plasma-browser-integration/PKGBUILD
Normal file
@ -0,0 +1,43 @@
|
||||
|
||||
pkgname=plasma-browser-integration
|
||||
pkgver=5.13.2
|
||||
pkgrel=1
|
||||
pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
|
||||
arch=(x86_64)
|
||||
url='https://www.kde.org/workspaces/plasmadesktop/'
|
||||
license=(LGPL)
|
||||
depends=(krunner)
|
||||
makedepends=("extra-cmake-modules>=5.13.2")
|
||||
options=("debug")
|
||||
groups=('plasma')
|
||||
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
|
||||
sha256sums=('2626a7a9fe7273bc0ad229a93d76ad11036826920c0c33b3733fa1e831a9ed21'
|
||||
'SKIP' )
|
||||
validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell
|
||||
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>
|
||||
'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
|
||||
'1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DKDE_INSTALL_LIBDIR=lib \
|
||||
-DKDE_INSTALL_SYSCONFDIR=/etc \
|
||||
-DKDE_INSTALL_LIBEXECDIR=lib \
|
||||
-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON "$@"
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
@ -16,8 +16,8 @@ replaces=('kde-workspace')
|
||||
conflicts=('kde-workspace')
|
||||
groups=('plasma')
|
||||
options=("debug")
|
||||
source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
|
||||
sha256sums=('c5f51c34a8549c879b691ea5de054100884c00bea32f559fc537ce338870a1bf'
|
||||
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
|
||||
sha256sums=('116a9a149b7a43de7e6ffc3930d2de386a9cbc3d313d5224aae5c89297dcac9f'
|
||||
'SKIP')
|
||||
source+=( chakra_defaultPanel.patch::https://bugsfiles.kde.org/attachment.cgi?id=102600 )
|
||||
sha256sums+=( 'af2856ae7904726e6e8cfb3616a51f82fbfee10dc7edc85b579be684601a554c' )
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
# These are the building "groups" or "package lists"
|
||||
# (or stages").
|
||||
# GitLab-CI:2
|
||||
# GitLab-CI:0
|
||||
|
||||
bluedevil
|
||||
polkit-kde-agent
|
||||
@ -22,6 +22,7 @@ libksysguard
|
||||
ksysguard
|
||||
milou
|
||||
plasma-integration
|
||||
plasma-browser-integration
|
||||
plasma-workspace
|
||||
powerdevil
|
||||
khotkeys
|
||||
@ -49,7 +50,6 @@ drkonqi
|
||||
plasma-vault
|
||||
xdg-desktop-portal-kde
|
||||
|
||||
|
||||
# Notes:
|
||||
# don't build muon and discover until we have akabei
|
||||
# plasma-mediacenter moved to extragear
|
||||
|
Loading…
Reference in New Issue
Block a user