From b0b053d8331bcb6bcb5ec925985558641a39cee0 Mon Sep 17 00:00:00 2001 From: SolitudeSF Date: Thu, 2 May 2019 17:14:43 +0300 Subject: [PATCH] spacefm-ng: remove --- srcpkgs/spacefm-ng/INSTALL.msg | 1 + srcpkgs/spacefm-ng/template | 23 +++++------------------ 2 files changed, 6 insertions(+), 18 deletions(-) create mode 100644 srcpkgs/spacefm-ng/INSTALL.msg diff --git a/srcpkgs/spacefm-ng/INSTALL.msg b/srcpkgs/spacefm-ng/INSTALL.msg new file mode 100644 index 00000000000..e4a0eeea1d9 --- /dev/null +++ b/srcpkgs/spacefm-ng/INSTALL.msg @@ -0,0 +1 @@ +spacefm-ng is no longer provided by Void Linux, and will be fully removed from the repos on 2019-08-02 diff --git a/srcpkgs/spacefm-ng/template b/srcpkgs/spacefm-ng/template index 0b2e5d996a0..94adb80c621 100644 --- a/srcpkgs/spacefm-ng/template +++ b/srcpkgs/spacefm-ng/template @@ -1,23 +1,10 @@ # Template file for 'spacefm-ng' pkgname=spacefm-ng version=1.0.6 -revision=2 -build_options="gtk3" -build_style=gnu-configure -configure_script="./autogen.sh" -conf_files="/etc/spacefm/spacefm.conf" -hostmakedepends="pkg-config intltool automake libtool glib-devel" -makedepends="$(vopt_if gtk3 gtk+3-devel gtk+-devel) glib-devel startup-notification-devel eudev-libudev-devel ffmpegthumbnailer-devel" -depends="hicolor-icon-theme desktop-file-utils" -configure_args="$(vopt_with gtk3)" -short_desc="Multi-panel tabbed file manager. Fork by Teklad" +revision=3 +archs=noarch +build_style=meta +short_desc="Multi-panel tabbed file manager. Fork by Teklad (removed package)" maintainer="SolitudeSF " -license="GPL-3" +license="GPL-3.0-or-later" homepage="https://github.com/Teklad/spacefm-ng" -conflicts="spacefm" -distfiles="https://github.com/Teklad/spacefm-ng/archive/${version}.tar.gz" -checksum=6818c2d962855503bde1910d7ea2f200fdcab04a6713e1016811b8f73bea0836 - -post_install() { - rm ${DESTDIR}/usr/bin/spacefm-installer -}