New package: libzeitgeist-0.3.18.
This commit is contained in:
parent
39619316e4
commit
e3790d825d
5 changed files with 42 additions and 0 deletions
|
@ -1047,3 +1047,4 @@ libgnomekbdui.so.8 libgnomekbd-3.6.0_1
|
||||||
libibus-1.0.so.5 ibus-1.4.99.20120917_1
|
libibus-1.0.so.5 ibus-1.4.99.20120917_1
|
||||||
libgnome-bluetooth.so.11 gnome-bluetooth-3.6.0_1
|
libgnome-bluetooth.so.11 gnome-bluetooth-3.6.0_1
|
||||||
libxapian.so.22 libxapian-1.2.12_1
|
libxapian.so.22 libxapian-1.2.12_1
|
||||||
|
libzeitgeist-1.0.so.1 libzeitgeist-0.3.18_1
|
||||||
|
|
1
srcpkgs/libzeitgeist-devel
Symbolic link
1
srcpkgs/libzeitgeist-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libzeitgeist
|
15
srcpkgs/libzeitgeist/libzeitgeist-devel.template
Normal file
15
srcpkgs/libzeitgeist/libzeitgeist-devel.template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'libzeitgeist-devel'.
|
||||||
|
#
|
||||||
|
noarch=yes
|
||||||
|
depends="${sourcepkg}>=$version"
|
||||||
|
short_desc="${short_desc} -- development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
vmove usr/share/vala usr/share
|
||||||
|
vmove usr/share/gtk-doc usr/share
|
||||||
|
}
|
4
srcpkgs/libzeitgeist/libzeitgeist.rshlibs
Normal file
4
srcpkgs/libzeitgeist/libzeitgeist.rshlibs
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
libgio-2.0.so.0
|
||||||
|
libgobject-2.0.so.0
|
||||||
|
libglib-2.0.so.0
|
||||||
|
libc.so.6
|
21
srcpkgs/libzeitgeist/template
Normal file
21
srcpkgs/libzeitgeist/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'libzeitgeist'
|
||||||
|
pkgname=libzeitgeist
|
||||||
|
version=0.3.18
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
|
subpackages="${pkgname}-devel"
|
||||||
|
short_desc="Zeitgeist Client Library"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="https://launchpad.net/libzeitgeist"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
distfiles="https://launchpad.net/${pkgname}/0.3/${version}/+download/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=82c128d97a68600518b8e3e65ef4d5b123c57f3d5dfa977c7ff733c0fdf80f73
|
||||||
|
long_desc="
|
||||||
|
This project provides a client library for applications that want to interact
|
||||||
|
with the Zeitgeist daemon. The library is written in C using glib and provides
|
||||||
|
an asynchronous GObject oriented API."
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/share/doc
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue