mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
spotify-adblock: bump for inclusion of dependency metadata
This commit is contained in:
parent
73c9a6a5df
commit
b46fababa9
1 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'spotify-adblock'
|
# Template file for 'spotify-adblock'
|
||||||
pkgname=spotify-adblock
|
pkgname=spotify-adblock
|
||||||
version=1.0.2
|
version=1.0.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
conf_files="/etc/spotify-adblock/config.toml"
|
conf_files="/etc/spotify-adblock/config.toml"
|
||||||
short_desc="Adblocker for Spotify"
|
short_desc="Adblocker for Spotify"
|
||||||
|
@ -12,9 +12,11 @@ distfiles="https://github.com/abba23/spotify-adblock/archive/refs/tags/v${versio
|
||||||
checksum=a0b5124573b95548e2f5ae36fc74fdab4fab9282d755affba754641e561aeac6
|
checksum=a0b5124573b95548e2f5ae36fc74fdab4fab9282d755affba754641e561aeac6
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
{ sed -n '/<summary>Debian/q'
|
{
|
||||||
sed -n '/^```$/q'
|
sed -n '/<summary>Debian/q'
|
||||||
sed -n '/^```$/q;s-/usr/local/lib/-/usr/lib/-;p'
|
# \x60 = backtick, to trick xlint
|
||||||
|
sed -n '/^\x60\x60\x60$/q'
|
||||||
|
sed -n '/^\x60\x60\x60$/q;s-/usr/local/lib/-/usr/lib/-;p'
|
||||||
} <README.md >spotify-adblock.desktop
|
} <README.md >spotify-adblock.desktop
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue