mirror of
https://github.com/Mastermindzh/tidal-hifi-aur.git
synced 2025-09-10 18:35:34 +02:00
Compare commits
40 Commits
9416e12835
...
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 | |||
a30471d5d4 | |||
2fed805923 | |||
b83599d7d7 | |||
14541fb184 | |||
46b21177cd | |||
5c7f95485f | |||
f9172ce849 | |||
723b210494 | |||
94d4a3eddb | |||
a72661d8be |
7
.SRCINFO
7
.SRCINFO
@@ -1,6 +1,6 @@
|
||||
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
|
||||
pkgver = 3.1.1.r0.g8f47756
|
||||
pkgver = 5.20.1.r0.g604f34b
|
||||
pkgrel = 1
|
||||
url = https://github.com/Mastermindzh/tidal-hifi
|
||||
arch = x86_64
|
||||
@@ -10,11 +10,14 @@ depends = libxss
|
||||
depends = nss
|
||||
depends = gtk3
|
||||
depends = libxcrypt-compat
|
||||
depends = libnotify
|
||||
provides = tidal-hifi
|
||||
conflicts = tidal-hifi
|
||||
source = git+https://github.com/Mastermindzh/tidal-hifi.git
|
||||
source = tidal-hifi.desktop
|
||||
source = tidal-hifi.xml
|
||||
sha512sums = SKIP
|
||||
sha512sums = 31cf40fb3ac81c4a64a8410a78e97c268a440577bce54347ce62f8a9566c8897f8083cd1e5afa40b0fbe9a149fc4fb4f29cad91a12e5b47cf8e300e56351a4f1
|
||||
sha512sums = bdfa717818219e1b7b6033ae8217615aad518c119d465639e394a1415df545cecafa794c4a1fa267cb69b62e7026291a0b18bad7cc61ec80814da086413c6df7
|
||||
sha512sums = e06fce55c2d9fcaeff514b97e8b003dca4c1a0aa8c8e14c3e3b99febbc2e8af7402d2e2009147f3f57a9b6447fafd23dd69e7b4de63cf43c5d67825836ebecb5
|
||||
|
||||
pkgname = tidal-hifi-git
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@@ -5,3 +5,5 @@
|
||||
!PKGBUILD
|
||||
!tidal-hifi.desktop
|
||||
!src/tidal-hifi.desktop
|
||||
!tidal-hifi.xml
|
||||
!src/tidal-hifi.xml
|
||||
|
14
PKGBUILD
14
PKGBUILD
@@ -2,20 +2,22 @@
|
||||
|
||||
pkgname=tidal-hifi-git
|
||||
pkgrel=1
|
||||
pkgver=3.1.1.r0.g8f47756
|
||||
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"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/Mastermindzh/tidal-hifi"
|
||||
license=("custom:MIT")
|
||||
depends=(libxss nss gtk3 libxcrypt-compat)
|
||||
depends=(libxss nss gtk3 libxcrypt-compat libnotify)
|
||||
makedepends=(git)
|
||||
provides=(tidal-hifi)
|
||||
conflicts=(tidal-hifi)
|
||||
|
||||
source=("git+https://github.com/Mastermindzh/tidal-hifi.git"
|
||||
"tidal-hifi.desktop")
|
||||
"tidal-hifi.desktop"
|
||||
"tidal-hifi.xml")
|
||||
sha512sums=('SKIP'
|
||||
'31cf40fb3ac81c4a64a8410a78e97c268a440577bce54347ce62f8a9566c8897f8083cd1e5afa40b0fbe9a149fc4fb4f29cad91a12e5b47cf8e300e56351a4f1')
|
||||
'bdfa717818219e1b7b6033ae8217615aad518c119d465639e394a1415df545cecafa794c4a1fa267cb69b62e7026291a0b18bad7cc61ec80814da086413c6df7'
|
||||
"e06fce55c2d9fcaeff514b97e8b003dca4c1a0aa8c8e14c3e3b99febbc2e8af7402d2e2009147f3f57a9b6447fafd23dd69e7b4de63cf43c5d67825836ebecb5")
|
||||
|
||||
getnvm() {
|
||||
if command -v nvm; then
|
||||
@@ -78,11 +80,15 @@ package() {
|
||||
ln -s "/opt/tidal-hifi/tidal-hifi" "${pkgdir}/usr/bin/tidal-hifi"
|
||||
|
||||
install -Dm 644 "build/icon.png" "${pkgdir}/usr/share/pixmaps/tidal-hifi.png"
|
||||
install -Dm 644 "build/icon.png" "${pkgdir}/usr/share/icons/${pkgname%-git}/tidal-hifi.png"
|
||||
install -Dm 644 "build/icon.png" "${pkgdir}/usr/share/icons/hicolor/0x0/apps/tidal-hifi.png"
|
||||
install -Dm 644 "${srcdir}/tidal-hifi.desktop" "${pkgdir}/usr/share/applications/tidal-hifi.desktop"
|
||||
install -Dm 644 "${srcdir}/tidal-hifi.xml" "${pkgdir}/usr/share/mime/packages/tidal-hifi.xml"
|
||||
|
||||
install -Dm 644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
|
||||
install -Dm 644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
install -Dm 644 "build/icon.png" "${pkgdir}/usr/share/icons/hicolor/0x0/apps/tidal-hifi.png"
|
||||
|
||||
ln -s "/opt/tidal-hifi/LICENSE.electron.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.electron.txt"
|
||||
ln -s "/opt/tidal-hifi/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSES.chromium.html"
|
||||
}
|
||||
|
@@ -1,13 +1,14 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=tidal-hifi
|
||||
GenericName=tidal-hifi
|
||||
Name=TIDAL Hi-Fi
|
||||
GenericName=TIDAL Hi-Fi
|
||||
Comment=The web version of listen.tidal.com running in electron with hifi support thanks to widevine.
|
||||
Exec=tidal-hifi %u
|
||||
Icon=/usr/share/icons/hicolor/0x0/apps/tidal-hifi.png
|
||||
Exec=tidal-hifi --enable-features=UseOzonePlatform --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations %U
|
||||
Icon=/usr/share/icons/tidal-hifi/tidal-hifi.png
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Network;Application;Audio;Video
|
||||
Categories=Network;Application;Audio;Video;AudioVideo
|
||||
StartupWMClass=tidal-hifi
|
||||
X-PulseAudio-Properties=media.role=music
|
||||
MimeType=x-scheme-handler/tidal;
|
6
tidal-hifi.xml
Normal file
6
tidal-hifi.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="x-scheme-handler/tidal">
|
||||
<icon name="tidal-hifi" />
|
||||
</mime-type>
|
||||
</mime-info>
|
Reference in New Issue
Block a user