diff options
author | ricardofunke | 2015-08-20 11:46:33 -0300 |
---|---|---|
committer | ricardofunke | 2015-08-20 11:46:33 -0300 |
commit | 0ec695b37dff39f93a184236cd6521625a262dda (patch) | |
tree | a5fe9c3097c0a53573ebf9d227801f0e86956f87 | |
parent | cae6ba667fffb3fb4b56e72ceac61e1657f9e9db (diff) | |
download | packages-0ec695b37dff39f93a184236cd6521625a262dda.tar.gz packages-0ec695b37dff39f93a184236cd6521625a262dda.tar.bz2 packages-0ec695b37dff39f93a184236cd6521625a262dda.zip |
replacing ttf-liberation with ttf-font and providing ttf-liberation as an optional dependency
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 5 deletions
@@ -1,7 +1,7 @@ | |||
1 | pkgbase = popcorntime-bin | 1 | pkgbase = popcorntime-bin |
2 | pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch. | 2 | pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch. |
3 | pkgver = 0.3.8.3 | 3 | pkgver = 0.3.8.3 |
4 | pkgrel = 1 | 4 | pkgrel = 2 |
5 | url = http://popcorntime.io/ | 5 | url = http://popcorntime.io/ |
6 | install = popcorntime.install | 6 | install = popcorntime.install |
7 | arch = x86_64 | 7 | arch = x86_64 |
@@ -9,13 +9,14 @@ pkgbase = popcorntime-bin | |||
9 | license = GPL3 | 9 | license = GPL3 |
10 | depends = libnotify | 10 | depends = libnotify |
11 | depends = desktop-file-utils | 11 | depends = desktop-file-utils |
12 | depends = ttf-liberation | 12 | depends = ttf-font |
13 | depends = gconf | 13 | depends = gconf |
14 | depends = nss | 14 | depends = nss |
15 | depends = libxtst | 15 | depends = libxtst |
16 | depends = gtk2 | 16 | depends = gtk2 |
17 | depends = alsa-lib | 17 | depends = alsa-lib |
18 | optdepends = net-tools: necessary for the new vpn feature | 18 | optdepends = net-tools: necessary for the new vpn feature |
19 | optdepends = ttf-liberation | ||
19 | provides = popcorntime | 20 | provides = popcorntime |
20 | conflicts = popcorntime | 21 | conflicts = popcorntime |
21 | options = !strip | 22 | options = !strip |
@@ -11,13 +11,13 @@ | |||
11 | pkgname=popcorntime-bin | 11 | pkgname=popcorntime-bin |
12 | pkgver=0.3.8.3 | 12 | pkgver=0.3.8.3 |
13 | _pkgver='0.3.8-3' | 13 | _pkgver='0.3.8-3' |
14 | pkgrel=1 | 14 | pkgrel=2 |
15 | pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch." | 15 | pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch." |
16 | arch=('x86_64' 'i686') | 16 | arch=('x86_64' 'i686') |
17 | url="http://popcorntime.io/" | 17 | url="http://popcorntime.io/" |
18 | license=('GPL3') | 18 | license=('GPL3') |
19 | depends=('libnotify' 'desktop-file-utils' 'ttf-liberation' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') | 19 | depends=('libnotify' 'desktop-file-utils' 'ttf-font' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') |
20 | optdepends=('net-tools: necessary for the new vpn feature') | 20 | optdepends=('net-tools: necessary for the new vpn feature' 'ttf-liberation') |
21 | provides=('popcorntime') | 21 | provides=('popcorntime') |
22 | conflicts=('popcorntime') | 22 | conflicts=('popcorntime') |
23 | options=('!strip') | 23 | options=('!strip') |