gnome-system-monitor: update to 3.3.92.
This commit is contained in:
parent
587ab1e9c2
commit
afb5f3a14f
2 changed files with 9 additions and 4 deletions
|
@ -20,3 +20,7 @@ libm.so.6
|
|||
libgcc_s.so.1
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libpangocairo-1.0.so.0
|
||||
libpango-1.0.so.0
|
||||
libsystemd-daemon.so.0
|
||||
libsystemd-login.so.0
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
# Template file for 'gnome-system-monitor'
|
||||
pkgname=gnome-system-monitor
|
||||
version=3.2.1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||
version=3.3.92
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-scrollkeeper
|
||||
--localstatedir=/var"
|
||||
revision=1
|
||||
short_desc="Process viewer and system resource monitor for GNOME"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
checksum=f9ecca05609c0ff346727e0f24e32ba5284aea47dfe958e2b6d4a7912e5c1180
|
||||
checksum=e8b91973cfa0867b312435dbe4650169e05873d525d171de71d07c94337fe242
|
||||
long_desc="
|
||||
This package allows you to graphically view and manipulate the running
|
||||
processes on your system. It also provides an overview of available
|
||||
resources such as CPU and memory."
|
||||
|
||||
Add_dependency build which
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build gnome-doc-utils
|
||||
|
@ -23,5 +23,6 @@ Add_dependency build libgtop-devel
|
|||
Add_dependency build libwnck-devel
|
||||
Add_dependency build gtkmm-devel
|
||||
Add_dependency build librsvg-devel
|
||||
Add_dependency build systemd-devel
|
||||
|
||||
Add_dependency full gnome-icon-theme
|
||||
|
|
Loading…
Reference in a new issue