Advertisement
Guest User

konversation snap yaml

a guest
Jun 21st, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.38 KB | None | 0 0
  1. ---
  2. name: konversation
  3. version: 1.6.2
  4. summary: IRC client
  5. description: |-
  6.     Konversation is an IRC client which gives you speedy access to Freenode network's channels, where you will find support for most distributions. Its defaults are such that it needs no configuration other than telling it the name of your distribution channel, to get started.
  7.  
  8.     Features:
  9.     - Standard IRC features
  10.     - SSL server support
  11.     - Bookmarking support
  12.     - Easy to use graphical user interface
  13.     - Multiple servers and channels in one single window
  14.     - DCC file transfer
  15.     - Multiple identities for different servers
  16.     - Text decorations and colors
  17.     - OnScreen Display for notifications
  18.     - Automatic UTF-8 detection
  19.     - Per channel encoding support
  20.     - Theme support for nick icons
  21.     - Highly configurable
  22. confinement: strict
  23. grade: stable
  24.  
  25. apps:
  26.     konversation:
  27.         command: kf5-launch konversation
  28.         plugs:
  29.        - kde-frameworks-5-plug
  30.         - home
  31.         - x11
  32.         - opengl
  33.         - network
  34.         - network-bind
  35.         - unity7
  36.         - pulseaudio
  37.  
  38. slots:
  39.     session-dbus-interface:
  40.         interface: dbus
  41.         name: org.kde.konversation
  42.         bus: session
  43.  
  44. plugs:
  45.     kde-frameworks-5-plug:
  46.         content: kde-frameworks-5-all
  47.         interface: content
  48.         default-provider: kde-frameworks-5
  49.         target: kf5
  50.  
  51. parts:
  52.     kde-frameworks-5-dev:
  53.         plugin: dump
  54.         prime: ["-*"]
  55.         source: http://build.neon.kde.org/job/kde-frameworks-5-release_amd64.snap/lastSuccessfulBuild/artifact/kde-frameworks-5-dev_amd64.tar.xz  
  56.     kde-frameworks-5-env:
  57.         plugin: dump
  58.         prime: [kf5-launch, kf5]
  59.         source: https://github.com/apachelogger/kf5-snap-env.git
  60.     konversation:
  61.         after: [kde-frameworks-5-dev]
  62.         plugin: cmake
  63.         build-packages:
  64.        - kdoctools-dev
  65.         - libphonon4qt5-dev
  66.         - libphonon4qt5experimental-dev
  67.         - libqca-qt5-2-dev
  68.         - libpulse0
  69.         prime:
  70.        - "-usr/share/doc/*"
  71.         - "-usr/share/man/*"
  72.         source: git://anongit.kde.org/konversation
  73.         configflags:
  74.        - "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
  75.         - "-DCMAKE_INSTALL_PREFIX=/usr"
  76.         - "-DCMAKE_BUILD_TYPE=Release"
  77.         - "-DENABLE_TESTING=OFF"
  78.         - "-DBUILD_TESTING=OFF"
  79.         - "-DKDE_SKIP_TEST_SETTINGS=ON"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement