grantlee: remove package

superseeded by grantlee5.
Nothing depends on this old release anymore

Closes: #342 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
John 2018-06-22 23:36:48 +00:00 committed by Jürgen Buchmüller
parent f470938c21
commit fc8e22c38c
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
4 changed files with 0 additions and 34 deletions

View File

@ -1288,8 +1288,6 @@ libphononexperimental.so.4 phonon-4.6.0_1
libdbusmenu-glib.so.4 libdbusmenu-glib-12.10.2_1
libdbusmenu-gtk3.so.4 libdbusmenu-gtk3-12.10.2_1
libdbusmenu-qt.so.2 libdbusmenu-qt-0.9.2_1
libgrantlee_gui.so.0 grantlee-0.3.0_1
libgrantlee_core.so.0 grantlee-0.3.0_1
libGrantlee_Templates.so.5 grantlee5-5.0.0_1
libGrantlee_TextDocument.so.5 grantlee5-5.0.0_1
libattica.so.0.4 attica-0.4.2_1

View File

@ -1 +0,0 @@
grantlee

View File

@ -1,30 +0,0 @@
# Template file for 'grantlee'
pkgname=grantlee
version=0.5.1
revision=2
build_style=cmake
makedepends="qt-devel"
short_desc="Qt4 string template engine based on the Django template system"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1"
homepage="https://github.com/steveire/grantlee"
distfiles="${homepage}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=7669a57c9a2bee24956b1daf6e63a10847172b4c46650345a9a5d14b2686e664
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt-host-tools qt-qmake"
fi
post_extract() {
sed -e 's|INCLUDE_INSTALL_DIR include|INCLUDE_INSTALL_DIR include/grantlee-qt4|' -i CMakeLists.txt
}
grantlee-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}

View File

@ -1 +0,0 @@
ignore="v0.1* 5.*"