libqzeitgeist: remove
- Depends on obsolete qt4 - Has no consumers
This commit is contained in:
parent
dd22348747
commit
43c9bdb18e
5 changed files with 6 additions and 37 deletions
|
@ -1304,7 +1304,6 @@ libdb-5.3.so libdb-5.3.21_1
|
|||
libdb_cxx-5.3.so libdb-cxx-5.3.21_1
|
||||
libcares.so.2 c-ares-1.10.0_1
|
||||
libcryptopp.so.5.6 crypto++-565_1
|
||||
libqzeitgeist.so.1 libqzeitgeist-0.8.0_1
|
||||
libphonon.so.4 phonon-4.6.0_1
|
||||
libphononexperimental.so.4 phonon-4.6.0_1
|
||||
libdbusmenu-glib.so.4 libdbusmenu-glib-12.10.2_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
libqzeitgeist
|
1
srcpkgs/libqzeitgeist/INSTALL.msg
Normal file
1
srcpkgs/libqzeitgeist/INSTALL.msg
Normal file
|
@ -0,0 +1 @@
|
|||
libqzeitgeist is no longer provided by Void Linux, and will be fully removed from the repos on 2019-07-10
|
|
@ -1,14 +0,0 @@
|
|||
--- declarative/CMakeLists.txt~ 2012-01-28 10:55:56.178972521 +0000
|
||||
+++ declarative/CMakeLists.txt 2012-01-28 10:57:29.601561527 +0000
|
||||
@@ -14,7 +14,9 @@
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../src/)
|
||||
automoc4_add_library(QZeitgeistDeclarativePlugin MODULE ${declarative_SRCS})
|
||||
|
||||
-target_link_libraries(QZeitgeistDeclarativePlugin ${QT_LIBRARIES} qzeitgeist)
|
||||
+target_link_libraries(QZeitgeistDeclarativePlugin ${QT_QTDECLARATIVE_LIBRARIES} qzeitgeist)
|
||||
|
||||
-install(TARGETS QZeitgeistDeclarativePlugin DESTINATION lib${LIB_SUFFIX}/qt4/imports/org/gnome/zeitgeist)
|
||||
+set(DECLARATIVE_IMPORT_PREFIX ${QT_IMPORTS_DIR} CACHE PATH "Location to install declarative bindings")
|
||||
+
|
||||
+install(TARGETS QZeitgeistDeclarativePlugin DESTINATION ${DECLARATIVE_IMPORT_PREFIX}/org/gnome/zeitgeist)
|
||||
install(FILES qmldir DESTINATION ${QT_IMPORTS_DIR}/org/gnome/zeitgeist)
|
|
@ -1,25 +1,9 @@
|
|||
# Template file for 'libqzeitgeist'
|
||||
pkgname=libqzeitgeist
|
||||
version=0.8.0
|
||||
revision=5
|
||||
build_style=cmake
|
||||
configure_args="-DDECLARATIVE_IMPORT_PREFIX=/usr/lib/qt/imports/"
|
||||
hostmakedepends="automoc4 python"
|
||||
makedepends="zeitgeist qt-devel"
|
||||
short_desc="Qt interface to the Zeitgeist event tracking system"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
revision=6
|
||||
archs=noarch
|
||||
build_style=meta
|
||||
short_desc="Qt interface to the Zeitgeist event tracking system (removed package)"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://projects.kde.org/projects/kdesupport/libqzeitgeist"
|
||||
distfiles="${KDE_SITE}/libqzeitgeist/${version}/src/libqzeitgeist-${version}.tar.bz2"
|
||||
checksum=0a8aa980d64549cce93691705807681fd7e3e079a48aee68fc4b2653f17d61ad
|
||||
nocross="zeitgeist is nocross"
|
||||
|
||||
libqzeitgeist-devel_package() {
|
||||
depends="qt-devel ${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue