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
gennad zlobin
kdevelop
Commits
5938c698
Commit
5938c698
authored
Dec 29, 2016
by
Sven Brauch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appimage: various fixes for 5.1
parent
c6bf6d29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
appimage/kdevelop-recipe-centos6.sh
appimage/kdevelop-recipe-centos6.sh
+8
-4
No files found.
appimage/kdevelop-recipe-centos6.sh
View file @
5938c698
...
...
@@ -48,12 +48,15 @@ fi
cd
/
# Build AppImageKit
rm
-Rf
/AppImageKit
if
[
!
-d
AppImageKit
]
;
then
git clone
--depth
1 https://github.com/probonopd/AppImageKit.git /AppImageKit
fi
cd
/AppImageKit/
git checkout master
git_pull_rebase_helper
git reset
--hard
remotes/origin/stable/v1.0
./build.sh
cd
/
...
...
@@ -63,7 +66,7 @@ cd /
export
CMAKE_PREFIX_PATH
=
$QTDIR
:/kdevelop.appdir/share/llvm/
# if the library path doesn't point to our usr/lib, linking will be broken and we won't find all deps either
export
LD_LIBRARY_PATH
=
/usr/lib64/:/usr/lib:/kdevelop.appdir/usr/lib:
$QTDIR
/lib/:/opt/python3.
5
/lib/:
$LD_LIBRARY_PATH
export
LD_LIBRARY_PATH
=
/usr/lib64/:/usr/lib:/kdevelop.appdir/usr/lib:
$QTDIR
/lib/:/opt/python3.
6
/lib/:
$LD_LIBRARY_PATH
# Workaround for: On CentOS 6, .pc files in /usr/lib/pkgconfig are not recognized
# However, this is where .pc files get installed when bulding libraries... (FIXME)
...
...
@@ -198,7 +201,7 @@ EOF
cd
$BUILD
/
$FRAMEWORK
# cmake it
cmake
$SRC
/
$FRAMEWORK
-DCMAKE_INSTALL_PREFIX
:PATH
=
$PREFIX
$2
cmake
3
$SRC
/
$FRAMEWORK
-DBUILD_TESTING
=
OFF
-DCMAKE_INSTALL_PREFIX
:PATH
=
$PREFIX
$2
# make
make
-j
$(
nproc
)
...
...
@@ -237,6 +240,7 @@ build_framework kitemmodels
build_framework threadweaver
build_framework attica
build_framework knewstuff
build_framework syntax-highlighting
build_framework ktexteditor
build_framework kpackage
build_framework kdeclarative
...
...
@@ -514,8 +518,8 @@ Categories=Qt;KDE;Utility;TextEditor;
EOF
cp
/kdevelop/app/icons/48-apps-kdevelop.png kdevelop.png
cp
-R
/usr/lib/python3.
5
/kdevelop.appdir/usr/lib/
rm
-Rf
/kdevelop.appdir/usr/lib/python3.
5
/
{
test
,config-3.5m,__pycache__,site-packages,lib-dynload,distutils,idlelib,unittest,tkinter,ensurepip
}
cp
-R
/usr/lib/python3.
6
/kdevelop.appdir/usr/lib/
rm
-Rf
/kdevelop.appdir/usr/lib/python3.
6
/
{
test
,config-3.5m,__pycache__,site-packages,lib-dynload,distutils,idlelib,unittest,tkinter,ensurepip
}
mkdir
-p
/kdevelop.appdir/usr/share/kdevelop/
cp
/kf5/build/breeze-icons/icons/breeze-icons.rcc /kdevelop.appdir/usr/share/kdevelop/icontheme.rcc
...
...
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