qimageblitz: remove
This commit is contained in:
parent
1d96addc5b
commit
8485a7fb1d
|
@ -1315,7 +1315,6 @@ libsolarus-gui.so solarus-1.5.3_1
|
|||
libplank.so.1 plank-0.11.0_1
|
||||
libssh.so.4 libssh-0.5.4_1
|
||||
libqjson.so.0 qjson-0.8.1_1
|
||||
libqimageblitz.so.4 qimageblitz-0.0.6_1
|
||||
libxcb-render-util.so.0 xcb-util-renderutil-0.3.8_1
|
||||
libKPimGAPIContacts.so.5 libkgapi-17.12.3_1
|
||||
libKPimGAPIBlogger.so.5 libkgapi-17.12.3_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
qimageblitz
|
|
@ -0,0 +1 @@
|
|||
qimageblitz is no longer provided by Void Linux, and will be fully removed from the repos on 2019/03/20
|
|
@ -1,23 +1,9 @@
|
|||
# Template file for 'qimageblitz'
|
||||
pkgname=qimageblitz
|
||||
version=0.0.6
|
||||
revision=3
|
||||
build_style=cmake
|
||||
hostmakedepends="automoc4 pkg-config qt-host-tools qt-qmake"
|
||||
makedepends="qt-devel"
|
||||
short_desc="A graphical effect and filter library for KDE"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD-2-Clause"
|
||||
revision=4
|
||||
noarch=yes
|
||||
build_style=meta
|
||||
short_desc="A graphical effect and filter library for KDE (removed package)"
|
||||
license="metapackage"
|
||||
homepage="https://www.kde.org"
|
||||
distfiles="${KDE_SITE}/qimageblitz/qimageblitz-${version}.tar.bz2"
|
||||
checksum=9f102269dec50641440e23a449df215a0db9efef9a3969939d618c5e78a5010f
|
||||
|
||||
qimageblitz-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="qt-devel ${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue