summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordigitalone2020-02-08 19:21:45 +0100
committerdigitalone2020-02-08 19:21:45 +0100
commit1f343712a10197958500e0b315095514211cf9a3 (patch)
tree56dc19c177fe72cdcb3fa072a4200fab199cf454
parentac868d8746813f2ff44c43eb0c4fa2360229a0e3 (diff)
downloadaur-acestream-engine-stable.tar.gz
gui related packages optional
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
-rw-r--r--acestream-engine.install4
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0517dc42884a..5539e335a97f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = acestream-engine-stable
pkgdesc = P2P utility for multimedia live streaming and file transfer (stable version)
pkgver = 3.1.49
- pkgrel = 5
+ pkgrel = 6
url = http://acestream.org/
install = acestream-engine.install
arch = x86_64
license = custom
depends = net-tools
- depends = pygtk
depends = python2-apsw
- depends = python2-libappindicator
depends = python2-setuptools
+ optdepends = pygtk
+ optdepends = python2-libappindicator
provides = acestream-engine
conflicts = acestream-engine
backup = usr/lib/acestream-engine/acestream.conf
diff --git a/PKGBUILD b/PKGBUILD
index ee593c1b8d2f..c047cdb7d2cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,17 +14,18 @@ _enginename=acestreamengine
pkgname=acestream-engine-stable
pkgver=3.1.49
-pkgrel=5
+pkgrel=6
pkgdesc="P2P utility for multimedia live streaming and file transfer (stable version)"
arch=("x86_64")
url="http://acestream.org/"
license=("custom")
depends=(
"net-tools"
- "pygtk"
"python2-apsw"
- "python2-libappindicator"
"python2-setuptools")
+optdepends=(
+ "pygtk"
+ "python2-libappindicator")
provides=("$_pkgbasename")
conflicts=("$_pkgbasename")
backup=("usr/lib/$_pkgbasename/acestream.conf")
diff --git a/acestream-engine.install b/acestream-engine.install
index c69be64cb95c..138933560456 100644
--- a/acestream-engine.install
+++ b/acestream-engine.install
@@ -1,18 +1,20 @@
post_install() {
echo
+ echo ">>> For GUI install also pygtk and python2-libappindicator"
echo ">>> To start acestream-engine as systemd service, first reboot the system"
echo
}
post_upgrade() {
echo
+ echo ">>> For GUI install also pygtk and python2-libappindicator"
echo ">>> To start acestream-engine as systemd service, first reboot the system"
echo
}
post_remove() {
echo
- echo ">>> remove files under /var/lib/ACEStream and ~/.config/ACEStream"
+ echo ">>> Remove files under /var/lib/ACEStream and ~/.config/ACEStream"
echo ">>> if you don't need to reinstall the package in the future"
echo
}