Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jami-client-macos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-macos
Commits
d0c60c69
Commit
d0c60c69
authored
9 years ago
by
hboyet
Browse files
Options
Downloads
Patches
Plain Diff
packaging: try to fix packaging
Change-Id: I3c03f3e2744e0af5b8b7b308757b69c66f7d61b7
parent
86f4e0be
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.packer.yml
+7
-13
7 additions, 13 deletions
.packer.yml
with
7 additions
and
13 deletions
.packer.yml
+
7
−
13
View file @
d0c60c69
...
@@ -21,14 +21,11 @@ osx:
...
@@ -21,14 +21,11 @@ osx:
-
mkdir native
-
mkdir native
-
cd native
-
cd native
-
../bootstrap
-
../bootstrap
-
echo "########################################################1"
-
make -j3
-
make -j3
-
echo "########################################################2"
-
cd ../../
-
cd ../../
-
./autogen.sh && ./configure --without-alsa --without-pulse --without-dbus --prefix=%(prefix_path)s
-
./autogen.sh
-
echo "########################################################3"
-
./configure --without-alsa --without-pulse --without-dbus --prefix=%(prefix_path)s
-
make install -j
-
make install -j1
-
echo "########################################################4"
-
cd ..
-
cd ..
-
echo "LRC"
-
echo "LRC"
-
export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.0
-
export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.0
...
@@ -37,19 +34,16 @@ osx:
...
@@ -37,19 +34,16 @@ osx:
-
mkdir build
-
mkdir build
-
cd build
-
cd build
-
cmake .. -DCMAKE_INSTALL_PREFIX=%(prefix_path)s -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++
-
cmake .. -DCMAKE_INSTALL_PREFIX=%(prefix_path)s -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++
-
echo "########################################################5"
-
make install -j1
-
make install
-
echo "########################################################6"
-
cd ../../
-
cd ../../
-
echo "Client"
-
echo "Client"
-
git clone https://gerrit-ring.savoirfairelinux.com/ring-client-macosx ring-client-macosx
-
git clone https://gerrit-ring.savoirfairelinux.com/ring-client-macosx ring-client-macosx
-
cd ring-client-macosx
-
cd ring-client-macosx
-
mkdir build && cd build
-
mkdir build
-
cd build
-
export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.0
-
export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.0
-
cmake ../ -DCMAKE_INSTALL_PREFIX=%(prefix_path)s
-
cmake ../ -DCMAKE_INSTALL_PREFIX=%(prefix_path)s
-
echo "########################################################7"
-
make install -j1
-
make install -j
-
echo "########################################################8"
-
cpack -G DragNDrop Ring
-
cpack -G DragNDrop Ring
transfer
:
transfer
:
files
:
files
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment