mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 12:14:36 +08:00
added kactivitymanagerd and simplesystray
This commit is contained in:
parent
646f272dbc
commit
02ee0c3b23
@ -2,7 +2,7 @@ source ../plasma.conf
|
|||||||
|
|
||||||
pkgname=kactivitymanagerd
|
pkgname=kactivitymanagerd
|
||||||
pkgver=${PVersion}
|
pkgver=${PVersion}
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="System service to manage user's activities and track the usage patterns"
|
pkgdesc="System service to manage user's activities and track the usage patterns"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://projects.kde.org/kactivitymanagerd'
|
url='https://projects.kde.org/kactivitymanagerd'
|
||||||
|
@ -48,6 +48,8 @@ kde-gtk-config
|
|||||||
kgamma5
|
kgamma5
|
||||||
kwallet-pam
|
kwallet-pam
|
||||||
user-manager
|
user-manager
|
||||||
|
kactivitymanagerd
|
||||||
|
simplesystray
|
||||||
breeze-gtk
|
breeze-gtk
|
||||||
#plymouth
|
#plymouth
|
||||||
breeze-plymouth
|
breeze-plymouth
|
||||||
|
32
simplesystray/PKGBUILD
Normal file
32
simplesystray/PKGBUILD
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
source ../plasma.conf
|
||||||
|
|
||||||
|
pkgname=simplesystray
|
||||||
|
pkgver=${PVersion}
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="Experimental systemtray replacement"
|
||||||
|
arch=('x86_64')
|
||||||
|
url="https://projects.kde.org/projects/kde/workspace/simplesystray"
|
||||||
|
license=('LGPL')
|
||||||
|
depends=(krunner knotifyconfig kdelibs4support knewstuff plasma-workspace)
|
||||||
|
makedepends=(extra-cmake-modules kdoctools)
|
||||||
|
groups=('plasma')
|
||||||
|
options=("debug")
|
||||||
|
source=("${PServer}/${pkgver}/${pkgname}-${PSubVersion}.tar.xz")
|
||||||
|
sha256sums=( $(getSum ${pkgname}) )
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
mkdir -p build
|
||||||
|
|
||||||
|
cd ${pkgname}-${pkgver}
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd build
|
||||||
|
cmake_kf5 ../${pkgname}-${pkgver}
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd build
|
||||||
|
make DESTDIR="${pkgdir}" install
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user