gkrellm: update to 2.3.5.
This commit is contained in:
parent
4a9b2cd373
commit
61256674be
3 changed files with 10 additions and 44 deletions
srcpkgs/gkrellm
|
@ -1,18 +1,10 @@
|
||||||
libgtk-x11-2.0.so.0
|
libgtk-x11-2.0.so.0
|
||||||
libgdk-x11-2.0.so.0
|
libgdk-x11-2.0.so.0
|
||||||
libatk-1.0.so.0
|
|
||||||
libgio-2.0.so.0
|
|
||||||
libpangoft2-1.0.so.0
|
|
||||||
libpangocairo-1.0.so.0
|
|
||||||
libgdk_pixbuf-2.0.so.0
|
libgdk_pixbuf-2.0.so.0
|
||||||
libcairo.so.2
|
|
||||||
libpango-1.0.so.0
|
libpango-1.0.so.0
|
||||||
libfreetype.so.6
|
|
||||||
libfontconfig.so.1
|
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libgmodule-2.0.so.0
|
libgmodule-2.0.so.0
|
||||||
libgthread-2.0.so.0
|
libgthread-2.0.so.0
|
||||||
librt.so.1
|
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libSM.so.6
|
libSM.so.6
|
||||||
libICE.so.6
|
libICE.so.6
|
||||||
|
|
|
@ -1,29 +0,0 @@
|
||||||
--- src/client.c.orig 2009-11-24 05:12:11.957336471 +0000
|
|
||||||
+++ src/client.c 2009-11-24 05:12:29.289887242 +0000
|
|
||||||
@@ -1620,7 +1620,7 @@ KeyTable update_table[] =
|
|
||||||
|
|
||||||
|
|
||||||
static gint
|
|
||||||
-getline(gint fd, gchar *buf, gint len)
|
|
||||||
+get_line(gint fd, gchar *buf, gint len)
|
|
||||||
{
|
|
||||||
fd_set read_fds;
|
|
||||||
struct timeval tv;
|
|
||||||
@@ -1714,7 +1714,7 @@ read_server_setup(gint fd)
|
|
||||||
|
|
||||||
while (1)
|
|
||||||
{
|
|
||||||
- rs=getline(fd, buf, sizeof(buf));
|
|
||||||
+ rs=get_line(fd, buf, sizeof(buf));
|
|
||||||
if(rs<0)
|
|
||||||
return FALSE;
|
|
||||||
if (!strcmp(buf, "</gkrellmd_setup>"))
|
|
||||||
@@ -1732,7 +1732,7 @@ read_server_setup(gint fd)
|
|
||||||
table_size = sizeof(update_table) / sizeof(KeyTable);
|
|
||||||
while (1)
|
|
||||||
{
|
|
||||||
- rs=getline(fd, buf, sizeof(buf));
|
|
||||||
+ rs=get_line(fd, buf, sizeof(buf));
|
|
||||||
if(rs<0)
|
|
||||||
return FALSE;
|
|
||||||
if (!strcmp(buf, "</initial_update>"))
|
|
|
@ -1,15 +1,17 @@
|
||||||
# Template build file for 'gkrellm'.
|
# Template build file for 'gkrellm'.
|
||||||
pkgname=gkrellm
|
pkgname=gkrellm
|
||||||
version=2.3.2
|
version=2.3.5
|
||||||
revision=3
|
revision=1
|
||||||
distfiles="http://members.dslextreme.com/users/billw/gkrellm/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="INSTALLROOT=$XBPS_DESTDIR/$pkgname-$version/usr
|
make_build_args="PREFIX=/usr"
|
||||||
MANDIR=$XBPS_DESTDIR/$pkgname-$version/usr/share/man/man1"
|
make_install_args="PREFIX=/usr"
|
||||||
makedepends="pkg-config atk-devel glib-devel pango-devel gdk-pixbuf-devel cairo-devel libpng-devel freetype-devel fontconfig-devel libSM-devel libICE-devel openssl-devel libX11-devel gtk+-devel libsensors-devel"
|
makedepends="pkg-config openssl-devel gtk+-devel libsensors-devel"
|
||||||
short_desc="GTK2 based system monitor"
|
short_desc="GTK2 based system monitor"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=a102e681cbcc45f8cb225ca0a321b62772106d6f0bb372eaa026b5a2da840873
|
homepage="http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html"
|
||||||
|
license="GPL-2"
|
||||||
|
distfiles="http://members.dslextreme.com/users/billw/gkrellm/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=702b5b0e9c040eb3af8e157453f38dd6f53e1dcd8b1272d20266cda3d4372c8b
|
||||||
long_desc="
|
long_desc="
|
||||||
With a single process, GKrellM manages multiple stacked monitors and supports
|
With a single process, GKrellM manages multiple stacked monitors and supports
|
||||||
applying themes to match the monitors appearance to your window manager,
|
applying themes to match the monitors appearance to your window manager,
|
||||||
|
@ -33,3 +35,4 @@ long_desc="
|
||||||
* A different theme can be created with the GIMP.
|
* A different theme can be created with the GIMP.
|
||||||
* And a lot more..."
|
* And a lot more..."
|
||||||
|
|
||||||
|
LDFLAGS="-lgmodule-2.0"
|
||||||
|
|
Loading…
Reference in a new issue