diff --git a/common/shlibs b/common/shlibs index f5aa76e54fd..dc1768e77bc 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libqzeitgeist-devel b/srcpkgs/libqzeitgeist-devel deleted file mode 120000 index 6251e385ce9..00000000000 --- a/srcpkgs/libqzeitgeist-devel +++ /dev/null @@ -1 +0,0 @@ -libqzeitgeist \ No newline at end of file diff --git a/srcpkgs/libqzeitgeist/INSTALL.msg b/srcpkgs/libqzeitgeist/INSTALL.msg new file mode 100644 index 00000000000..1a96fdbef1d --- /dev/null +++ b/srcpkgs/libqzeitgeist/INSTALL.msg @@ -0,0 +1 @@ +libqzeitgeist is no longer provided by Void Linux, and will be fully removed from the repos on 2019-07-10 diff --git a/srcpkgs/libqzeitgeist/patches/set-declarative-installation-dir.patch b/srcpkgs/libqzeitgeist/patches/set-declarative-installation-dir.patch deleted file mode 100644 index 349a7f9cb01..00000000000 --- a/srcpkgs/libqzeitgeist/patches/set-declarative-installation-dir.patch +++ /dev/null @@ -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) diff --git a/srcpkgs/libqzeitgeist/template b/srcpkgs/libqzeitgeist/template index 2509d2e954f..4659a0a2b49 100644 --- a/srcpkgs/libqzeitgeist/template +++ b/srcpkgs/libqzeitgeist/template @@ -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 " -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 - } -}