enventor: remove
Doesn't compile since a long time, nobody took time to fix it.
This commit is contained in:
parent
652710c09b
commit
319ec147d3
|
@ -1915,7 +1915,6 @@ libglfw.so.3 glfw-3.0.4_1
|
||||||
libusbmuxd.so.4 libusbmuxd-1.0.10_1
|
libusbmuxd.so.4 libusbmuxd-1.0.10_1
|
||||||
libimobiledevice.so.6 libimobiledevice-1.2.0_1
|
libimobiledevice.so.6 libimobiledevice-1.2.0_1
|
||||||
libstfl.so.0 stfl-0.23_1
|
libstfl.so.0 stfl-0.23_1
|
||||||
libenventor.so.1 enventor-1.0.0_1
|
|
||||||
libCDApplet.so cairo-dock-plugins-3.4.0_1
|
libCDApplet.so cairo-dock-plugins-3.4.0_1
|
||||||
libldns.so.2 libldns-1.7.0_1
|
libldns.so.2 libldns-1.7.0_1
|
||||||
libopenjpeg.so.5 libopenjpeg-1.5.2_1
|
libopenjpeg.so.5 libopenjpeg-1.5.2_1
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
enventor is no longer provided by Void Linux, and will be fully removed from the repos on 2019-07-12
|
|
@ -1,19 +1,9 @@
|
||||||
# Template file for 'enventor'
|
# Template file for 'enventor'
|
||||||
pkgname=enventor
|
pkgname=enventor
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=1
|
revision=2
|
||||||
lib32disabled=yes
|
archs=noarch
|
||||||
wrksrc="${pkgname}-${version}"
|
build_style=meta
|
||||||
hostmakedepends="pkg-config efl-devel"
|
short_desc="Enlightenment's EDC editor with some convenient functions (removed package)"
|
||||||
makedepends="efl-devel"
|
license="BSD-2-Clause"
|
||||||
depends="desktop-file-utils"
|
|
||||||
build_style=gnu-configure
|
|
||||||
configure_args="--disable-static"
|
|
||||||
homepage="http://enlightenment.org"
|
homepage="http://enlightenment.org"
|
||||||
short_desc="Enlightenment's EDC editor with some convenient functions"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
||||||
license="BSD"
|
|
||||||
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
|
|
||||||
checksum=6756707381de81d3cd6c445f7735927aa4dc853afdb04354d5267078b32bd134
|
|
||||||
|
|
||||||
broken="Does not build with efl>=1.26"
|
|
||||||
|
|
Loading…
Reference in New Issue