mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Fix build deps
This commit is contained in:
parent
c43b1c517c
commit
3e1ab5d267
2 changed files with 27 additions and 2 deletions
18
debian/changelog
vendored
18
debian/changelog
vendored
|
|
@ -1,3 +1,21 @@
|
||||||
|
plasma-phone-components (0.1+kubuntu1-0ubuntu1~ppaubuntu3) vivid; urgency=medium
|
||||||
|
|
||||||
|
* add systemd to the build depds
|
||||||
|
|
||||||
|
-- Boudewijn Rempt <boud@kde.org> Wed, 11 Feb 2015 17:32:07 +0100
|
||||||
|
|
||||||
|
plasma-phone-components (0.1+kubuntu1-0ubuntu1~ppaubuntu2) vivid; urgency=medium
|
||||||
|
|
||||||
|
* Try again
|
||||||
|
|
||||||
|
-- Boudewijn Rempt <boud@kde.org> Wed, 11 Feb 2015 17:25:39 +0100
|
||||||
|
|
||||||
|
plasma-phone-components (0.1+kubuntu1-0ubuntu1~ppaubuntu1) vivid; urgency=medium
|
||||||
|
|
||||||
|
* Add system dependency
|
||||||
|
|
||||||
|
-- Boudewijn Rempt <boud@kde.org> Wed, 11 Feb 2015 17:21:00 +0100
|
||||||
|
|
||||||
plasma-phone-components (0.1+kubuntu1-0ubuntu1~ppa) vivid; urgency=medium
|
plasma-phone-components (0.1+kubuntu1-0ubuntu1~ppa) vivid; urgency=medium
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
|
||||||
11
debian/control
vendored
11
debian/control
vendored
|
|
@ -11,7 +11,11 @@ Build-Depends: cmake (>= 2.6.3),
|
||||||
plasma-framework-dev,
|
plasma-framework-dev,
|
||||||
libkf5service-dev,
|
libkf5service-dev,
|
||||||
qtdeclarative5-dev,
|
qtdeclarative5-dev,
|
||||||
qt5-default
|
systemd,
|
||||||
|
libsystemd-dev,
|
||||||
|
qt5-default,
|
||||||
|
qtwayland,
|
||||||
|
greenisland
|
||||||
Standards-Version: 3.9.1
|
Standards-Version: 3.9.1
|
||||||
|
|
||||||
Package: plasma-phone-components
|
Package: plasma-phone-components
|
||||||
|
|
@ -22,7 +26,10 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||||
plasma-workspace-wallpapers,
|
plasma-workspace-wallpapers,
|
||||||
breeze-icon-theme,
|
breeze-icon-theme,
|
||||||
ttf-oxygen-font-family,
|
ttf-oxygen-font-family,
|
||||||
libqofono-qt5-0
|
libqofono-qt5-0,
|
||||||
|
qtwayland,
|
||||||
|
systemd,
|
||||||
|
greenisland
|
||||||
Description: Plasma Phone Components
|
Description: Plasma Phone Components
|
||||||
This package contains the Plasma Phone components
|
This package contains the Plasma Phone components
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue