mirror of
https://github.com/Mastermindzh/tidal-hifi-aur.git
synced 2025-09-12 03:15:26 +02:00
Compare commits
30 Commits
a30471d5d4
...
master
Author | SHA1 | Date | |
---|---|---|---|
98d5a316d4 | |||
5311e62fbf | |||
9ab9ce6464 | |||
6e8c35dd22 | |||
a1ff4d71ba | |||
902dcdafba | |||
8318b0755c | |||
d21a54d7b6 | |||
3c3c1f8c75 | |||
ed67017684 | |||
80ec77cb7c | |||
5af6495a26 | |||
f85bae52be | |||
12b6f7d2c2 | |||
c12fe3c24a | |||
bb8c47d799 | |||
6a56e59202 | |||
eae6902935 | |||
22055ca028 | |||
1192c09884 | |||
6c11172d95 | |||
ddb28a61dc | |||
b29a421cda | |||
98504ce2c4 | |||
3ab5b9672b | |||
867422addf | |||
2098f174e9 | |||
64f4b02242 | |||
af017c6e97 | |||
1bd623ee08 |
7
.SRCINFO
7
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = tidal-hifi-git
|
pkgbase = tidal-hifi-git
|
||||||
pkgdesc = The web version of listen.tidal.com running in electron with hifi support thanks to widevine. If the install fails use nvm to temporarily downgrade npm
|
pkgdesc = The web version of listen.tidal.com running in electron with hifi support thanks to widevine. If the install fails use nvm to temporarily downgrade npm
|
||||||
pkgver = 4.3.1.r1.gcd2a068
|
pkgver = 5.20.1.r0.g604f34b
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/Mastermindzh/tidal-hifi
|
url = https://github.com/Mastermindzh/tidal-hifi
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom:MIT
|
license = custom:MIT
|
||||||
@@ -10,13 +10,14 @@ pkgbase = tidal-hifi-git
|
|||||||
depends = nss
|
depends = nss
|
||||||
depends = gtk3
|
depends = gtk3
|
||||||
depends = libxcrypt-compat
|
depends = libxcrypt-compat
|
||||||
|
depends = libnotify
|
||||||
provides = tidal-hifi
|
provides = tidal-hifi
|
||||||
conflicts = tidal-hifi
|
conflicts = tidal-hifi
|
||||||
source = git+https://github.com/Mastermindzh/tidal-hifi.git
|
source = git+https://github.com/Mastermindzh/tidal-hifi.git
|
||||||
source = tidal-hifi.desktop
|
source = tidal-hifi.desktop
|
||||||
source = tidal-hifi.xml
|
source = tidal-hifi.xml
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
sha512sums = 20dc16dfd79cd00686b29bc621c64568b6557d73da5b7c1fba7dee0277784cc6f133520ca55d83fb878c3e5cc6734b6fd1b47502366a8907113625ce4e362bbc
|
sha512sums = bdfa717818219e1b7b6033ae8217615aad518c119d465639e394a1415df545cecafa794c4a1fa267cb69b62e7026291a0b18bad7cc61ec80814da086413c6df7
|
||||||
sha512sums = e06fce55c2d9fcaeff514b97e8b003dca4c1a0aa8c8e14c3e3b99febbc2e8af7402d2e2009147f3f57a9b6447fafd23dd69e7b4de63cf43c5d67825836ebecb5
|
sha512sums = e06fce55c2d9fcaeff514b97e8b003dca4c1a0aa8c8e14c3e3b99febbc2e8af7402d2e2009147f3f57a9b6447fafd23dd69e7b4de63cf43c5d67825836ebecb5
|
||||||
|
|
||||||
pkgname = tidal-hifi-git
|
pkgname = tidal-hifi-git
|
||||||
|
8
PKGBUILD
8
PKGBUILD
@@ -1,13 +1,13 @@
|
|||||||
# Maintainer: Rick van Lieshout <info@rickvanlieshout.com>
|
# Maintainer: Rick van Lieshout <info@rickvanlieshout.com>
|
||||||
|
|
||||||
pkgname=tidal-hifi-git
|
pkgname=tidal-hifi-git
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgver=4.3.1.r1.gcd2a068
|
pkgver=5.20.1.r0.g604f34b
|
||||||
pkgdesc="The web version of listen.tidal.com running in electron with hifi support thanks to widevine. If the install fails use nvm to temporarily downgrade npm"
|
pkgdesc="The web version of listen.tidal.com running in electron with hifi support thanks to widevine. If the install fails use nvm to temporarily downgrade npm"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://github.com/Mastermindzh/tidal-hifi"
|
url="https://github.com/Mastermindzh/tidal-hifi"
|
||||||
license=("custom:MIT")
|
license=("custom:MIT")
|
||||||
depends=(libxss nss gtk3 libxcrypt-compat)
|
depends=(libxss nss gtk3 libxcrypt-compat libnotify)
|
||||||
makedepends=(git)
|
makedepends=(git)
|
||||||
provides=(tidal-hifi)
|
provides=(tidal-hifi)
|
||||||
conflicts=(tidal-hifi)
|
conflicts=(tidal-hifi)
|
||||||
@@ -16,7 +16,7 @@ source=("git+https://github.com/Mastermindzh/tidal-hifi.git"
|
|||||||
"tidal-hifi.desktop"
|
"tidal-hifi.desktop"
|
||||||
"tidal-hifi.xml")
|
"tidal-hifi.xml")
|
||||||
sha512sums=('SKIP'
|
sha512sums=('SKIP'
|
||||||
'20dc16dfd79cd00686b29bc621c64568b6557d73da5b7c1fba7dee0277784cc6f133520ca55d83fb878c3e5cc6734b6fd1b47502366a8907113625ce4e362bbc'
|
'bdfa717818219e1b7b6033ae8217615aad518c119d465639e394a1415df545cecafa794c4a1fa267cb69b62e7026291a0b18bad7cc61ec80814da086413c6df7'
|
||||||
"e06fce55c2d9fcaeff514b97e8b003dca4c1a0aa8c8e14c3e3b99febbc2e8af7402d2e2009147f3f57a9b6447fafd23dd69e7b4de63cf43c5d67825836ebecb5")
|
"e06fce55c2d9fcaeff514b97e8b003dca4c1a0aa8c8e14c3e3b99febbc2e8af7402d2e2009147f3f57a9b6447fafd23dd69e7b4de63cf43c5d67825836ebecb5")
|
||||||
|
|
||||||
getnvm() {
|
getnvm() {
|
||||||
|
@@ -12,4 +12,4 @@
|
|||||||
},
|
},
|
||||||
"author": "Rick van Lieshout <info@rickvanlieshout.com> (http://rickvanlieshout.com/)",
|
"author": "Rick van Lieshout <info@rickvanlieshout.com> (http://rickvanlieshout.com/)",
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
}
|
}
|
@@ -3,7 +3,7 @@ Encoding=UTF-8
|
|||||||
Name=TIDAL Hi-Fi
|
Name=TIDAL Hi-Fi
|
||||||
GenericName=TIDAL Hi-Fi
|
GenericName=TIDAL Hi-Fi
|
||||||
Comment=The web version of listen.tidal.com running in electron with hifi support thanks to widevine.
|
Comment=The web version of listen.tidal.com running in electron with hifi support thanks to widevine.
|
||||||
Exec=tidal-hifi %u
|
Exec=tidal-hifi --enable-features=UseOzonePlatform --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations %U
|
||||||
Icon=/usr/share/icons/tidal-hifi/tidal-hifi.png
|
Icon=/usr/share/icons/tidal-hifi/tidal-hifi.png
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
Reference in New Issue
Block a user