Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Maui Builds
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ab0027
Maui Builds
Commits
7c21050f
Commit
7c21050f
authored
Jun 30, 2020
by
ab0027
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix station appimage not starting
parent
e64f80fc
Pipeline
#2472
passed with stages
in 33 minutes and 49 seconds
Changes
1
Pipelines
86
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
build.sh
station/build.sh
+8
-0
No files found.
station/build.sh
View file @
7c21050f
...
...
@@ -24,6 +24,14 @@ $sudo pip3 install --upgrade git+https://www.opencode.net/azubieta/appimagecraft
$sudo
dpkg
-r
mauikit
||
true
# $sudo dpkg -r extra-cmake-modules || true
# TODO: Debug the actual cause and remove this workaround
# Remove nota package as it maui-station-git package is not getting
# installed with checkinstall due to an error saying :
# `dpkg: error processing archive /builds/ab0027/maui-builds/build/maui-station-git-build/maui-station-git_1.0.0-1_amd64.deb (--install):`
# `trying to overwrite '/usr/share/icons/hicolor/icon-theme.cache', which is also in package nota-git 1.0.0-1`
# This icon-theme.cache file is not at all getting included in the checkinstall package ¯\_(ツ)_/¯
$sudo
dpkg
-r
nota-git
||
true
# git_clone_or_update "$SCRIPTPATH/../build/extra-cmake-modules-git" 'https://anongit.kde.org/extra-cmake-modules.git'
# build_cmake_project 'extra-cmake-modules-git' $SCRIPTPATH/../build $EXTRA_CMAKE_ARGS
...
...
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