Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-project
Commits
47c61dff
Commit
47c61dff
authored
Apr 30, 2021
by
Sébastien Blin
Browse files
misc: final cleanup for opensuse and debian
Change-Id: I07cf920ed99f460bffe1d8a16f3444706f4572c3
parent
6cd87423
Changes
5
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile_opensuse-leap_15.2
View file @
47c61dff
...
...
@@ -90,6 +90,10 @@ RUN zypper --non-interactive up -y && \
xz \
xkeyboard-config \
libnotify \
libQt5Sql-devel \
libQt5Gui-devel \
libqt5-qtbase-devel \
libqt5-qttools \
wget
RUN update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 50
...
...
docker/Dockerfile_opensuse-tumbleweed
View file @
47c61dff
...
...
@@ -94,6 +94,10 @@ RUN zypper --non-interactive up -y && \
xcb-util-renderutil-devel \
xcb-util-wm-devel \
xorg-x11-devel \
libQt5Sql-devel \
libQt5Gui-devel \
libqt5-qtbase-devel \
libqt5-qttools \
xz \
libnotify \
xkeyboard-config \
...
...
packaging/rules/debian/control
View file @
47c61dff
...
...
@@ -120,7 +120,8 @@ Package: jami-libclient
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
jami-daemon (=${binary:Version})
jami-daemon (=${binary:Version}),
libqt-jami
Description: Secure and distributed voice, video and chat platform - daemon
Jami (jami.net) is a secure and distributed voice, video and chat communication
platform that requires no centralized server and leaves the power of privacy
...
...
packaging/rules/debian/rules
View file @
47c61dff
...
...
@@ -99,6 +99,7 @@ override_dh_auto_configure:
cmake
\
-DRING_BUILD_DIR
=
$(CURDIR)
/daemon/src
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
$(CMAKE_OPTIONS)
\
..
...
...
@@ -110,6 +111,7 @@ override_dh_auto_configure:
cd
build
&&
\
cmake
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DLibRingClient_PROJECT_DIR
=
/
$(CURDIR)
/lrc
\
-DGSETTINGS_LOCALCOMPILE
=
OFF
\
$(CMAKE_OPTIONS)
\
...
...
packaging/rules/rpm/jami-gnome.spec
View file @
47c61dff
...
...
@@ -31,6 +31,10 @@ BuildRequires: webkitgtk4-devel
BuildRequires: libdbus-c++-devel
BuildRequires: libappindicator-devel
BuildRequires: webkit2gtk3-devel
BuildRequires: libQt5Sql-devel
BuildRequires: libQt5Gui-devel
BuildRequires: libqt5-qtbase-devel
BuildRequires: libqt5-qttools
%endif
BuildRequires: clutter-devel
BuildRequires: clutter-gtk-devel
...
...
Write
Preview
Supports
Markdown
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