mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
fixed AUR package compatibilty with the newer pkgname
This commit is contained in:
parent
88b201b24b
commit
a433ed8aa5
@ -1,7 +1,7 @@
|
||||
pkgbase = spotube-bin
|
||||
pkgdesc = A lightweight free Spotify desktop-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed
|
||||
pkgver = 1.2.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/KRTirtho/spotube/
|
||||
arch = x86_64
|
||||
license = BSD-4-Clause
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: Kingkor Roy Tirtho <krtirho@gmail.com>
|
||||
pkgname=spotube-bin
|
||||
pkgver=1.2.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=
|
||||
pkgdesc="A lightweight free Spotify desktop-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed"
|
||||
arch=(x86_64)
|
||||
@ -25,15 +25,16 @@ md5sums=(f49d21ef00c7d43eb70e7e9b2a7103c1)
|
||||
validpgpkeys=()
|
||||
|
||||
package(){
|
||||
install -dm755 "${pkgdir}/usr/share/icons/${pkgname}"
|
||||
install -dm755 "${pkgdir}/usr/share/icons/spotube"
|
||||
install -dm755 "${pkgdir}/usr/share/applications"
|
||||
install -dm755 "${pkgdir}/usr/share/appdata"
|
||||
install -dm755 "${pkgdir}/usr/share/${pkgname}"
|
||||
install -dm755 "${pkgdir}/usr/bin"
|
||||
cp -ra ./ "${pkgdir}/usr/share/${pkgname}"
|
||||
cp ./spotube.desktop "${pkgdir}/usr/share/applications"
|
||||
cp ./spotube-logo.png "${pkgdir}/usr/share/icons/${pkgname}"
|
||||
cp ./com.github.KRTirtho.Spotube.appdata.xml "${pkgdir}/usr/share/appdata/spotube.appdata.xml"
|
||||
|
||||
mv ./spotube.desktop "${pkgdir}/usr/share/applications"
|
||||
mv ./spotube-logo.png "${pkgdir}/usr/share/icons/spotube/"
|
||||
mv ./com.github.KRTirtho.Spotube.appdata.xml "${pkgdir}/usr/share/appdata/spotube.appdata.xml"
|
||||
cp -ra ./data ./lib ./spotube "${pkgdir}/usr/share/${pkgname}"
|
||||
sed -i 's|com.github.KRTirtho.Spotube|spotube|' "${pkgdir}/usr/share/appdata/spotube.appdata.xml"
|
||||
ln -s "/usr/share/${pkgname}/spotube" "${pkgdir}/usr/bin/${pkgname}"
|
||||
ln -s "/usr/share/${pkgname}/spotube" "${pkgdir}/usr/bin/spotube"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user