summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordigitalone2019-04-09 17:07:19 +0200
committerdigitalone2019-04-09 17:07:19 +0200
commitc061483728903cfc7e12f6d8422c7b09b06bd9a2 (patch)
treec63c723ba314633cfd493caca7aca2584c446e01
parenta3ba54631b9742253e5a2acec6bb1c6f5f5f4964 (diff)
downloadaur-c061483728903cfc7e12f6d8422c7b09b06bd9a2.tar.gz
added logo and desktop entry
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
-rw-r--r--acestream-engine.desktop13
3 files changed, 26 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36f1de5ee8a5..bc94071957ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = acestream-engine-stable
- pkgdesc = P2P utility for efficient data storage and transfer (stable version)
+ pkgdesc = P2P utility for multimedia live streaming and file transfer (stable version)
pkgver = 3.1.16
- pkgrel = 2
+ pkgrel = 3
url = http://acestream.org/
install = acestream-engine.install
arch = x86_64
@@ -20,10 +20,12 @@ pkgbase = acestream-engine-stable
source = acestream-engine.service
source = acestream-engine-stable-3.1.16.tar.gz::http://dl.acestream.org/linux/acestream_3.1.16_ubuntu_16.04_x86_64.tar.gz
source = python2-m2crypto-0.24.0.tar.xz::https://archive.archlinux.org/packages/p/python2-m2crypto/python2-m2crypto-0.24.0-4-x86_64.pkg.tar.xz
+ source = acestream-engine.desktop
source = LICENSE
sha256sums = 9446e4c36c2e92b4253a1c3fea5fa30d366d46295dcd1f1cac4ddfe8f002fcbe
sha256sums = 452bccb8ae8b5ff4497bbb796081dcf3fec2b699ba9ce704107556a3d6ad2ad7
sha256sums = 177c22681be64a7533b3303652da8724aa20edcbead87be90765bc5040f4cff5
+ sha256sums = fad731aec3371b3e76065cf1668be6b61d33547d321c8cfb2b6018faa3d5b7b0
sha256sums = SKIP
pkgname = acestream-engine-stable
diff --git a/PKGBUILD b/PKGBUILD
index b4ffe8527a06..ba60d74b7cb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ _ubuntuver=16.04
pkgname=acestream-engine-stable
pkgver=3.1.16
-pkgrel=2
-pkgdesc="P2P utility for efficient data storage and transfer (stable version)"
+pkgrel=3
+pkgdesc="P2P utility for multimedia live streaming and file transfer (stable version)"
arch=("x86_64")
url="http://acestream.org/"
license=("custom")
@@ -34,25 +34,32 @@ source=(
"acestream-engine.service"
"$pkgname-$pkgver.tar.gz::http://dl.acestream.org/linux/acestream_${pkgver}_ubuntu_${_ubuntuver}_x86_64.tar.gz"
"python2-m2crypto-0.24.0.tar.xz::https://archive.archlinux.org/packages/p/python2-m2crypto/python2-m2crypto-0.24.0-4-x86_64.pkg.tar.xz"
+ "acestream-engine.desktop"
"LICENSE"
)
sha256sums=(
"9446e4c36c2e92b4253a1c3fea5fa30d366d46295dcd1f1cac4ddfe8f002fcbe"
"452bccb8ae8b5ff4497bbb796081dcf3fec2b699ba9ce704107556a3d6ad2ad7"
"177c22681be64a7533b3303652da8724aa20edcbead87be90765bc5040f4cff5"
+ "fad731aec3371b3e76065cf1668be6b61d33547d321c8cfb2b6018faa3d5b7b0"
"SKIP"
)
package() {
mkdir -p "$pkgdir/usr/lib/acestream/"
mkdir -p "$pkgdir/usr/bin"
+ mkdir -p "$pkgdir/usr/share/applications/"
+ mkdir -p "$pkgdir/usr/share/pixmaps/"
cd "$srcdir/acestream_${pkgver}_ubuntu_${_ubuntuver}_$CARCH"
sed -i "/ROOT=/c\ROOT=\/usr/lib\/acestream" "start-engine"
install -Dm755 "acestreamengine" "$pkgdir/usr/lib/acestream/acestreamengine"
install -Dm755 "start-engine" "$pkgdir/usr/lib/acestream/start-engine"
+ install -Dm644 "acestream.conf" "$pkgdir/usr/lib/acestream/acestream.conf"
+ install -Dm644 "data/images/streamer-32.png" "$pkgdir/usr/share/pixmaps/acestream-engine.png"
install -Dm644 "$srcdir/acestream-engine.service" "$pkgdir/usr/lib/systemd/system/acestream-engine.service"
+ install -Dm644 "$srcdir/acestream-engine.desktop" "$pkgdir/usr/share/applications/acestream-engine.desktop"
install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/lib/acestream/LICENSE"
cp -a "acestream.conf" "$pkgdir/usr/lib/acestream/acestream.conf"
diff --git a/acestream-engine.desktop b/acestream-engine.desktop
new file mode 100644
index 000000000000..71d8492a686c
--- /dev/null
+++ b/acestream-engine.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Name=Ace Stream Engine
+GenericName=P2P streaming application
+Comment=Watch live streaming content over Ace Stream platform
+Exec=acestreamengine --client-gtk --log-file $HOME/.ACEStream/acestream.log
+Icon=acestream-engine
+Categories=Network;FileTransfer;P2P;
+StartupNotify=true
+Terminal=false
+Type=Application
+
+