Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
kdevelop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Christoph Roick
kdevelop
Commits
50bd4201
Commit
50bd4201
authored
Nov 22, 2018
by
Kevin Funk
☕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install_colorscheme: Remove unwanted files
parent
46c31ddf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
release-scripts/install_colorschemes.py
release-scripts/install_colorschemes.py
+3
-0
No files found.
release-scripts/install_colorschemes.py
View file @
50bd4201
...
...
@@ -36,6 +36,9 @@ downloadAndExtract('https://download.kde.org/stable/plasma/{0}/breeze-{0}.tar.xz
downloadAndExtract
(
'https://download.kde.org/stable/plasma/{0}/plasma-desktop-{0}.tar.xz'
.
format
(
ver
),
"plasma-desktop-{0}/kcms/colors/schemes/"
.
format
(
ver
))
# Cleanup
os
.
remove
(
os
.
path
.
join
(
colorSchemesDir
,
"CMakeLists.txt"
))
print
(
"Available color schemes: {0}"
.
format
(
", "
.
join
(
os
.
listdir
(
colorSchemesDir
))))
if
installDir
:
...
...
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