diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index 551d4d6db41..50a0a2c3475 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -1,7 +1,7 @@ # Template file for 'removed-packages' pkgname=removed-packages version=0.1 -revision=58 +revision=59 build_style=meta short_desc="Uninstalls packages removed from repository" maintainer="Piotr Wójcik " @@ -332,6 +332,7 @@ replaces=" slmenu<=0.1_1 soulseekqt<=20160117_2 spacefm-ng<=1.0.6_3 + spotify-adblock-linux<=1.1_1 sqlite-replication<=3.32.3_2 srw<=0.7_1 tagainijisho<=1.0.3_1 diff --git a/srcpkgs/spotify-adblock-linux/template b/srcpkgs/spotify-adblock-linux/template deleted file mode 100644 index e9c543ec22a..00000000000 --- a/srcpkgs/spotify-adblock-linux/template +++ /dev/null @@ -1,20 +0,0 @@ -# Template file for 'spotify-adblock-linux' -pkgname=spotify-adblock-linux -version=1.1 -revision=1 -build_style=gnu-makefile -makedepends="libcurl-devel" -short_desc="Spotify adblocker for Linux" -maintainer="linarcx " -license="GPL-3.0-or-later" -homepage="https://github.com/abba23/spotify-adblock-linux" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=a543c9f1dfd434196b25ab1aaaecb5cfb56338e1687a11b3a7b7f340fae915ab - -CFLAGS+=" -shared -fPIC" - -do_install() { - vmkdir usr/lib - vcopy "*.so" usr/lib - vinstall ${FILESDIR}/spotify-adblock.desktop 644 usr/share/applications/ -}