summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Neumann2019-01-03 01:54:13 +0100
committerJan Neumann2019-01-03 01:54:13 +0100
commitafd17437cd83102a86ec9b7fa952182ecc4b1492 (patch)
tree5408cebdc7b80649944972f90ec90a6543a402fd
parent048c5ec135553ddcfc10d4e5ddd45301f9d12454 (diff)
downloadaur-afd17437cd83102a86ec9b7fa952182ecc4b1492.tar.gz
new stuff
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rwxr-xr-xqtwebflix.desktop2
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9709fe19e5c..c1322e5a30de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qtwebflix-git
pkgdesc = Standalone HD Netflix Browser using qt5-webengine (also supports Amazon prime, HBO Go, Hulu, Crunchy Roll)
- pkgver = 0.1.r55.g3a48e4c
+ pkgver = 0.1.r104.g3e66dd7
pkgrel = 1
url = https://github.com/gort818/qtwebflix
arch = any
@@ -12,7 +12,7 @@ pkgbase = qtwebflix-git
source = git+https://github.com/gort818/qtwebflix.git
source = qtwebflix.desktop
sha256sums = SKIP
- sha256sums = 571b202d64ba9a0e1144e6abdabc7288a843985624da01cc03ff43020bee521b
+ sha256sums = 656953860c0014977b20eb0f023e1e5e3441a5ec58d4e353230c392d697eaf1a
pkgname = qtwebflix-git
diff --git a/PKGBUILD b/PKGBUILD
index c331998aeb7f..d895fe56142a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qtwebflix-git
_gitname=qtwebflix
-pkgver=0.1.r55.g3a48e4c
+pkgver=0.1.r104.g3e66dd7
pkgrel=1
pkgdesc='Standalone HD Netflix Browser using qt5-webengine (also supports Amazon prime, HBO Go, Hulu, Crunchy Roll)'
arch=('any')
@@ -15,7 +15,7 @@ makedepends=('git')
source=("git+${url}.git"
"${_gitname}.desktop")
sha256sums=('SKIP'
- '571b202d64ba9a0e1144e6abdabc7288a843985624da01cc03ff43020bee521b')
+ '656953860c0014977b20eb0f023e1e5e3441a5ec58d4e353230c392d697eaf1a')
pkgver() {
cd ${srcdir}/${_gitname}
@@ -36,7 +36,9 @@ build() {
package() {
install -Dm755 ${srcdir}/${_gitname}/${_gitname} ${pkgdir}/usr/bin/${_gitname}
- install -Dm644 ${srcdir}/${_gitname}/data/netflix-desktop.svg ${pkgdir}/usr/share/pixmaps/netflix-desktop.svg
+ install -Dm644 ${srcdir}/${_gitname}/resources/qtwebflix.svg ${pkgdir}/usr/share/pixmaps/qtwebflix.svg
install -Dm755 ${srcdir}/${_gitname}.desktop ${pkgdir}/usr/share/applications/${_gitname}.desktop
+
+
}
diff --git a/qtwebflix.desktop b/qtwebflix.desktop
index a22b417e49ea..9d543b0b3cae 100755
--- a/qtwebflix.desktop
+++ b/qtwebflix.desktop
@@ -4,7 +4,7 @@ GenericName=QtWebFlix
Comment=Standalone player for several streaming platforms
Categories=Network;AudioVideo;Player;
Exec=/usr/bin/qtwebflix --disable-seccomp-filter-sandbox --register-pepper-plugins="/usr/lib/qt/plugins/ppapi/libwidevinecdmadapter.so; application/x-ppapi-widevine-cdm"
-Icon=netflix-desktop.svg
+Icon=qtwebflix.svg
StartupNotify=false
Terminal=false
Type=Application