[vlc-commits] snapcraft: Don't use desktop-qt5 part

Hugo Beauzée-Luyssen git at videolan.org
Tue Apr 25 13:52:49 CEST 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Apr 25 13:51:27 2017 +0200| [e8ae4d269905843d3aab67ccfdb0229ecf93bcc0] | committer: Hugo Beauzée-Luyssen

snapcraft: Don't use desktop-qt5 part

It requires deprecated (and removed on yaketty) packages, and we don't
need all the packages included there

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e8ae4d269905843d3aab67ccfdb0229ecf93bcc0
---

 extras/package/snap/snapcraft.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/snap/snapcraft.yaml b/extras/package/snap/snapcraft.yaml
index 440415d881..34d9a49462 100644
--- a/extras/package/snap/snapcraft.yaml
+++ b/extras/package/snap/snapcraft.yaml
@@ -140,7 +140,6 @@ parts:
       - wayland-protocols
       - zlib1g-dev
       - zsh
-    after: [desktop-qt5]
 
   env:
     plugin: nil
@@ -165,6 +164,7 @@ parts:
       - libglib2.0-0
       - libpulse0
       - libqt5core5a
+      - libqt5gui5
       - librsvg2-2
       - libsdl-image1.2
       - libsdl1.2debian



More information about the vlc-commits mailing list