Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
86
Issues
86
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
33
Merge Requests
33
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
core
Commits
cf88f81c
Commit
cf88f81c
authored
Mar 10, 2016
by
Xuetian Weng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add kactivitymanagerd and rename kactivities-frameworks -> kactivities
parent
571a139c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
41 additions
and
10 deletions
+41
-10
kactivities/PKGBUILD
kactivities/PKGBUILD
+9
-10
kactivities/activity-start-stop-fix.patch
kactivities/activity-start-stop-fix.patch
+0
-0
kactivitymanagerd/PKGBUILD
kactivitymanagerd/PKGBUILD
+32
-0
No files found.
kactivities
-frameworks
/PKGBUILD
→
kactivities/PKGBUILD
View file @
cf88f81c
source
../frameworks.conf
pkgname
=
kactivities-frameworks
_pkgname
=
kactivities
pkgname
=
kactivities
pkgver
=
${
KFVersion
}
pkgrel
=
1
pkgrel
=
2
arch
=(
'x86_64'
)
pkgdesc
=
"Core components for the KDE's Activities"
url
=
'https://projects.kde.org/projects/frameworks/kactivities'
license
=(
'LGPL'
)
depends
=(
'kcmutils'
'kdeclarative'
)
depends
=(
'kcmutils'
'kdeclarative'
'kactivitymanagerd>=5.5.95'
)
makedepends
=(
"extra-cmake-modules>=
${
KFECMVersion
}
"
'boost'
'python3'
)
provides
=(
'kactivitymanagerd'
)
conflicts
=(
'kactivities<=4.13.3-3'
'kactivities4'
)
replaces
=(
'kactivities4
'
)
provides
=(
"kactivities-frameworks=
${
pkgver
}
"
)
replaces
=(
"kactivities-frameworks"
'kactivities4'
)
conflicts
=(
'kactivities4'
'kactivities-frameworks
'
)
options
=(
"debug"
)
groups
=(
'kf5'
)
source
=(
"
$KFServer
/
${
_
pkgname
}
-
${
pkgver
}
.tar.xz"
)
sha256sums
=(
$(
getSum
${
_
pkgname
}
)
)
source
=(
"
$KFServer
/
${
pkgname
}
-
${
pkgver
}
.tar.xz"
)
sha256sums
=(
$(
getSum
${
pkgname
}
)
)
prepare
()
{
mkdir
-p
build
...
...
@@ -24,7 +23,7 @@ prepare() {
build
()
{
cd
build
cmake_kf5 ../
${
_
pkgname
}
-
${
pkgver
}
\
cmake_kf5 ../
${
pkgname
}
-
${
pkgver
}
\
-DPYTHON_EXECUTABLE
=
/usr/bin/python3
make
}
...
...
kactivities
-frameworks
/activity-start-stop-fix.patch
→
kactivities/activity-start-stop-fix.patch
View file @
cf88f81c
File moved
kactivitymanagerd/PKGBUILD
0 → 100644
View file @
cf88f81c
source
../plasma.conf
pkgname
=
kactivitymanagerd
pkgver
=
${
PVersion
}
pkgrel
=
1
pkgdesc
=
"System service to manage user's activities and track the usage patterns"
arch
=(
'x86_64'
)
url
=
'https://projects.kde.org/kactivitymanagerd'
license
=(
'LGPL'
)
depends
=(
kio
)
makedepends
=(
extra-cmake-modules boost
)
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
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment