Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.42 KB | None | 0 0
  1. name: lollypop
  2. version: "0.9.213"
  3. grade: stable
  4. summary: Lollypop is a GNOME music playing application.
  5. description: |
  6.   Lollypop is a new GNOME music playing application.
  7. confinement: strict
  8.  
  9.  
  10. apps:
  11.   lollypop:
  12.     command: desktop-launch lollypop
  13.     plugs: [home, unity7, network, x11, pulseaudio, gsettings]
  14.     slots: [mpris]
  15.  
  16. parts:
  17.   lollypop:
  18.     source: https://github.com/gnumdk/lollypop.git
  19. #    source-tag: 0.9.213
  20.     plugin: autotools
  21. #    install-via: prefix
  22. #    configflags:
  23.          #- --localedir={SNAP}/share/locale
  24.          #- --datadir={SNAP}/share/
  25.          #- --with-python-exec_prefix=/snap/lollypop/current/
  26.          #- --disable-schemas-compile
  27. #         - --prefix=/usr
  28.     build-packages:
  29.              - python3-dev
  30.               - libgirepository1.0-dev
  31. #              - python3-gi
  32.               - libglib2.0-dev
  33.               - libgtk-3-dev
  34.               - yelp-tools
  35.               - intltool
  36.               - autoconf
  37.     stage-packages:
  38.       - gobject-introspection
  39.        - gir1.2-glib-2.0
  40.        - gir1.2-gtk-3.0
  41.        - gir1.2-gstreamer-1.0
  42.        - gir1.2-gst-plugins-base-1.0
  43.        - gir1.2-notify-0.7
  44.        - gir1.2-secret-1
  45.        - gir1.2-totem-plparser-1.0
  46.        - python3
  47.        - python3-dbus
  48.        - python3-gi
  49.        - python3-gi-cairo
  50.        - python3-pylast
  51.        - python3-gst-1.0
  52.          #- gsettings-desktop-schemas
  53.     after: [desktop-gtk3]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement