-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.snapcraft.yaml
56 lines (53 loc) · 1.29 KB
/
.snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: uget
version: git
summary: easy-to-use download manager
description: |
Uget (formerly urlgfe) is a simple, lightweight and easy-to-use download
manager. It provides the following features:
* Resume downloads.
* Queue downloads.
* Classify downloads in categories.
* Mozilla Firefox integration (through Flashgot plugin).
* Clipboard monitoring.
* Import downloads import from HTML files.
* Batch download.
grade: stable
confinement: strict
parts:
uget:
source: .
plugin: autotools
configflags:
- --prefix=/usr
after:
- desktop-gtk3
prepare: |
sed -i 's|Icon=uget-icon|Icon=/usr/share/icons/hicolor/64x64/apps/uget-icon\.png|' uget-gtk.desktop
build-packages:
- intltool
- libappindicator3-dev
- libcurl4-openssl-dev
- libgstreamer1.0-dev
- libnotify-dev
- libssl-dev
stage-packages:
- aria2
- libappindicator3-1
- libcairo2
- libcurl3
- libgstreamer1.0-0
- libnotify4
- libpango-1.0-0
- libpangocairo-1.0-0
apps:
uget:
command: bin/desktop-launch ${SNAP}/usr/bin/uget-gtk
desktop: usr/share/applications/uget-gtk.desktop
plugs:
- home
- gsettings
- network
- network-bind
- unity7
- x11
aliases: [uget-gtk]