libgtop: update to 2.28.5.

This commit is contained in:
Juan RP 2013-08-20 14:10:13 +02:00
parent 7a5a24147e
commit bd26412eb3

View file

@ -1,7 +1,7 @@
# Template build file for 'libgtop'. # Template build file for 'libgtop'.
pkgname=libgtop pkgname=libgtop
version=2.28.4 version=2.28.5
revision=3 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="-with-libgtop-smp" configure_args="-with-libgtop-smp"
hostmakedepends="pkg-config intltool gobject-introspection" hostmakedepends="pkg-config intltool gobject-introspection"
@ -10,8 +10,8 @@ short_desc="Library to retrieve system information, used in GNOME"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org/" homepage="http://www.gnome.org/"
license="LGPL-2.1" license="LGPL-2.1"
distfiles="${GNOME_SITE}/$pkgname/2.28/$pkgname-$version.tar.bz2" distfiles="${GNOME_SITE}/$pkgname/2.28/$pkgname-$version.tar.xz"
checksum=098568c08e412c0be2980a322ff3e7403a6d72192391d276a16943cbd3874182 checksum=c812c174e44a8971a1f33265437cfd10f1e99869c7f5c05f8ee95846a70a3342
long_desc=" long_desc="
libgtop is a library that fetches system information about the running libgtop is a library that fetches system information about the running
system such as cpu and memory usage, active processes etc. It system such as cpu and memory usage, active processes etc. It
@ -20,13 +20,15 @@ long_desc="
libgtop-devel_package() { libgtop-devel_package() {
depends="libglib-devel libXau-devel libgtop>=${version}" depends="libglib-devel libXau-devel libgtop>=${version}"
short_desc+=" -- development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.a" vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share/info vmove usr/share/info
vmove usr/share/gir-1.0 vmove usr/share/gir-1.0
vmove usr/share/gtk-doc
} }
} }