New package: libqzeitgeist-0.8.0.

This commit is contained in:
Juan RP 2013-06-16 07:16:10 +02:00
parent 1490450deb
commit fb354b7ed2
4 changed files with 45 additions and 0 deletions

View File

@ -1250,3 +1250,4 @@ libdb_cxx-5.3.so libdb-cxx-5.3.21_1
libsdb.so.0 sdb-0.6.2_1
libcares.so.2 c-ares-1.10.0_1
libcryptopp.so crypto++-562_1
libqzeitgeist.so.0 libqzeitgeist-0.8.0_1

1
srcpkgs/libqzeitgeist-devel Symbolic link
View File

@ -0,0 +1 @@
libqzeitgeist

View File

@ -0,0 +1,14 @@
--- 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)

View File

@ -0,0 +1,29 @@
# Template file for 'libqzeitgeist'
pkgname=libqzeitgeist
version=0.8.0
revision=1
build_style=cmake
configure_args="-DDECLARATIVE_IMPORT_PREFIX=/usr/lib/qt/imports/"
hostmakedepends="cmake automoc4 python"
makedepends="zeitgeist qt-devel"
short_desc="Qt interface to the Zeitgeist event tracking system"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="https://projects.kde.org/projects/kdesupport/libqzeitgeist"
distfiles="http://download.kde.org/stable/${pkgname}/${version}/src/${pkgname}-${version}.tar.bz2"
checksum=0a8aa980d64549cce93691705807681fd7e3e079a48aee68fc4b2653f17d61ad
libqzeitgeist-devel_package() {
depends="qt-devel ${sourcepkg}-${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/pkgconfig
}
}
libqzeitgeist_package() {
pkg_install() {
vmove all
}
}