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
a19635e2
Commit
a19635e2
authored
Mar 03, 2016
by
Xuetian Weng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make kactivities 5.19 work with plasma 5.6.
parent
2f424e8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
kactivities-frameworks/PKGBUILD
kactivities-frameworks/PKGBUILD
+8
-2
No files found.
kactivities-frameworks/PKGBUILD
View file @
a19635e2
...
...
@@ -3,7 +3,7 @@ source ../frameworks.conf
pkgname
=
kactivities-frameworks
_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'
...
...
@@ -31,5 +31,11 @@ build() {
package
()
{
cd
build
make
DESTDIR
=
"
${
pkgdir
}
"
install
if
[
"
$(
vercmp
${
pkgver
}
5.19.0
)
"
==
1
]
;
then
echo
"Please make PKGBUILD use plain make install, this is only for 5.19 with plasma 5.6"
fi
make
DESTDIR
=
"
${
pkgdir
}
"
-C
src/lib
install
make
DESTDIR
=
"
${
pkgdir
}
"
-C
src/imports
install
make
DESTDIR
=
"
${
pkgdir
}
"
-C
src/service
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