libgtop: update to 2.28.3.
--HG-- branch : gnome3
This commit is contained in:
parent
dce224531f
commit
576bfee281
2 changed files with 5 additions and 3 deletions
|
@ -17,5 +17,5 @@ do_install()
|
|||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share/{gtk-doc,info} ${DESTDIR}/usr/share
|
||||
mv ${SRCPKGDESTDIR}/usr/share/{gir*,gtk-doc,info} ${DESTDIR}/usr/share
|
||||
}
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template build file for 'libgtop'.
|
||||
pkgname=libgtop
|
||||
version=2.28.2
|
||||
version=2.28.3
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.28/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--localstatedir=/var -with-libgtop-smp"
|
||||
short_desc="Library to retrieve system information, used in GNOME"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=49958d7da1f76b257bfd0d557d8ed2b218a5ab0d31b59fed1c32ddf2a1529f5d
|
||||
checksum=2c866bd14b3cd78f78504cfb65baa105d62b8085c90e433ab9db97e050efea42
|
||||
long_desc="
|
||||
libgtop is a library that fetches system information about the running
|
||||
system such as cpu and memory usage, active processes etc. It
|
||||
|
@ -18,7 +18,9 @@ subpackages="$pkgname-devel"
|
|||
Add_dependency run glibc
|
||||
Add_dependency run glib
|
||||
Add_dependency run libXau
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build libXau-devel
|
||||
Add_dependency build gobject-introspection
|
||||
|
|
Loading…
Reference in a new issue