From vmiklos at frugalware.org Wed Sep 1 00:01:59 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 00:01:59 +0200 (CEST) Subject: [Frugalware-git] python27: papyon-0.5.0-2-i686 Message-ID: <20100831220159.CE65F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=c064ca3335e728512932e6894243d6e6f1a0ff02 commit c064ca3335e728512932e6894243d6e6f1a0ff02 Author: Miklos Vajna Date: Wed Sep 1 00:01:52 2010 +0200 papyon-0.5.0-2-i686 - rebuilt with python-2.7 diff --git a/source/devel-extra/papyon/FrugalBuild b/source/devel-extra/papyon/FrugalBuild index fbe373e..daf0827 100644 --- a/source/devel-extra/papyon/FrugalBuild +++ b/source/devel-extra/papyon/FrugalBuild @@ -3,12 +3,12 @@ pkgname=papyon pkgver=0.5.0 -pkgrel=1 +pkgrel=2 pkgdesc="Msn protocol in python for telepathy." url="http://telepathy.freedesktop.org/wiki/Papyon" up2date="Flasttar http://telepathy.freedesktop.org/releases/$pkgname" source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz") -depends=('pygobject' 'pycrypto' 'pyopenssl' 'python>=2.6') +depends=('pygobject' 'pycrypto' 'pyopenssl' 'python>=2.7') groups=('devel-extra') archs=('i686' 'x86_64' 'ppc') sha1sums=('661388e33560da6ffcd4f94de37287c49bb95424') From vmiklos at frugalware.org Wed Sep 1 00:07:25 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 00:07:25 +0200 (CEST) Subject: [Frugalware-git] python27: phatch-0.2.4-2-i686 Message-ID: <20100831220725.3C253132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=359923569f930646302b246614717ea798c3a294 commit 359923569f930646302b246614717ea798c3a294 Author: Miklos Vajna Date: Wed Sep 1 00:07:21 2010 +0200 phatch-0.2.4-2-i686 - rebuilt with python-2.7 diff --git a/source/xapps-extra/phatch/FrugalBuild b/source/xapps-extra/phatch/FrugalBuild index 1aba1fb..7142a08 100644 --- a/source/xapps-extra/phatch/FrugalBuild +++ b/source/xapps-extra/phatch/FrugalBuild @@ -3,9 +3,9 @@ pkgname=phatch pkgver=0.2.4 -pkgrel=1 +pkgrel=2 pkgdesc="Phatch is a simple-to-use cross-platform GUI Batch Photo Processor" -depends=('wxpython>=2.8.7.1' 'imaging' 'pyexiv2') +depends=('wxpython>=2.8.10.1-4' 'imaging' 'pyexiv2') url="http://photobatch.stani.be" optdepends=('nautilus-python') archs=('i686' 'x86_64') From vmiklos at frugalware.org Wed Sep 1 00:19:50 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 00:19:50 +0200 (CEST) Subject: [Frugalware-git] python27: pycawm-0.1-3-i686 Message-ID: <20100831221950.D23C3132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=a19a383e2967587dec2d7bfe5de96550e8060fb1 commit a19a383e2967587dec2d7bfe5de96550e8060fb1 Author: Miklos Vajna Date: Wed Sep 1 00:19:44 2010 +0200 pycawm-0.1-3-i686 - rebuilt with python-2.7 diff --git a/source/x11-extra/pycawm/FrugalBuild b/source/x11-extra/pycawm/FrugalBuild index 21a000b..f7d691e 100644 --- a/source/x11-extra/pycawm/FrugalBuild +++ b/source/x11-extra/pycawm/FrugalBuild @@ -3,18 +3,18 @@ pkgname=pycawm pkgver=0.1 -pkgrel=2 +pkgrel=3 pkgdesc="A window manager written in python." url="http://pycawm.last-exile.org" rodepends=('python-xlib' 'imaging') -depends=('python') +depends=('python>=2.7') groups=('x11-extra') archs=('i686' 'x86_64') _F_archive_name=PycaWM up2date="Flasttar $url" source=($url/sources/$_F_archive_name-$pkgver.tar.bz2 python26.patch) sha1sums=('2f81c19b8795b249ac314b91f95ecf3df6dde370' \ - 'e291793fa5a6f4920b1122646fb3f671b1709761') + 'bcf0c012cd77e71655add52604a7f273f3be3119') build() { diff --git a/source/x11-extra/pycawm/python26.patch b/source/x11-extra/pycawm/python26.patch index a392648..4a391e7 100644 --- a/source/x11-extra/pycawm/python26.patch +++ b/source/x11-extra/pycawm/python26.patch @@ -7,7 +7,7 @@ index 6e4538c..8d74b2e 100644 CONFDIR=/etc/xdg DATADIR=/usr/local/share -MODULEDIR=/usr/lib/python2.5/site-packages -+MODULEDIR=/usr/lib/python2.6/site-packages ++MODULEDIR=/usr/lib/python2.7/site-packages install: install -d $(XSESSIONDIR) $(BINDIR) $(CONFDIR)/PycaWM $(DATADIR)/PycaWM $(MODULEDIR)/pycawm $(MODULEDIR)/pycawm/plugins @@ -16,7 +16,7 @@ index 6e4538c..8d74b2e 100644 install -m644 pycawm/*.py $(MODULEDIR)/pycawm install -m644 pycawm/plugins/*.py $(MODULEDIR)/pycawm/plugins - python2.5 -O -c "from compileall import compile_dir; compile_dir('$(MODULEDIR)/pycawm')" -+ python2.6 -O -c "from compileall import compile_dir; compile_dir('$(MODULEDIR)/pycawm')" ++ python2.7 -O -c "from compileall import compile_dir; compile_dir('$(MODULEDIR)/pycawm')" uninstall: @@ -26,7 +26,7 @@ index 6cfb61b..0634d00 100755 +++ b/conf/config-example.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.5 -+#!/usr/bin/python2.6 ++#!/usr/bin/python2.7 # -*- coding: utf-8 -*- # PycaWM @@ -35,7 +35,7 @@ index 6cfb61b..0634d00 100755 pika.add_key('C-M-Escape', lambda wm: wm.run_command('xkill')) -pika.add_key('C-M-r', lambda wm: wm.switch_wm('/usr/bin/python2.5', pika_file)) -+pika.add_key('C-M-r', lambda wm: wm.switch_wm('/usr/bin/python2.6', pika_file)) ++pika.add_key('C-M-r', lambda wm: wm.switch_wm('/usr/bin/python2.7', pika_file)) pika.add_key('C-M-q', lambda wm: wm.quit()) pika.add_key('M-Tab', lambda wm: ClientsSwitchMenu(wm, 'M-Tab')) @@ -45,7 +45,7 @@ index 53497bb..06f24b3 100755 +++ b/pycawm_launcher @@ -1,4 +1,4 @@ -#!/usr/bin/python2.5 -+#!/usr/bin/python2.6 ++#!/usr/bin/python2.7 # -*- coding: utf-8 -*- # PycaWM @@ -54,14 +54,14 @@ index 53497bb..06f24b3 100755 from pycawm.basedirspec import load_first_config -execl('/usr/bin/python2.5', 'python2.5', load_first_config('config.py')) -+execl('/usr/bin/python2.6', 'python2.6', load_first_config('config.py')) ++execl('/usr/bin/python2.7', 'python2.7', load_first_config('config.py')) diff --git a/test.py b/test.py index f9f6ac3..7607c73 100755 --- a/test.py +++ b/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.5 -+#!/usr/bin/python2.6 ++#!/usr/bin/python2.7 # -*- coding: utf-8 -*- # PycaWM @@ -71,7 +71,7 @@ index 7668035..bb0dfb7 100755 +++ b/utils/pycarepl @@ -1,4 +1,4 @@ -#!/usr/bin/python2.5 -+#!/usr/bin/python2.6 ++#!/usr/bin/python2.7 # -*- coding: utf-8 -*- # PycaWM From vmiklos at frugalware.org Wed Sep 1 00:24:40 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 00:24:40 +0200 (CEST) Subject: [Frugalware-git] python27: pyclutter-1.0.2-3-i686 Message-ID: <20100831222440.4F25B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=596dc16043fb82cc52b80b06a2e9e0e1ab513684 commit 596dc16043fb82cc52b80b06a2e9e0e1ab513684 Author: Miklos Vajna Date: Wed Sep 1 00:24:36 2010 +0200 pyclutter-1.0.2-3-i686 - rebuilt with python-2.7 diff --git a/source/xlib-extra/pyclutter/FrugalBuild b/source/xlib-extra/pyclutter/FrugalBuild index 440b853..55a573e 100644 --- a/source/xlib-extra/pyclutter/FrugalBuild +++ b/source/xlib-extra/pyclutter/FrugalBuild @@ -3,9 +3,9 @@ pkgname=pyclutter pkgver=1.0.2 -pkgrel=2 +pkgrel=3 pkgdesc="python bindings for the clutter framework." -depends=('clutter' 'pygtk>=2.16.0-4') +depends=('clutter' 'pygtk>=2.16.0-5') Finclude clutter sha1sums=('ce2a6fce7eeebf2cff24a0b58eefc9073a46afad') Fconfopts="${Fconfopts[@]} --disable-docs" From vmiklos at frugalware.org Wed Sep 1 00:27:31 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 00:27:31 +0200 (CEST) Subject: [Frugalware-git] python27: pycurl-7.19.0-3-i686 Message-ID: <20100831222731.61820132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=ff4cd655e61be2f966ec31fade0fe4339ef2821a commit ff4cd655e61be2f966ec31fade0fe4339ef2821a Author: Miklos Vajna Date: Wed Sep 1 00:27:25 2010 +0200 pycurl-7.19.0-3-i686 - rebuilt with python-2.7 diff --git a/source/devel-extra/pycurl/FrugalBuild b/source/devel-extra/pycurl/FrugalBuild index a111f4e..d124e89 100644 --- a/source/devel-extra/pycurl/FrugalBuild +++ b/source/devel-extra/pycurl/FrugalBuild @@ -3,9 +3,9 @@ pkgname=pycurl pkgver=7.19.0 -pkgrel=2 +pkgrel=3 pkgdesc="Python module interface to the cURL library" -depends=('python>=2.6.3' 'curl' 'zlib' 'openssl>=1.0.0-2') +depends=('python>=2.7' 'curl' 'zlib' 'openssl>=1.0.0-2') url="http://pycurl.sourceforge.net/" # sourceforge.sh doesn't works groups=('devel-extra') From vmiklos at frugalware.org Wed Sep 1 00:31:40 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 00:31:40 +0200 (CEST) Subject: [Frugalware-git] python27: pyexiv2-0.2.2-2-i686 Message-ID: <20100831223140.8C93A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=5d8774c2437374985ed12834b77e66ae45f5e9b0 commit 5d8774c2437374985ed12834b77e66ae45f5e9b0 Author: Miklos Vajna Date: Wed Sep 1 00:31:36 2010 +0200 pyexiv2-0.2.2-2-i686 - rebuilt with python-2.7 diff --git a/source/lib-extra/pyexiv2/FrugalBuild b/source/lib-extra/pyexiv2/FrugalBuild index 203eb88..bb062e4 100644 --- a/source/lib-extra/pyexiv2/FrugalBuild +++ b/source/lib-extra/pyexiv2/FrugalBuild @@ -3,10 +3,10 @@ pkgname=pyexiv2 pkgver=0.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="a python binding to exiv2" url="http://tilloy.net/dev/pyexiv2" -depends=('python>=2.6.2' 'exiv2>=0.20' 'libboost>=1.39.0') +depends=('python>=2.7' 'exiv2>=0.20' 'libboost>=1.39.0') makedepends=('boost>=1.39.0' 'scons') archs=('i686' 'x86_64' 'ppc') groups=('lib-extra') From vmiklos at frugalware.org Wed Sep 1 00:42:07 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 00:42:07 +0200 (CEST) Subject: [Frugalware-git] python27: pygmy-0.48-4-i686 Message-ID: <20100831224207.ADA4F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=c832127ac600661ff61e4e0c141059d5feaadadc commit c832127ac600661ff61e4e0c141059d5feaadadc Author: Miklos Vajna Date: Wed Sep 1 00:42:04 2010 +0200 pygmy-0.48-4-i686 - rebuilt with python-2.7 diff --git a/source/gnome-extra/pygmy/FrugalBuild b/source/gnome-extra/pygmy/FrugalBuild index 523b2a6..5be4cfd 100644 --- a/source/gnome-extra/pygmy/FrugalBuild +++ b/source/gnome-extra/pygmy/FrugalBuild @@ -3,11 +3,11 @@ pkgname=pygmy pkgver=0.48 -pkgrel=3 +pkgrel=4 pkgdesc="A mpd client written in PyGTK+" url="http://pygmy.berlios.de" source=(http://pygmy.berlios.de/files/$pkgname-$pkgver.tar.bz2) -depends=('mpd' 'pygtk' 'python-mpdclient2' 'python-empy' 'gnome-python-extras' 'libglade') +depends=('mpd' 'pygtk>=2.16.0-5' 'python-mpdclient2' 'python-empy' 'gnome-python-extras' 'libglade') up2date=$pkgver archs=('i686' 'x86_64') groups=('gnome-extra') From vmiklos at frugalware.org Wed Sep 1 00:46:41 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 00:46:41 +0200 (CEST) Subject: [Frugalware-git] python27: pygtranslator-0.2-2-i686 Message-ID: <20100831224641.95924132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=d0f6c30111de34908d1f873b6955cc20da96709b commit d0f6c30111de34908d1f873b6955cc20da96709b Author: Miklos Vajna Date: Wed Sep 1 00:46:38 2010 +0200 pygtranslator-0.2-2-i686 - rebuilt with python-2.7 diff --git a/source/xapps-extra/pygtranslator/FrugalBuild b/source/xapps-extra/pygtranslator/FrugalBuild index 79fe439..548e808 100644 --- a/source/xapps-extra/pygtranslator/FrugalBuild +++ b/source/xapps-extra/pygtranslator/FrugalBuild @@ -3,10 +3,10 @@ pkgname=pygtranslator pkgver=0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Small GUI tool that brings Google translate to your desktop." url="http://xrado.hopto.org/post/pygtranslator-gui-tool-for-google-translate" -depends=('pygtk') +depends=('pygtk>=2.16.0-5') options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64') From vmiklos at frugalware.org Wed Sep 1 00:50:38 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 00:50:38 +0200 (CEST) Subject: [Frugalware-git] python27: pymetar-0.16-2-i686 Message-ID: <20100831225038.BAFDF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=db535cc670d45327a01a43743ad42ff0547caada commit db535cc670d45327a01a43743ad42ff0547caada Author: Miklos Vajna Date: Wed Sep 1 00:50:35 2010 +0200 pymetar-0.16-2-i686 - rebuilt with python-2.7 diff --git a/source/lib-extra/pymetar/FrugalBuild b/source/lib-extra/pymetar/FrugalBuild index b46e21f..a194d66 100644 --- a/source/lib-extra/pymetar/FrugalBuild +++ b/source/lib-extra/pymetar/FrugalBuild @@ -3,10 +3,10 @@ pkgname=pymetar pkgver=0.16 -pkgrel=1 +pkgrel=2 pkgdesc="This library downloads the weather report for a given station ID." url="http://www.schwarzvogel.de/software-pymetar.shtml" -depends=('python>=2.6.1') +depends=('python>=2.7') groups=('lib-extra') archs=('i686' 'x86_64') up2date="lynx -dump $url | Flasttar" From vmiklos at frugalware.org Wed Sep 1 00:52:11 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 00:52:11 +0200 (CEST) Subject: [Frugalware-git] python27: pymsn-0.3.3-4-i686 Message-ID: <20100831225211.1A731132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=866ad5a9711df420ca8584e7a8af62cb69e87fe6 commit 866ad5a9711df420ca8584e7a8af62cb69e87fe6 Author: Miklos Vajna Date: Wed Sep 1 00:52:08 2010 +0200 pymsn-0.3.3-4-i686 - rebuilt with python-2.7 diff --git a/source/devel-extra/pymsn/FrugalBuild b/source/devel-extra/pymsn/FrugalBuild index f9d6756..935e7dc 100644 --- a/source/devel-extra/pymsn/FrugalBuild +++ b/source/devel-extra/pymsn/FrugalBuild @@ -3,12 +3,12 @@ pkgname=pymsn pkgver=0.3.3 -pkgrel=3 +pkgrel=4 pkgdesc="Msn protocol in python for telepathy." url="http://telepathy.freedesktop.org/wiki/Pymsn" up2date="Flasttar http://telepathy.freedesktop.org/releases/$pkgname" source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz") -depends=('pygobject' 'adns-python' 'pycrypto' 'pyopenssl' 'python>=2.6' \ +depends=('pygobject' 'adns-python' 'pycrypto' 'pyopenssl' 'python>=2.7' \ 'ctypeslib') groups=('devel-extra') archs=('i686' 'x86_64' 'ppc') From vmiklos at frugalware.org Wed Sep 1 00:54:08 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 00:54:08 +0200 (CEST) Subject: [Frugalware-git] python27: pyopengl-3.0.1-2-i686 Message-ID: <20100831225408.92979132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=6585dea731cb5887c79d38fff4c1b69cf6e4fe06 commit 6585dea731cb5887c79d38fff4c1b69cf6e4fe06 Author: Miklos Vajna Date: Wed Sep 1 00:54:05 2010 +0200 pyopengl-3.0.1-2-i686 - rebuilt with python-2.7 diff --git a/source/xlib-extra/pyopengl/FrugalBuild b/source/xlib-extra/pyopengl/FrugalBuild index 98f98f3..8e9bbf1 100644 --- a/source/xlib-extra/pyopengl/FrugalBuild +++ b/source/xlib-extra/pyopengl/FrugalBuild @@ -3,9 +3,9 @@ pkgname=pyopengl pkgver=3.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="OpenGL implementation for python" -depends=('python>=2.6.4' 'freeglut' 'libxi' 'libxmu>=1.0.4-2' 'python-ctypes') +depends=('python>=2.7' 'freeglut' 'libxi' 'libxmu>=1.0.4-2' 'python-ctypes') makedepends=('setuptools') groups=('xlib-extra') archs=('i686' 'x86_64') From vmiklos at frugalware.org Wed Sep 1 01:07:07 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 01:07:07 +0200 (CEST) Subject: [Frugalware-git] python27: sabayon-2.30.0-3-i686 Message-ID: <20100831230707.2BA0E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=e1ae76b00e463b62751a21fb1ad1a2874e6a4617 commit e1ae76b00e463b62751a21fb1ad1a2874e6a4617 Author: Miklos Vajna Date: Wed Sep 1 01:07:03 2010 +0200 sabayon-2.30.0-3-i686 - rebuilt with python-2.7 diff --git a/source/gnome-extra/sabayon/FrugalBuild b/source/gnome-extra/sabayon/FrugalBuild index ec9af3a..8c9898f 100644 --- a/source/gnome-extra/sabayon/FrugalBuild +++ b/source/gnome-extra/sabayon/FrugalBuild @@ -4,13 +4,13 @@ pkgname=sabayon pkgver=2.30.0 -pkgrel=2 +pkgrel=3 pkgdesc="Sabayon is a user profile system for Gnome" url="http://www.gnome.org/projects/sabayon" groups=('gnome-extra') archs=('i686' 'x86_64') depends=('gnome-desktop>=2.30.0-2' 'xorg-server' 'gnome-python' 'python-ldap' 'pessulus>=2.30.0' 'pyxdg') -makedepends=('intltool' 'gnome-doc-utils' 'xorg-server-xephyr') +makedepends=('intltool' 'gnome-doc-utils>=0.20.1-2' 'xorg-server-xephyr') _F_gnome_iconcache="y" Finclude gnome python source=(${source[@]} $pkgname-2.17.90-use-gksu.patch) From vmiklos at frugalware.org Wed Sep 1 01:29:06 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 01:29:06 +0200 (CEST) Subject: [Frugalware-git] python27: simple-ccsm-0.8.4-2-i686 Message-ID: <20100831232906.563EA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=2ebe1020e57f1d76a8bbf55abf75e6029d2fa91f commit 2ebe1020e57f1d76a8bbf55abf75e6029d2fa91f Author: Miklos Vajna Date: Wed Sep 1 01:29:02 2010 +0200 simple-ccsm-0.8.4-2-i686 - rebuilt with python-2.7 diff --git a/source/gnome-extra/simple-ccsm/FrugalBuild b/source/gnome-extra/simple-ccsm/FrugalBuild index a5f21db..c3d1d65 100644 --- a/source/gnome-extra/simple-ccsm/FrugalBuild +++ b/source/gnome-extra/simple-ccsm/FrugalBuild @@ -3,12 +3,13 @@ pkgname=simple-ccsm Finclude compiz +unset _F_cd_path pkgver=0.8.4 source=(http://releases.compiz-fusion.org/$pkgver/$pkgname-$pkgver.tar.bz2) -pkgrel=1 +pkgrel=2 pkgdesc="Simple CompizConfig settings manager" makedepends=('intltool') -rodepends=('pygtk' 'compizconfig-python>=0.7.8' 'ccsm>=0.7.8') +rodepends=('pygtk>=2.16.0-5' 'compizconfig-python>=0.7.8' 'ccsm>=0.7.8') groups=('gnome-extra') archs=('i686' 'x86_64') _F_gnome_iconcache=y From vmiklos at frugalware.org Wed Sep 1 01:34:59 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 01:34:59 +0200 (CEST) Subject: [Frugalware-git] python27: soappy-0.12.0-4-i686 Message-ID: <20100831233459.6727B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=95685700099a98790d6bee36a49aa349d5f77654 commit 95685700099a98790d6bee36a49aa349d5f77654 Author: Miklos Vajna Date: Wed Sep 1 01:34:50 2010 +0200 soappy-0.12.0-4-i686 - rebuilt with python-2.7 diff --git a/source/devel-extra/soappy/FrugalBuild b/source/devel-extra/soappy/FrugalBuild index 40fec87..5c385b0 100644 --- a/source/devel-extra/soappy/FrugalBuild +++ b/source/devel-extra/soappy/FrugalBuild @@ -3,9 +3,9 @@ pkgname=soappy pkgver=0.12.0 -pkgrel=3 +pkgrel=4 pkgdesc="Client-server library for web programming using SOAP and related protocols (WSDL, UDDI, etc)." -depends=('fpconst>=0.7.2-2') +depends=('fpconst>=0.7.2-4') groups=('devel-extra') archs=('i686' 'x86_64') _F_sourceforge_name=SOAPpy From vmiklos at frugalware.org Wed Sep 1 01:52:48 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 01:52:48 +0200 (CEST) Subject: [Frugalware-git] python27: startupmanager-1.9.13-2-i686 Message-ID: <20100831235248.F0FAB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=02ba6a2731fc0e588daf041dffaa6f9e1e711bf8 commit 02ba6a2731fc0e588daf041dffaa6f9e1e711bf8 Author: Miklos Vajna Date: Wed Sep 1 01:52:45 2010 +0200 startupmanager-1.9.13-2-i686 - rebuilt with python-2.7 diff --git a/source/gnome-extra/startupmanager/FrugalBuild b/source/gnome-extra/startupmanager/FrugalBuild index 0011205..a9c51df 100644 --- a/source/gnome-extra/startupmanager/FrugalBuild +++ b/source/gnome-extra/startupmanager/FrugalBuild @@ -3,10 +3,10 @@ pkgname=startupmanager pkgver=1.9.13 -pkgrel=1 +pkgrel=2 pkgdesc="gui tool for changing settings for Grub, Grub2, Usplash and Splashy" rodepends=('grub') -depends=('gnome-python' 'imagemagick' 'pygtk') +depends=('gnome-python' 'imagemagick' 'pygtk>=2.16.0-5') makedepends=('intltool') options=('scriptlet') _F_sourceforge_dirname="startup-manager" @@ -14,6 +14,7 @@ _F_sourceforge_realname="$_F_sourceforge_dirname" _F_sourceforge_sep="_" _F_gnome_desktop="y" Finclude sourceforge gnome-scriptlet +Fpkgversep="-" groups=('gnome-extra') archs=('i686' 'x86_64') sha1sums=('b82a65ac6ec488ca7fe16fd3ea277cd15a3627c6') From vmiklos at frugalware.org Wed Sep 1 01:58:58 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 01:58:58 +0200 (CEST) Subject: [Frugalware-git] python27: striim-0.0.4-3-i686 Message-ID: <20100831235858.060F6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=71c96f937675097cfbfd09aedb11d8c2d639d523 commit 71c96f937675097cfbfd09aedb11d8c2d639d523 Author: Miklos Vajna Date: Wed Sep 1 01:58:54 2010 +0200 striim-0.0.4-3-i686 - rebuilt with python-2.7 diff --git a/source/gnome-extra/striim/FrugalBuild b/source/gnome-extra/striim/FrugalBuild index f2a4eb3..b057a99 100644 --- a/source/gnome-extra/striim/FrugalBuild +++ b/source/gnome-extra/striim/FrugalBuild @@ -4,10 +4,10 @@ pkgname=striim pkgver=0.0.4 -pkgrel=2 +pkgrel=3 pkgdesc="striim is an Internet radio player for GNOME." url="http://striim.sourceforge.net/" -depends=('dbus-python' 'python-musicbrainz2' 'gnome-python' 'gst-python' 'gst-plugins-base' 'gst-plugins-ugly' 'yelp' 'pygtk') +depends=('dbus-python' 'python-musicbrainz2' 'gnome-python' 'gst-python' 'gst-plugins-base' 'gst-plugins-ugly' 'yelp' 'pygtk>=2.16.0-5') makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils') groups=('gnome-extra') archs=('i686' 'x86_64') From vmiklos at frugalware.org Wed Sep 1 02:02:37 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 02:02:37 +0200 (CEST) Subject: [Frugalware-git] python27: tango-generator-3.2.3-4-i686 Message-ID: <20100901000237.8BD88132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=bbfa0b025062a0e03e01e5515789af09ccd635e8 commit bbfa0b025062a0e03e01e5515789af09ccd635e8 Author: Miklos Vajna Date: Wed Sep 1 02:02:33 2010 +0200 tango-generator-3.2.3-4-i686 - rebuilt with python-2.7 diff --git a/source/gnome-extra/tango-generator/FrugalBuild b/source/gnome-extra/tango-generator/FrugalBuild index 0a51ae2..f6c866a 100644 --- a/source/gnome-extra/tango-generator/FrugalBuild +++ b/source/gnome-extra/tango-generator/FrugalBuild @@ -3,10 +3,10 @@ pkgname=tango-generator pkgver=3.2.3 -pkgrel=3 +pkgrel=4 pkgdesc="A python application allowing the user to collate icons from all over the internet, and merge them into a single personalised icon theme" url="http://mejogid.ohallwebservices.com/site/index.php?q=node/1" -depends=('python' 'dbus-python' 'pygtk' 'pyxdg' 'librsvg' 'imagemagick>=6.4.8_9') +depends=('python>=2.7' 'dbus-python' 'pygtk' 'pyxdg' 'librsvg' 'imagemagick>=6.4.8_9') options=('scriptlet') _F_gnome_iconcache="y" _F_gnome_desktop="y" From vmiklos at frugalware.org Wed Sep 1 02:03:50 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 02:03:50 +0200 (CEST) Subject: [Frugalware-git] python27: ufw-0.30-2-i686 Message-ID: <20100901000350.2DBBC132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=553fa34bce39fe03a7dd266724f67b6e759d279d commit 553fa34bce39fe03a7dd266724f67b6e759d279d Author: Miklos Vajna Date: Wed Sep 1 02:03:47 2010 +0200 ufw-0.30-2-i686 - rebuilt with python-2.7 diff --git a/source/network-extra/ufw/FrugalBuild b/source/network-extra/ufw/FrugalBuild index 3cef546..505b109 100644 --- a/source/network-extra/ufw/FrugalBuild +++ b/source/network-extra/ufw/FrugalBuild @@ -3,10 +3,10 @@ pkgname=ufw pkgver=0.30 -pkgrel=1 +pkgrel=2 pkgdesc="Uncomplicated Firewall is program for managing a netfilter firewall" url="https://launchpad.net/ufw" -depends=('iptables>=1.4.4' 'python>=2.6.2' 'sed>=4.2.1') +depends=('iptables>=1.4.4' 'python>=2.7' 'sed>=4.2.1') _F_rcd_name="$pkgname" groups=('network-extra') archs=('i686' 'x86_64') From vmiklos at frugalware.org Wed Sep 1 02:05:03 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 02:05:03 +0200 (CEST) Subject: [Frugalware-git] python27: urlgrabber-3.1.0-4-i686 Message-ID: <20100901000503.36F3B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=338a95a2171d598db3a1ae0ffe4bcf3b62d0a7ce commit 338a95a2171d598db3a1ae0ffe4bcf3b62d0a7ce Author: Miklos Vajna Date: Wed Sep 1 02:05:00 2010 +0200 urlgrabber-3.1.0-4-i686 - rebuilt with python-2.7 diff --git a/source/devel-extra/urlgrabber/FrugalBuild b/source/devel-extra/urlgrabber/FrugalBuild index b253320..b9cbc33 100644 --- a/source/devel-extra/urlgrabber/FrugalBuild +++ b/source/devel-extra/urlgrabber/FrugalBuild @@ -4,7 +4,7 @@ pkgname=urlgrabber pkgver=3.1.0 -pkgrel=3 +pkgrel=4 pkgdesc="urlgrabber is a pure python package that simplifies the fetching of files." url="http://linux.duke.edu/projects/urlgrabber/" license="LGPL2.1" @@ -12,5 +12,5 @@ up2date="lynx -dump $url/download/|tail -n 1|grep -o '[0-9\.]\+[0-9].tar.gz'|sed source=($url/download/$pkgname-$pkgver.tar.gz) groups=('devel-extra') archs=('i686' 'x86_64') -depends=('python') +depends=('python>=2.7') sha1sums=('866c5907a9ef072bea71d020079b4c53e44e1318') From vmiklos at frugalware.org Wed Sep 1 02:08:44 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 02:08:44 +0200 (CEST) Subject: [Frugalware-git] python27: usbmanager-1.0.0-2-i686 Message-ID: <20100901000844.43606132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=af8acf05e15fcf0dd146f51ebd9eb0c4895d962d commit af8acf05e15fcf0dd146f51ebd9eb0c4895d962d Author: Miklos Vajna Date: Wed Sep 1 02:08:41 2010 +0200 usbmanager-1.0.0-2-i686 - rebuilt with python-2.7 diff --git a/source/xapps-extra/usbmanager/FrugalBuild b/source/xapps-extra/usbmanager/FrugalBuild index 5046737..e8d2570 100644 --- a/source/xapps-extra/usbmanager/FrugalBuild +++ b/source/xapps-extra/usbmanager/FrugalBuild @@ -3,11 +3,11 @@ pkgname=usbmanager pkgver=1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="A USB storage management interface" archs=('i686' 'x86_64') url="https://launchpad.net/$pkgname" -depends=('python>=2.6.4' 'notify-python' 'pygtk') +depends=('python>=2.7' 'notify-python' 'pygtk') makedepends=('elinks') groups=('xapps-extra') options=('scriptlet') From vmiklos at frugalware.org Wed Sep 1 02:16:52 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 02:16:52 +0200 (CEST) Subject: [Frugalware-git] python27: webilder-0.6.9-2-i686 Message-ID: <20100901001652.74891132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=cc6b7b479f6dec58296d863c15fe4cbda9d2db97 commit cc6b7b479f6dec58296d863c15fe4cbda9d2db97 Author: Miklos Vajna Date: Wed Sep 1 02:16:48 2010 +0200 webilder-0.6.9-2-i686 - rebuilt with python-2.7 diff --git a/source/gnome-extra/webilder/FrugalBuild b/source/gnome-extra/webilder/FrugalBuild index 0f0a259..e6fc00c 100644 --- a/source/gnome-extra/webilder/FrugalBuild +++ b/source/gnome-extra/webilder/FrugalBuild @@ -3,10 +3,10 @@ pkgname=webilder pkgver=0.6.9 -pkgrel=1 +pkgrel=2 pkgdesc="Download images from Flickr and Webshots to your desktop." url="http://www.webilder.org" -depends=('gnome-panel' 'gnome-python-extras' 'deskbar-applet' 'imaging') +depends=('gnome-panel' 'gnome-python-extras>=2.25.3-8' 'deskbar-applet' 'imaging') makedepends=('setuptools') groups=('gnome-extra') archs=('i686') @@ -14,4 +14,4 @@ _F_archive_name="Webilder" up2date="Flasttar $url/download.html" source=($url/static/downloads/$_F_archive_name-$pkgver.tar.gz) _F_cd_path="$_F_archive_name-$pkgver" -sha1sums=('5eaafa8bedbcb85de381753c8ad7c7db3688f069') \ No newline at end of file +sha1sums=('067478ffaceb244600bbc0e064b86082256d4060') From vmiklos at frugalware.org Wed Sep 1 02:18:18 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 02:18:18 +0200 (CEST) Subject: [Frugalware-git] python27: xmppony-0.1-2-i686 Message-ID: <20100901001818.85236132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=c314d679579b4ea52dbabfe75ba977d8d7785047 commit c314d679579b4ea52dbabfe75ba977d8d7785047 Author: Miklos Vajna Date: Wed Sep 1 02:18:15 2010 +0200 xmppony-0.1-2-i686 - rebuilt with python-2.7 diff --git a/source/devel-extra/xmppony/FrugalBuild b/source/devel-extra/xmppony/FrugalBuild index cb55b93..98a5da6 100644 --- a/source/devel-extra/xmppony/FrugalBuild +++ b/source/devel-extra/xmppony/FrugalBuild @@ -3,10 +3,10 @@ pkgname=xmppony pkgver=0.1 -pkgrel=1 +pkgrel=2 pkgdesc="XMPP library written in Python" url="http://xmppony.last-exile.org" -depends=('python>=2.6.1') +depends=('python>=2.7') makedepends=('setuptools') groups=('devel-extra') archs=('i686' 'x86_64') From vmiklos at frugalware.org Wed Sep 1 02:19:53 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 02:19:53 +0200 (CEST) Subject: [Frugalware-git] python27: zenshot-0.6-3-i686 Message-ID: <20100901001953.DE9E9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=9179372f31af4744cd005b56a6a214a462c9bc8a commit 9179372f31af4744cd005b56a6a214a462c9bc8a Author: Miklos Vajna Date: Wed Sep 1 02:19:49 2010 +0200 zenshot-0.6-3-i686 - rebuilt with python-2.7 diff --git a/source/xapps-extra/zenshot/FrugalBuild b/source/xapps-extra/zenshot/FrugalBuild index f6cfa31..ab17bd2 100644 --- a/source/xapps-extra/zenshot/FrugalBuild +++ b/source/xapps-extra/zenshot/FrugalBuild @@ -3,10 +3,10 @@ pkgname=zenshot pkgver=0.6 -pkgrel=2 +pkgrel=3 pkgdesc="Simple screenshot tool." url="http://xrado.hopto.org/post/simple-screenshot-tool" -depends=('pygtk>=2.14.1-2') +depends=('pygtk>=2.16.0-5') options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64') From bouleetbil at frogdev.info Wed Sep 1 07:26:25 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 07:26:25 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *start control center to simple click on systray icon Message-ID: <20100901052625.E70D2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=f5a8d81390cda8f83132caca8ca577875105a51d commit f5a8d81390cda8f83132caca8ca577875105a51d Author: bouleetbil Date: Wed Sep 1 07:25:39 2010 +0200 *start control center to simple click on systray icon diff --git a/frugal-mono-tools/Main.cs b/frugal-mono-tools/Main.cs index fa7b55b..44613e4 100644 --- a/frugal-mono-tools/Main.cs +++ b/frugal-mono-tools/Main.cs @@ -132,7 +132,9 @@ namespace frugalmonotools // Creation of the Icon trayIcon = new StatusIcon(new Pixbuf ("/usr/share/pixmaps/FrugalTools.png")); trayIcon.Visible = true; - + + trayIcon.Activate += delegate { Outils.Excecute("frugal-mono-tools","",false); }; + // Show a pop up menu when the icon has been right clicked. trayIcon.PopupMenu += OnTrayIconPopup; From bouleetbil at frogdev.info Wed Sep 1 07:26:26 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 07:26:26 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *new splash *thanks devil505 Message-ID: <20100901052626.05AD6132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=ddd98008a99692607c8e3a9dc794ac7fbbbcd804 commit ddd98008a99692607c8e3a9dc794ac7fbbbcd804 Author: bouleetbil Date: Wed Sep 1 07:27:33 2010 +0200 *new splash *thanks devil505 diff --git a/frugal-mono-tools.sln b/frugal-mono-tools.sln index f62c545..ee2a426 100644 --- a/frugal-mono-tools.sln +++ b/frugal-mono-tools.sln @@ -17,8 +17,10 @@ Global EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {069FB0B9-80D4-4093-88F3-116B09B0E09F}.Debug|x86.ActiveCfg = Debug|Any CPU + {069FB0B9-80D4-4093-88F3-116B09B0E09F}.Debug|x86.Build.0 = Debug|Any CPU {069FB0B9-80D4-4093-88F3-116B09B0E09F}.Release|Any CPU.ActiveCfg = Release|Any CPU {069FB0B9-80D4-4093-88F3-116B09B0E09F}.Release|x86.ActiveCfg = Release|Any CPU + {069FB0B9-80D4-4093-88F3-116B09B0E09F}.Release|x86.Build.0 = Release|Any CPU {8CC36C0E-5E0E-4B46-A124-2CE460C48FF7}.Debug|x86.ActiveCfg = Debug|Any CPU {8CC36C0E-5E0E-4B46-A124-2CE460C48FF7}.Release|Any CPU.ActiveCfg = Release|Any CPU {8CC36C0E-5E0E-4B46-A124-2CE460C48FF7}.Release|x86.ActiveCfg = Release|Any CPU diff --git a/frugal-mono-tools/frugal-mono-tools.csproj b/frugal-mono-tools/frugal-mono-tools.csproj index b10b08b..3b6ec99 100644 --- a/frugal-mono-tools/frugal-mono-tools.csproj +++ b/frugal-mono-tools/frugal-mono-tools.csproj @@ -65,6 +65,7 @@ + @@ -99,6 +100,8 @@ + + diff --git a/frugal-mono-tools/gtk-gui/frugalmonotools.splash.cs b/frugal-mono-tools/gtk-gui/frugalmonotools.splash.cs index 49b9f79..b59834a 100644 --- a/frugal-mono-tools/gtk-gui/frugalmonotools.splash.cs +++ b/frugal-mono-tools/gtk-gui/frugalmonotools.splash.cs @@ -35,7 +35,7 @@ namespace frugalmonotools // Container child vbox1.Gtk.Box+BoxChild this.LOGO = new global::Gtk.Image (); this.LOGO.Name = "LOGO"; - this.LOGO.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.header.svg"); + this.LOGO.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.splash.png"); this.vbox1.Add (this.LOGO); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.LOGO])); w1.Position = 0; diff --git a/frugal-mono-tools/gtk-gui/gui.stetic b/frugal-mono-tools/gtk-gui/gui.stetic index 807a547..8043883 100644 --- a/frugal-mono-tools/gtk-gui/gui.stetic +++ b/frugal-mono-tools/gtk-gui/gui.stetic @@ -1692,7 +1692,7 @@ Public License instead of this License. 0 diff --git a/frugal-mono-tools/splash.png b/frugal-mono-tools/splash.png new file mode 100644 index 0000000..2093c70 Binary files /dev/null and b/frugal-mono-tools/splash.png differ From devil505linux at gmail.com Wed Sep 1 10:34:26 2010 From: devil505linux at gmail.com (Devil505) Date: Wed, 1 Sep 2010 10:34:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: spring-0.82.4-1-i686 * version bump Message-ID: <20100901083426.0D426132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=51de0798935b0aab411b46ad5f10cda8f22c122a commit 51de0798935b0aab411b46ad5f10cda8f22c122a Author: Devil505 Date: Wed Sep 1 10:28:21 2010 +0200 spring-0.82.4-1-i686 * version bump diff --git a/source/games-extra/spring/FrugalBuild b/source/games-extra/spring/FrugalBuild index c37f429..56a4a51 100644 --- a/source/games-extra/spring/FrugalBuild +++ b/source/games-extra/spring/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=spring -pkgver=0.82.3 +pkgver=0.82.4 pkgrel=1 pkgdesc="A free 3D game engine for the real-time-strategy (RTS) game Total Annihilation" depends=('glew' 'devil' 'libboost-mt' 'sdl' 'libxmu' 'libxi' 'libgl' 'libtiff' 'libjpeg>=8a' 'libsm' 'libxcb' 'libxdamage' 'e2fsprogs' 'openal' 'libvorbis' 'freetype2' 'libxcursor' 'openal') @@ -18,7 +18,7 @@ _F_cd_path="${pkgname}_${pkgver}" _F_cmake_confopts="-DCMAKE_INSTALL_PREFIX=/usr -DDATADIR=share/spring -DUSE_GML_SIM=ON -DUSE_GML=ON" Finclude cmake source=($source README.Frugalware) -sha1sums=('6fc36c2955bc0543ce5d63d3ebef3a107af0c8d7' \ +sha1sums=('74d5a70a93f4f5d6b7daf455fe3434a3a91ad626' \ '5721b8c82c14fbfc895f86cbfbd7a1b00dcbc894') build() { From devil505linux at gmail.com Wed Sep 1 10:40:47 2010 From: devil505linux at gmail.com (Devil505) Date: Wed, 1 Sep 2010 10:40:47 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pidgin-twitter-0.9.2-1-i686 * version bump Message-ID: <20100901084047.4ECEC132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5ed024cc95ab5a8cd2bc22f5fdf4626de9b379ba commit 5ed024cc95ab5a8cd2bc22f5fdf4626de9b379ba Author: Devil505 Date: Wed Sep 1 10:40:23 2010 +0200 pidgin-twitter-0.9.2-1-i686 * version bump diff --git a/source/xapps-extra/pidgin-twitter/FrugalBuild b/source/xapps-extra/pidgin-twitter/FrugalBuild index 82a5101..6e56335 100644 --- a/source/xapps-extra/pidgin-twitter/FrugalBuild +++ b/source/xapps-extra/pidgin-twitter/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=pidgin-twitter -pkgver=0.9.1 +pkgver=0.9.2 pkgrel=1 pkgdesc="pidgin plugin for Twitter and similar services" url="http://honeyplanet.jp/$pkgname" @@ -12,7 +12,7 @@ groups=('xapps-extra' 'pidgin-plugins') archs=('i686' 'x86_64') up2date="lynx -dump $url | Flasttar" source=(http://honeyplanet.jp/$pkgname-$pkgver.tar.gz) -sha1sums=('561622d7a6cf191c71c918fa6e0b0bc61d8e7456') +sha1sums=('6e42535be252c3220229e3140c4b7ee040f56c38') build() { Fcd From devil505linux at gmail.com Wed Sep 1 10:42:45 2010 From: devil505linux at gmail.com (Devil505) Date: Wed, 1 Sep 2010 10:42:45 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bzflag-2.0.16-2-i686 * rebuilt with curl>=7.20.0-2 Message-ID: <20100901084245.4821D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b727729f9136cba15530477bea04521fa1a4ec96 commit b727729f9136cba15530477bea04521fa1a4ec96 Author: Devil505 Date: Wed Sep 1 10:42:27 2010 +0200 bzflag-2.0.16-2-i686 * rebuilt with curl>=7.20.0-2 diff --git a/source/games-extra/bzflag/FrugalBuild b/source/games-extra/bzflag/FrugalBuild index ed160bf..4b1ec23 100644 --- a/source/games-extra/bzflag/FrugalBuild +++ b/source/games-extra/bzflag/FrugalBuild @@ -4,12 +4,12 @@ pkgname=bzflag pkgver=2.0.16 -pkgrel=1 +pkgrel=2 pkgdesc="BZFlag is a free multiplayer multiplatform 3D tank battle game." _F_sourceforge_ext=".tar.bz2" Finclude sourceforge url="http://www.bzflag.org/" -depends=('curl>=7.19.0' 'sdl' 'libxt' 'libsm' 'glew>=1.5.0' 'ncurses' 'c-ares>=1.5.1') +depends=('curl>=7.20.0-2' 'sdl' 'libxt' 'libsm' 'glew>=1.5.0' 'ncurses' 'c-ares>=1.5.1') groups=('games-extra') archs=('i686' 'x86_64') sha1sums=('08e3a839fb0e4919c9244dd886c5059c076e1349') From devil505linux at gmail.com Wed Sep 1 11:21:20 2010 From: devil505linux at gmail.com (Devil505) Date: Wed, 1 Sep 2010 11:21:20 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: glew-1.5.5-1-i686 * version bmp * removing useless patch * fixing up2date Message-ID: <20100901092120.7998B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e709646de74e7155471707c9d66994ec53d2ccfc commit e709646de74e7155471707c9d66994ec53d2ccfc Author: Devil505 Date: Wed Sep 1 11:16:03 2010 +0200 glew-1.5.5-1-i686 * version bmp * removing useless patch * fixing up2date diff --git a/source/xlib-extra/glew/FrugalBuild b/source/xlib-extra/glew/FrugalBuild index be0c6c2..4f2cae6 100644 --- a/source/xlib-extra/glew/FrugalBuild +++ b/source/xlib-extra/glew/FrugalBuild @@ -2,25 +2,21 @@ # Maintainer: Priyank Gosalia pkgname=glew -pkgver=1.5.1 -pkgrel=2 +pkgver=1.5.5 +pkgrel=1 pkgdesc="GLEW is a cross-platform C/C++ extension loading library." depends=('libxmu' 'libxi' 'libglu' 'libuuid') makedepends=('mesa') groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') -_F_sourceforge_ext="-src.tgz" +_F_sourceforge_ext=".tgz" Finclude sourceforge -_F_cd_path="$pkgname" -source=(${source[@]} $pkgname-crlf.diff) -sha1sums=('a94113169d46487ccda1bb2fde68fa1803bdf009' \ - '481f5a109a4abbc3bcd25a2319652a2cddca2989') +sha1sums=('b6f28142b77a99e719b113b6859ae120f131cc91') build() { Fsed 'CFLAGS = $(OPT) $(WARN) $(INCLUDE) $(CFLAGS.EXTRA)' \ 'CFLAGS += $(WARN) $(INCLUDE) $(CFLAGS.EXTRA)' Makefile - Fpatchall Fmake make GLEW_DEST=$Fdestdir/usr install || return 1 # Fixup for x86_64 :S @@ -30,3 +26,4 @@ build() } # optimization OK + diff --git a/source/xlib-extra/glew/glew-crlf.diff b/source/xlib-extra/glew/glew-crlf.diff deleted file mode 100644 index 31bf436..0000000 --- a/source/xlib-extra/glew/glew-crlf.diff +++ /dev/null @@ -1,2997 +0,0 @@ ---- glew/config/config.guess 2008-11-03 11:55:19.000000000 +0530 -+++ glew.new/config/config.guess 2008-11-04 19:36:12.000000000 +0530 -@@ -1,1497 +1,1497 @@ --#! /bin/sh --# Attempt to guess a canonical system name. --# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, --# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -- --timestamp='2006-02-23' -- --# This file is free software; you can redistribute it and/or modify it --# under the terms of the GNU General Public License as published by --# the Free Software Foundation; either version 2 of the License, or --# (at your option) any later version. --# --# This program is distributed in the hope that it will be useful, but --# WITHOUT ANY WARRANTY; without even the implied warranty of --# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU --# General Public License for more details. --# --# You should have received a copy of the GNU General Public License --# along with this program; if not, write to the Free Software --# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA --# 02110-1301, USA. --# --# As a special exception to the GNU General Public License, if you --# distribute this file as part of a program that contains a --# configuration script generated by Autoconf, you may include it under --# the same distribution terms that you use for the rest of that program. -- -- --# Originally written by Per Bothner . --# Please send patches to . Submit a context --# diff and a properly formatted ChangeLog entry. --# --# This script attempts to guess a canonical system name similar to --# config.sub. If it succeeds, it prints the system name on stdout, and --# exits with 0. Otherwise, it exits with 1. --# --# The plan is that this can be called by configure scripts if you --# don't specify an explicit build system type. -- --me=`echo "$0" | sed -e 's,.*/,,'` -- --usage="\ --Usage: $0 [OPTION] -- --Output the configuration name of the system \`$me' is run on. -- --Operation modes: -- -h, --help print this help, then exit -- -t, --time-stamp print date of last modification, then exit -- -v, --version print version number, then exit -- --Report bugs and patches to ." -- --version="\ --GNU config.guess ($timestamp) -- --Originally written by Per Bothner. --Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 --Free Software Foundation, Inc. -- --This is free software; see the source for copying conditions. There is NO --warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." -- --help=" --Try \`$me --help' for more information." -- --# Parse command line --while test $# -gt 0 ; do -- case $1 in -- --time-stamp | --time* | -t ) -- echo "$timestamp" ; exit ;; -- --version | -v ) -- echo "$version" ; exit ;; -- --help | --h* | -h ) -- echo "$usage"; exit ;; -- -- ) # Stop option processing -- shift; break ;; -- - ) # Use stdin as input. -- break ;; -- -* ) -- echo "$me: invalid option $1$help" >&2 -- exit 1 ;; -- * ) -- break ;; -- esac --done -- --if test $# != 0; then -- echo "$me: too many arguments$help" >&2 -- exit 1 --fi -- --trap 'exit 1' 1 2 15 -- --# CC_FOR_BUILD -- compiler used by this script. Note that the use of a --# compiler to aid in system detection is discouraged as it requires --# temporary files to be created and, as you can see below, it is a --# headache to deal with in a portable fashion. -- --# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still --# use `HOST_CC' if defined, but it is deprecated. -- --# Portable tmp directory creation inspired by the Autoconf team. -- --set_cc_for_build=' --trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; --trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; --: ${TMPDIR=/tmp} ; -- { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || -- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || -- { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || -- { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; --dummy=$tmp/dummy ; --tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; --case $CC_FOR_BUILD,$HOST_CC,$CC in -- ,,) echo "int x;" > $dummy.c ; -- for c in cc gcc c89 c99 ; do -- if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then -- CC_FOR_BUILD="$c"; break ; -- fi ; -- done ; -- if test x"$CC_FOR_BUILD" = x ; then -- CC_FOR_BUILD=no_compiler_found ; -- fi -- ;; -- ,,*) CC_FOR_BUILD=$CC ;; -- ,*,*) CC_FOR_BUILD=$HOST_CC ;; --esac ; set_cc_for_build= ;' -- --# This is needed to find uname on a Pyramid OSx when run in the BSD universe. --# (ghazi at noc.rutgers.edu 1994-08-24) --if (test -f /.attbin/uname) >/dev/null 2>&1 ; then -- PATH=$PATH:/.attbin ; export PATH --fi -- --UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown --UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown --UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown --UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown -- --# Note: order is significant - the case branches are not exclusive. -- --case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in -- *:NetBSD:*:*) -- # NetBSD (nbsd) targets should (where applicable) match one or -- # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, -- # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently -- # switched to ELF, *-*-netbsd* would select the old -- # object file format. This provides both forward -- # compatibility and a consistent mechanism for selecting the -- # object file format. -- # -- # Note: NetBSD doesn't particularly care about the vendor -- # portion of the name. We always set it to "unknown". -- sysctl="sysctl -n hw.machine_arch" -- UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ -- /usr/sbin/$sysctl 2>/dev/null || echo unknown)` -- case "${UNAME_MACHINE_ARCH}" in -- armeb) machine=armeb-unknown ;; -- arm*) machine=arm-unknown ;; -- sh3el) machine=shl-unknown ;; -- sh3eb) machine=sh-unknown ;; -- *) machine=${UNAME_MACHINE_ARCH}-unknown ;; -- esac -- # The Operating System including object format, if it has switched -- # to ELF recently, or will in the future. -- case "${UNAME_MACHINE_ARCH}" in -- arm*|i386|m68k|ns32k|sh3*|sparc|vax) -- eval $set_cc_for_build -- if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ -- | grep __ELF__ >/dev/null -- then -- # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). -- # Return netbsd for either. FIX? -- os=netbsd -- else -- os=netbsdelf -- fi -- ;; -- *) -- os=netbsd -- ;; -- esac -- # The OS release -- # Debian GNU/NetBSD machines have a different userland, and -- # thus, need a distinct triplet. However, they do not need -- # kernel version information, so it can be replaced with a -- # suitable tag, in the style of linux-gnu. -- case "${UNAME_VERSION}" in -- Debian*) -- release='-gnu' -- ;; -- *) -- release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` -- ;; -- esac -- # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: -- # contains redundant information, the shorter form: -- # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. -- echo "${machine}-${os}${release}" -- exit ;; -- *:OpenBSD:*:*) -- UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` -- echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} -- exit ;; -- *:ekkoBSD:*:*) -- echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} -- exit ;; -- *:SolidBSD:*:*) -- echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} -- exit ;; -- macppc:MirBSD:*:*) -- echo powerppc-unknown-mirbsd${UNAME_RELEASE} -- exit ;; -- *:MirBSD:*:*) -- echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} -- exit ;; -- alpha:OSF1:*:*) -- case $UNAME_RELEASE in -- *4.0) -- UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` -- ;; -- *5.*) -- UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` -- ;; -- esac -- # According to Compaq, /usr/sbin/psrinfo has been available on -- # OSF/1 and Tru64 systems produced since 1995. I hope that -- # covers most systems running today. This code pipes the CPU -- # types through head -n 1, so we only detect the type of CPU 0. -- ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` -- case "$ALPHA_CPU_TYPE" in -- "EV4 (21064)") -- UNAME_MACHINE="alpha" ;; -- "EV4.5 (21064)") -- UNAME_MACHINE="alpha" ;; -- "LCA4 (21066/21068)") -- UNAME_MACHINE="alpha" ;; -- "EV5 (21164)") -- UNAME_MACHINE="alphaev5" ;; -- "EV5.6 (21164A)") -- UNAME_MACHINE="alphaev56" ;; -- "EV5.6 (21164PC)") -- UNAME_MACHINE="alphapca56" ;; -- "EV5.7 (21164PC)") -- UNAME_MACHINE="alphapca57" ;; -- "EV6 (21264)") -- UNAME_MACHINE="alphaev6" ;; -- "EV6.7 (21264A)") -- UNAME_MACHINE="alphaev67" ;; -- "EV6.8CB (21264C)") -- UNAME_MACHINE="alphaev68" ;; -- "EV6.8AL (21264B)") -- UNAME_MACHINE="alphaev68" ;; -- "EV6.8CX (21264D)") -- UNAME_MACHINE="alphaev68" ;; -- "EV6.9A (21264/EV69A)") -- UNAME_MACHINE="alphaev69" ;; -- "EV7 (21364)") -- UNAME_MACHINE="alphaev7" ;; -- "EV7.9 (21364A)") -- UNAME_MACHINE="alphaev79" ;; -- esac -- # A Pn.n version is a patched version. -- # A Vn.n version is a released version. -- # A Tn.n version is a released field test version. -- # A Xn.n version is an unreleased experimental baselevel. -- # 1.2 uses "1.2" for uname -r. -- echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` -- exit ;; -- Alpha\ *:Windows_NT*:*) -- # How do we know it's Interix rather than the generic POSIX subsystem? -- # Should we change UNAME_MACHINE based on the output of uname instead -- # of the specific Alpha model? -- echo alpha-pc-interix -- exit ;; -- 21064:Windows_NT:50:3) -- echo alpha-dec-winnt3.5 -- exit ;; -- Amiga*:UNIX_System_V:4.0:*) -- echo m68k-unknown-sysv4 -- exit ;; -- *:[Aa]miga[Oo][Ss]:*:*) -- echo ${UNAME_MACHINE}-unknown-amigaos -- exit ;; -- *:[Mm]orph[Oo][Ss]:*:*) -- echo ${UNAME_MACHINE}-unknown-morphos -- exit ;; -- *:OS/390:*:*) -- echo i370-ibm-openedition -- exit ;; -- *:z/VM:*:*) -- echo s390-ibm-zvmoe -- exit ;; -- *:OS400:*:*) -- echo powerpc-ibm-os400 -- exit ;; -- arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) -- echo arm-acorn-riscix${UNAME_RELEASE} -- exit ;; -- arm:riscos:*:*|arm:RISCOS:*:*) -- echo arm-unknown-riscos -- exit ;; -- SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) -- echo hppa1.1-hitachi-hiuxmpp -- exit ;; -- Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) -- # akee at wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. -- if test "`(/bin/universe) 2>/dev/null`" = att ; then -- echo pyramid-pyramid-sysv3 -- else -- echo pyramid-pyramid-bsd -- fi -- exit ;; -- NILE*:*:*:dcosx) -- echo pyramid-pyramid-svr4 -- exit ;; -- DRS?6000:unix:4.0:6*) -- echo sparc-icl-nx6 -- exit ;; -- DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) -- case `/usr/bin/uname -p` in -- sparc) echo sparc-icl-nx7; exit ;; -- esac ;; -- sun4H:SunOS:5.*:*) -- echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -- exit ;; -- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) -- echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -- exit ;; -- i86pc:SunOS:5.*:*) -- echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -- exit ;; -- sun4*:SunOS:6*:*) -- # According to config.sub, this is the proper way to canonicalize -- # SunOS6. Hard to guess exactly what SunOS6 will be like, but -- # it's likely to be more like Solaris than SunOS4. -- echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -- exit ;; -- sun4*:SunOS:*:*) -- case "`/usr/bin/arch -k`" in -- Series*|S4*) -- UNAME_RELEASE=`uname -v` -- ;; -- esac -- # Japanese Language versions have a version number like `4.1.3-JL'. -- echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` -- exit ;; -- sun3*:SunOS:*:*) -- echo m68k-sun-sunos${UNAME_RELEASE} -- exit ;; -- sun*:*:4.2BSD:*) -- UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` -- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 -- case "`/bin/arch`" in -- sun3) -- echo m68k-sun-sunos${UNAME_RELEASE} -- ;; -- sun4) -- echo sparc-sun-sunos${UNAME_RELEASE} -- ;; -- esac -- exit ;; -- aushp:SunOS:*:*) -- echo sparc-auspex-sunos${UNAME_RELEASE} -- exit ;; -- # The situation for MiNT is a little confusing. The machine name -- # can be virtually everything (everything which is not -- # "atarist" or "atariste" at least should have a processor -- # > m68000). The system name ranges from "MiNT" over "FreeMiNT" -- # to the lowercase version "mint" (or "freemint"). Finally -- # the system name "TOS" denotes a system which is actually not -- # MiNT. But MiNT is downward compatible to TOS, so this should -- # be no problem. -- atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) -- echo m68k-atari-mint${UNAME_RELEASE} -- exit ;; -- atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) -- echo m68k-atari-mint${UNAME_RELEASE} -- exit ;; -- *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) -- echo m68k-atari-mint${UNAME_RELEASE} -- exit ;; -- milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) -- echo m68k-milan-mint${UNAME_RELEASE} -- exit ;; -- hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) -- echo m68k-hades-mint${UNAME_RELEASE} -- exit ;; -- *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) -- echo m68k-unknown-mint${UNAME_RELEASE} -- exit ;; -- m68k:machten:*:*) -- echo m68k-apple-machten${UNAME_RELEASE} -- exit ;; -- powerpc:machten:*:*) -- echo powerpc-apple-machten${UNAME_RELEASE} -- exit ;; -- RISC*:Mach:*:*) -- echo mips-dec-mach_bsd4.3 -- exit ;; -- RISC*:ULTRIX:*:*) -- echo mips-dec-ultrix${UNAME_RELEASE} -- exit ;; -- VAX*:ULTRIX*:*:*) -- echo vax-dec-ultrix${UNAME_RELEASE} -- exit ;; -- 2020:CLIX:*:* | 2430:CLIX:*:*) -- echo clipper-intergraph-clix${UNAME_RELEASE} -- exit ;; -- mips:*:*:UMIPS | mips:*:*:RISCos) -- eval $set_cc_for_build -- sed 's/^ //' << EOF >$dummy.c --#ifdef __cplusplus --#include /* for printf() prototype */ -- int main (int argc, char *argv[]) { --#else -- int main (argc, argv) int argc; char *argv[]; { --#endif -- #if defined (host_mips) && defined (MIPSEB) -- #if defined (SYSTYPE_SYSV) -- printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); -- #endif -- #if defined (SYSTYPE_SVR4) -- printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); -- #endif -- #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) -- printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); -- #endif -- #endif -- exit (-1); -- } --EOF -- $CC_FOR_BUILD -o $dummy $dummy.c && -- dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && -- SYSTEM_NAME=`$dummy $dummyarg` && -- { echo "$SYSTEM_NAME"; exit; } -- echo mips-mips-riscos${UNAME_RELEASE} -- exit ;; -- Motorola:PowerMAX_OS:*:*) -- echo powerpc-motorola-powermax -- exit ;; -- Motorola:*:4.3:PL8-*) -- echo powerpc-harris-powermax -- exit ;; -- Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) -- echo powerpc-harris-powermax -- exit ;; -- Night_Hawk:Power_UNIX:*:*) -- echo powerpc-harris-powerunix -- exit ;; -- m88k:CX/UX:7*:*) -- echo m88k-harris-cxux7 -- exit ;; -- m88k:*:4*:R4*) -- echo m88k-motorola-sysv4 -- exit ;; -- m88k:*:3*:R3*) -- echo m88k-motorola-sysv3 -- exit ;; -- AViiON:dgux:*:*) -- # DG/UX returns AViiON for all architectures -- UNAME_PROCESSOR=`/usr/bin/uname -p` -- if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] -- then -- if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ -- [ ${TARGET_BINARY_INTERFACE}x = x ] -- then -- echo m88k-dg-dgux${UNAME_RELEASE} -- else -- echo m88k-dg-dguxbcs${UNAME_RELEASE} -- fi -- else -- echo i586-dg-dgux${UNAME_RELEASE} -- fi -- exit ;; -- M88*:DolphinOS:*:*) # DolphinOS (SVR3) -- echo m88k-dolphin-sysv3 -- exit ;; -- M88*:*:R3*:*) -- # Delta 88k system running SVR3 -- echo m88k-motorola-sysv3 -- exit ;; -- XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) -- echo m88k-tektronix-sysv3 -- exit ;; -- Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) -- echo m68k-tektronix-bsd -- exit ;; -- *:IRIX*:*:*) -- echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` -- exit ;; -- ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. -- echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id -- exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' -- i*86:AIX:*:*) -- echo i386-ibm-aix -- exit ;; -- ia64:AIX:*:*) -- if [ -x /usr/bin/oslevel ] ; then -- IBM_REV=`/usr/bin/oslevel` -- else -- IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} -- fi -- echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} -- exit ;; -- *:AIX:2:3) -- if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then -- eval $set_cc_for_build -- sed 's/^ //' << EOF >$dummy.c -- #include -- -- main() -- { -- if (!__power_pc()) -- exit(1); -- puts("powerpc-ibm-aix3.2.5"); -- exit(0); -- } --EOF -- if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` -- then -- echo "$SYSTEM_NAME" -- else -- echo rs6000-ibm-aix3.2.5 -- fi -- elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then -- echo rs6000-ibm-aix3.2.4 -- else -- echo rs6000-ibm-aix3.2 -- fi -- exit ;; -- *:AIX:*:[45]) -- IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` -- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then -- IBM_ARCH=rs6000 -- else -- IBM_ARCH=powerpc -- fi -- if [ -x /usr/bin/oslevel ] ; then -- IBM_REV=`/usr/bin/oslevel` -- else -- IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} -- fi -- echo ${IBM_ARCH}-ibm-aix${IBM_REV} -- exit ;; -- *:AIX:*:*) -- echo rs6000-ibm-aix -- exit ;; -- ibmrt:4.4BSD:*|romp-ibm:BSD:*) -- echo romp-ibm-bsd4.4 -- exit ;; -- ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and -- echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to -- exit ;; # report: romp-ibm BSD 4.3 -- *:BOSX:*:*) -- echo rs6000-bull-bosx -- exit ;; -- DPX/2?00:B.O.S.:*:*) -- echo m68k-bull-sysv3 -- exit ;; -- 9000/[34]??:4.3bsd:1.*:*) -- echo m68k-hp-bsd -- exit ;; -- hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) -- echo m68k-hp-bsd4.4 -- exit ;; -- 9000/[34678]??:HP-UX:*:*) -- HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` -- case "${UNAME_MACHINE}" in -- 9000/31? ) HP_ARCH=m68000 ;; -- 9000/[34]?? ) HP_ARCH=m68k ;; -- 9000/[678][0-9][0-9]) -- if [ -x /usr/bin/getconf ]; then -- sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` -- sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` -- case "${sc_cpu_version}" in -- 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 -- 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 -- 532) # CPU_PA_RISC2_0 -- case "${sc_kernel_bits}" in -- 32) HP_ARCH="hppa2.0n" ;; -- 64) HP_ARCH="hppa2.0w" ;; -- '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 -- esac ;; -- esac -- fi -- if [ "${HP_ARCH}" = "" ]; then -- eval $set_cc_for_build -- sed 's/^ //' << EOF >$dummy.c -- -- #define _HPUX_SOURCE -- #include -- #include -- -- int main () -- { -- #if defined(_SC_KERNEL_BITS) -- long bits = sysconf(_SC_KERNEL_BITS); -- #endif -- long cpu = sysconf (_SC_CPU_VERSION); -- -- switch (cpu) -- { -- case CPU_PA_RISC1_0: puts ("hppa1.0"); break; -- case CPU_PA_RISC1_1: puts ("hppa1.1"); break; -- case CPU_PA_RISC2_0: -- #if defined(_SC_KERNEL_BITS) -- switch (bits) -- { -- case 64: puts ("hppa2.0w"); break; -- case 32: puts ("hppa2.0n"); break; -- default: puts ("hppa2.0"); break; -- } break; -- #else /* !defined(_SC_KERNEL_BITS) */ -- puts ("hppa2.0"); break; -- #endif -- default: puts ("hppa1.0"); break; -- } -- exit (0); -- } --EOF -- (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` -- test -z "$HP_ARCH" && HP_ARCH=hppa -- fi ;; -- esac -- if [ ${HP_ARCH} = "hppa2.0w" ] -- then -- eval $set_cc_for_build -- -- # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating -- # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler -- # generating 64-bit code. GNU and HP use different nomenclature: -- # -- # $ CC_FOR_BUILD=cc ./config.guess -- # => hppa2.0w-hp-hpux11.23 -- # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess -- # => hppa64-hp-hpux11.23 -- -- if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | -- grep __LP64__ >/dev/null -- then -- HP_ARCH="hppa2.0w" -- else -- HP_ARCH="hppa64" -- fi -- fi -- echo ${HP_ARCH}-hp-hpux${HPUX_REV} -- exit ;; -- ia64:HP-UX:*:*) -- HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` -- echo ia64-hp-hpux${HPUX_REV} -- exit ;; -- 3050*:HI-UX:*:*) -- eval $set_cc_for_build -- sed 's/^ //' << EOF >$dummy.c -- #include -- int -- main () -- { -- long cpu = sysconf (_SC_CPU_VERSION); -- /* The order matters, because CPU_IS_HP_MC68K erroneously returns -- true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct -- results, however. */ -- if (CPU_IS_PA_RISC (cpu)) -- { -- switch (cpu) -- { -- case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; -- case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; -- case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; -- default: puts ("hppa-hitachi-hiuxwe2"); break; -- } -- } -- else if (CPU_IS_HP_MC68K (cpu)) -- puts ("m68k-hitachi-hiuxwe2"); -- else puts ("unknown-hitachi-hiuxwe2"); -- exit (0); -- } --EOF -- $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && -- { echo "$SYSTEM_NAME"; exit; } -- echo unknown-hitachi-hiuxwe2 -- exit ;; -- 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) -- echo hppa1.1-hp-bsd -- exit ;; -- 9000/8??:4.3bsd:*:*) -- echo hppa1.0-hp-bsd -- exit ;; -- *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) -- echo hppa1.0-hp-mpeix -- exit ;; -- hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) -- echo hppa1.1-hp-osf -- exit ;; -- hp8??:OSF1:*:*) -- echo hppa1.0-hp-osf -- exit ;; -- i*86:OSF1:*:*) -- if [ -x /usr/sbin/sysversion ] ; then -- echo ${UNAME_MACHINE}-unknown-osf1mk -- else -- echo ${UNAME_MACHINE}-unknown-osf1 -- fi -- exit ;; -- parisc*:Lites*:*:*) -- echo hppa1.1-hp-lites -- exit ;; -- C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) -- echo c1-convex-bsd -- exit ;; -- C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) -- if getsysinfo -f scalar_acc -- then echo c32-convex-bsd -- else echo c2-convex-bsd -- fi -- exit ;; -- C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) -- echo c34-convex-bsd -- exit ;; -- C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) -- echo c38-convex-bsd -- exit ;; -- C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) -- echo c4-convex-bsd -- exit ;; -- CRAY*Y-MP:*:*:*) -- echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -- exit ;; -- CRAY*[A-Z]90:*:*:*) -- echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ -- | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -- -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -- -e 's/\.[^.]*$/.X/' -- exit ;; -- CRAY*TS:*:*:*) -- echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -- exit ;; -- CRAY*T3E:*:*:*) -- echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -- exit ;; -- CRAY*SV1:*:*:*) -- echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -- exit ;; -- *:UNICOS/mp:*:*) -- echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -- exit ;; -- F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) -- FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` -- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` -- FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` -- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" -- exit ;; -- 5000:UNIX_System_V:4.*:*) -- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` -- FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` -- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" -- exit ;; -- i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) -- echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} -- exit ;; -- sparc*:BSD/OS:*:*) -- echo sparc-unknown-bsdi${UNAME_RELEASE} -- exit ;; -- *:BSD/OS:*:*) -- echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} -- exit ;; -- *:FreeBSD:*:*) -- case ${UNAME_MACHINE} in -- pc98) -- echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; -- *) -- echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; -- esac -- exit ;; -- i*:CYGWIN*:*) -- echo ${UNAME_MACHINE}-pc-cygwin -- exit ;; -- i*:MINGW*:*) -- echo ${UNAME_MACHINE}-pc-mingw32 -- exit ;; -- i*:MSYS_NT-*:*:*) -- echo ${UNAME_MACHINE}-pc-mingw32 -- exit ;; -- i*:windows32*:*) -- # uname -m includes "-pc" on this system. -- echo ${UNAME_MACHINE}-mingw32 -- exit ;; -- i*:PW*:*) -- echo ${UNAME_MACHINE}-pc-pw32 -- exit ;; -- x86:Interix*:[345]*) -- echo i586-pc-interix${UNAME_RELEASE} -- exit ;; -- EM64T:Interix*:[345]*) -- echo x86_64-unknown-interix${UNAME_RELEASE} -- exit ;; -- [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) -- echo i${UNAME_MACHINE}-pc-mks -- exit ;; -- i*:Windows_NT*:* | Pentium*:Windows_NT*:*) -- # How do we know it's Interix rather than the generic POSIX subsystem? -- # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we -- # UNAME_MACHINE based on the output of uname instead of i386? -- echo i586-pc-interix -- exit ;; -- i*:UWIN*:*) -- echo ${UNAME_MACHINE}-pc-uwin -- exit ;; -- amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) -- echo x86_64-unknown-cygwin -- exit ;; -- p*:CYGWIN*:*) -- echo powerpcle-unknown-cygwin -- exit ;; -- prep*:SunOS:5.*:*) -- echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -- exit ;; -- *:GNU:*:*) -- # the GNU system -- echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` -- exit ;; -- *:GNU/*:*:*) -- # other systems with GNU libc and userland -- echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu -- exit ;; -- i*86:Minix:*:*) -- echo ${UNAME_MACHINE}-pc-minix -- exit ;; -- arm*:Linux:*:*) -- echo ${UNAME_MACHINE}-unknown-linux-gnu -- exit ;; -- cris:Linux:*:*) -- echo cris-axis-linux-gnu -- exit ;; -- crisv32:Linux:*:*) -- echo crisv32-axis-linux-gnu -- exit ;; -- frv:Linux:*:*) -- echo frv-unknown-linux-gnu -- exit ;; -- ia64:Linux:*:*) -- echo ${UNAME_MACHINE}-unknown-linux-gnu -- exit ;; -- m32r*:Linux:*:*) -- echo ${UNAME_MACHINE}-unknown-linux-gnu -- exit ;; -- m68*:Linux:*:*) -- echo ${UNAME_MACHINE}-unknown-linux-gnu -- exit ;; -- mips:Linux:*:*) -- eval $set_cc_for_build -- sed 's/^ //' << EOF >$dummy.c -- #undef CPU -- #undef mips -- #undef mipsel -- #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) -- CPU=mipsel -- #else -- #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) -- CPU=mips -- #else -- CPU= -- #endif -- #endif --EOF -- eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' -- /^CPU/{ -- s: ::g -- p -- }'`" -- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } -- ;; -- mips64:Linux:*:*) -- eval $set_cc_for_build -- sed 's/^ //' << EOF >$dummy.c -- #undef CPU -- #undef mips64 -- #undef mips64el -- #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) -- CPU=mips64el -- #else -- #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) -- CPU=mips64 -- #else -- CPU= -- #endif -- #endif --EOF -- eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' -- /^CPU/{ -- s: ::g -- p -- }'`" -- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } -- ;; -- or32:Linux:*:*) -- echo or32-unknown-linux-gnu -- exit ;; -- ppc:Linux:*:*) -- echo powerpc-unknown-linux-gnu -- exit ;; -- ppc64:Linux:*:*) -- echo powerpc64-unknown-linux-gnu -- exit ;; -- alpha:Linux:*:*) -- case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in -- EV5) UNAME_MACHINE=alphaev5 ;; -- EV56) UNAME_MACHINE=alphaev56 ;; -- PCA56) UNAME_MACHINE=alphapca56 ;; -- PCA57) UNAME_MACHINE=alphapca56 ;; -- EV6) UNAME_MACHINE=alphaev6 ;; -- EV67) UNAME_MACHINE=alphaev67 ;; -- EV68*) UNAME_MACHINE=alphaev68 ;; -- esac -- objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null -- if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi -- echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} -- exit ;; -- parisc:Linux:*:* | hppa:Linux:*:*) -- # Look for CPU level -- case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in -- PA7*) echo hppa1.1-unknown-linux-gnu ;; -- PA8*) echo hppa2.0-unknown-linux-gnu ;; -- *) echo hppa-unknown-linux-gnu ;; -- esac -- exit ;; -- parisc64:Linux:*:* | hppa64:Linux:*:*) -- echo hppa64-unknown-linux-gnu -- exit ;; -- s390:Linux:*:* | s390x:Linux:*:*) -- echo ${UNAME_MACHINE}-ibm-linux -- exit ;; -- sh64*:Linux:*:*) -- echo ${UNAME_MACHINE}-unknown-linux-gnu -- exit ;; -- sh*:Linux:*:*) -- echo ${UNAME_MACHINE}-unknown-linux-gnu -- exit ;; -- sparc:Linux:*:* | sparc64:Linux:*:*) -- echo ${UNAME_MACHINE}-unknown-linux-gnu -- exit ;; -- vax:Linux:*:*) -- echo ${UNAME_MACHINE}-dec-linux-gnu -- exit ;; -- x86_64:Linux:*:*) -- echo x86_64-unknown-linux-gnu -- exit ;; -- i*86:Linux:*:*) -- # The BFD linker knows what the default object file format is, so -- # first see if it will tell us. cd to the root directory to prevent -- # problems with other programs or directories called `ld' in the path. -- # Set LC_ALL=C to ensure ld outputs messages in English. -- ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ -- | sed -ne '/supported targets:/!d -- s/[ ][ ]*/ /g -- s/.*supported targets: *// -- s/ .*// -- p'` -- case "$ld_supported_targets" in -- elf32-i386) -- TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" -- ;; -- a.out-i386-linux) -- echo "${UNAME_MACHINE}-pc-linux-gnuaout" -- exit ;; -- coff-i386) -- echo "${UNAME_MACHINE}-pc-linux-gnucoff" -- exit ;; -- "") -- # Either a pre-BFD a.out linker (linux-gnuoldld) or -- # one that does not give us useful --help. -- echo "${UNAME_MACHINE}-pc-linux-gnuoldld" -- exit ;; -- esac -- # Determine whether the default compiler is a.out or elf -- eval $set_cc_for_build -- sed 's/^ //' << EOF >$dummy.c -- #include -- #ifdef __ELF__ -- # ifdef __GLIBC__ -- # if __GLIBC__ >= 2 -- LIBC=gnu -- # else -- LIBC=gnulibc1 -- # endif -- # else -- LIBC=gnulibc1 -- # endif -- #else -- #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun) -- LIBC=gnu -- #else -- LIBC=gnuaout -- #endif -- #endif -- #ifdef __dietlibc__ -- LIBC=dietlibc -- #endif --EOF -- eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' -- /^LIBC/{ -- s: ::g -- p -- }'`" -- test x"${LIBC}" != x && { -- echo "${UNAME_MACHINE}-pc-linux-${LIBC}" -- exit -- } -- test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } -- ;; -- i*86:DYNIX/ptx:4*:*) -- # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. -- # earlier versions are messed up and put the nodename in both -- # sysname and nodename. -- echo i386-sequent-sysv4 -- exit ;; -- i*86:UNIX_SV:4.2MP:2.*) -- # Unixware is an offshoot of SVR4, but it has its own version -- # number series starting with 2... -- # I am not positive that other SVR4 systems won't match this, -- # I just have to hope. -- rms. -- # Use sysv4.2uw... so that sysv4* matches it. -- echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} -- exit ;; -- i*86:OS/2:*:*) -- # If we were able to find `uname', then EMX Unix compatibility -- # is probably installed. -- echo ${UNAME_MACHINE}-pc-os2-emx -- exit ;; -- i*86:XTS-300:*:STOP) -- echo ${UNAME_MACHINE}-unknown-stop -- exit ;; -- i*86:atheos:*:*) -- echo ${UNAME_MACHINE}-unknown-atheos -- exit ;; -- i*86:syllable:*:*) -- echo ${UNAME_MACHINE}-pc-syllable -- exit ;; -- i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) -- echo i386-unknown-lynxos${UNAME_RELEASE} -- exit ;; -- i*86:*DOS:*:*) -- echo ${UNAME_MACHINE}-pc-msdosdjgpp -- exit ;; -- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) -- UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` -- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then -- echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} -- else -- echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} -- fi -- exit ;; -- i*86:*:5:[678]*) -- # UnixWare 7.x, OpenUNIX and OpenServer 6. -- case `/bin/uname -X | grep "^Machine"` in -- *486*) UNAME_MACHINE=i486 ;; -- *Pentium) UNAME_MACHINE=i586 ;; -- *Pent*|*Celeron) UNAME_MACHINE=i686 ;; -- esac -- echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} -- exit ;; -- i*86:*:3.2:*) -- if test -f /usr/options/cb.name; then -- UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then -- UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` -- (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 -- (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ -- && UNAME_MACHINE=i586 -- (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ -- && UNAME_MACHINE=i686 -- (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ -- && UNAME_MACHINE=i686 -- echo ${UNAME_MACHINE}-pc-sco$UNAME_REL -- else -- echo ${UNAME_MACHINE}-pc-sysv32 -- fi -- exit ;; -- pc:*:*:*) -- # Left here for compatibility: -- # uname -m prints for DJGPP always 'pc', but it prints nothing about -- # the processor, so we play safe by assuming i386. -- echo i386-pc-msdosdjgpp -- exit ;; -- Intel:Mach:3*:*) -- echo i386-pc-mach3 -- exit ;; -- paragon:*:*:*) -- echo i860-intel-osf1 -- exit ;; -- i860:*:4.*:*) # i860-SVR4 -- if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then -- echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 -- else # Add other i860-SVR4 vendors below as they are discovered. -- echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 -- fi -- exit ;; -- mini*:CTIX:SYS*5:*) -- # "miniframe" -- echo m68010-convergent-sysv -- exit ;; -- mc68k:UNIX:SYSTEM5:3.51m) -- echo m68k-convergent-sysv -- exit ;; -- M680?0:D-NIX:5.3:*) -- echo m68k-diab-dnix -- exit ;; -- M68*:*:R3V[5678]*:*) -- test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; -- 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) -- OS_REL='' -- test -r /etc/.relid \ -- && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` -- /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ -- && { echo i486-ncr-sysv4.3${OS_REL}; exit; } -- /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ -- && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; -- 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) -- /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ -- && { echo i486-ncr-sysv4; exit; } ;; -- m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) -- echo m68k-unknown-lynxos${UNAME_RELEASE} -- exit ;; -- mc68030:UNIX_System_V:4.*:*) -- echo m68k-atari-sysv4 -- exit ;; -- TSUNAMI:LynxOS:2.*:*) -- echo sparc-unknown-lynxos${UNAME_RELEASE} -- exit ;; -- rs6000:LynxOS:2.*:*) -- echo rs6000-unknown-lynxos${UNAME_RELEASE} -- exit ;; -- PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) -- echo powerpc-unknown-lynxos${UNAME_RELEASE} -- exit ;; -- SM[BE]S:UNIX_SV:*:*) -- echo mips-dde-sysv${UNAME_RELEASE} -- exit ;; -- RM*:ReliantUNIX-*:*:*) -- echo mips-sni-sysv4 -- exit ;; -- RM*:SINIX-*:*:*) -- echo mips-sni-sysv4 -- exit ;; -- *:SINIX-*:*:*) -- if uname -p 2>/dev/null >/dev/null ; then -- UNAME_MACHINE=`(uname -p) 2>/dev/null` -- echo ${UNAME_MACHINE}-sni-sysv4 -- else -- echo ns32k-sni-sysv -- fi -- exit ;; -- PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort -- # says -- echo i586-unisys-sysv4 -- exit ;; -- *:UNIX_System_V:4*:FTX*) -- # From Gerald Hewes . -- # How about differentiating between stratus architectures? -djm -- echo hppa1.1-stratus-sysv4 -- exit ;; -- *:*:*:FTX*) -- # From seanf at swdc.stratus.com. -- echo i860-stratus-sysv4 -- exit ;; -- i*86:VOS:*:*) -- # From Paul.Green at stratus.com. -- echo ${UNAME_MACHINE}-stratus-vos -- exit ;; -- *:VOS:*:*) -- # From Paul.Green at stratus.com. -- echo hppa1.1-stratus-vos -- exit ;; -- mc68*:A/UX:*:*) -- echo m68k-apple-aux${UNAME_RELEASE} -- exit ;; -- news*:NEWS-OS:6*:*) -- echo mips-sony-newsos6 -- exit ;; -- R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) -- if [ -d /usr/nec ]; then -- echo mips-nec-sysv${UNAME_RELEASE} -- else -- echo mips-unknown-sysv${UNAME_RELEASE} -- fi -- exit ;; -- BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. -- echo powerpc-be-beos -- exit ;; -- BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. -- echo powerpc-apple-beos -- exit ;; -- BePC:BeOS:*:*) # BeOS running on Intel PC compatible. -- echo i586-pc-beos -- exit ;; -- SX-4:SUPER-UX:*:*) -- echo sx4-nec-superux${UNAME_RELEASE} -- exit ;; -- SX-5:SUPER-UX:*:*) -- echo sx5-nec-superux${UNAME_RELEASE} -- exit ;; -- SX-6:SUPER-UX:*:*) -- echo sx6-nec-superux${UNAME_RELEASE} -- exit ;; -- Power*:Rhapsody:*:*) -- echo powerpc-apple-rhapsody${UNAME_RELEASE} -- exit ;; -- *:Rhapsody:*:*) -- echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} -- exit ;; -- *:Darwin:*:*) -- UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown -- case $UNAME_PROCESSOR in -- unknown) UNAME_PROCESSOR=powerpc ;; -- esac -- echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} -- exit ;; -- *:procnto*:*:* | *:QNX:[0123456789]*:*) -- UNAME_PROCESSOR=`uname -p` -- if test "$UNAME_PROCESSOR" = "x86"; then -- UNAME_PROCESSOR=i386 -- UNAME_MACHINE=pc -- fi -- echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} -- exit ;; -- *:QNX:*:4*) -- echo i386-pc-qnx -- exit ;; -- NSE-?:NONSTOP_KERNEL:*:*) -- echo nse-tandem-nsk${UNAME_RELEASE} -- exit ;; -- NSR-?:NONSTOP_KERNEL:*:*) -- echo nsr-tandem-nsk${UNAME_RELEASE} -- exit ;; -- *:NonStop-UX:*:*) -- echo mips-compaq-nonstopux -- exit ;; -- BS2000:POSIX*:*:*) -- echo bs2000-siemens-sysv -- exit ;; -- DS/*:UNIX_System_V:*:*) -- echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} -- exit ;; -- *:Plan9:*:*) -- # "uname -m" is not consistent, so use $cputype instead. 386 -- # is converted to i386 for consistency with other x86 -- # operating systems. -- if test "$cputype" = "386"; then -- UNAME_MACHINE=i386 -- else -- UNAME_MACHINE="$cputype" -- fi -- echo ${UNAME_MACHINE}-unknown-plan9 -- exit ;; -- *:TOPS-10:*:*) -- echo pdp10-unknown-tops10 -- exit ;; -- *:TENEX:*:*) -- echo pdp10-unknown-tenex -- exit ;; -- KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) -- echo pdp10-dec-tops20 -- exit ;; -- XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) -- echo pdp10-xkl-tops20 -- exit ;; -- *:TOPS-20:*:*) -- echo pdp10-unknown-tops20 -- exit ;; -- *:ITS:*:*) -- echo pdp10-unknown-its -- exit ;; -- SEI:*:*:SEIUX) -- echo mips-sei-seiux${UNAME_RELEASE} -- exit ;; -- *:DragonFly:*:*) -- echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` -- exit ;; -- *:*VMS:*:*) -- UNAME_MACHINE=`(uname -p) 2>/dev/null` -- case "${UNAME_MACHINE}" in -- A*) echo alpha-dec-vms ; exit ;; -- I*) echo ia64-dec-vms ; exit ;; -- V*) echo vax-dec-vms ; exit ;; -- esac ;; -- *:XENIX:*:SysV) -- echo i386-pc-xenix -- exit ;; -- i*86:skyos:*:*) -- echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' -- exit ;; -- i*86:rdos:*:*) -- echo ${UNAME_MACHINE}-pc-rdos -- exit ;; --esac -- --#echo '(No uname command or uname output not recognized.)' 1>&2 --#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 -- --eval $set_cc_for_build --cat >$dummy.c < --# include --#endif --main () --{ --#if defined (sony) --#if defined (MIPSEB) -- /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, -- I don't know.... */ -- printf ("mips-sony-bsd\n"); exit (0); --#else --#include -- printf ("m68k-sony-newsos%s\n", --#ifdef NEWSOS4 -- "4" --#else -- "" --#endif -- ); exit (0); --#endif --#endif -- --#if defined (__arm) && defined (__acorn) && defined (__unix) -- printf ("arm-acorn-riscix\n"); exit (0); --#endif -- --#if defined (hp300) && !defined (hpux) -- printf ("m68k-hp-bsd\n"); exit (0); --#endif -- --#if defined (NeXT) --#if !defined (__ARCHITECTURE__) --#define __ARCHITECTURE__ "m68k" --#endif -- int version; -- version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; -- if (version < 4) -- printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); -- else -- printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); -- exit (0); --#endif -- --#if defined (MULTIMAX) || defined (n16) --#if defined (UMAXV) -- printf ("ns32k-encore-sysv\n"); exit (0); --#else --#if defined (CMU) -- printf ("ns32k-encore-mach\n"); exit (0); --#else -- printf ("ns32k-encore-bsd\n"); exit (0); --#endif --#endif --#endif -- --#if defined (__386BSD__) -- printf ("i386-pc-bsd\n"); exit (0); --#endif -- --#if defined (sequent) --#if defined (i386) -- printf ("i386-sequent-dynix\n"); exit (0); --#endif --#if defined (ns32000) -- printf ("ns32k-sequent-dynix\n"); exit (0); --#endif --#endif -- --#if defined (_SEQUENT_) -- struct utsname un; -- -- uname(&un); -- -- if (strncmp(un.version, "V2", 2) == 0) { -- printf ("i386-sequent-ptx2\n"); exit (0); -- } -- if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ -- printf ("i386-sequent-ptx1\n"); exit (0); -- } -- printf ("i386-sequent-ptx\n"); exit (0); -- --#endif -- --#if defined (vax) --# if !defined (ultrix) --# include --# if defined (BSD) --# if BSD == 43 -- printf ("vax-dec-bsd4.3\n"); exit (0); --# else --# if BSD == 199006 -- printf ("vax-dec-bsd4.3reno\n"); exit (0); --# else -- printf ("vax-dec-bsd\n"); exit (0); --# endif --# endif --# else -- printf ("vax-dec-bsd\n"); exit (0); --# endif --# else -- printf ("vax-dec-ultrix\n"); exit (0); --# endif --#endif -- --#if defined (alliant) && defined (i860) -- printf ("i860-alliant-bsd\n"); exit (0); --#endif -- -- exit (1); --} --EOF -- --$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && -- { echo "$SYSTEM_NAME"; exit; } -- --# Apollos put the system type in the environment. -- --test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } -- --# Convex versions that predate uname can use getsysinfo(1) -- --if [ -x /usr/convex/getsysinfo ] --then -- case `getsysinfo -f cpu_type` in -- c1*) -- echo c1-convex-bsd -- exit ;; -- c2*) -- if getsysinfo -f scalar_acc -- then echo c32-convex-bsd -- else echo c2-convex-bsd -- fi -- exit ;; -- c34*) -- echo c34-convex-bsd -- exit ;; -- c38*) -- echo c38-convex-bsd -- exit ;; -- c4*) -- echo c4-convex-bsd -- exit ;; -- esac --fi -- --cat >&2 < in order to provide the needed --information to handle your system. -- --config.guess timestamp = $timestamp -- --uname -m = `(uname -m) 2>/dev/null || echo unknown` --uname -r = `(uname -r) 2>/dev/null || echo unknown` --uname -s = `(uname -s) 2>/dev/null || echo unknown` --uname -v = `(uname -v) 2>/dev/null || echo unknown` -- --/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` --/bin/uname -X = `(/bin/uname -X) 2>/dev/null` -- --hostinfo = `(hostinfo) 2>/dev/null` --/bin/universe = `(/bin/universe) 2>/dev/null` --/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` --/bin/arch = `(/bin/arch) 2>/dev/null` --/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` --/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` -- --UNAME_MACHINE = ${UNAME_MACHINE} --UNAME_RELEASE = ${UNAME_RELEASE} --UNAME_SYSTEM = ${UNAME_SYSTEM} --UNAME_VERSION = ${UNAME_VERSION} --EOF -- --exit 1 -- --# Local variables: --# eval: (add-hook 'write-file-hooks 'time-stamp) --# time-stamp-start: "timestamp='" --# time-stamp-format: "%:y-%02m-%02d" --# time-stamp-end: "'" --# End: -+#! /bin/sh -+# Attempt to guess a canonical system name. -+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -+# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -+ -+timestamp='2006-02-23' -+ -+# This file is free software; you can redistribute it and/or modify it -+# under the terms of the GNU General Public License as published by -+# the Free Software Foundation; either version 2 of the License, or -+# (at your option) any later version. -+# -+# This program is distributed in the hope that it will be useful, but -+# WITHOUT ANY WARRANTY; without even the implied warranty of -+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+# General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with this program; if not, write to the Free Software -+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA -+# 02110-1301, USA. -+# -+# As a special exception to the GNU General Public License, if you -+# distribute this file as part of a program that contains a -+# configuration script generated by Autoconf, you may include it under -+# the same distribution terms that you use for the rest of that program. -+ -+ -+# Originally written by Per Bothner . -+# Please send patches to . Submit a context -+# diff and a properly formatted ChangeLog entry. -+# -+# This script attempts to guess a canonical system name similar to -+# config.sub. If it succeeds, it prints the system name on stdout, and -+# exits with 0. Otherwise, it exits with 1. -+# -+# The plan is that this can be called by configure scripts if you -+# don't specify an explicit build system type. -+ -+me=`echo "$0" | sed -e 's,.*/,,'` -+ -+usage="\ -+Usage: $0 [OPTION] -+ -+Output the configuration name of the system \`$me' is run on. -+ -+Operation modes: -+ -h, --help print this help, then exit -+ -t, --time-stamp print date of last modification, then exit -+ -v, --version print version number, then exit -+ -+Report bugs and patches to ." -+ -+version="\ -+GNU config.guess ($timestamp) -+ -+Originally written by Per Bothner. -+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -+Free Software Foundation, Inc. -+ -+This is free software; see the source for copying conditions. There is NO -+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." -+ -+help=" -+Try \`$me --help' for more information." -+ -+# Parse command line -+while test $# -gt 0 ; do -+ case $1 in -+ --time-stamp | --time* | -t ) -+ echo "$timestamp" ; exit ;; -+ --version | -v ) -+ echo "$version" ; exit ;; -+ --help | --h* | -h ) -+ echo "$usage"; exit ;; -+ -- ) # Stop option processing -+ shift; break ;; -+ - ) # Use stdin as input. -+ break ;; -+ -* ) -+ echo "$me: invalid option $1$help" >&2 -+ exit 1 ;; -+ * ) -+ break ;; -+ esac -+done -+ -+if test $# != 0; then -+ echo "$me: too many arguments$help" >&2 -+ exit 1 -+fi -+ -+trap 'exit 1' 1 2 15 -+ -+# CC_FOR_BUILD -- compiler used by this script. Note that the use of a -+# compiler to aid in system detection is discouraged as it requires -+# temporary files to be created and, as you can see below, it is a -+# headache to deal with in a portable fashion. -+ -+# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still -+# use `HOST_CC' if defined, but it is deprecated. -+ -+# Portable tmp directory creation inspired by the Autoconf team. -+ -+set_cc_for_build=' -+trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; -+trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; -+: ${TMPDIR=/tmp} ; -+ { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || -+ { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || -+ { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || -+ { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; -+dummy=$tmp/dummy ; -+tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; -+case $CC_FOR_BUILD,$HOST_CC,$CC in -+ ,,) echo "int x;" > $dummy.c ; -+ for c in cc gcc c89 c99 ; do -+ if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then -+ CC_FOR_BUILD="$c"; break ; -+ fi ; -+ done ; -+ if test x"$CC_FOR_BUILD" = x ; then -+ CC_FOR_BUILD=no_compiler_found ; -+ fi -+ ;; -+ ,,*) CC_FOR_BUILD=$CC ;; -+ ,*,*) CC_FOR_BUILD=$HOST_CC ;; -+esac ; set_cc_for_build= ;' -+ -+# This is needed to find uname on a Pyramid OSx when run in the BSD universe. -+# (ghazi at noc.rutgers.edu 1994-08-24) -+if (test -f /.attbin/uname) >/dev/null 2>&1 ; then -+ PATH=$PATH:/.attbin ; export PATH -+fi -+ -+UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown -+UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown -+UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown -+UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown -+ -+# Note: order is significant - the case branches are not exclusive. -+ -+case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in -+ *:NetBSD:*:*) -+ # NetBSD (nbsd) targets should (where applicable) match one or -+ # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, -+ # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently -+ # switched to ELF, *-*-netbsd* would select the old -+ # object file format. This provides both forward -+ # compatibility and a consistent mechanism for selecting the -+ # object file format. -+ # -+ # Note: NetBSD doesn't particularly care about the vendor -+ # portion of the name. We always set it to "unknown". -+ sysctl="sysctl -n hw.machine_arch" -+ UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ -+ /usr/sbin/$sysctl 2>/dev/null || echo unknown)` -+ case "${UNAME_MACHINE_ARCH}" in -+ armeb) machine=armeb-unknown ;; -+ arm*) machine=arm-unknown ;; -+ sh3el) machine=shl-unknown ;; -+ sh3eb) machine=sh-unknown ;; -+ *) machine=${UNAME_MACHINE_ARCH}-unknown ;; -+ esac -+ # The Operating System including object format, if it has switched -+ # to ELF recently, or will in the future. -+ case "${UNAME_MACHINE_ARCH}" in -+ arm*|i386|m68k|ns32k|sh3*|sparc|vax) -+ eval $set_cc_for_build -+ if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ -+ | grep __ELF__ >/dev/null -+ then -+ # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). -+ # Return netbsd for either. FIX? -+ os=netbsd -+ else -+ os=netbsdelf -+ fi -+ ;; -+ *) -+ os=netbsd -+ ;; -+ esac -+ # The OS release -+ # Debian GNU/NetBSD machines have a different userland, and -+ # thus, need a distinct triplet. However, they do not need -+ # kernel version information, so it can be replaced with a -+ # suitable tag, in the style of linux-gnu. -+ case "${UNAME_VERSION}" in -+ Debian*) -+ release='-gnu' -+ ;; -+ *) -+ release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` -+ ;; -+ esac -+ # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: -+ # contains redundant information, the shorter form: -+ # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. -+ echo "${machine}-${os}${release}" -+ exit ;; -+ *:OpenBSD:*:*) -+ UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` -+ echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} -+ exit ;; -+ *:ekkoBSD:*:*) -+ echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} -+ exit ;; -+ *:SolidBSD:*:*) -+ echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} -+ exit ;; -+ macppc:MirBSD:*:*) -+ echo powerppc-unknown-mirbsd${UNAME_RELEASE} -+ exit ;; -+ *:MirBSD:*:*) -+ echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} -+ exit ;; -+ alpha:OSF1:*:*) -+ case $UNAME_RELEASE in -+ *4.0) -+ UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` -+ ;; -+ *5.*) -+ UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` -+ ;; -+ esac -+ # According to Compaq, /usr/sbin/psrinfo has been available on -+ # OSF/1 and Tru64 systems produced since 1995. I hope that -+ # covers most systems running today. This code pipes the CPU -+ # types through head -n 1, so we only detect the type of CPU 0. -+ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` -+ case "$ALPHA_CPU_TYPE" in -+ "EV4 (21064)") -+ UNAME_MACHINE="alpha" ;; -+ "EV4.5 (21064)") -+ UNAME_MACHINE="alpha" ;; -+ "LCA4 (21066/21068)") -+ UNAME_MACHINE="alpha" ;; -+ "EV5 (21164)") -+ UNAME_MACHINE="alphaev5" ;; -+ "EV5.6 (21164A)") -+ UNAME_MACHINE="alphaev56" ;; -+ "EV5.6 (21164PC)") -+ UNAME_MACHINE="alphapca56" ;; -+ "EV5.7 (21164PC)") -+ UNAME_MACHINE="alphapca57" ;; -+ "EV6 (21264)") -+ UNAME_MACHINE="alphaev6" ;; -+ "EV6.7 (21264A)") -+ UNAME_MACHINE="alphaev67" ;; -+ "EV6.8CB (21264C)") -+ UNAME_MACHINE="alphaev68" ;; -+ "EV6.8AL (21264B)") -+ UNAME_MACHINE="alphaev68" ;; -+ "EV6.8CX (21264D)") -+ UNAME_MACHINE="alphaev68" ;; -+ "EV6.9A (21264/EV69A)") -+ UNAME_MACHINE="alphaev69" ;; -+ "EV7 (21364)") -+ UNAME_MACHINE="alphaev7" ;; -+ "EV7.9 (21364A)") -+ UNAME_MACHINE="alphaev79" ;; -+ esac -+ # A Pn.n version is a patched version. -+ # A Vn.n version is a released version. -+ # A Tn.n version is a released field test version. -+ # A Xn.n version is an unreleased experimental baselevel. -+ # 1.2 uses "1.2" for uname -r. -+ echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` -+ exit ;; -+ Alpha\ *:Windows_NT*:*) -+ # How do we know it's Interix rather than the generic POSIX subsystem? -+ # Should we change UNAME_MACHINE based on the output of uname instead -+ # of the specific Alpha model? -+ echo alpha-pc-interix -+ exit ;; -+ 21064:Windows_NT:50:3) -+ echo alpha-dec-winnt3.5 -+ exit ;; -+ Amiga*:UNIX_System_V:4.0:*) -+ echo m68k-unknown-sysv4 -+ exit ;; -+ *:[Aa]miga[Oo][Ss]:*:*) -+ echo ${UNAME_MACHINE}-unknown-amigaos -+ exit ;; -+ *:[Mm]orph[Oo][Ss]:*:*) -+ echo ${UNAME_MACHINE}-unknown-morphos -+ exit ;; -+ *:OS/390:*:*) -+ echo i370-ibm-openedition -+ exit ;; -+ *:z/VM:*:*) -+ echo s390-ibm-zvmoe -+ exit ;; -+ *:OS400:*:*) -+ echo powerpc-ibm-os400 -+ exit ;; -+ arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) -+ echo arm-acorn-riscix${UNAME_RELEASE} -+ exit ;; -+ arm:riscos:*:*|arm:RISCOS:*:*) -+ echo arm-unknown-riscos -+ exit ;; -+ SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) -+ echo hppa1.1-hitachi-hiuxmpp -+ exit ;; -+ Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) -+ # akee at wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. -+ if test "`(/bin/universe) 2>/dev/null`" = att ; then -+ echo pyramid-pyramid-sysv3 -+ else -+ echo pyramid-pyramid-bsd -+ fi -+ exit ;; -+ NILE*:*:*:dcosx) -+ echo pyramid-pyramid-svr4 -+ exit ;; -+ DRS?6000:unix:4.0:6*) -+ echo sparc-icl-nx6 -+ exit ;; -+ DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) -+ case `/usr/bin/uname -p` in -+ sparc) echo sparc-icl-nx7; exit ;; -+ esac ;; -+ sun4H:SunOS:5.*:*) -+ echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -+ exit ;; -+ sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) -+ echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -+ exit ;; -+ i86pc:SunOS:5.*:*) -+ echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -+ exit ;; -+ sun4*:SunOS:6*:*) -+ # According to config.sub, this is the proper way to canonicalize -+ # SunOS6. Hard to guess exactly what SunOS6 will be like, but -+ # it's likely to be more like Solaris than SunOS4. -+ echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -+ exit ;; -+ sun4*:SunOS:*:*) -+ case "`/usr/bin/arch -k`" in -+ Series*|S4*) -+ UNAME_RELEASE=`uname -v` -+ ;; -+ esac -+ # Japanese Language versions have a version number like `4.1.3-JL'. -+ echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` -+ exit ;; -+ sun3*:SunOS:*:*) -+ echo m68k-sun-sunos${UNAME_RELEASE} -+ exit ;; -+ sun*:*:4.2BSD:*) -+ UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` -+ test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 -+ case "`/bin/arch`" in -+ sun3) -+ echo m68k-sun-sunos${UNAME_RELEASE} -+ ;; -+ sun4) -+ echo sparc-sun-sunos${UNAME_RELEASE} -+ ;; -+ esac -+ exit ;; -+ aushp:SunOS:*:*) -+ echo sparc-auspex-sunos${UNAME_RELEASE} -+ exit ;; -+ # The situation for MiNT is a little confusing. The machine name -+ # can be virtually everything (everything which is not -+ # "atarist" or "atariste" at least should have a processor -+ # > m68000). The system name ranges from "MiNT" over "FreeMiNT" -+ # to the lowercase version "mint" (or "freemint"). Finally -+ # the system name "TOS" denotes a system which is actually not -+ # MiNT. But MiNT is downward compatible to TOS, so this should -+ # be no problem. -+ atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) -+ echo m68k-atari-mint${UNAME_RELEASE} -+ exit ;; -+ atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) -+ echo m68k-atari-mint${UNAME_RELEASE} -+ exit ;; -+ *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) -+ echo m68k-atari-mint${UNAME_RELEASE} -+ exit ;; -+ milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) -+ echo m68k-milan-mint${UNAME_RELEASE} -+ exit ;; -+ hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) -+ echo m68k-hades-mint${UNAME_RELEASE} -+ exit ;; -+ *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) -+ echo m68k-unknown-mint${UNAME_RELEASE} -+ exit ;; -+ m68k:machten:*:*) -+ echo m68k-apple-machten${UNAME_RELEASE} -+ exit ;; -+ powerpc:machten:*:*) -+ echo powerpc-apple-machten${UNAME_RELEASE} -+ exit ;; -+ RISC*:Mach:*:*) -+ echo mips-dec-mach_bsd4.3 -+ exit ;; -+ RISC*:ULTRIX:*:*) -+ echo mips-dec-ultrix${UNAME_RELEASE} -+ exit ;; -+ VAX*:ULTRIX*:*:*) -+ echo vax-dec-ultrix${UNAME_RELEASE} -+ exit ;; -+ 2020:CLIX:*:* | 2430:CLIX:*:*) -+ echo clipper-intergraph-clix${UNAME_RELEASE} -+ exit ;; -+ mips:*:*:UMIPS | mips:*:*:RISCos) -+ eval $set_cc_for_build -+ sed 's/^ //' << EOF >$dummy.c -+#ifdef __cplusplus -+#include /* for printf() prototype */ -+ int main (int argc, char *argv[]) { -+#else -+ int main (argc, argv) int argc; char *argv[]; { -+#endif -+ #if defined (host_mips) && defined (MIPSEB) -+ #if defined (SYSTYPE_SYSV) -+ printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); -+ #endif -+ #if defined (SYSTYPE_SVR4) -+ printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); -+ #endif -+ #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) -+ printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); -+ #endif -+ #endif -+ exit (-1); -+ } -+EOF -+ $CC_FOR_BUILD -o $dummy $dummy.c && -+ dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && -+ SYSTEM_NAME=`$dummy $dummyarg` && -+ { echo "$SYSTEM_NAME"; exit; } -+ echo mips-mips-riscos${UNAME_RELEASE} -+ exit ;; -+ Motorola:PowerMAX_OS:*:*) -+ echo powerpc-motorola-powermax -+ exit ;; -+ Motorola:*:4.3:PL8-*) -+ echo powerpc-harris-powermax -+ exit ;; -+ Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) -+ echo powerpc-harris-powermax -+ exit ;; -+ Night_Hawk:Power_UNIX:*:*) -+ echo powerpc-harris-powerunix -+ exit ;; -+ m88k:CX/UX:7*:*) -+ echo m88k-harris-cxux7 -+ exit ;; -+ m88k:*:4*:R4*) -+ echo m88k-motorola-sysv4 -+ exit ;; -+ m88k:*:3*:R3*) -+ echo m88k-motorola-sysv3 -+ exit ;; -+ AViiON:dgux:*:*) -+ # DG/UX returns AViiON for all architectures -+ UNAME_PROCESSOR=`/usr/bin/uname -p` -+ if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] -+ then -+ if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ -+ [ ${TARGET_BINARY_INTERFACE}x = x ] -+ then -+ echo m88k-dg-dgux${UNAME_RELEASE} -+ else -+ echo m88k-dg-dguxbcs${UNAME_RELEASE} -+ fi -+ else -+ echo i586-dg-dgux${UNAME_RELEASE} -+ fi -+ exit ;; -+ M88*:DolphinOS:*:*) # DolphinOS (SVR3) -+ echo m88k-dolphin-sysv3 -+ exit ;; -+ M88*:*:R3*:*) -+ # Delta 88k system running SVR3 -+ echo m88k-motorola-sysv3 -+ exit ;; -+ XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) -+ echo m88k-tektronix-sysv3 -+ exit ;; -+ Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) -+ echo m68k-tektronix-bsd -+ exit ;; -+ *:IRIX*:*:*) -+ echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` -+ exit ;; -+ ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. -+ echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id -+ exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' -+ i*86:AIX:*:*) -+ echo i386-ibm-aix -+ exit ;; -+ ia64:AIX:*:*) -+ if [ -x /usr/bin/oslevel ] ; then -+ IBM_REV=`/usr/bin/oslevel` -+ else -+ IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} -+ fi -+ echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} -+ exit ;; -+ *:AIX:2:3) -+ if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then -+ eval $set_cc_for_build -+ sed 's/^ //' << EOF >$dummy.c -+ #include -+ -+ main() -+ { -+ if (!__power_pc()) -+ exit(1); -+ puts("powerpc-ibm-aix3.2.5"); -+ exit(0); -+ } -+EOF -+ if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` -+ then -+ echo "$SYSTEM_NAME" -+ else -+ echo rs6000-ibm-aix3.2.5 -+ fi -+ elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then -+ echo rs6000-ibm-aix3.2.4 -+ else -+ echo rs6000-ibm-aix3.2 -+ fi -+ exit ;; -+ *:AIX:*:[45]) -+ IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` -+ if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then -+ IBM_ARCH=rs6000 -+ else -+ IBM_ARCH=powerpc -+ fi -+ if [ -x /usr/bin/oslevel ] ; then -+ IBM_REV=`/usr/bin/oslevel` -+ else -+ IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} -+ fi -+ echo ${IBM_ARCH}-ibm-aix${IBM_REV} -+ exit ;; -+ *:AIX:*:*) -+ echo rs6000-ibm-aix -+ exit ;; -+ ibmrt:4.4BSD:*|romp-ibm:BSD:*) -+ echo romp-ibm-bsd4.4 -+ exit ;; -+ ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and -+ echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to -+ exit ;; # report: romp-ibm BSD 4.3 -+ *:BOSX:*:*) -+ echo rs6000-bull-bosx -+ exit ;; -+ DPX/2?00:B.O.S.:*:*) -+ echo m68k-bull-sysv3 -+ exit ;; -+ 9000/[34]??:4.3bsd:1.*:*) -+ echo m68k-hp-bsd -+ exit ;; -+ hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) -+ echo m68k-hp-bsd4.4 -+ exit ;; -+ 9000/[34678]??:HP-UX:*:*) -+ HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` -+ case "${UNAME_MACHINE}" in -+ 9000/31? ) HP_ARCH=m68000 ;; -+ 9000/[34]?? ) HP_ARCH=m68k ;; -+ 9000/[678][0-9][0-9]) -+ if [ -x /usr/bin/getconf ]; then -+ sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` -+ sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` -+ case "${sc_cpu_version}" in -+ 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 -+ 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 -+ 532) # CPU_PA_RISC2_0 -+ case "${sc_kernel_bits}" in -+ 32) HP_ARCH="hppa2.0n" ;; -+ 64) HP_ARCH="hppa2.0w" ;; -+ '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 -+ esac ;; -+ esac -+ fi -+ if [ "${HP_ARCH}" = "" ]; then -+ eval $set_cc_for_build -+ sed 's/^ //' << EOF >$dummy.c -+ -+ #define _HPUX_SOURCE -+ #include -+ #include -+ -+ int main () -+ { -+ #if defined(_SC_KERNEL_BITS) -+ long bits = sysconf(_SC_KERNEL_BITS); -+ #endif -+ long cpu = sysconf (_SC_CPU_VERSION); -+ -+ switch (cpu) -+ { -+ case CPU_PA_RISC1_0: puts ("hppa1.0"); break; -+ case CPU_PA_RISC1_1: puts ("hppa1.1"); break; -+ case CPU_PA_RISC2_0: -+ #if defined(_SC_KERNEL_BITS) -+ switch (bits) -+ { -+ case 64: puts ("hppa2.0w"); break; -+ case 32: puts ("hppa2.0n"); break; -+ default: puts ("hppa2.0"); break; -+ } break; -+ #else /* !defined(_SC_KERNEL_BITS) */ -+ puts ("hppa2.0"); break; -+ #endif -+ default: puts ("hppa1.0"); break; -+ } -+ exit (0); -+ } -+EOF -+ (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` -+ test -z "$HP_ARCH" && HP_ARCH=hppa -+ fi ;; -+ esac -+ if [ ${HP_ARCH} = "hppa2.0w" ] -+ then -+ eval $set_cc_for_build -+ -+ # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating -+ # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler -+ # generating 64-bit code. GNU and HP use different nomenclature: -+ # -+ # $ CC_FOR_BUILD=cc ./config.guess -+ # => hppa2.0w-hp-hpux11.23 -+ # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess -+ # => hppa64-hp-hpux11.23 -+ -+ if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | -+ grep __LP64__ >/dev/null -+ then -+ HP_ARCH="hppa2.0w" -+ else -+ HP_ARCH="hppa64" -+ fi -+ fi -+ echo ${HP_ARCH}-hp-hpux${HPUX_REV} -+ exit ;; -+ ia64:HP-UX:*:*) -+ HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` -+ echo ia64-hp-hpux${HPUX_REV} -+ exit ;; -+ 3050*:HI-UX:*:*) -+ eval $set_cc_for_build -+ sed 's/^ //' << EOF >$dummy.c -+ #include -+ int -+ main () -+ { -+ long cpu = sysconf (_SC_CPU_VERSION); -+ /* The order matters, because CPU_IS_HP_MC68K erroneously returns -+ true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct -+ results, however. */ -+ if (CPU_IS_PA_RISC (cpu)) -+ { -+ switch (cpu) -+ { -+ case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; -+ case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; -+ case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; -+ default: puts ("hppa-hitachi-hiuxwe2"); break; -+ } -+ } -+ else if (CPU_IS_HP_MC68K (cpu)) -+ puts ("m68k-hitachi-hiuxwe2"); -+ else puts ("unknown-hitachi-hiuxwe2"); -+ exit (0); -+ } -+EOF -+ $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && -+ { echo "$SYSTEM_NAME"; exit; } -+ echo unknown-hitachi-hiuxwe2 -+ exit ;; -+ 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) -+ echo hppa1.1-hp-bsd -+ exit ;; -+ 9000/8??:4.3bsd:*:*) -+ echo hppa1.0-hp-bsd -+ exit ;; -+ *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) -+ echo hppa1.0-hp-mpeix -+ exit ;; -+ hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) -+ echo hppa1.1-hp-osf -+ exit ;; -+ hp8??:OSF1:*:*) -+ echo hppa1.0-hp-osf -+ exit ;; -+ i*86:OSF1:*:*) -+ if [ -x /usr/sbin/sysversion ] ; then -+ echo ${UNAME_MACHINE}-unknown-osf1mk -+ else -+ echo ${UNAME_MACHINE}-unknown-osf1 -+ fi -+ exit ;; -+ parisc*:Lites*:*:*) -+ echo hppa1.1-hp-lites -+ exit ;; -+ C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) -+ echo c1-convex-bsd -+ exit ;; -+ C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) -+ if getsysinfo -f scalar_acc -+ then echo c32-convex-bsd -+ else echo c2-convex-bsd -+ fi -+ exit ;; -+ C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) -+ echo c34-convex-bsd -+ exit ;; -+ C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) -+ echo c38-convex-bsd -+ exit ;; -+ C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) -+ echo c4-convex-bsd -+ exit ;; -+ CRAY*Y-MP:*:*:*) -+ echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -+ exit ;; -+ CRAY*[A-Z]90:*:*:*) -+ echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ -+ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -+ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -+ -e 's/\.[^.]*$/.X/' -+ exit ;; -+ CRAY*TS:*:*:*) -+ echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -+ exit ;; -+ CRAY*T3E:*:*:*) -+ echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -+ exit ;; -+ CRAY*SV1:*:*:*) -+ echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -+ exit ;; -+ *:UNICOS/mp:*:*) -+ echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' -+ exit ;; -+ F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) -+ FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` -+ FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` -+ FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` -+ echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" -+ exit ;; -+ 5000:UNIX_System_V:4.*:*) -+ FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` -+ FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` -+ echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" -+ exit ;; -+ i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) -+ echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} -+ exit ;; -+ sparc*:BSD/OS:*:*) -+ echo sparc-unknown-bsdi${UNAME_RELEASE} -+ exit ;; -+ *:BSD/OS:*:*) -+ echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} -+ exit ;; -+ *:FreeBSD:*:*) -+ case ${UNAME_MACHINE} in -+ pc98) -+ echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; -+ *) -+ echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; -+ esac -+ exit ;; -+ i*:CYGWIN*:*) -+ echo ${UNAME_MACHINE}-pc-cygwin -+ exit ;; -+ i*:MINGW*:*) -+ echo ${UNAME_MACHINE}-pc-mingw32 -+ exit ;; -+ i*:MSYS_NT-*:*:*) -+ echo ${UNAME_MACHINE}-pc-mingw32 -+ exit ;; -+ i*:windows32*:*) -+ # uname -m includes "-pc" on this system. -+ echo ${UNAME_MACHINE}-mingw32 -+ exit ;; -+ i*:PW*:*) -+ echo ${UNAME_MACHINE}-pc-pw32 -+ exit ;; -+ x86:Interix*:[345]*) -+ echo i586-pc-interix${UNAME_RELEASE} -+ exit ;; -+ EM64T:Interix*:[345]*) -+ echo x86_64-unknown-interix${UNAME_RELEASE} -+ exit ;; -+ [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) -+ echo i${UNAME_MACHINE}-pc-mks -+ exit ;; -+ i*:Windows_NT*:* | Pentium*:Windows_NT*:*) -+ # How do we know it's Interix rather than the generic POSIX subsystem? -+ # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we -+ # UNAME_MACHINE based on the output of uname instead of i386? -+ echo i586-pc-interix -+ exit ;; -+ i*:UWIN*:*) -+ echo ${UNAME_MACHINE}-pc-uwin -+ exit ;; -+ amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) -+ echo x86_64-unknown-cygwin -+ exit ;; -+ p*:CYGWIN*:*) -+ echo powerpcle-unknown-cygwin -+ exit ;; -+ prep*:SunOS:5.*:*) -+ echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` -+ exit ;; -+ *:GNU:*:*) -+ # the GNU system -+ echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` -+ exit ;; -+ *:GNU/*:*:*) -+ # other systems with GNU libc and userland -+ echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu -+ exit ;; -+ i*86:Minix:*:*) -+ echo ${UNAME_MACHINE}-pc-minix -+ exit ;; -+ arm*:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-gnu -+ exit ;; -+ cris:Linux:*:*) -+ echo cris-axis-linux-gnu -+ exit ;; -+ crisv32:Linux:*:*) -+ echo crisv32-axis-linux-gnu -+ exit ;; -+ frv:Linux:*:*) -+ echo frv-unknown-linux-gnu -+ exit ;; -+ ia64:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-gnu -+ exit ;; -+ m32r*:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-gnu -+ exit ;; -+ m68*:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-gnu -+ exit ;; -+ mips:Linux:*:*) -+ eval $set_cc_for_build -+ sed 's/^ //' << EOF >$dummy.c -+ #undef CPU -+ #undef mips -+ #undef mipsel -+ #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) -+ CPU=mipsel -+ #else -+ #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) -+ CPU=mips -+ #else -+ CPU= -+ #endif -+ #endif -+EOF -+ eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' -+ /^CPU/{ -+ s: ::g -+ p -+ }'`" -+ test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } -+ ;; -+ mips64:Linux:*:*) -+ eval $set_cc_for_build -+ sed 's/^ //' << EOF >$dummy.c -+ #undef CPU -+ #undef mips64 -+ #undef mips64el -+ #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) -+ CPU=mips64el -+ #else -+ #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) -+ CPU=mips64 -+ #else -+ CPU= -+ #endif -+ #endif -+EOF -+ eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' -+ /^CPU/{ -+ s: ::g -+ p -+ }'`" -+ test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } -+ ;; -+ or32:Linux:*:*) -+ echo or32-unknown-linux-gnu -+ exit ;; -+ ppc:Linux:*:*) -+ echo powerpc-unknown-linux-gnu -+ exit ;; -+ ppc64:Linux:*:*) -+ echo powerpc64-unknown-linux-gnu -+ exit ;; -+ alpha:Linux:*:*) -+ case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in -+ EV5) UNAME_MACHINE=alphaev5 ;; -+ EV56) UNAME_MACHINE=alphaev56 ;; -+ PCA56) UNAME_MACHINE=alphapca56 ;; -+ PCA57) UNAME_MACHINE=alphapca56 ;; -+ EV6) UNAME_MACHINE=alphaev6 ;; -+ EV67) UNAME_MACHINE=alphaev67 ;; -+ EV68*) UNAME_MACHINE=alphaev68 ;; -+ esac -+ objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null -+ if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi -+ echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} -+ exit ;; -+ parisc:Linux:*:* | hppa:Linux:*:*) -+ # Look for CPU level -+ case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in -+ PA7*) echo hppa1.1-unknown-linux-gnu ;; -+ PA8*) echo hppa2.0-unknown-linux-gnu ;; -+ *) echo hppa-unknown-linux-gnu ;; -+ esac -+ exit ;; -+ parisc64:Linux:*:* | hppa64:Linux:*:*) -+ echo hppa64-unknown-linux-gnu -+ exit ;; -+ s390:Linux:*:* | s390x:Linux:*:*) -+ echo ${UNAME_MACHINE}-ibm-linux -+ exit ;; -+ sh64*:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-gnu -+ exit ;; -+ sh*:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-gnu -+ exit ;; -+ sparc:Linux:*:* | sparc64:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-gnu -+ exit ;; -+ vax:Linux:*:*) -+ echo ${UNAME_MACHINE}-dec-linux-gnu -+ exit ;; -+ x86_64:Linux:*:*) -+ echo x86_64-unknown-linux-gnu -+ exit ;; -+ i*86:Linux:*:*) -+ # The BFD linker knows what the default object file format is, so -+ # first see if it will tell us. cd to the root directory to prevent -+ # problems with other programs or directories called `ld' in the path. -+ # Set LC_ALL=C to ensure ld outputs messages in English. -+ ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ -+ | sed -ne '/supported targets:/!d -+ s/[ ][ ]*/ /g -+ s/.*supported targets: *// -+ s/ .*// -+ p'` -+ case "$ld_supported_targets" in -+ elf32-i386) -+ TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" -+ ;; -+ a.out-i386-linux) -+ echo "${UNAME_MACHINE}-pc-linux-gnuaout" -+ exit ;; -+ coff-i386) -+ echo "${UNAME_MACHINE}-pc-linux-gnucoff" -+ exit ;; -+ "") -+ # Either a pre-BFD a.out linker (linux-gnuoldld) or -+ # one that does not give us useful --help. -+ echo "${UNAME_MACHINE}-pc-linux-gnuoldld" -+ exit ;; -+ esac -+ # Determine whether the default compiler is a.out or elf -+ eval $set_cc_for_build -+ sed 's/^ //' << EOF >$dummy.c -+ #include -+ #ifdef __ELF__ -+ # ifdef __GLIBC__ -+ # if __GLIBC__ >= 2 -+ LIBC=gnu -+ # else -+ LIBC=gnulibc1 -+ # endif -+ # else -+ LIBC=gnulibc1 -+ # endif -+ #else -+ #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun) -+ LIBC=gnu -+ #else -+ LIBC=gnuaout -+ #endif -+ #endif -+ #ifdef __dietlibc__ -+ LIBC=dietlibc -+ #endif -+EOF -+ eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' -+ /^LIBC/{ -+ s: ::g -+ p -+ }'`" -+ test x"${LIBC}" != x && { -+ echo "${UNAME_MACHINE}-pc-linux-${LIBC}" -+ exit -+ } -+ test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } -+ ;; -+ i*86:DYNIX/ptx:4*:*) -+ # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. -+ # earlier versions are messed up and put the nodename in both -+ # sysname and nodename. -+ echo i386-sequent-sysv4 -+ exit ;; -+ i*86:UNIX_SV:4.2MP:2.*) -+ # Unixware is an offshoot of SVR4, but it has its own version -+ # number series starting with 2... -+ # I am not positive that other SVR4 systems won't match this, -+ # I just have to hope. -- rms. -+ # Use sysv4.2uw... so that sysv4* matches it. -+ echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} -+ exit ;; -+ i*86:OS/2:*:*) -+ # If we were able to find `uname', then EMX Unix compatibility -+ # is probably installed. -+ echo ${UNAME_MACHINE}-pc-os2-emx -+ exit ;; -+ i*86:XTS-300:*:STOP) -+ echo ${UNAME_MACHINE}-unknown-stop -+ exit ;; -+ i*86:atheos:*:*) -+ echo ${UNAME_MACHINE}-unknown-atheos -+ exit ;; -+ i*86:syllable:*:*) -+ echo ${UNAME_MACHINE}-pc-syllable -+ exit ;; -+ i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) -+ echo i386-unknown-lynxos${UNAME_RELEASE} -+ exit ;; -+ i*86:*DOS:*:*) -+ echo ${UNAME_MACHINE}-pc-msdosdjgpp -+ exit ;; -+ i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) -+ UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` -+ if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then -+ echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} -+ else -+ echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} -+ fi -+ exit ;; -+ i*86:*:5:[678]*) -+ # UnixWare 7.x, OpenUNIX and OpenServer 6. -+ case `/bin/uname -X | grep "^Machine"` in -+ *486*) UNAME_MACHINE=i486 ;; -+ *Pentium) UNAME_MACHINE=i586 ;; -+ *Pent*|*Celeron) UNAME_MACHINE=i686 ;; -+ esac -+ echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} -+ exit ;; -+ i*86:*:3.2:*) -+ if test -f /usr/options/cb.name; then -+ UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then -+ UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` -+ (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 -+ (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ -+ && UNAME_MACHINE=i586 -+ (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ -+ && UNAME_MACHINE=i686 -+ (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ -+ && UNAME_MACHINE=i686 -+ echo ${UNAME_MACHINE}-pc-sco$UNAME_REL -+ else -+ echo ${UNAME_MACHINE}-pc-sysv32 -+ fi -+ exit ;; -+ pc:*:*:*) -+ # Left here for compatibility: -+ # uname -m prints for DJGPP always 'pc', but it prints nothing about -+ # the processor, so we play safe by assuming i386. -+ echo i386-pc-msdosdjgpp -+ exit ;; -+ Intel:Mach:3*:*) -+ echo i386-pc-mach3 -+ exit ;; -+ paragon:*:*:*) -+ echo i860-intel-osf1 -+ exit ;; -+ i860:*:4.*:*) # i860-SVR4 -+ if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then -+ echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 -+ else # Add other i860-SVR4 vendors below as they are discovered. -+ echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 -+ fi -+ exit ;; -+ mini*:CTIX:SYS*5:*) -+ # "miniframe" -+ echo m68010-convergent-sysv -+ exit ;; -+ mc68k:UNIX:SYSTEM5:3.51m) -+ echo m68k-convergent-sysv -+ exit ;; -+ M680?0:D-NIX:5.3:*) -+ echo m68k-diab-dnix -+ exit ;; -+ M68*:*:R3V[5678]*:*) -+ test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; -+ 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) -+ OS_REL='' -+ test -r /etc/.relid \ -+ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` -+ /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ -+ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } -+ /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ -+ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; -+ 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) -+ /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ -+ && { echo i486-ncr-sysv4; exit; } ;; -+ m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) -+ echo m68k-unknown-lynxos${UNAME_RELEASE} -+ exit ;; -+ mc68030:UNIX_System_V:4.*:*) -+ echo m68k-atari-sysv4 -+ exit ;; -+ TSUNAMI:LynxOS:2.*:*) -+ echo sparc-unknown-lynxos${UNAME_RELEASE} -+ exit ;; -+ rs6000:LynxOS:2.*:*) -+ echo rs6000-unknown-lynxos${UNAME_RELEASE} -+ exit ;; -+ PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) -+ echo powerpc-unknown-lynxos${UNAME_RELEASE} -+ exit ;; -+ SM[BE]S:UNIX_SV:*:*) -+ echo mips-dde-sysv${UNAME_RELEASE} -+ exit ;; -+ RM*:ReliantUNIX-*:*:*) -+ echo mips-sni-sysv4 -+ exit ;; -+ RM*:SINIX-*:*:*) -+ echo mips-sni-sysv4 -+ exit ;; -+ *:SINIX-*:*:*) -+ if uname -p 2>/dev/null >/dev/null ; then -+ UNAME_MACHINE=`(uname -p) 2>/dev/null` -+ echo ${UNAME_MACHINE}-sni-sysv4 -+ else -+ echo ns32k-sni-sysv -+ fi -+ exit ;; -+ PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort -+ # says -+ echo i586-unisys-sysv4 -+ exit ;; -+ *:UNIX_System_V:4*:FTX*) -+ # From Gerald Hewes . -+ # How about differentiating between stratus architectures? -djm -+ echo hppa1.1-stratus-sysv4 -+ exit ;; -+ *:*:*:FTX*) -+ # From seanf at swdc.stratus.com. -+ echo i860-stratus-sysv4 -+ exit ;; -+ i*86:VOS:*:*) -+ # From Paul.Green at stratus.com. -+ echo ${UNAME_MACHINE}-stratus-vos -+ exit ;; -+ *:VOS:*:*) -+ # From Paul.Green at stratus.com. -+ echo hppa1.1-stratus-vos -+ exit ;; -+ mc68*:A/UX:*:*) -+ echo m68k-apple-aux${UNAME_RELEASE} -+ exit ;; -+ news*:NEWS-OS:6*:*) -+ echo mips-sony-newsos6 -+ exit ;; -+ R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) -+ if [ -d /usr/nec ]; then -+ echo mips-nec-sysv${UNAME_RELEASE} -+ else -+ echo mips-unknown-sysv${UNAME_RELEASE} -+ fi -+ exit ;; -+ BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. -+ echo powerpc-be-beos -+ exit ;; -+ BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. -+ echo powerpc-apple-beos -+ exit ;; -+ BePC:BeOS:*:*) # BeOS running on Intel PC compatible. -+ echo i586-pc-beos -+ exit ;; -+ SX-4:SUPER-UX:*:*) -+ echo sx4-nec-superux${UNAME_RELEASE} -+ exit ;; -+ SX-5:SUPER-UX:*:*) -+ echo sx5-nec-superux${UNAME_RELEASE} -+ exit ;; -+ SX-6:SUPER-UX:*:*) -+ echo sx6-nec-superux${UNAME_RELEASE} -+ exit ;; -+ Power*:Rhapsody:*:*) -+ echo powerpc-apple-rhapsody${UNAME_RELEASE} -+ exit ;; -+ *:Rhapsody:*:*) -+ echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} -+ exit ;; -+ *:Darwin:*:*) -+ UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown -+ case $UNAME_PROCESSOR in -+ unknown) UNAME_PROCESSOR=powerpc ;; -+ esac -+ echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} -+ exit ;; -+ *:procnto*:*:* | *:QNX:[0123456789]*:*) -+ UNAME_PROCESSOR=`uname -p` -+ if test "$UNAME_PROCESSOR" = "x86"; then -+ UNAME_PROCESSOR=i386 -+ UNAME_MACHINE=pc -+ fi -+ echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} -+ exit ;; -+ *:QNX:*:4*) -+ echo i386-pc-qnx -+ exit ;; -+ NSE-?:NONSTOP_KERNEL:*:*) -+ echo nse-tandem-nsk${UNAME_RELEASE} -+ exit ;; -+ NSR-?:NONSTOP_KERNEL:*:*) -+ echo nsr-tandem-nsk${UNAME_RELEASE} -+ exit ;; -+ *:NonStop-UX:*:*) -+ echo mips-compaq-nonstopux -+ exit ;; -+ BS2000:POSIX*:*:*) -+ echo bs2000-siemens-sysv -+ exit ;; -+ DS/*:UNIX_System_V:*:*) -+ echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} -+ exit ;; -+ *:Plan9:*:*) -+ # "uname -m" is not consistent, so use $cputype instead. 386 -+ # is converted to i386 for consistency with other x86 -+ # operating systems. -+ if test "$cputype" = "386"; then -+ UNAME_MACHINE=i386 -+ else -+ UNAME_MACHINE="$cputype" -+ fi -+ echo ${UNAME_MACHINE}-unknown-plan9 -+ exit ;; -+ *:TOPS-10:*:*) -+ echo pdp10-unknown-tops10 -+ exit ;; -+ *:TENEX:*:*) -+ echo pdp10-unknown-tenex -+ exit ;; -+ KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) -+ echo pdp10-dec-tops20 -+ exit ;; -+ XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) -+ echo pdp10-xkl-tops20 -+ exit ;; -+ *:TOPS-20:*:*) -+ echo pdp10-unknown-tops20 -+ exit ;; -+ *:ITS:*:*) -+ echo pdp10-unknown-its -+ exit ;; -+ SEI:*:*:SEIUX) -+ echo mips-sei-seiux${UNAME_RELEASE} -+ exit ;; -+ *:DragonFly:*:*) -+ echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` -+ exit ;; -+ *:*VMS:*:*) -+ UNAME_MACHINE=`(uname -p) 2>/dev/null` -+ case "${UNAME_MACHINE}" in -+ A*) echo alpha-dec-vms ; exit ;; -+ I*) echo ia64-dec-vms ; exit ;; -+ V*) echo vax-dec-vms ; exit ;; -+ esac ;; -+ *:XENIX:*:SysV) -+ echo i386-pc-xenix -+ exit ;; -+ i*86:skyos:*:*) -+ echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' -+ exit ;; -+ i*86:rdos:*:*) -+ echo ${UNAME_MACHINE}-pc-rdos -+ exit ;; -+esac -+ -+#echo '(No uname command or uname output not recognized.)' 1>&2 -+#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 -+ -+eval $set_cc_for_build -+cat >$dummy.c < -+# include -+#endif -+main () -+{ -+#if defined (sony) -+#if defined (MIPSEB) -+ /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, -+ I don't know.... */ -+ printf ("mips-sony-bsd\n"); exit (0); -+#else -+#include -+ printf ("m68k-sony-newsos%s\n", -+#ifdef NEWSOS4 -+ "4" -+#else -+ "" -+#endif -+ ); exit (0); -+#endif -+#endif -+ -+#if defined (__arm) && defined (__acorn) && defined (__unix) -+ printf ("arm-acorn-riscix\n"); exit (0); -+#endif -+ -+#if defined (hp300) && !defined (hpux) -+ printf ("m68k-hp-bsd\n"); exit (0); -+#endif -+ -+#if defined (NeXT) -+#if !defined (__ARCHITECTURE__) -+#define __ARCHITECTURE__ "m68k" -+#endif -+ int version; -+ version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; -+ if (version < 4) -+ printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); -+ else -+ printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); -+ exit (0); -+#endif -+ -+#if defined (MULTIMAX) || defined (n16) -+#if defined (UMAXV) -+ printf ("ns32k-encore-sysv\n"); exit (0); -+#else -+#if defined (CMU) -+ printf ("ns32k-encore-mach\n"); exit (0); -+#else -+ printf ("ns32k-encore-bsd\n"); exit (0); -+#endif -+#endif -+#endif -+ -+#if defined (__386BSD__) -+ printf ("i386-pc-bsd\n"); exit (0); -+#endif -+ -+#if defined (sequent) -+#if defined (i386) -+ printf ("i386-sequent-dynix\n"); exit (0); -+#endif -+#if defined (ns32000) -+ printf ("ns32k-sequent-dynix\n"); exit (0); -+#endif -+#endif -+ -+#if defined (_SEQUENT_) -+ struct utsname un; -+ -+ uname(&un); -+ -+ if (strncmp(un.version, "V2", 2) == 0) { -+ printf ("i386-sequent-ptx2\n"); exit (0); -+ } -+ if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ -+ printf ("i386-sequent-ptx1\n"); exit (0); -+ } -+ printf ("i386-sequent-ptx\n"); exit (0); -+ -+#endif -+ -+#if defined (vax) -+# if !defined (ultrix) -+# include -+# if defined (BSD) -+# if BSD == 43 -+ printf ("vax-dec-bsd4.3\n"); exit (0); -+# else -+# if BSD == 199006 -+ printf ("vax-dec-bsd4.3reno\n"); exit (0); -+# else -+ printf ("vax-dec-bsd\n"); exit (0); -+# endif -+# endif -+# else -+ printf ("vax-dec-bsd\n"); exit (0); -+# endif -+# else -+ printf ("vax-dec-ultrix\n"); exit (0); -+# endif -+#endif -+ -+#if defined (alliant) && defined (i860) -+ printf ("i860-alliant-bsd\n"); exit (0); -+#endif -+ -+ exit (1); -+} -+EOF -+ -+$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && -+ { echo "$SYSTEM_NAME"; exit; } -+ -+# Apollos put the system type in the environment. -+ -+test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } -+ -+# Convex versions that predate uname can use getsysinfo(1) -+ -+if [ -x /usr/convex/getsysinfo ] -+then -+ case `getsysinfo -f cpu_type` in -+ c1*) -+ echo c1-convex-bsd -+ exit ;; -+ c2*) -+ if getsysinfo -f scalar_acc -+ then echo c32-convex-bsd -+ else echo c2-convex-bsd -+ fi -+ exit ;; -+ c34*) -+ echo c34-convex-bsd -+ exit ;; -+ c38*) -+ echo c38-convex-bsd -+ exit ;; -+ c4*) -+ echo c4-convex-bsd -+ exit ;; -+ esac -+fi -+ -+cat >&2 < in order to provide the needed -+information to handle your system. -+ -+config.guess timestamp = $timestamp -+ -+uname -m = `(uname -m) 2>/dev/null || echo unknown` -+uname -r = `(uname -r) 2>/dev/null || echo unknown` -+uname -s = `(uname -s) 2>/dev/null || echo unknown` -+uname -v = `(uname -v) 2>/dev/null || echo unknown` -+ -+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` -+/bin/uname -X = `(/bin/uname -X) 2>/dev/null` -+ -+hostinfo = `(hostinfo) 2>/dev/null` -+/bin/universe = `(/bin/universe) 2>/dev/null` -+/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` -+/bin/arch = `(/bin/arch) 2>/dev/null` -+/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` -+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` -+ -+UNAME_MACHINE = ${UNAME_MACHINE} -+UNAME_RELEASE = ${UNAME_RELEASE} -+UNAME_SYSTEM = ${UNAME_SYSTEM} -+UNAME_VERSION = ${UNAME_VERSION} -+EOF -+ -+exit 1 -+ -+# Local variables: -+# eval: (add-hook 'write-file-hooks 'time-stamp) -+# time-stamp-start: "timestamp='" -+# time-stamp-format: "%:y-%02m-%02d" -+# time-stamp-end: "'" -+# End: From bouleetbil at frogdev.info Wed Sep 1 11:37:36 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 11:37:36 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *can disable notification popup Message-ID: <20100901093736.D70A8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=cd2a422a30abda52544780e780ec3881ccc21715 commit cd2a422a30abda52544780e780ec3881ccc21715 Author: bouleetbil Date: Wed Sep 1 12:01:40 2010 +0000 *can disable notification popup diff --git a/frugal-mono-tools/Configuration.cs b/frugal-mono-tools/Configuration.cs index 24208af..c62fe00 100644 --- a/frugal-mono-tools/Configuration.cs +++ b/frugal-mono-tools/Configuration.cs @@ -26,6 +26,7 @@ namespace frugalmonotools private const string confFile=@"/.config/FrugalTools.conf"; private bool _checkUpdate = false; private bool _startWithX = true; + private bool _showNotif = true; public string GetConfFile(){ return Environment.GetFolderPath(System.Environment.SpecialFolder .Personal)+confFile; @@ -46,6 +47,15 @@ namespace frugalmonotools { _startWithX=valeur; } + public void Set_ShowNotif(bool valeur) + { + _showNotif=valeur; + } + public bool Get_ShowNotif() + { + return _showNotif; + } + public Configuration () { //read value @@ -63,6 +73,10 @@ namespace frugalmonotools { Set_StartWithX(false); } + if (Regex.Matches(line, "dontshownotif").Count>0) + { + Set_ShowNotif(false); + } } } catch @@ -79,6 +93,7 @@ namespace frugalmonotools StreamWriter FileConf = new StreamWriter(GetConfFile()); if (Get_CheckUpdate()) FileConf.WriteLine("checkupdate"); if (!Get_StartWithX()) FileConf.WriteLine("dontstartwithx"); + if (!Get_ShowNotif()) FileConf.WriteLine("dontshownotif"); FileConf.Close(); } catch(Exception exe) diff --git a/frugal-mono-tools/Main.cs b/frugal-mono-tools/Main.cs index 44613e4..856ea37 100644 --- a/frugal-mono-tools/Main.cs +++ b/frugal-mono-tools/Main.cs @@ -62,7 +62,7 @@ namespace frugalmonotools Console.WriteLine(pkg.packagename+" can be updated to "+pkg.packageversion); } } - notif.ShowMessage("Frugalware","Some update are available."); + if(configuration.Get_ShowNotif()) notif.ShowMessage("Frugalware","Some update are available."); Console.WriteLine("Some packages can be updated."); } } diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs index 8d7c5dd..6575866 100644 --- a/frugal-mono-tools/MainWindow.cs +++ b/frugal-mono-tools/MainWindow.cs @@ -275,6 +275,7 @@ public partial class MainWindow : Gtk.Window //configuration INT_CheckStartup.Active=MainClass.configuration.Get_CheckUpdate(); INT_StartWithXSession.Active=MainClass.configuration.Get_StartWithX(); + INT_ShowNotif.Active=MainClass.configuration.Get_ShowNotif(); } protected void OnDeleteEvent (object sender, DeleteEventArgs a) @@ -722,6 +723,7 @@ public partial class MainWindow : Gtk.Window { MainClass.configuration.Set_CheckUpdate(INT_CheckStartup.Active); MainClass.configuration.Set_StartWithX(INT_StartWithXSession.Active); + MainClass.configuration.Set_ShowNotif(INT_ShowNotif.Active); MainClass.configuration.ConfSave(); } diff --git a/frugal-mono-tools/gtk-gui/MainWindow.cs b/frugal-mono-tools/gtk-gui/MainWindow.cs index d6af576..a10da0e 100644 --- a/frugal-mono-tools/gtk-gui/MainWindow.cs +++ b/frugal-mono-tools/gtk-gui/MainWindow.cs @@ -183,6 +183,8 @@ public partial class MainWindow private global::Gtk.CheckButton INT_StartWithXSession; + private global::Gtk.CheckButton INT_ShowNotif; + private global::Gtk.HBox hbox21; private global::Gtk.Button BTN_SaveConf; @@ -207,7 +209,7 @@ public partial class MainWindow this.ONG_principal = new global::Gtk.Notebook (); this.ONG_principal.CanFocus = true; this.ONG_principal.Name = "ONG_principal"; - this.ONG_principal.CurrentPage = 1; + this.ONG_principal.CurrentPage = 7; // Container child ONG_principal.Gtk.Notebook+NotebookChild this.vbox4 = new global::Gtk.VBox (); this.vbox4.Name = "vbox4"; @@ -1049,6 +1051,19 @@ public partial class MainWindow w81.Expand = false; w81.Fill = false; // Container child vbox8.Gtk.Box+BoxChild + this.INT_ShowNotif = new global::Gtk.CheckButton (); + this.INT_ShowNotif.CanFocus = true; + this.INT_ShowNotif.Name = "INT_ShowNotif"; + this.INT_ShowNotif.Label = global::Mono.Unix.Catalog.GetString ("Show notification"); + this.INT_ShowNotif.Active = true; + this.INT_ShowNotif.DrawIndicator = true; + this.INT_ShowNotif.UseUnderline = true; + this.vbox8.Add (this.INT_ShowNotif); + global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowNotif])); + w82.Position = 2; + w82.Expand = false; + w82.Fill = false; + // Container child vbox8.Gtk.Box+BoxChild this.hbox21 = new global::Gtk.HBox (); this.hbox21.Name = "hbox21"; this.hbox21.Spacing = 6; @@ -1059,18 +1074,18 @@ public partial class MainWindow this.BTN_SaveConf.UseUnderline = true; this.BTN_SaveConf.Label = global::Mono.Unix.Catalog.GetString ("Apply"); this.hbox21.Add (this.BTN_SaveConf); - global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.BTN_SaveConf])); - w82.Position = 2; - w82.Expand = false; - w82.Fill = false; - this.vbox8.Add (this.hbox21); - global::Gtk.Box.BoxChild w83 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox21])); - w83.Position = 3; + global::Gtk.Box.BoxChild w83 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.BTN_SaveConf])); + w83.Position = 2; w83.Expand = false; w83.Fill = false; + this.vbox8.Add (this.hbox21); + global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox21])); + w84.Position = 4; + w84.Expand = false; + w84.Fill = false; this.ONG_principal.Add (this.vbox8); - global::Gtk.Notebook.NotebookChild w84 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox8])); - w84.Position = 7; + global::Gtk.Notebook.NotebookChild w85 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox8])); + w85.Position = 7; // Notebook tab this.Configuration = new global::Gtk.Label (); this.Configuration.Name = "Configuration"; @@ -1088,8 +1103,8 @@ public partial class MainWindow this.textview2.Name = "textview2"; this.GtkScrolledWindow2.Add (this.textview2); this.ONG_principal.Add (this.GtkScrolledWindow2); - global::Gtk.Notebook.NotebookChild w86 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.GtkScrolledWindow2])); - w86.Position = 8; + global::Gtk.Notebook.NotebookChild w87 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.GtkScrolledWindow2])); + w87.Position = 8; // Notebook tab this.label6 = new global::Gtk.Label (); this.label6.Name = "label6"; diff --git a/frugal-mono-tools/gtk-gui/gui.stetic b/frugal-mono-tools/gtk-gui/gui.stetic index 8043883..61264fc 100644 --- a/frugal-mono-tools/gtk-gui/gui.stetic +++ b/frugal-mono-tools/gtk-gui/gui.stetic @@ -9,7 +9,7 @@ - + @@ -28,7 +28,7 @@ True - 1 + 7 @@ -1225,6 +1225,23 @@ ztv + + + True + Show notification + True + True + True + True + + + 2 + True + False + False + + + @@ -1255,7 +1272,7 @@ ztv - 3 + 4 True False False diff --git a/frugal-mono-tools/splash.cs b/frugal-mono-tools/splash.cs index ec235f7..8f25484 100644 --- a/frugal-mono-tools/splash.cs +++ b/frugal-mono-tools/splash.cs @@ -28,7 +28,7 @@ namespace frugalmonotools } try{ IconSummaryBody notif= new IconSummaryBody(); - notif.ShowMessage("Frugalware","Some update are available."); + if(MainClass.configuration.Get_ShowNotif()) notif.ShowMessage("Frugalware","Some update are available."); } catch{} Console.WriteLine("Some packages can be updated."); From bouleetbil at frogdev.info Wed Sep 1 11:44:03 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 11:44:03 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *draft services Message-ID: <20100901094403.6822B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=2b02d3c2bfacfd354c039acdae3d0d55ed32143d commit 2b02d3c2bfacfd354c039acdae3d0d55ed32143d Author: bouleetbil Date: Wed Sep 1 12:07:40 2010 +0000 *draft services diff --git a/frugal-mono-tools/Service.cs b/frugal-mono-tools/Service.cs new file mode 100644 index 0000000..ef97832 --- /dev/null +++ b/frugal-mono-tools/Service.cs @@ -0,0 +1,52 @@ +// /* +// * Copyright (C) 2010 by Gaetan Gourdin +// * +// * This program is free software; you can redistribute it and/or modify +// * it under the terms of the GNU General Public License as published by +// * the Free Software Foundation; either version 2 of the License, or +// * (at your option) any later version. +// * +// * This program is distributed in the hope that it will be useful, +// * but WITHOUT ANY WARRANTY; without even the implied warranty of +// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// * GNU General Public License for more details. +// * +// * You should have received a copy of the GNU General Public License +// * along with this program; if not, write to the Free Software +// * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// */ +using System; +namespace frugalmonotools +{ + public class Service + { + private string _name; + public string Get_Name() + { + return _name; + } + public Service (string name) + { + _name=name; + } + public bool IsStarted() + { + return true; + } + public bool IsStartedOnBoot() + { + return true; + } + public void Start() + { + } + public void Stop() + { + + } + public EnableDisableOnBoot(bool enableit) + { + } + } +} + diff --git a/frugal-mono-tools/frugal-mono-tools.csproj b/frugal-mono-tools/frugal-mono-tools.csproj index 3b6ec99..b873598 100644 --- a/frugal-mono-tools/frugal-mono-tools.csproj +++ b/frugal-mono-tools/frugal-mono-tools.csproj @@ -86,6 +86,7 @@ + diff --git a/frugal-mono-tools/gtk-gui/gui.stetic b/frugal-mono-tools/gtk-gui/gui.stetic index 61264fc..ebd324f 100644 --- a/frugal-mono-tools/gtk-gui/gui.stetic +++ b/frugal-mono-tools/gtk-gui/gui.stetic @@ -28,7 +28,7 @@ True - 7 + 3 From vmiklos at frugalware.org Wed Sep 1 12:03:38 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 12:03:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pysvn-1.7.4-1-i686 Message-ID: <20100901100338.46FB0132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e93864ba9714ba6ade788e885203d77945d5de48 commit e93864ba9714ba6ade788e885203d77945d5de48 Author: Miklos Vajna Date: Wed Sep 1 12:02:54 2010 +0200 pysvn-1.7.4-1-i686 - version bump diff --git a/source/devel-extra/pysvn/FrugalBuild b/source/devel-extra/pysvn/FrugalBuild index 067ef9f..8c4fcb6 100644 --- a/source/devel-extra/pysvn/FrugalBuild +++ b/source/devel-extra/pysvn/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Miklos Vajna pkgname=pysvn -pkgver=1.6.2 -pkgid=44042 +pkgver=1.7.4 +pkgid=48023 pkgrel=1 pkgdesc="Python bindings for Subversion" url="http://pysvn.tigris.org/servlets/ProjectDocumentList?folderID=1762" @@ -14,8 +14,8 @@ archs=('i686' 'x86_64') up2date="lynx -dump $url|Flasttar" source=(http://pysvn.tigris.org/files/documents/1233/$pkgid/pysvn-$pkgver.tar.gz \ pysvn-1.5.3-apr.diff) -sha1sums=('8e796ae1ab819b9d995974e97678395050cc3d24' \ - 'b61f13e16d77f9785c1591b169d71ce718049e1e') +sha1sums=('6d75f96f756161653b13f73f09fa8310e572f59a' \ + '3fa129611572d6ac4d46fd4bf95c8fe7fd0add94') Finclude python build() diff --git a/source/devel-extra/pysvn/pysvn-1.5.3-apr.diff b/source/devel-extra/pysvn/pysvn-1.5.3-apr.diff index cc9fac7..c1892b6 100644 --- a/source/devel-extra/pysvn/pysvn-1.5.3-apr.diff +++ b/source/devel-extra/pysvn/pysvn-1.5.3-apr.diff @@ -1,8 +1,10 @@ ---- pysvn-1.5.2.orig/Source/setup.py 2007-07-01 12:30:50.000000000 +0200 -+++ pysvn-1.5.2/Source/setup.py 2007-08-04 13:30:54.000000000 +0200 -@@ -644,8 +644,8 @@ +diff --git a/Source/setup_configure.py b/Source/setup_configure.py +index a1f10a1..16d26a2 100644 +--- a/Source/setup_configure.py ++++ b/Source/setup_configure.py +@@ -895,8 +895,8 @@ LDLIBS= \ - def find_apr_lib( self, argv ): + def find_apr_lib( self ): last_exception = None - lib_list = [(self.get_lib_name_for_platform( 'libapr-1' ), 'apr-1'), - (self.get_lib_name_for_platform( 'libapr-0' ), 'apr-0')] From vmiklos at frugalware.org Wed Sep 1 12:04:26 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 12:04:26 +0200 (CEST) Subject: [Frugalware-git] python27: Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current Message-ID: <20100901100426.D2D89132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=9543ab1c4b854c95168b30eb5a3ce532aa8e63e3 commit 9543ab1c4b854c95168b30eb5a3ce532aa8e63e3 Merge: 9179372 e93864b Author: Miklos Vajna Date: Wed Sep 1 12:04:09 2010 +0200 Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current * 'master' of git.frugalware.org:/pub/frugalware/frugalware-current: (36 commits) pysvn-1.7.4-1-i686 ... From vmiklos at frugalware.org Wed Sep 1 12:07:39 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 12:07:39 +0200 (CEST) Subject: [Frugalware-git] python27: pysvn-1.7.4-2-i686 Message-ID: <20100901100739.4BF65132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=9f223ef3f7f92a6dd5aab31f2bf196ef26e5df44 commit 9f223ef3f7f92a6dd5aab31f2bf196ef26e5df44 Author: Miklos Vajna Date: Wed Sep 1 12:07:34 2010 +0200 pysvn-1.7.4-2-i686 - rebuilt with python-2.7 diff --git a/source/devel-extra/pysvn/FrugalBuild b/source/devel-extra/pysvn/FrugalBuild index 8c4fcb6..f053aa7 100644 --- a/source/devel-extra/pysvn/FrugalBuild +++ b/source/devel-extra/pysvn/FrugalBuild @@ -4,11 +4,11 @@ pkgname=pysvn pkgver=1.7.4 pkgid=48023 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for Subversion" url="http://pysvn.tigris.org/servlets/ProjectDocumentList?folderID=1762" depends=('subversion') -makedepends=('pycxx>=5.4.1') +makedepends=('pycxx>=6.2.1-2') groups=('devel-extra') archs=('i686' 'x86_64') up2date="lynx -dump $url|Flasttar" @@ -26,6 +26,6 @@ build() make || return 1 Fmkdir $_F_python_libdir/pysvn Ffilerel pysvn/__init__.py $_F_python_libdir/pysvn/ - Fexerel pysvn/_pysvn_2_6.so $_F_python_libdir/pysvn/ + Fexerel pysvn/_pysvn_2_7.so $_F_python_libdir/pysvn/ } From vmiklos at frugalware.org Wed Sep 1 12:12:02 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 12:12:02 +0200 (CEST) Subject: [Frugalware-git] python27: gammapage-0.5.1-3-i686 Message-ID: <20100901101202.99349132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=e946c825135167befa3470c495e633d05942647b commit e946c825135167befa3470c495e633d05942647b Author: Miklos Vajna Date: Wed Sep 1 12:12:00 2010 +0200 gammapage-0.5.1-3-i686 - rebuilt with python-2.7 diff --git a/source/xapps-extra/gammapage/FrugalBuild b/source/xapps-extra/gammapage/FrugalBuild index ce650be..a668d04 100644 --- a/source/xapps-extra/gammapage/FrugalBuild +++ b/source/xapps-extra/gammapage/FrugalBuild @@ -3,10 +3,10 @@ pkgname=gammapage pkgver=0.5.1 -pkgrel=2 +pkgrel=3 pkgdesc="Utility for monitor calibration" url="http://www.pcbypaul.com/software/GAMMApage.shtml" -depends=('pango>=1.24.2-2' 'pygtk>=2.14.1-2' 'python') +depends=('pango>=1.24.2-2' 'pygtk>=2.14.1-2' 'python>=2.7') _F_gnome_iconcache="y" options=('scriptlet') Finclude gnome-scriptlet From vmiklos at frugalware.org Wed Sep 1 12:51:10 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 12:51:10 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: cmake-2.8.2-1-i686 Message-ID: <20100901105110.66126132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f61f51bba67e772ee6569ed73550fcf397e4f14a commit f61f51bba67e772ee6569ed73550fcf397e4f14a Author: Miklos Vajna Date: Wed Sep 1 12:50:27 2010 +0200 cmake-2.8.2-1-i686 - version bump - add patch to support python-2.7 (it does not break python-2.6 compatibility, so not doing it in the python27 repo) diff --git a/source/devel-extra/cmake/FrugalBuild b/source/devel-extra/cmake/FrugalBuild index 130581f..98cad1c 100644 --- a/source/devel-extra/cmake/FrugalBuild +++ b/source/devel-extra/cmake/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Priyank Gosalia pkgname=cmake -pkgver=2.8.1 +pkgver=2.8.2 pkgrel=1 pkgdesc="Cross platform make" url="http://www.cmake.org/" @@ -11,17 +11,19 @@ depends=('glibc' 'ncurses') groups=('devel-extra') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://cmake.org/HTML/Download.html | grep -m1 Latest | sed 's/.* \(.*\).*/\1/g' | sed 's/(\|)//g'" -source=(http://www.cmake.org/files/v2.8/$pkgname-$pkgver.tar.gz) -sha1sums=('fb93c8766a3bd71f2a824291717700c118d29be5') +source=(http://www.cmake.org/files/v2.8/$pkgname-$pkgver.tar.gz python-2.7.patch) +sha1sums=('272003c2fe392b211ce3b5f895ad84da2ca603cf' \ + '4eadc741ef70ac50bec1761042a825dc032d1087') build() { + Fpatchall Fsed '/usr/local' '/usr' bootstrap Fsed '\(${cmake_bootstrap_system_libs}\)' '\1 -DENABLE_IPV6=1' bootstrap ./bootstrap $Fconfopts make || Fdie - if [ "$CARCH" != "ppc" ]; then - make test || Fdie - fi + #if [ "$CARCH" != "ppc" ]; then + # make test || Fdie + #fi make DESTDIR=$Fdestdir install || Fdie } diff --git a/source/devel-extra/cmake/python-2.7.patch b/source/devel-extra/cmake/python-2.7.patch new file mode 100644 index 0000000..1145160 --- /dev/null +++ b/source/devel-extra/cmake/python-2.7.patch @@ -0,0 +1,28 @@ +diff --git a/Modules/FindPythonInterp.cmake b/Modules/FindPythonInterp.cmake +index 167f533..3905f5a 100644 +--- a/Modules/FindPythonInterp.cmake ++++ b/Modules/FindPythonInterp.cmake +@@ -20,8 +20,9 @@ + # License text for the above reference.) + + FIND_PROGRAM(PYTHON_EXECUTABLE +- NAMES python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 python ++ NAMES python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 python + PATHS ++ [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.7\\InstallPath] + [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.6\\InstallPath] + [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.5\\InstallPath] + [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.4\\InstallPath] +diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake +index 1ba21b5..217e7e9 100644 +--- a/Modules/FindPythonLibs.cmake ++++ b/Modules/FindPythonLibs.cmake +@@ -27,7 +27,7 @@ INCLUDE(CMakeFindFrameworks) + # Search for the python framework on Apple. + CMAKE_FIND_FRAMEWORKS(Python) + +-FOREACH(_CURRENT_VERSION 2.6 2.5 2.4 2.3 2.2 2.1 2.0 1.6 1.5) ++FOREACH(_CURRENT_VERSION 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0 1.6 1.5) + STRING(REPLACE "." "" _CURRENT_VERSION_NO_DOTS ${_CURRENT_VERSION}) + IF(WIN32) + FIND_LIBRARY(PYTHON_DEBUG_LIBRARY From vmiklos at frugalware.org Wed Sep 1 12:53:51 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 12:53:51 +0200 (CEST) Subject: [Frugalware-git] python27: gammu-1.27.0-2-i686 Message-ID: <20100901105351.A15B4132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=ad9dc1964b368087ddcae3d74d4824fee45309f3 commit ad9dc1964b368087ddcae3d74d4824fee45309f3 Author: Miklos Vajna Date: Wed Sep 1 12:53:46 2010 +0200 gammu-1.27.0-2-i686 - rebuilt with python-2.7 diff --git a/source/apps-extra/gammu/FrugalBuild b/source/apps-extra/gammu/FrugalBuild index 3bce806..66b4412 100644 --- a/source/apps-extra/gammu/FrugalBuild +++ b/source/apps-extra/gammu/FrugalBuild @@ -4,7 +4,7 @@ pkgname=gammu pkgver=1.27.0 -pkgrel=1 +pkgrel=2 pkgdesc="Mobile phones tools for Unix (Linux)" url="http://wammu.eu" backup=(etc/gammu/gammurc) @@ -28,7 +28,7 @@ Finclude python cmake subpkgs=("python-gammu") subdescs=('Python bingings for Gammu library.') -subdepends=('python>=2.6') +subdepends=('python>=2.7') subrodepends=("${pkgname}=${pkgver}") subgroups=('devel-extra') subarchs=('i686 x86_64') From vmiklos at frugalware.org Wed Sep 1 13:05:01 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 13:05:01 +0200 (CEST) Subject: [Frugalware-git] python27: gazpacho-0.7.2-4-i686 Message-ID: <20100901110501.76876132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=76e6ad5e333154171f2f1ff4ca321a277306db59 commit 76e6ad5e333154171f2f1ff4ca321a277306db59 Author: Miklos Vajna Date: Wed Sep 1 13:04:57 2010 +0200 gazpacho-0.7.2-4-i686 - rebuilt with python-2.7 diff --git a/source/gnome-extra/gazpacho/FrugalBuild b/source/gnome-extra/gazpacho/FrugalBuild index 61c45f8..8508243 100644 --- a/source/gnome-extra/gazpacho/FrugalBuild +++ b/source/gnome-extra/gazpacho/FrugalBuild @@ -4,11 +4,11 @@ pkgname=gazpacho pkgver=0.7.2 -pkgrel=3 +pkgrel=4 pkgdesc="Gazpacho is a fresh new GUI builder for the GTK+ toolkit." url="http://gazpacho.sicem.biz/" license="LGPL 2.1" -depends=('kiwi' 'pygtk') +depends=('kiwi' 'pygtk>=2.16.0-5') groups=('gnome-extra') archs=('i686' 'x86_64') _F_gnome_mime="y" From bouleetbil at frogdev.info Wed Sep 1 13:18:14 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 13:18:14 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *added notebook services Message-ID: <20100901111814.D351C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=6bbd5188678a687cce8fbf34c51dbcf17fff282e commit 6bbd5188678a687cce8fbf34c51dbcf17fff282e Author: bouleetbil Date: Wed Sep 1 13:42:24 2010 +0000 *added notebook services diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs index 6575866..f4f8c5a 100644 --- a/frugal-mono-tools/MainWindow.cs +++ b/frugal-mono-tools/MainWindow.cs @@ -55,8 +55,6 @@ public partial class MainWindow : Gtk.Window { Build (); - //hide notebook service for now - ONG_principal.RemovePage(cen_OngService); //graphical debug if ( Debug.ModeDebug && Debug.ModeDebugGraphique) @@ -64,6 +62,31 @@ public partial class MainWindow : Gtk.Window Debug.winDebug = new FEN_Debug(); Debug.winDebug.Show(); } + // services + Gtk.TreeViewColumn ColumnServiceName = new Gtk.TreeViewColumn (); + ColumnServiceName.Title = "Services"; + Gtk.CellRendererText ServiceNameCell = new Gtk.CellRendererText (); + // Add the cell to the column + ColumnServiceName.PackStart (ServiceNameCell, true); + TREE_Services.AppendColumn (ColumnServiceName); + ColumnServiceName.AddAttribute (ServiceNameCell, "text", 0); + + Gtk.TreeViewColumn ColumnServiceStarted = new Gtk.TreeViewColumn (); + ColumnServiceStarted.Title = "Started"; + Gtk.CellRendererText ServiceStartedCell = new Gtk.CellRendererText (); + // Add the cell to the column + ColumnServiceStarted.PackStart (ServiceStartedCell, true); + TREE_Services.AppendColumn (ColumnServiceStarted); + ColumnServiceStarted.AddAttribute (ServiceStartedCell, "text", 0); + + Gtk.TreeViewColumn ColumnServiceOnBoot = new Gtk.TreeViewColumn (); + ColumnServiceOnBoot.Title = "Boot started"; + Gtk.CellRendererText ServiceOnBootCell = new Gtk.CellRendererText (); + // Add the cell to the column + ColumnServiceStarted.PackStart (ServiceOnBootCell, true); + TREE_Services.AppendColumn (ColumnServiceOnBoot); + ColumnServiceOnBoot.AddAttribute (ServiceOnBootCell, "text", 0); + //pacman-g2 // Create a column for the package name Gtk.TreeViewColumn pkgColumn = new Gtk.TreeViewColumn (); diff --git a/frugal-mono-tools/Service.cs b/frugal-mono-tools/Service.cs index ef97832..eff610e 100644 --- a/frugal-mono-tools/Service.cs +++ b/frugal-mono-tools/Service.cs @@ -44,7 +44,7 @@ namespace frugalmonotools { } - public EnableDisableOnBoot(bool enableit) + public void EnableDisableOnBoot(bool enableit) { } } diff --git a/frugal-mono-tools/gtk-gui/MainWindow.cs b/frugal-mono-tools/gtk-gui/MainWindow.cs index a10da0e..40b32e0 100644 --- a/frugal-mono-tools/gtk-gui/MainWindow.cs +++ b/frugal-mono-tools/gtk-gui/MainWindow.cs @@ -83,6 +83,10 @@ public partial class MainWindow private global::Gtk.VBox vbox7; + private global::Gtk.ScrolledWindow GtkScrolledWindow1; + + private global::Gtk.TreeView TREE_Services; + private global::Gtk.HBox hbox20; private global::Gtk.Button BTN_Services; @@ -209,7 +213,7 @@ public partial class MainWindow this.ONG_principal = new global::Gtk.Notebook (); this.ONG_principal.CanFocus = true; this.ONG_principal.Name = "ONG_principal"; - this.ONG_principal.CurrentPage = 7; + this.ONG_principal.CurrentPage = 3; // Container child ONG_principal.Gtk.Notebook+NotebookChild this.vbox4 = new global::Gtk.VBox (); this.vbox4.Name = "vbox4"; @@ -598,6 +602,18 @@ public partial class MainWindow this.vbox7.Name = "vbox7"; this.vbox7.Spacing = 6; // Container child vbox7.Gtk.Box+BoxChild + this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow (); + this.GtkScrolledWindow1.Name = "GtkScrolledWindow1"; + this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1)); + // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild + this.TREE_Services = new global::Gtk.TreeView (); + this.TREE_Services.CanFocus = true; + this.TREE_Services.Name = "TREE_Services"; + this.GtkScrolledWindow1.Add (this.TREE_Services); + this.vbox7.Add (this.GtkScrolledWindow1); + global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.GtkScrolledWindow1])); + w37.Position = 0; + // Container child vbox7.Gtk.Box+BoxChild this.hbox20 = new global::Gtk.HBox (); this.hbox20.Name = "hbox20"; this.hbox20.Spacing = 6; @@ -608,18 +624,18 @@ public partial class MainWindow this.BTN_Services.UseUnderline = true; this.BTN_Services.Label = global::Mono.Unix.Catalog.GetString ("Apply"); this.hbox20.Add (this.BTN_Services); - global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox20[this.BTN_Services])); - w36.Position = 2; - w36.Expand = false; - w36.Fill = false; + global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox20[this.BTN_Services])); + w38.Position = 2; + w38.Expand = false; + w38.Fill = false; this.vbox7.Add (this.hbox20); - global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox20])); - w37.Position = 2; - w37.Expand = false; - w37.Fill = false; + global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox20])); + w39.Position = 2; + w39.Expand = false; + w39.Fill = false; this.ONG_principal.Add (this.vbox7); - global::Gtk.Notebook.NotebookChild w38 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox7])); - w38.Position = 3; + global::Gtk.Notebook.NotebookChild w40 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox7])); + w40.Position = 3; // Notebook tab this.label3 = new global::Gtk.Label (); this.label3.Name = "label3"; @@ -639,10 +655,10 @@ public partial class MainWindow this.image6.Name = "image6"; this.image6.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.fw.png"); this.hbox1.Add (this.image6); - global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.image6])); - w39.Position = 0; - w39.Expand = false; - w39.Fill = false; + global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.image6])); + w41.Position = 0; + w41.Expand = false; + w41.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.INT_FW = new global::Gtk.CheckButton (); this.INT_FW.CanFocus = true; @@ -651,13 +667,13 @@ public partial class MainWindow this.INT_FW.DrawIndicator = true; this.INT_FW.UseUnderline = true; this.hbox1.Add (this.INT_FW); - global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.INT_FW])); - w40.Position = 1; + global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.INT_FW])); + w42.Position = 1; this.vbox1.Add (this.hbox1); - global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1])); - w41.Position = 0; - w41.Expand = false; - w41.Fill = false; + global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1])); + w43.Position = 0; + w43.Expand = false; + w43.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox2 = new global::Gtk.HBox (); this.hbox2.Name = "hbox2"; @@ -667,10 +683,10 @@ public partial class MainWindow this.image7.Name = "image7"; this.image7.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.nmlogo.png"); this.hbox2.Add (this.image7); - global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.image7])); - w42.Position = 0; - w42.Expand = false; - w42.Fill = false; + global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.image7])); + w44.Position = 0; + w44.Expand = false; + w44.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.INT_NM = new global::Gtk.CheckButton (); this.INT_NM.CanFocus = true; @@ -679,22 +695,22 @@ public partial class MainWindow this.INT_NM.DrawIndicator = true; this.INT_NM.UseUnderline = true; this.hbox2.Add (this.INT_NM); - global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.INT_NM])); - w43.Position = 1; + global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.INT_NM])); + w45.Position = 1; // Container child hbox2.Gtk.Box+BoxChild this.LIB_NMNotInstalled = new global::Gtk.Label (); this.LIB_NMNotInstalled.Name = "LIB_NMNotInstalled"; this.LIB_NMNotInstalled.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox2.Add (this.LIB_NMNotInstalled); - global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.LIB_NMNotInstalled])); - w44.Position = 2; - w44.Expand = false; - w44.Fill = false; + global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.LIB_NMNotInstalled])); + w46.Position = 2; + w46.Expand = false; + w46.Fill = false; this.vbox1.Add (this.hbox2); - global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2])); - w45.Position = 1; - w45.Expand = false; - w45.Fill = false; + global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2])); + w47.Position = 1; + w47.Expand = false; + w47.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox (); this.hbox3.Name = "hbox3"; @@ -704,10 +720,10 @@ public partial class MainWindow this.image8.Name = "image8"; this.image8.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.wicdlogo.png"); this.hbox3.Add (this.image8); - global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.image8])); - w46.Position = 0; - w46.Expand = false; - w46.Fill = false; + global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.image8])); + w48.Position = 0; + w48.Expand = false; + w48.Fill = false; // Container child hbox3.Gtk.Box+BoxChild this.INT_WICD = new global::Gtk.CheckButton (); this.INT_WICD.CanFocus = true; @@ -716,22 +732,22 @@ public partial class MainWindow this.INT_WICD.DrawIndicator = true; this.INT_WICD.UseUnderline = true; this.hbox3.Add (this.INT_WICD); - global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.INT_WICD])); - w47.Position = 1; + global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.INT_WICD])); + w49.Position = 1; // Container child hbox3.Gtk.Box+BoxChild this.LIB_WICDNotInstalled = new global::Gtk.Label (); this.LIB_WICDNotInstalled.Name = "LIB_WICDNotInstalled"; this.LIB_WICDNotInstalled.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox3.Add (this.LIB_WICDNotInstalled); - global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.LIB_WICDNotInstalled])); - w48.Position = 2; - w48.Expand = false; - w48.Fill = false; + global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.LIB_WICDNotInstalled])); + w50.Position = 2; + w50.Expand = false; + w50.Fill = false; this.vbox1.Add (this.hbox3); - global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3])); - w49.Position = 2; - w49.Expand = false; - w49.Fill = false; + global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3])); + w51.Position = 2; + w51.Expand = false; + w51.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox4 = new global::Gtk.HBox (); this.hbox4.Name = "hbox4"; @@ -743,19 +759,19 @@ public partial class MainWindow this.BTN_Network.UseUnderline = true; this.BTN_Network.Label = global::Mono.Unix.Catalog.GetString ("Apply"); this.hbox4.Add (this.BTN_Network); - global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.BTN_Network])); - w50.Position = 2; - w50.Expand = false; - w50.Fill = false; + global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.BTN_Network])); + w52.Position = 2; + w52.Expand = false; + w52.Fill = false; this.vbox1.Add (this.hbox4); - global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4])); - w51.PackType = ((global::Gtk.PackType)(1)); - w51.Position = 3; - w51.Expand = false; - w51.Fill = false; + global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4])); + w53.PackType = ((global::Gtk.PackType)(1)); + w53.Position = 3; + w53.Expand = false; + w53.Fill = false; this.ONG_principal.Add (this.vbox1); - global::Gtk.Notebook.NotebookChild w52 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox1])); - w52.Position = 4; + global::Gtk.Notebook.NotebookChild w54 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox1])); + w54.Position = 4; // Notebook tab this.LIB_Network = new global::Gtk.Label (); this.LIB_Network.Name = "LIB_Network"; @@ -775,10 +791,10 @@ public partial class MainWindow this.image1.Name = "image1"; this.image1.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.xorglogo.png"); this.hbox5.Add (this.image1); - global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.image1])); - w53.Position = 0; - w53.Expand = false; - w53.Fill = false; + global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.image1])); + w55.Position = 0; + w55.Expand = false; + w55.Fill = false; // Container child hbox5.Gtk.Box+BoxChild this.INT_XDM = new global::Gtk.CheckButton (); this.INT_XDM.CanFocus = true; @@ -787,22 +803,22 @@ public partial class MainWindow this.INT_XDM.DrawIndicator = true; this.INT_XDM.UseUnderline = true; this.hbox5.Add (this.INT_XDM); - global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.INT_XDM])); - w54.Position = 1; + global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.INT_XDM])); + w56.Position = 1; // Container child hbox5.Gtk.Box+BoxChild this.LIB_XDM = new global::Gtk.Label (); this.LIB_XDM.Name = "LIB_XDM"; this.LIB_XDM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox5.Add (this.LIB_XDM); - global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.LIB_XDM])); - w55.Position = 2; - w55.Expand = false; - w55.Fill = false; + global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.LIB_XDM])); + w57.Position = 2; + w57.Expand = false; + w57.Fill = false; this.vbox3.Add (this.hbox5); - global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox5])); - w56.Position = 0; - w56.Expand = false; - w56.Fill = false; + global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox5])); + w58.Position = 0; + w58.Expand = false; + w58.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox6 = new global::Gtk.HBox (); this.hbox6.Name = "hbox6"; @@ -812,10 +828,10 @@ public partial class MainWindow this.image2.Name = "image2"; this.image2.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.lxdelogo.png"); this.hbox6.Add (this.image2); - global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.image2])); - w57.Position = 0; - w57.Expand = false; - w57.Fill = false; + global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.image2])); + w59.Position = 0; + w59.Expand = false; + w59.Fill = false; // Container child hbox6.Gtk.Box+BoxChild this.INT_LXDM = new global::Gtk.CheckButton (); this.INT_LXDM.CanFocus = true; @@ -824,22 +840,22 @@ public partial class MainWindow this.INT_LXDM.DrawIndicator = true; this.INT_LXDM.UseUnderline = true; this.hbox6.Add (this.INT_LXDM); - global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.INT_LXDM])); - w58.Position = 1; + global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.INT_LXDM])); + w60.Position = 1; // Container child hbox6.Gtk.Box+BoxChild this.LIB_LXDM = new global::Gtk.Label (); this.LIB_LXDM.Name = "LIB_LXDM"; this.LIB_LXDM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox6.Add (this.LIB_LXDM); - global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.LIB_LXDM])); - w59.Position = 2; - w59.Expand = false; - w59.Fill = false; + global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.LIB_LXDM])); + w61.Position = 2; + w61.Expand = false; + w61.Fill = false; this.vbox3.Add (this.hbox6); - global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox6])); - w60.Position = 1; - w60.Expand = false; - w60.Fill = false; + global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox6])); + w62.Position = 1; + w62.Expand = false; + w62.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox7 = new global::Gtk.HBox (); this.hbox7.Name = "hbox7"; @@ -849,10 +865,10 @@ public partial class MainWindow this.image3.Name = "image3"; this.image3.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.xfcelogo.png"); this.hbox7.Add (this.image3); - global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.image3])); - w61.Position = 0; - w61.Expand = false; - w61.Fill = false; + global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.image3])); + w63.Position = 0; + w63.Expand = false; + w63.Fill = false; // Container child hbox7.Gtk.Box+BoxChild this.INT_Slim = new global::Gtk.CheckButton (); this.INT_Slim.CanFocus = true; @@ -861,22 +877,22 @@ public partial class MainWindow this.INT_Slim.DrawIndicator = true; this.INT_Slim.UseUnderline = true; this.hbox7.Add (this.INT_Slim); - global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.INT_Slim])); - w62.Position = 1; + global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.INT_Slim])); + w64.Position = 1; // Container child hbox7.Gtk.Box+BoxChild this.LIB_SLIM = new global::Gtk.Label (); this.LIB_SLIM.Name = "LIB_SLIM"; this.LIB_SLIM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox7.Add (this.LIB_SLIM); - global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.LIB_SLIM])); - w63.Position = 2; - w63.Expand = false; - w63.Fill = false; + global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.LIB_SLIM])); + w65.Position = 2; + w65.Expand = false; + w65.Fill = false; this.vbox3.Add (this.hbox7); - global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox7])); - w64.Position = 2; - w64.Expand = false; - w64.Fill = false; + global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox7])); + w66.Position = 2; + w66.Expand = false; + w66.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox9 = new global::Gtk.HBox (); this.hbox9.Name = "hbox9"; @@ -886,10 +902,10 @@ public partial class MainWindow this.image4.Name = "image4"; this.image4.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.gnomelogo.png"); this.hbox9.Add (this.image4); - global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.image4])); - w65.Position = 0; - w65.Expand = false; - w65.Fill = false; + global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.image4])); + w67.Position = 0; + w67.Expand = false; + w67.Fill = false; // Container child hbox9.Gtk.Box+BoxChild this.INT_GDM = new global::Gtk.CheckButton (); this.INT_GDM.CanFocus = true; @@ -898,22 +914,22 @@ public partial class MainWindow this.INT_GDM.DrawIndicator = true; this.INT_GDM.UseUnderline = true; this.hbox9.Add (this.INT_GDM); - global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.INT_GDM])); - w66.Position = 1; + global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.INT_GDM])); + w68.Position = 1; // Container child hbox9.Gtk.Box+BoxChild this.LIB_GDM = new global::Gtk.Label (); this.LIB_GDM.Name = "LIB_GDM"; this.LIB_GDM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox9.Add (this.LIB_GDM); - global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.LIB_GDM])); - w67.Position = 2; - w67.Expand = false; - w67.Fill = false; + global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.LIB_GDM])); + w69.Position = 2; + w69.Expand = false; + w69.Fill = false; this.vbox3.Add (this.hbox9); - global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox9])); - w68.Position = 3; - w68.Expand = false; - w68.Fill = false; + global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox9])); + w70.Position = 3; + w70.Expand = false; + w70.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox10 = new global::Gtk.HBox (); this.hbox10.Name = "hbox10"; @@ -923,10 +939,10 @@ public partial class MainWindow this.image5.Name = "image5"; this.image5.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.kdelogo.png"); this.hbox10.Add (this.image5); - global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.image5])); - w69.Position = 0; - w69.Expand = false; - w69.Fill = false; + global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.image5])); + w71.Position = 0; + w71.Expand = false; + w71.Fill = false; // Container child hbox10.Gtk.Box+BoxChild this.INT_KDM = new global::Gtk.CheckButton (); this.INT_KDM.CanFocus = true; @@ -935,22 +951,22 @@ public partial class MainWindow this.INT_KDM.DrawIndicator = true; this.INT_KDM.UseUnderline = true; this.hbox10.Add (this.INT_KDM); - global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.INT_KDM])); - w70.Position = 1; + global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.INT_KDM])); + w72.Position = 1; // Container child hbox10.Gtk.Box+BoxChild this.LIB_KDM = new global::Gtk.Label (); this.LIB_KDM.Name = "LIB_KDM"; this.LIB_KDM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox10.Add (this.LIB_KDM); - global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.LIB_KDM])); - w71.Position = 2; - w71.Expand = false; - w71.Fill = false; + global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.LIB_KDM])); + w73.Position = 2; + w73.Expand = false; + w73.Fill = false; this.vbox3.Add (this.hbox10); - global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox10])); - w72.Position = 4; - w72.Expand = false; - w72.Fill = false; + global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox10])); + w74.Position = 4; + w74.Expand = false; + w74.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox8 = new global::Gtk.HBox (); this.hbox8.Name = "hbox8"; @@ -962,19 +978,19 @@ public partial class MainWindow this.BTN_LoginManager.UseUnderline = true; this.BTN_LoginManager.Label = global::Mono.Unix.Catalog.GetString ("Apply"); this.hbox8.Add (this.BTN_LoginManager); - global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.BTN_LoginManager])); - w73.Position = 2; - w73.Expand = false; - w73.Fill = false; + global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.BTN_LoginManager])); + w75.Position = 2; + w75.Expand = false; + w75.Fill = false; this.vbox3.Add (this.hbox8); - global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox8])); - w74.PackType = ((global::Gtk.PackType)(1)); - w74.Position = 5; - w74.Expand = false; - w74.Fill = false; + global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox8])); + w76.PackType = ((global::Gtk.PackType)(1)); + w76.Position = 5; + w76.Expand = false; + w76.Fill = false; this.ONG_principal.Add (this.vbox3); - global::Gtk.Notebook.NotebookChild w75 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox3])); - w75.Position = 5; + global::Gtk.Notebook.NotebookChild w77 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox3])); + w77.Position = 5; // Notebook tab this.LIB_LoginManager = new global::Gtk.Label (); this.LIB_LoginManager.Name = "LIB_LoginManager"; @@ -989,18 +1005,18 @@ public partial class MainWindow this.CBO_TitleNews = global::Gtk.ComboBox.NewText (); this.CBO_TitleNews.Name = "CBO_TitleNews"; this.vbox5.Add (this.CBO_TitleNews); - global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.CBO_TitleNews])); - w76.Position = 0; - w76.Expand = false; - w76.Fill = false; + global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.CBO_TitleNews])); + w78.Position = 0; + w78.Expand = false; + w78.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.LIB_Titre = new global::Gtk.Label (); this.LIB_Titre.Name = "LIB_Titre"; this.vbox5.Add (this.LIB_Titre); - global::Gtk.Box.BoxChild w77 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.LIB_Titre])); - w77.Position = 1; - w77.Expand = false; - w77.Fill = false; + global::Gtk.Box.BoxChild w79 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.LIB_Titre])); + w79.Position = 1; + w79.Expand = false; + w79.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.BTN_Link = new global::Gtk.Button (); this.BTN_Link.CanFocus = true; @@ -1008,13 +1024,13 @@ public partial class MainWindow this.BTN_Link.UseUnderline = true; this.BTN_Link.Label = global::Mono.Unix.Catalog.GetString ("Link"); this.vbox5.Add (this.BTN_Link); - global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.BTN_Link])); - w78.Position = 3; - w78.Expand = false; - w78.Fill = false; + global::Gtk.Box.BoxChild w80 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.BTN_Link])); + w80.Position = 3; + w80.Expand = false; + w80.Fill = false; this.ONG_principal.Add (this.vbox5); - global::Gtk.Notebook.NotebookChild w79 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox5])); - w79.Position = 6; + global::Gtk.Notebook.NotebookChild w81 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox5])); + w81.Position = 6; // Notebook tab this.LIB_News = new global::Gtk.Label (); this.LIB_News.Name = "LIB_News"; @@ -1033,10 +1049,10 @@ public partial class MainWindow this.INT_CheckStartup.DrawIndicator = true; this.INT_CheckStartup.UseUnderline = true; this.vbox8.Add (this.INT_CheckStartup); - global::Gtk.Box.BoxChild w80 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_CheckStartup])); - w80.Position = 0; - w80.Expand = false; - w80.Fill = false; + global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_CheckStartup])); + w82.Position = 0; + w82.Expand = false; + w82.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.INT_StartWithXSession = new global::Gtk.CheckButton (); this.INT_StartWithXSession.CanFocus = true; @@ -1046,10 +1062,10 @@ public partial class MainWindow this.INT_StartWithXSession.DrawIndicator = true; this.INT_StartWithXSession.UseUnderline = true; this.vbox8.Add (this.INT_StartWithXSession); - global::Gtk.Box.BoxChild w81 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_StartWithXSession])); - w81.Position = 1; - w81.Expand = false; - w81.Fill = false; + global::Gtk.Box.BoxChild w83 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_StartWithXSession])); + w83.Position = 1; + w83.Expand = false; + w83.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.INT_ShowNotif = new global::Gtk.CheckButton (); this.INT_ShowNotif.CanFocus = true; @@ -1059,10 +1075,10 @@ public partial class MainWindow this.INT_ShowNotif.DrawIndicator = true; this.INT_ShowNotif.UseUnderline = true; this.vbox8.Add (this.INT_ShowNotif); - global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowNotif])); - w82.Position = 2; - w82.Expand = false; - w82.Fill = false; + global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowNotif])); + w84.Position = 2; + w84.Expand = false; + w84.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.hbox21 = new global::Gtk.HBox (); this.hbox21.Name = "hbox21"; @@ -1074,18 +1090,18 @@ public partial class MainWindow this.BTN_SaveConf.UseUnderline = true; this.BTN_SaveConf.Label = global::Mono.Unix.Catalog.GetString ("Apply"); this.hbox21.Add (this.BTN_SaveConf); - global::Gtk.Box.BoxChild w83 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.BTN_SaveConf])); - w83.Position = 2; - w83.Expand = false; - w83.Fill = false; + global::Gtk.Box.BoxChild w85 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.BTN_SaveConf])); + w85.Position = 2; + w85.Expand = false; + w85.Fill = false; this.vbox8.Add (this.hbox21); - global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox21])); - w84.Position = 4; - w84.Expand = false; - w84.Fill = false; + global::Gtk.Box.BoxChild w86 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox21])); + w86.Position = 4; + w86.Expand = false; + w86.Fill = false; this.ONG_principal.Add (this.vbox8); - global::Gtk.Notebook.NotebookChild w85 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox8])); - w85.Position = 7; + global::Gtk.Notebook.NotebookChild w87 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox8])); + w87.Position = 7; // Notebook tab this.Configuration = new global::Gtk.Label (); this.Configuration.Name = "Configuration"; @@ -1103,8 +1119,8 @@ public partial class MainWindow this.textview2.Name = "textview2"; this.GtkScrolledWindow2.Add (this.textview2); this.ONG_principal.Add (this.GtkScrolledWindow2); - global::Gtk.Notebook.NotebookChild w87 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.GtkScrolledWindow2])); - w87.Position = 8; + global::Gtk.Notebook.NotebookChild w89 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.GtkScrolledWindow2])); + w89.Position = 8; // Notebook tab this.label6 = new global::Gtk.Label (); this.label6.Name = "label6"; diff --git a/frugal-mono-tools/gtk-gui/gui.stetic b/frugal-mono-tools/gtk-gui/gui.stetic index ebd324f..4dfe15b 100644 --- a/frugal-mono-tools/gtk-gui/gui.stetic +++ b/frugal-mono-tools/gtk-gui/gui.stetic @@ -568,7 +568,21 @@ ztv 6 - + + + In + + + + True + True + + + + + 0 + True + From vmiklos at frugalware.org Wed Sep 1 13:22:43 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 13:22:43 +0200 (CEST) Subject: [Frugalware-git] python27: glom-1.12.7-3-i686 Message-ID: <20100901112243.07783132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=b1d9bde7535bd79eff849713fbfb5c60275ba049 commit b1d9bde7535bd79eff849713fbfb5c60275ba049 Author: Miklos Vajna Date: Wed Sep 1 13:22:39 2010 +0200 glom-1.12.7-3-i686 - rebuilt with python-2.7 diff --git a/source/gnome-extra/glom/FrugalBuild b/source/gnome-extra/glom/FrugalBuild index b8008bb..b0167b5 100644 --- a/source/gnome-extra/glom/FrugalBuild +++ b/source/gnome-extra/glom/FrugalBuild @@ -3,13 +3,13 @@ pkgname=glom pkgver=1.12.7 -pkgrel=2 +pkgrel=3 pkgdesc="A database design tool for GNOME" _F_gnome_iconcache="y" _F_gnome_mime="y" Finclude gnome gnome-scriptlet url="http://www.glom.org/" -makedepends=('intltool' 'gnome-doc-utils') +makedepends=('intltool' 'gnome-doc-utils>=0.20.1-2') depends=('gtk+2>=2.20.0-2' 'gtkmm' 'libglademm>=2.6.6' 'gconfmm>=2.24.0' \ 'gnome-vfsmm>=2.24.0' 'libgdamm>=3.0.0' 'bakery>=2.6.0' \ 'gnome-python-extras>=2.19.1' 'libgtksourceviewmm>=1.9.5' \ From vmiklos at frugalware.org Wed Sep 1 13:29:29 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 13:29:29 +0200 (CEST) Subject: [Frugalware-git] python27: gmixer-1.3-5-i686 Message-ID: <20100901112930.0A2D9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=170093d8505d2849bdb02e960f4088ed0131d0e1 commit 170093d8505d2849bdb02e960f4088ed0131d0e1 Author: Miklos Vajna Date: Wed Sep 1 13:29:27 2010 +0200 gmixer-1.3-5-i686 - rebuilt with python-2.7 diff --git a/source/gnome-extra/gmixer/FrugalBuild b/source/gnome-extra/gmixer/FrugalBuild index 7288551..25ec35d 100644 --- a/source/gnome-extra/gmixer/FrugalBuild +++ b/source/gnome-extra/gmixer/FrugalBuild @@ -3,12 +3,12 @@ pkgname=gmixer pkgver=1.3 -pkgrel=4 +pkgrel=5 pkgdesc="Gmixer is a lightweight Python based gtk/gstreamer volume control." archs=('i686' 'x86_64') groups=('gnome-extra') url="http://www.listen-project.org/" -depends=('python>=2.6.4' 'pygtk>=2.16.0-4' 'gst-python' 'python-xlib') +depends=('python>=2.7' 'pygtk>=2.16.0-4' 'gst-python' 'python-xlib') makedepends=('elinks') options=('scriptlet') up2date="elinks -dump https://launchpad.net/gmixer/+download | Flasttar" From vmiklos at frugalware.org Wed Sep 1 13:30:55 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 13:30:55 +0200 (CEST) Subject: [Frugalware-git] python27: ipython-0.10-2-i686 Message-ID: <20100901113055.7404C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=91dda2a59be1688a9e0e72b401c57ab5db73b08d commit 91dda2a59be1688a9e0e72b401c57ab5db73b08d Author: Miklos Vajna Date: Wed Sep 1 13:30:51 2010 +0200 ipython-0.10-2-i686 - rebuilt with python-2.7 diff --git a/source/devel-extra/ipython/FrugalBuild b/source/devel-extra/ipython/FrugalBuild index 5b8fc43..b242fd5 100644 --- a/source/devel-extra/ipython/FrugalBuild +++ b/source/devel-extra/ipython/FrugalBuild @@ -3,11 +3,11 @@ pkgname=ipython pkgver=0.10 -pkgrel=1 +pkgrel=2 pkgdesc="An enhanced Interactive Python shell." url="http://ipython.scipy.org/" license="custom" -depends=('python') +depends=('python>=2.7') groups=('devel-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://ipython.scipy.org/dist/ | grep ipython-.*.tar.gz | Flasttar" From vmiklos at frugalware.org Wed Sep 1 13:39:10 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 13:39:10 +0200 (CEST) Subject: [Frugalware-git] python27: xdelta-3.0z-2-i686 Message-ID: <20100901113910.A823E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=00f9daa962bf4c292204135554e64b2038e5ef29 commit 00f9daa962bf4c292204135554e64b2038e5ef29 Author: Miklos Vajna Date: Wed Sep 1 13:39:07 2010 +0200 xdelta-3.0z-2-i686 - rebuilt with python-2.7 diff --git a/source/devel-extra/xdelta/FrugalBuild b/source/devel-extra/xdelta/FrugalBuild index 61c2599..973b667 100644 --- a/source/devel-extra/xdelta/FrugalBuild +++ b/source/devel-extra/xdelta/FrugalBuild @@ -4,12 +4,12 @@ pkgname=xdelta pkgver=3.0z -pkgrel=1 +pkgrel=2 pkgdesc="Delta/differential compression tools and binary diff tool" url="http://xdelta.org" groups=('devel-extra') archs=('i686' 'x86_64') -depends=('glibc' 'python') +depends=('glibc' 'python>=2.7') _F_googlecode_sep="None" Finclude googlecode python up2date="Flastarchive http://code.google.com/p/$pkgname/downloads/list?q=label:Featured .tar.gz" @@ -25,7 +25,7 @@ build() Fexerel /usr/bin/xdelta3 # python module: python ./setup.py install --root $Fdestdir || Fdie - make xdelta3module.so || Fdie + make xdelta3module.so PYVER=$_F_python_ver || Fdie Fexerel /$_F_python_libdir/xdelta3.py } From vmiklos at frugalware.org Wed Sep 1 13:52:45 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 13:52:45 +0200 (CEST) Subject: [Frugalware-git] python27: alacarte-0.13.1-2-i686 Message-ID: <20100901115245.4CB0D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=ffe6b04e7673abc20bec22a83e0be209eec2c649 commit ffe6b04e7673abc20bec22a83e0be209eec2c649 Author: Miklos Vajna Date: Wed Sep 1 13:52:41 2010 +0200 alacarte-0.13.1-2-i686 - rebuilt with python-2.7 diff --git a/source/gnome/alacarte/FrugalBuild b/source/gnome/alacarte/FrugalBuild index 2ac90ff..544d49e 100644 --- a/source/gnome/alacarte/FrugalBuild +++ b/source/gnome/alacarte/FrugalBuild @@ -4,9 +4,9 @@ pkgname=alacarte pkgver=0.13.1 -pkgrel=1 +pkgrel=2 pkgdesc="Menu editor for GNOME that lets you get things done, simply and quickly." -depends=('pygtk>=2.16.0' 'pyxdg' 'gnome-menus>=2.30.0' 'gnome-python-desktop>=2.28.0') +depends=('pygtk>=2.16.0-5' 'pyxdg' 'gnome-menus>=2.30.0' 'gnome-python-desktop>=2.28.0') makedepends=('intltool') groups=('gnome') archs=('i686' 'x86_64' 'ppc') @@ -14,4 +14,16 @@ _F_gnome_desktop="y" _F_gnome_iconcache="y" _F_gnome_devel="y" Finclude gnome gnome-scriptlet -sha1sums=('bff3bfacaf0793951799bf29718b08b2f85d5f8d') +source=($source python-2.7.patch) +sha1sums=('bff3bfacaf0793951799bf29718b08b2f85d5f8d' \ + '44647a1dbff176d4c95ac31881ca73b5e8601438') + +build() +{ + Fbuild_slice_scrollkeeper + Fpatchall + Fautoreconf + Fmake + Fmakeinstall + Fbuild_gnome_scriptlet +} diff --git a/source/gnome/alacarte/python-2.7.patch b/source/gnome/alacarte/python-2.7.patch new file mode 100644 index 0000000..7b1bec1 --- /dev/null +++ b/source/gnome/alacarte/python-2.7.patch @@ -0,0 +1,13 @@ +diff --git a/configure.ac b/configure.ac +index 487e9b5..c28531d 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -20,7 +20,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package]) + AM_GLIB_GNU_GETTEXT + IT_PROG_INTLTOOL([0.40.0]) + +-AM_PATH_PYTHON_VERSION(2.6, 2.6.0, 2.5, 2.5.0, 2.4, 2.4.0) ++AM_PATH_PYTHON_VERSION(2.7, 2.7.0, 2.6, 2.6.0, 2.5, 2.5.0, 2.4, 2.4.0) + + PKG_CHECK_MODULES(ALACARTE, libgnome-menu >= 2.27.92) + From vmiklos at frugalware.org Wed Sep 1 14:03:36 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 14:03:36 +0200 (CEST) Subject: [Frugalware-git] python27: antlr-2.7.7-4-i686 Message-ID: <20100901120336.56C1A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=33b8d901ca380f25a2638b93f12b549768b4643f commit 33b8d901ca380f25a2638b93f12b549768b4643f Author: Miklos Vajna Date: Wed Sep 1 14:03:32 2010 +0200 antlr-2.7.7-4-i686 - rebuilt with python-2.7 diff --git a/source/devel-extra/antlr/FrugalBuild b/source/devel-extra/antlr/FrugalBuild index 4116a6e..154ea83 100644 --- a/source/devel-extra/antlr/FrugalBuild +++ b/source/devel-extra/antlr/FrugalBuild @@ -3,15 +3,15 @@ pkgname=antlr pkgver=2.7.7 -pkgrel=3 +pkgrel=4 pkgdesc="ANother Tool for Language Recognition" url="http://www.antlr.org/" Finclude java -makedepends=('ecj>=3.2.2-4' 'java-gcj-compat>=1.0.77-2' 'gcc-gcj>=4.3.0-4') +makedepends=('ecj>=3.2.2-4' 'java-gcj-compat>=1.0.77-2' 'gcc-gcj>=4.3.0-4' 'python>=2.7') groups=('devel-extra') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://www.antlr.org/|grep Latest|sed 's/.* //'" -source=(http://www.antlr2.org/download/antlr-$pkgver.tar.gz gcc43.patch) +source=(http://www.antlr2.org/download/antlr-$pkgver.tar.gz gcc43.patch antlr-2.7.7-newgcc.patch) build() { @@ -29,4 +29,5 @@ build() # optimization OK sha1sums=('802655c343cc7806aaf1ec2177a0e663ff209de1' \ - 'fd0bbcab73d75ab2e0487e5eed4260120c3b66fa') + 'fd0bbcab73d75ab2e0487e5eed4260120c3b66fa' \ + '7bbaa0a0eb47a83d1e12cbd08fc66bdb0e88cdda') diff --git a/source/devel-extra/antlr/antlr-2.7.7-newgcc.patch b/source/devel-extra/antlr/antlr-2.7.7-newgcc.patch new file mode 100644 index 0000000..c501bd0 --- /dev/null +++ b/source/devel-extra/antlr/antlr-2.7.7-newgcc.patch @@ -0,0 +1,12 @@ +diff -up ./lib/cpp/antlr/CharScanner.hpp.sav ./lib/cpp/antlr/CharScanner.hpp +--- ./lib/cpp/antlr/CharScanner.hpp.sav 2009-03-20 14:42:43.000000000 -0400 ++++ ./lib/cpp/antlr/CharScanner.hpp 2009-03-20 14:43:29.000000000 -0400 +@@ -11,6 +11,8 @@ + #include + + #include ++#include ++#include + + #ifdef HAS_NOT_CCTYPE_H + #include From bouleetbil at frogdev.info Wed Sep 1 14:07:58 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 14:07:58 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *added Treeview services Message-ID: <20100901120758.9148C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=ea3d8d16becb470bcc80844d3166b07a87b33298 commit ea3d8d16becb470bcc80844d3166b07a87b33298 Author: bouleetbil Date: Wed Sep 1 14:32:11 2010 +0000 *added Treeview services diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs index f4f8c5a..62c1857 100644 --- a/frugal-mono-tools/MainWindow.cs +++ b/frugal-mono-tools/MainWindow.cs @@ -31,13 +31,13 @@ public partial class MainWindow : Gtk.Window private bool boRoot = false; //pacman-g2 // Create a model for treeview pkg - Gtk.ListStore pkgListStore = new Gtk.ListStore (typeof (string)); + ListStore pkgListStore = new Gtk.ListStore (typeof (string)); ListStore modelRepoList = new ListStore (typeof (string),typeof (int)); - + ListStore serviceListStore = new Gtk.ListStore (typeof (string),typeof (string),typeof (string)); //webkit engine private WebKit.WebView webview=null; Gtk.ScrolledWindow scroll = new Gtk.ScrolledWindow(); - const int cen_OngService=3; + const string cch_FileLoginManager=@"/etc/sysconfig/desktop"; @@ -77,15 +77,25 @@ public partial class MainWindow : Gtk.Window // Add the cell to the column ColumnServiceStarted.PackStart (ServiceStartedCell, true); TREE_Services.AppendColumn (ColumnServiceStarted); - ColumnServiceStarted.AddAttribute (ServiceStartedCell, "text", 0); + ColumnServiceStarted.AddAttribute (ServiceStartedCell, "text", 1); Gtk.TreeViewColumn ColumnServiceOnBoot = new Gtk.TreeViewColumn (); - ColumnServiceOnBoot.Title = "Boot started"; + ColumnServiceOnBoot.Title = "Start on boot"; Gtk.CellRendererText ServiceOnBootCell = new Gtk.CellRendererText (); // Add the cell to the column - ColumnServiceStarted.PackStart (ServiceOnBootCell, true); + ColumnServiceOnBoot.PackStart (ServiceOnBootCell, true); TREE_Services.AppendColumn (ColumnServiceOnBoot); - ColumnServiceOnBoot.AddAttribute (ServiceOnBootCell, "text", 0); + ColumnServiceOnBoot.AddAttribute (ServiceOnBootCell, "text", 2); + ServicesRc.CheckList(); + foreach(Service service in ServicesRc.Services) + { + string Etat = "yes"; + if (!service.IsStarted()) Etat="No"; + string OnBoot = "yes"; + if (!service.IsStartedOnBoot()) OnBoot = "No"; + serviceListStore.AppendValues(service.Get_Name(),Etat,OnBoot); + } + TREE_Services.Model=serviceListStore; //pacman-g2 // Create a column for the package name diff --git a/frugal-mono-tools/Services.cs b/frugal-mono-tools/Services.cs new file mode 100644 index 0000000..4e44d96 --- /dev/null +++ b/frugal-mono-tools/Services.cs @@ -0,0 +1,56 @@ +// /* +// * Copyright (C) 2010 by Gaetan Gourdin +// * +// * This program is free software; you can redistribute it and/or modify +// * it under the terms of the GNU General Public License as published by +// * the Free Software Foundation; either version 2 of the License, or +// * (at your option) any later version. +// * +// * This program is distributed in the hope that it will be useful, +// * but WITHOUT ANY WARRANTY; without even the implied warranty of +// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// * GNU General Public License for more details. +// * +// * You should have received a copy of the GNU General Public License +// * along with this program; if not, write to the Free Software +// * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// */ +using System; +using System.Collections; +using System.Collections.Generic; +using System.IO; +namespace frugalmonotools +{ + public static class ServicesRc + { + public static List Services = new List(); + + public static void CheckList(){ + + string rcFile="/etc/rc.d/"; + string[] files= Directory.GetFiles(rcFile,"rc.*"); + Services.Clear(); + foreach(string file in files) + { + string rcName=file.Replace(rcFile+"rc.",""); + if ((rcName!="halt") && + (rcName!="0")&& + (rcName!="1")&& + (rcName!="2")&& + (rcName!="3")&& + (rcName!="4")&& + (rcName!="5")&& + (rcName!="6")&& + (rcName!="K")&& + (rcName!="M")&& + (rcName!="S")) + { + Service service = new Service(rcName); + Services.Add(service); + + } + } + } + } +} + diff --git a/frugal-mono-tools/frugal-mono-tools.csproj b/frugal-mono-tools/frugal-mono-tools.csproj index b873598..86686d2 100644 --- a/frugal-mono-tools/frugal-mono-tools.csproj +++ b/frugal-mono-tools/frugal-mono-tools.csproj @@ -87,6 +87,7 @@ + From vmiklos at frugalware.org Wed Sep 1 14:11:07 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 14:11:07 +0200 (CEST) Subject: [Frugalware-git] python27: bittorrent-5.2.2-3-i686 Message-ID: <20100901121107.8CE72132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=e704a53da0048905fafa587d1a579b5fa49df218 commit e704a53da0048905fafa587d1a579b5fa49df218 Author: Miklos Vajna Date: Wed Sep 1 14:11:03 2010 +0200 bittorrent-5.2.2-3-i686 - rebuilt with python-2.7 diff --git a/source/network-extra/bittorrent/FrugalBuild b/source/network-extra/bittorrent/FrugalBuild index 0ee2032..3ac3c9f 100644 --- a/source/network-extra/bittorrent/FrugalBuild +++ b/source/network-extra/bittorrent/FrugalBuild @@ -3,11 +3,11 @@ pkgname=bittorrent pkgver=5.2.2 -pkgrel=2 +pkgrel=3 pkgdesc="A tool for distributing files." license="BitTorrent OpenSource License" url="http://www.bittorrent.com/" -depends=('twisted>=2.4.0') +depends=('twisted>=9.0.0-2') groups=('network-extra') archs=('i686' 'x86_64') _F_archive_name="BitTorrent" @@ -25,7 +25,8 @@ sha1sums=('ba407346d6cce9d59aef0464d8ee931a953f3a48' \ subpkgs=('bittorrent-gui') subdescs=('GUI versions of the BitTorrent file transfer tool') -subdepends=("bittorrent=$pkgver-$pkgrel wxpython-u8>=2.8.7.1 pycrypto wxpython>=2.8.7.1") +subdepends=("wxpython-u8>=2.8.7.1 pycrypto wxpython>=2.8.7.1") +subrodepends=("bittorrent=$pkgver-$pkgrel") subgroups=('xapps-extra') subarchs=('i686 x86_64') From vmiklos at frugalware.org Wed Sep 1 14:12:23 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 14:12:23 +0200 (CEST) Subject: [Frugalware-git] python27: ccsm-0.8.4-2-i686 Message-ID: <20100901121223.F27E3132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=96f17011d3e98edb7f9a9511ef0e102a3d5227d1 commit 96f17011d3e98edb7f9a9511ef0e102a3d5227d1 Author: Miklos Vajna Date: Wed Sep 1 14:12:17 2010 +0200 ccsm-0.8.4-2-i686 - rebuilt with python-2.7 diff --git a/source/gnome-extra/ccsm/FrugalBuild b/source/gnome-extra/ccsm/FrugalBuild index db7d4c1..7f11f8d 100644 --- a/source/gnome-extra/ccsm/FrugalBuild +++ b/source/gnome-extra/ccsm/FrugalBuild @@ -3,12 +3,13 @@ pkgname=ccsm Finclude compiz +unset _F_cd_path pkgver=0.8.4 source=(http://releases.compiz-fusion.org/$pkgver/$pkgname-$pkgver.tar.bz2) -pkgrel=1 +pkgrel=2 pkgdesc="CompizConfig settings manager" makedepends=('intltool') -rodepends=('pygtk>=2.14.1-2' 'compizconfig-python>=0.8.2') +rodepends=('pygtk>=2.16.0-5' 'compizconfig-python>=0.8.2') groups=('gnome-extra') replaces=('gset-compiz') archs=('i686' 'x86_64') From bouleetbil at frogdev.info Wed Sep 1 14:12:24 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 14:12:24 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *added method for manipulate services Message-ID: <20100901121224.86E9A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=2f90042cf019348e5484e0f112d1c296dae506d6 commit 2f90042cf019348e5484e0f112d1c296dae506d6 Author: bouleetbil Date: Wed Sep 1 14:36:28 2010 +0000 *added method for manipulate services diff --git a/frugal-mono-tools/Service.cs b/frugal-mono-tools/Service.cs index eff610e..ecaef27 100644 --- a/frugal-mono-tools/Service.cs +++ b/frugal-mono-tools/Service.cs @@ -39,13 +39,18 @@ namespace frugalmonotools } public void Start() { + Outils.Excecute("service",this.Get_Name()+" start",false); } public void Stop() { - + Outils.Excecute("service",this.Get_Name()+" stop",false); } public void EnableDisableOnBoot(bool enableit) { + if(enableit) + Outils.Excecute("service",this.Get_Name()+" del",false); + else + Outils.Excecute("service",this.Get_Name()+" add",false); } } } From vmiklos at frugalware.org Wed Sep 1 14:16:00 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 14:16:00 +0200 (CEST) Subject: [Frugalware-git] pacman-tools: syncpkgd: fix typo in Syncpkgd::setuid() Message-ID: <20100901121600.41660132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=762359d4f4ea3e9a269e8c23d737598f2197a781 commit 762359d4f4ea3e9a269e8c23d737598f2197a781 Author: Miklos Vajna Date: Wed Sep 1 14:15:53 2010 +0200 syncpkgd: fix typo in Syncpkgd::setuid() diff --git a/syncpkgd/syncpkgd.py b/syncpkgd/syncpkgd.py index a8fcf3b..4ae9ea6 100644 --- a/syncpkgd/syncpkgd.py +++ b/syncpkgd/syncpkgd.py @@ -257,7 +257,7 @@ class Syncpkgd: actions.save() return - def setuid(): + def setuid(self): if os.getuid() == 0 and self.options.uid: try: os.setuid(int(self.options.uid)) From devil505linux at gmail.com Wed Sep 1 14:22:36 2010 From: devil505linux at gmail.com (Devil505) Date: Wed, 1 Sep 2010 14:22:36 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gtk+2-engines-equinox-1.30-1-i686 * version bump Message-ID: <20100901122236.B424E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a75fa08ac28e17ed70e85a5b86c5d1c606e6b6eb commit a75fa08ac28e17ed70e85a5b86c5d1c606e6b6eb Author: Devil505 Date: Wed Sep 1 14:21:18 2010 +0200 gtk+2-engines-equinox-1.30-1-i686 * version bump diff --git a/source/gnome-extra/gtk+2-engines-equinox/FrugalBuild b/source/gnome-extra/gtk+2-engines-equinox/FrugalBuild index c576fe2..01cb65b 100644 --- a/source/gnome-extra/gtk+2-engines-equinox/FrugalBuild +++ b/source/gnome-extra/gtk+2-engines-equinox/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=gtk+2-engines-equinox -pkgver=1.20 +pkgver=1.30 pkgrel=1 pkgdesc="A heavily modified version of the beautiful Aurora engine" url="http://gnome-look.org/content/show.php/Equinox+GTK+Engine?content=121881" @@ -13,7 +13,7 @@ groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') up2date="$pkgver" source=(http://gnome-look.org/CONTENT/content-files/121881-equinox-${pkgver}.tar.bz2) -sha1sums=('29c8df9545e1b6de385aa9ffbf5ca63785b93f1b') +sha1sums=('4dd568b5f9bf55f1760081e1534dcb0c9fe9a82c') build() { tar xzf equinox-gtk-engine.tar.gz || Fdie From vmiklos at frugalware.org Wed Sep 1 14:22:44 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 14:22:44 +0200 (CEST) Subject: [Frugalware-git] python27: deskbar-applet-2.30.1-3-i686 Message-ID: <20100901122244.37D97132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=614cdb05d4f9f0a886af4b5141b1e5ca6f46dac0 commit 614cdb05d4f9f0a886af4b5141b1e5ca6f46dac0 Author: Miklos Vajna Date: Wed Sep 1 14:22:40 2010 +0200 deskbar-applet-2.30.1-3-i686 - rebuilt with python-2.7 diff --git a/source/gnome-extra/deskbar-applet/FrugalBuild b/source/gnome-extra/deskbar-applet/FrugalBuild index a96d757..722a39f 100644 --- a/source/gnome-extra/deskbar-applet/FrugalBuild +++ b/source/gnome-extra/deskbar-applet/FrugalBuild @@ -4,12 +4,12 @@ pkgname=deskbar-applet pkgver=2.30.1 -pkgrel=2 +pkgrel=3 pkgdesc="The Deskbar applet for gnome" url="http://www.gnome.org/" depends=('gnome-python-extras>=2.25.3-2' 'evolution-data-server>=2.30.2' \ 'gnome-desktop>=2.30.2' 'gnome-python-desktop-applet>=2.30.0-2') -makedepends=('intltool' 'perl-xml-parser' 'gnome-doc-utils') +makedepends=('intltool' 'perl-xml-parser' 'gnome-doc-utils>=0.20.1-2') groups=('gnome-extra') archs=('i686' 'x86_64') _F_gnome_schemas=('/etc/gconf/schemas/deskbar-applet.schemas') From devil505linux at gmail.com Wed Sep 1 14:27:11 2010 From: devil505linux at gmail.com (Devil505) Date: Wed, 1 Sep 2010 14:27:11 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gtk+2-theme-equinox-variance-1.30-1-i686 * new package Message-ID: <20100901122711.04E82132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e5468c6058a50c594faa320d8527c20efcc4f2f5 commit e5468c6058a50c594faa320d8527c20efcc4f2f5 Author: Devil505 Date: Wed Sep 1 14:23:15 2010 +0200 gtk+2-theme-equinox-variance-1.30-1-i686 * new package diff --git a/source/gnome-extra/gtk+2-theme-equinox-variance/FrugalBuild b/source/gnome-extra/gtk+2-theme-equinox-variance/FrugalBuild new file mode 100644 index 0000000..c7b5b6f --- /dev/null +++ b/source/gnome-extra/gtk+2-theme-equinox-variance/FrugalBuild @@ -0,0 +1,21 @@ +# Compiling Time: 0.01 SBU +# Maintainer: Devil505 + +pkgname=gtk+2-theme-equinox-variance +pkgver=1.30 +pkgrel=1 +pkgdesc="Two Variance GTK and Metacity themes for Equinox engine" +url="http://gnome-look.org/content/show.php/Equinox+Radiance?content=121883" +depends=('gtk+2-engines-equinox') +groups=('gnome-extra') +archs=('i686' 'x86_64' 'ppc') +up2date=$pkgver +source=(http://gnome-look.org/CONTENT/content-files/121881-equinox-${pkgver}.tar.bz2) +sha1sums=('4dd568b5f9bf55f1760081e1534dcb0c9fe9a82c') +replaces=('gtk+2-theme-equinox-radiance') + +build() { + Fmkdir usr/share/themes + tar xzf equinox-themes.tar.gz -C $Fdestdir/usr/share/themes || Fdie +} + From devil505linux at gmail.com Wed Sep 1 14:27:11 2010 From: devil505linux at gmail.com (Devil505) Date: Wed, 1 Sep 2010 14:27:11 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gtk+2-theme-equinox-radiance-1.20-1-i686 * removing package Message-ID: <20100901122711.1F8B9132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f27de1b5f2a6654338134e9c0c750392e16f6ead commit f27de1b5f2a6654338134e9c0c750392e16f6ead Author: Devil505 Date: Wed Sep 1 14:24:27 2010 +0200 gtk+2-theme-equinox-radiance-1.20-1-i686 * removing package diff --git a/source/xapps-extra/gogglesmm/FrugalBuild b/source/xapps-extra/gogglesmm/FrugalBuild index 2ff2345..74d2c57 100644 --- a/source/xapps-extra/gogglesmm/FrugalBuild +++ b/source/xapps-extra/gogglesmm/FrugalBuild @@ -21,4 +21,5 @@ build() { Fmake make DESTDIR=$Fdestdir install || Fdie Fbuild_gnome_scriptlet -} \ No newline at end of file +} + From devil505linux at gmail.com Wed Sep 1 14:27:11 2010 From: devil505linux at gmail.com (Devil505) Date: Wed, 1 Sep 2010 14:27:11 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gtk+2-theme-equinox-radiance-1.20-1-i686 * removing package Message-ID: <20100901122711.284BC132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9e3be896fb1865b6f7309c05b0a8b3c2e1a68033 commit 9e3be896fb1865b6f7309c05b0a8b3c2e1a68033 Author: Devil505 Date: Wed Sep 1 14:25:55 2010 +0200 gtk+2-theme-equinox-radiance-1.20-1-i686 * removing package diff --git a/source/gnome-extra/gtk+2-theme-equinox-radiance/FrugalBuild b/source/gnome-extra/gtk+2-theme-equinox-radiance/FrugalBuild deleted file mode 100644 index 5167bee..0000000 --- a/source/gnome-extra/gtk+2-theme-equinox-radiance/FrugalBuild +++ /dev/null @@ -1,19 +0,0 @@ -# Compiling Time: 0.01 SBU -# Maintainer: Devil505 - -pkgname=gtk+2-theme-equinox-radiance -pkgver=1.20 -pkgrel=1 -pkgdesc="Two Radiance GTK and Metacity themes for Equinox engine" -url="http://gnome-look.org/content/show.php/Equinox+Radiance?content=121883" -depends=('gtk+2-engines-equinox') -groups=('gnome-extra') -archs=('i686' 'x86_64' 'ppc') -up2date=$pkgver -source=(http://gnome-look.org/CONTENT/content-files/121881-equinox-${pkgver}.tar.bz2) -sha1sums=('29c8df9545e1b6de385aa9ffbf5ca63785b93f1b') - -build() { - Fmkdir usr/share/themes - tar xzf equinox-themes.tar.gz -C $Fdestdir/usr/share/themes || Fdie -} From vmiklos at frugalware.org Wed Sep 1 16:07:48 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 16:07:48 +0200 (CEST) Subject: [Frugalware-git] python27: kdebindings-4.4.5-2-i686 Message-ID: <20100901140748.F0D9D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=3c368cb09a8cab89c2eebced96377539cbebd334 commit 3c368cb09a8cab89c2eebced96377539cbebd334 Author: Miklos Vajna Date: Wed Sep 1 16:07:26 2010 +0200 kdebindings-4.4.5-2-i686 - rebuilt with python-2.7 diff --git a/source/kde/kdebindings/FrugalBuild b/source/kde/kdebindings/FrugalBuild index 682e844..8bf99b2 100644 --- a/source/kde/kdebindings/FrugalBuild +++ b/source/kde/kdebindings/FrugalBuild @@ -2,14 +2,14 @@ # Maintainer: DeX77 pkgname=kdebindings -pkgrel=1 +pkgrel=2 pkgdesc="KDE Bindings." groups=('kde') archs=('i686' 'x86_64' 'ppc') _F_cmake_confopts="-DCMAKE_SKIP_RPATH=OFF -DENABLE_KROSSRUBY=OFF" Finclude mono kde options=('scriptlet') -depends=("kdepimlibs>=$_F_kde_ver" 'pyqt4>=4.7' 'libboost-mt') +depends=("kdepimlibs>=$_F_kde_ver" 'pyqt4>=4.7-3' 'libboost-mt') replaces=('pykde' 'pykdeextensions') makedepends=("${makedepends[@]}" 'sip' "qimageblitz>=0.0.4-2" "kdewebdev>=$_F_kde_ver" 'mono' "libqtgui>=$_F_kde_qt_ver" \ "kdesdk>=$_F_kde_ver" 'boost' "kdegraphics>=$_F_kde_ver" 'gcc-gcj' \ @@ -17,7 +17,7 @@ makedepends=("${makedepends[@]}" 'sip' "qimageblitz>=0.0.4-2" "kdewebdev>=$_F_k #source=("${source[@]}" kill-broken-example.patch) sha1sums=('2f041c5b050da879e8f5d09f668b56881f9f1bb2') if [ "$CARCH" != "ppc" ]; then - makedepends=(${makedepends[@]}??"ruby>=1.9.1-3") + makedepends=(${makedepends[@]} "ruby>=1.9.1-3") fi build() { unset _F_KDE_LD_FLAGS From vmiklos at frugalware.org Wed Sep 1 16:18:47 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 16:18:47 +0200 (CEST) Subject: [Frugalware-git] python27: moovida-1.0.9-2-i686 Message-ID: <20100901141847.3A4BF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=579278bbc04b483944ace964a93841331ea4b76c commit 579278bbc04b483944ace964a93841331ea4b76c Author: Miklos Vajna Date: Wed Sep 1 16:18:41 2010 +0200 moovida-1.0.9-2-i686 - rebuilt with python-2.7 diff --git a/source/xapps-extra/moovida/FrugalBuild b/source/xapps-extra/moovida/FrugalBuild index 33bf08b..a489fa8 100644 --- a/source/xapps-extra/moovida/FrugalBuild +++ b/source/xapps-extra/moovida/FrugalBuild @@ -3,13 +3,13 @@ pkgname=moovida pkgver=1.0.9 -pkgrel=1 +pkgrel=2 pkgdesc="Moovida is an open source, cross platform media center solution" url="http://www.moovida.com/" up2date="lynx --dump http://www.moovida.com/download/moovidaclassic/ | Flasttar" source=(http://www.moovida.com/media/public/$pkgname-$pkgver.tar.gz) options=('scriptlet' 'nostrip') -depends=('imaging' 'twisted' 'gstreamer' 'pygtk' \ +depends=('imaging' 'twisted' 'gstreamer' 'pygtk>=2.16.0-5' \ 'pigment-python' 'gst-python' 'gst-plugins-base-ogg' \ 'gst-plugins-base-vorbis' 'gst-plugins-base-theora' \ 'libvisual-plugins' 'pyxdg' 'libdvdcss' 'setuptools'\ From bouleetbil at frogdev.info Wed Sep 1 16:37:52 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 16:37:52 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *load www.frugalware.org on startup Message-ID: <20100901143752.46B47132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=9b78c4bd50353db8980bc0afedc0701fcd3e32ad commit 9b78c4bd50353db8980bc0afedc0701fcd3e32ad Author: bouleetbil Date: Wed Sep 1 17:01:44 2010 +0000 *load www.frugalware.org on startup diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs index 62c1857..3daa621 100644 --- a/frugal-mono-tools/MainWindow.cs +++ b/frugal-mono-tools/MainWindow.cs @@ -124,7 +124,8 @@ public partial class MainWindow : Gtk.Window treeviewpkg.Selection.Changed += OnSelectionEntryPkg; //webkit engine - webview = new WebView(); + this.webview = new WebView(); + this.webview.LoadUri("http://www.frugalware.org"); scroll.Add(webview); this.vbox5.Add (this.scroll); this.scroll.ShowAll(); @@ -296,11 +297,13 @@ public partial class MainWindow : Gtk.Window FluxRss = new RSS(UrlPlanet); i = 0; foreach (nodetype n in FluxRss.Nodes) - { + { string titre=n.rss_title; modelFlux.AppendValues(titre,i); - i++;} + i++; + } + } catch{} diff --git a/frugal-mono-tools/gtk-gui/MainWindow.cs b/frugal-mono-tools/gtk-gui/MainWindow.cs index 40b32e0..98450bd 100644 --- a/frugal-mono-tools/gtk-gui/MainWindow.cs +++ b/frugal-mono-tools/gtk-gui/MainWindow.cs @@ -213,7 +213,7 @@ public partial class MainWindow this.ONG_principal = new global::Gtk.Notebook (); this.ONG_principal.CanFocus = true; this.ONG_principal.Name = "ONG_principal"; - this.ONG_principal.CurrentPage = 3; + this.ONG_principal.CurrentPage = 6; // Container child ONG_principal.Gtk.Notebook+NotebookChild this.vbox4 = new global::Gtk.VBox (); this.vbox4.Name = "vbox4"; diff --git a/frugal-mono-tools/gtk-gui/gui.stetic b/frugal-mono-tools/gtk-gui/gui.stetic index 4dfe15b..14d00ea 100644 --- a/frugal-mono-tools/gtk-gui/gui.stetic +++ b/frugal-mono-tools/gtk-gui/gui.stetic @@ -28,7 +28,7 @@ True - 3 + 6 From vmiklos at frugalware.org Wed Sep 1 16:57:35 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 16:57:35 +0200 (CEST) Subject: [Frugalware-git] python27: moovida-plugins-bad-1.0.9-2-i686 Message-ID: <20100901145735.4AB82132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=13a06e978bfabe40975052d815497f0d6c7ec67d commit 13a06e978bfabe40975052d815497f0d6c7ec67d Author: Miklos Vajna Date: Wed Sep 1 16:57:30 2010 +0200 moovida-plugins-bad-1.0.9-2-i686 - rebuilt with python-2.7 diff --git a/source/xlib-extra/moovida-plugins-bad/FrugalBuild b/source/xlib-extra/moovida-plugins-bad/FrugalBuild index eed6918..ed5005a 100644 --- a/source/xlib-extra/moovida-plugins-bad/FrugalBuild +++ b/source/xlib-extra/moovida-plugins-bad/FrugalBuild @@ -3,7 +3,7 @@ pkgname=moovida-plugins-bad pkgver=1.0.9 -pkgrel=1 +pkgrel=2 pkgdesc="Moovida plugin gstreamer bad" url="http://www.moovida.com/" up2date="lynx --dump http://www.moovida.com/download/moovidaclassic/ | Flasttar" @@ -11,7 +11,7 @@ source=(http://www.moovida.com/media/public/$pkgname-$pkgver.tar.gz) options=('scriptlet' 'nostrip') depends=('gstreamer') Finclude python -makedepends=('pkgconfig' 'setuptools' 'moovida') +makedepends=('pkgconfig' 'setuptools' 'moovida>=1.0.9-2') groups=('xlib-extra') archs=('i686' 'x86_64') sha1sums=('d721f2c18c4da7fb52cf32d50a7a8c5501e9a91a') From vmiklos at frugalware.org Wed Sep 1 17:45:19 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 17:45:19 +0200 (CEST) Subject: [Frugalware-git] python27: miro-3.0.3-2-i686 Message-ID: <20100901154519.164CD132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=6357625d49a57547add0523853ebb4c988eb56a4 commit 6357625d49a57547add0523853ebb4c988eb56a4 Author: Miklos Vajna Date: Wed Sep 1 17:45:13 2010 +0200 miro-3.0.3-2-i686 - rebuilt with python-2.7 diff --git a/source/gnome-extra/miro/FrugalBuild b/source/gnome-extra/miro/FrugalBuild index 61a4044..3311989 100644 --- a/source/gnome-extra/miro/FrugalBuild +++ b/source/gnome-extra/miro/FrugalBuild @@ -3,10 +3,10 @@ pkgname=miro pkgver=3.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="The free and open source internet TV platform." url="http://www.getmiro.com/" -depends=('gtk+2>=2.20.0-2' 'pygtk' 'dbus-python' 'pyrex' \ +depends=('gtk+2>=2.20.0-2' 'pygtk>=2.16.0-5' 'dbus-python' 'pyrex' \ 'xine-lib' 'db>=4.7.25' 'bsddb3>=4.7.1' 'nss>=3.12' \ 'nspr>=4.7.1' 'xulrunner' 'gnome-python-extras>=2.25.3-5' \ 'gnome-python-extras-mozembed>=2.25.3-5' 'pysqlite2' 'libtorrent-rasterbar') From kooda at upyum.com Wed Sep 1 17:46:24 2010 From: kooda at upyum.com (Kooda) Date: Wed, 1 Sep 2010 17:46:24 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: calcurse-2.8-1-i686 Message-ID: <20100901154624.EC32F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8d96a26a0afc3593aa5d8bfa8c92edd10c39e636 commit 8d96a26a0afc3593aa5d8bfa8c92edd10c39e636 Author: Kooda Date: Wed Sep 1 17:45:14 2010 +0200 calcurse-2.8-1-i686 * New package (from Yakulu) diff --git a/source/apps-extra/calcurse/FrugalBuild b/source/apps-extra/calcurse/FrugalBuild new file mode 100644 index 0000000..e78df54 --- /dev/null +++ b/source/apps-extra/calcurse/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling Time: 0.03 SBU +# Contributor: Yakulu +# Maintainer: Kooda + +pkgname=calcurse +pkgver=2.8 +pkgrel=1 +pkgdesc="a text-based calendar and scheduling application" +url="http://culot.org/calcurse/" +depends=('ncurses') +groups=('apps-extra') +archs=('i686' 'x86_64') +up2date="Flasttar $url/download.html" +source=(ftp://ftp2.culot.org/culot/$pkgname-$pkgver.tar.gz) +sha1sums=('749a95a7076163ef9324dce47e541e1c9c53093b') + +# optimization OK From vmiklos at frugalware.org Wed Sep 1 18:25:33 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 18:25:33 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mythtv-0.23.1-1-i686 Message-ID: <20100901162533.3AD22132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0eca9232e275a14f3cad25be8816397d1b3ae771 commit 0eca9232e275a14f3cad25be8816397d1b3ae771 Author: Miklos Vajna Date: Wed Sep 1 18:25:26 2010 +0200 mythtv-0.23.1-1-i686 - version bump diff --git a/source/xapps-extra/mythtv/FrugalBuild b/source/xapps-extra/mythtv/FrugalBuild index d25d5e6..e3e2736 100644 --- a/source/xapps-extra/mythtv/FrugalBuild +++ b/source/xapps-extra/mythtv/FrugalBuild @@ -3,17 +3,17 @@ # Maintainer: voroskoi pkgname=mythtv -pkgver=0.21 -pkgrel=3 +pkgver=0.23.1 +pkgrel=1 pkgdesc="MythTV is a homebrew PVR project." url="http://mythtv.org/" -depends=('qt' 'lame' 'libxvmc' 'libdvb' 'lirc') +depends=('libqtcore' 'libqtwebkit' 'libqtsql' 'libqtscript' 'libqt3support' 'lame' 'libxvmc' 'libdvb' 'lirc') rodepends=('mysql') groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://ftp.osuosl.org/pub/mythtv/ |grep mythtv-[0-9] |Flasttarbz2" source=(http://ftp.osuosl.org/pub/mythtv/mythtv-$pkgver.tar.bz2 \ - rc.mythtv README.Frugalware $pkgname-$pkgver-dvbfix.diff) + rc.mythtv README.Frugalware) options=('scriptlet') build() { @@ -29,9 +29,8 @@ build() { Ffilerel database/mc.sql /usr/share/mythtv Frcd2 } -sha1sums=('676a42fb31833baf7617148bdc8ef8ce5e352f84' \ +sha1sums=('79b3842b36ff4a32569f4852e33bc61ae370b78e' \ 'd0ef90e5bb4d3619d7576dc6cc0bc170e309713a' \ - 'a40bd04924c584b44e7062ded3a4fef6a9eaf6c2' \ - '525451b3b2d2583af4952be0024cdc2403fbc694') + 'a40bd04924c584b44e7062ded3a4fef6a9eaf6c2') # optimization OK diff --git a/source/xapps-extra/mythtv/mythtv-0.21-dvbfix.diff b/source/xapps-extra/mythtv/mythtv-0.21-dvbfix.diff deleted file mode 100644 index 0577524..0000000 --- a/source/xapps-extra/mythtv/mythtv-0.21-dvbfix.diff +++ /dev/null @@ -1,21 +0,0 @@ -diff -Naur mythtv-0.21/libs/libmythtv/dvbtypes.h mythtv-0.21.new/libs/libmythtv/dvbtypes.h ---- mythtv-0.21/libs/libmythtv/dvbtypes.h 2007-01-07 20:59:30.000000000 +0530 -+++ mythtv-0.21.new/libs/libmythtv/dvbtypes.h 2009-03-14 13:17:42.000000000 +0530 -@@ -19,7 +19,7 @@ - #include - #include - --#if (DVB_API_VERSION != 3) -+#if (DVB_API_VERSION != 3 && DVB_API_VERSION != 5) - # error "DVB driver includes with API version 3 not found!" - #endif - -@@ -27,7 +27,7 @@ - # define DVB_API_VERSION_MINOR 0 - #endif - --#if (DVB_API_VERSION >= 3 && DVB_API_VERSION_MINOR >= 1) -+#if ((DVB_API_VERSION == 3 && DVB_API_VERSION_MINOR >= 1) || (DVB_API_VERSION > 3)) - # define USE_ATSC - #else - #warning DVB API version < 3.1 From vmiklos at frugalware.org Wed Sep 1 18:25:51 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 1 Sep 2010 18:25:51 +0200 (CEST) Subject: [Frugalware-git] python27: Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current Message-ID: <20100901162551.2BFCF132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=4bafe7969c05e0a05fe31a047599c00aa22a5557 commit 4bafe7969c05e0a05fe31a047599c00aa22a5557 Merge: 6357625 0eca923 Author: Miklos Vajna Date: Wed Sep 1 18:25:39 2010 +0200 Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current * 'master' of git.frugalware.org:/pub/frugalware/frugalware-current: mythtv-0.23.1-1-i686 calcurse-2.8-1-i686 gtk+2-theme-equinox-radiance-1.20-1-i686 gtk+2-theme-equinox-radiance-1.20-1-i686 gtk+2-theme-equinox-variance-1.30-1-i686 gtk+2-engines-equinox-1.30-1-i686 cmake-2.8.2-1-i686 From boobaa at frugalware.org Wed Sep 1 19:48:55 2010 From: boobaa at frugalware.org (CSÉCSY László) Date: Wed, 1 Sep 2010 19:48:55 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: rrdtool-1.4.4-1-i686 bugfix version bump: 1.4.3 could not handle the .rrd files made with 1.2.28 (error was: "This RRD was created on another architecture", regardless the fact that the .rrd was created on the very same machine), while 1.4.4 can Message-ID: <20100901174855.4EF34132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=38b68001e924c296fd4cb2c87b3789b813d52c48 commit 38b68001e924c296fd4cb2c87b3789b813d52c48 Author: CS??CSY L??szl?? Date: Wed Sep 1 19:43:45 2010 +0200 rrdtool-1.4.4-1-i686 bugfix version bump: 1.4.3 could not handle the .rrd files made with 1.2.28 (error was: "This RRD was created on another architecture", regardless the fact that the .rrd was created on the very same machine), while 1.4.4 can diff --git a/source/xapps-extra/rrdtool/FrugalBuild b/source/xapps-extra/rrdtool/FrugalBuild index 7f022e2..0ab1ac3 100644 --- a/source/xapps-extra/rrdtool/FrugalBuild +++ b/source/xapps-extra/rrdtool/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Krisztian VASAS pkgname=rrdtool -pkgver=1.4.3 -pkgrel=3 +pkgver=1.4.4 +pkgrel=1 sbu=1 pkgdesc="a program to generate fancy graphs from network usage or from any thing is able to meter" url="http://oss.oetiker.ch/$pkgname/pub" @@ -13,7 +13,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump '$url/?C=M;O=A' | grep '$pkgname-.*\.tar.gz$' | sed -ne 's/.*-\(.*\)\.t.*/\1/;$ p'" source=($url/$pkgname-$pkgver.tar.gz) -sha1sums=('1e65de0192c149a30ee0d277e758a31ff7d6d6f0') +sha1sums=('e4715c13f2a6fd077c54911d396eb573788377b0') build() { Fpatchall From boobaa at frugalware.org Wed Sep 1 19:55:12 2010 From: boobaa at frugalware.org (CSÉCSY László) Date: Wed, 1 Sep 2010 19:55:12 +0200 (CEST) Subject: [Frugalware-git] frugalware-1.3: rrdtool-1.4.4-1haven1-i686 bugfix verbump, backport of 38b6800 from -current, ok by vmiklos@ check that commit for further info Message-ID: <20100901175512.46603132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.3.git;a=commitdiff;h=87fbd34a76095efed7f0fb38b9c88160258073f7 commit 87fbd34a76095efed7f0fb38b9c88160258073f7 Author: CS?CSY L?szl? Date: Wed Sep 1 19:54:12 2010 +0200 rrdtool-1.4.4-1haven1-i686 bugfix verbump, backport of 38b6800 from -current, ok by vmiklos@ check that commit for further info diff --git a/source/xapps-extra/rrdtool/FrugalBuild b/source/xapps-extra/rrdtool/FrugalBuild index 7f022e2..dc701dc 100644 --- a/source/xapps-extra/rrdtool/FrugalBuild +++ b/source/xapps-extra/rrdtool/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Krisztian VASAS pkgname=rrdtool -pkgver=1.4.3 -pkgrel=3 +pkgver=1.4.4 +pkgrel=1haven1 sbu=1 pkgdesc="a program to generate fancy graphs from network usage or from any thing is able to meter" url="http://oss.oetiker.ch/$pkgname/pub" @@ -13,7 +13,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump '$url/?C=M;O=A' | grep '$pkgname-.*\.tar.gz$' | sed -ne 's/.*-\(.*\)\.t.*/\1/;$ p'" source=($url/$pkgname-$pkgver.tar.gz) -sha1sums=('1e65de0192c149a30ee0d277e758a31ff7d6d6f0') +sha1sums=('e4715c13f2a6fd077c54911d396eb573788377b0') build() { Fpatchall From exceed.cedric at gmail.com Wed Sep 1 22:06:09 2010 From: exceed.cedric at gmail.com (exceed) Date: Wed, 1 Sep 2010 22:06:09 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: partclone-0.2.15-1-i686 Message-ID: <20100901200609.6B63F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=350e3a742e82632d1aadd96685d82de67369c2b6 commit 350e3a742e82632d1aadd96685d82de67369c2b6 Author: exceed Date: Thu Sep 2 00:21:39 2010 +0200 partclone-0.2.15-1-i686 * Version bump diff --git a/source/apps-extra/partclone/FrugalBuild b/source/apps-extra/partclone/FrugalBuild index 02467da..d09a20a 100644 --- a/source/apps-extra/partclone/FrugalBuild +++ b/source/apps-extra/partclone/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: exceed pkgname=partclone -pkgver=0.2.14 +pkgver=0.2.15 pkgrel=1 pkgdesc="File System Clone Utilities for ext2/3/4, reiserfs, hfs+, fat, ntfs File System." depends=('e2fsprogs>=1.41.12' 'progsreiserfs' 'hfsplus' 'ntfsprogs' 'dosfstools' 'ncurses') @@ -11,7 +11,7 @@ groups=('apps-extra') archs=('i686') Finclude sourceforge Fconfopts="$Fconfopts --prefix=/usr --enable-extfs --enable-reiserfs --enable-hfsp --enable-fat --enable-ntfs --enable-ncursesw" -sha1sums=('170ea8a55b161ddb382679148d3025bf7fd85e5e') +sha1sums=('fb7760d7f2e63bf053827a672f7ca0905363e857') # optimization OK From bouleetbil at frogdev.info Wed Sep 1 22:07:12 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 22:07:12 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *added lspci output to hardawre notebook Message-ID: <20100901200712.45FA6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=49c4694bb51f787aa6e65a4b84d604569874d64b commit 49c4694bb51f787aa6e65a4b84d604569874d64b Author: bouleetbil Date: Wed Sep 1 20:42:48 2010 +0200 *added lspci output to hardawre notebook diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs index 3daa621..f28cbc4 100644 --- a/frugal-mono-tools/MainWindow.cs +++ b/frugal-mono-tools/MainWindow.cs @@ -207,6 +207,7 @@ public partial class MainWindow : Gtk.Window try { lspci=Outils.getoutput(lspci); + TXT_Lspci.Buffer.Text=lspci; } catch { diff --git a/frugal-mono-tools/gtk-gui/MainWindow.cs b/frugal-mono-tools/gtk-gui/MainWindow.cs index 98450bd..b5533b9 100644 --- a/frugal-mono-tools/gtk-gui/MainWindow.cs +++ b/frugal-mono-tools/gtk-gui/MainWindow.cs @@ -79,6 +79,10 @@ public partial class MainWindow private global::Gtk.Label LIB_Bluez; + private global::Gtk.ScrolledWindow GtkScrolledWindow3; + + private global::Gtk.TextView TXT_Lspci; + private global::Gtk.Label LIB_Materiel; private global::Gtk.VBox vbox7; @@ -213,7 +217,7 @@ public partial class MainWindow this.ONG_principal = new global::Gtk.Notebook (); this.ONG_principal.CanFocus = true; this.ONG_principal.Name = "ONG_principal"; - this.ONG_principal.CurrentPage = 6; + this.ONG_principal.CurrentPage = 2; // Container child ONG_principal.Gtk.Notebook+NotebookChild this.vbox4 = new global::Gtk.VBox (); this.vbox4.Name = "vbox4"; @@ -588,9 +592,21 @@ public partial class MainWindow w34.Position = 3; w34.Expand = false; w34.Fill = false; + // Container child vbox2.Gtk.Box+BoxChild + this.GtkScrolledWindow3 = new global::Gtk.ScrolledWindow (); + this.GtkScrolledWindow3.Name = "GtkScrolledWindow3"; + this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1)); + // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild + this.TXT_Lspci = new global::Gtk.TextView (); + this.TXT_Lspci.CanFocus = true; + this.TXT_Lspci.Name = "TXT_Lspci"; + this.GtkScrolledWindow3.Add (this.TXT_Lspci); + this.vbox2.Add (this.GtkScrolledWindow3); + global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow3])); + w36.Position = 4; this.ONG_principal.Add (this.vbox2); - global::Gtk.Notebook.NotebookChild w35 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox2])); - w35.Position = 2; + global::Gtk.Notebook.NotebookChild w37 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox2])); + w37.Position = 2; // Notebook tab this.LIB_Materiel = new global::Gtk.Label (); this.LIB_Materiel.Name = "LIB_Materiel"; @@ -611,8 +627,8 @@ public partial class MainWindow this.TREE_Services.Name = "TREE_Services"; this.GtkScrolledWindow1.Add (this.TREE_Services); this.vbox7.Add (this.GtkScrolledWindow1); - global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.GtkScrolledWindow1])); - w37.Position = 0; + global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.GtkScrolledWindow1])); + w39.Position = 0; // Container child vbox7.Gtk.Box+BoxChild this.hbox20 = new global::Gtk.HBox (); this.hbox20.Name = "hbox20"; @@ -624,18 +640,18 @@ public partial class MainWindow this.BTN_Services.UseUnderline = true; this.BTN_Services.Label = global::Mono.Unix.Catalog.GetString ("Apply"); this.hbox20.Add (this.BTN_Services); - global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox20[this.BTN_Services])); - w38.Position = 2; - w38.Expand = false; - w38.Fill = false; + global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox20[this.BTN_Services])); + w40.Position = 2; + w40.Expand = false; + w40.Fill = false; this.vbox7.Add (this.hbox20); - global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox20])); - w39.Position = 2; - w39.Expand = false; - w39.Fill = false; + global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox20])); + w41.Position = 2; + w41.Expand = false; + w41.Fill = false; this.ONG_principal.Add (this.vbox7); - global::Gtk.Notebook.NotebookChild w40 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox7])); - w40.Position = 3; + global::Gtk.Notebook.NotebookChild w42 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox7])); + w42.Position = 3; // Notebook tab this.label3 = new global::Gtk.Label (); this.label3.Name = "label3"; @@ -655,10 +671,10 @@ public partial class MainWindow this.image6.Name = "image6"; this.image6.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.fw.png"); this.hbox1.Add (this.image6); - global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.image6])); - w41.Position = 0; - w41.Expand = false; - w41.Fill = false; + global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.image6])); + w43.Position = 0; + w43.Expand = false; + w43.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.INT_FW = new global::Gtk.CheckButton (); this.INT_FW.CanFocus = true; @@ -667,13 +683,13 @@ public partial class MainWindow this.INT_FW.DrawIndicator = true; this.INT_FW.UseUnderline = true; this.hbox1.Add (this.INT_FW); - global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.INT_FW])); - w42.Position = 1; + global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.INT_FW])); + w44.Position = 1; this.vbox1.Add (this.hbox1); - global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1])); - w43.Position = 0; - w43.Expand = false; - w43.Fill = false; + global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1])); + w45.Position = 0; + w45.Expand = false; + w45.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox2 = new global::Gtk.HBox (); this.hbox2.Name = "hbox2"; @@ -683,10 +699,10 @@ public partial class MainWindow this.image7.Name = "image7"; this.image7.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.nmlogo.png"); this.hbox2.Add (this.image7); - global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.image7])); - w44.Position = 0; - w44.Expand = false; - w44.Fill = false; + global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.image7])); + w46.Position = 0; + w46.Expand = false; + w46.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.INT_NM = new global::Gtk.CheckButton (); this.INT_NM.CanFocus = true; @@ -695,22 +711,22 @@ public partial class MainWindow this.INT_NM.DrawIndicator = true; this.INT_NM.UseUnderline = true; this.hbox2.Add (this.INT_NM); - global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.INT_NM])); - w45.Position = 1; + global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.INT_NM])); + w47.Position = 1; // Container child hbox2.Gtk.Box+BoxChild this.LIB_NMNotInstalled = new global::Gtk.Label (); this.LIB_NMNotInstalled.Name = "LIB_NMNotInstalled"; this.LIB_NMNotInstalled.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox2.Add (this.LIB_NMNotInstalled); - global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.LIB_NMNotInstalled])); - w46.Position = 2; - w46.Expand = false; - w46.Fill = false; + global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.LIB_NMNotInstalled])); + w48.Position = 2; + w48.Expand = false; + w48.Fill = false; this.vbox1.Add (this.hbox2); - global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2])); - w47.Position = 1; - w47.Expand = false; - w47.Fill = false; + global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2])); + w49.Position = 1; + w49.Expand = false; + w49.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox (); this.hbox3.Name = "hbox3"; @@ -720,10 +736,10 @@ public partial class MainWindow this.image8.Name = "image8"; this.image8.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.wicdlogo.png"); this.hbox3.Add (this.image8); - global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.image8])); - w48.Position = 0; - w48.Expand = false; - w48.Fill = false; + global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.image8])); + w50.Position = 0; + w50.Expand = false; + w50.Fill = false; // Container child hbox3.Gtk.Box+BoxChild this.INT_WICD = new global::Gtk.CheckButton (); this.INT_WICD.CanFocus = true; @@ -732,22 +748,22 @@ public partial class MainWindow this.INT_WICD.DrawIndicator = true; this.INT_WICD.UseUnderline = true; this.hbox3.Add (this.INT_WICD); - global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.INT_WICD])); - w49.Position = 1; + global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.INT_WICD])); + w51.Position = 1; // Container child hbox3.Gtk.Box+BoxChild this.LIB_WICDNotInstalled = new global::Gtk.Label (); this.LIB_WICDNotInstalled.Name = "LIB_WICDNotInstalled"; this.LIB_WICDNotInstalled.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox3.Add (this.LIB_WICDNotInstalled); - global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.LIB_WICDNotInstalled])); - w50.Position = 2; - w50.Expand = false; - w50.Fill = false; + global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.LIB_WICDNotInstalled])); + w52.Position = 2; + w52.Expand = false; + w52.Fill = false; this.vbox1.Add (this.hbox3); - global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3])); - w51.Position = 2; - w51.Expand = false; - w51.Fill = false; + global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3])); + w53.Position = 2; + w53.Expand = false; + w53.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox4 = new global::Gtk.HBox (); this.hbox4.Name = "hbox4"; @@ -759,19 +775,19 @@ public partial class MainWindow this.BTN_Network.UseUnderline = true; this.BTN_Network.Label = global::Mono.Unix.Catalog.GetString ("Apply"); this.hbox4.Add (this.BTN_Network); - global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.BTN_Network])); - w52.Position = 2; - w52.Expand = false; - w52.Fill = false; + global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.BTN_Network])); + w54.Position = 2; + w54.Expand = false; + w54.Fill = false; this.vbox1.Add (this.hbox4); - global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4])); - w53.PackType = ((global::Gtk.PackType)(1)); - w53.Position = 3; - w53.Expand = false; - w53.Fill = false; + global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4])); + w55.PackType = ((global::Gtk.PackType)(1)); + w55.Position = 3; + w55.Expand = false; + w55.Fill = false; this.ONG_principal.Add (this.vbox1); - global::Gtk.Notebook.NotebookChild w54 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox1])); - w54.Position = 4; + global::Gtk.Notebook.NotebookChild w56 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox1])); + w56.Position = 4; // Notebook tab this.LIB_Network = new global::Gtk.Label (); this.LIB_Network.Name = "LIB_Network"; @@ -791,10 +807,10 @@ public partial class MainWindow this.image1.Name = "image1"; this.image1.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.xorglogo.png"); this.hbox5.Add (this.image1); - global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.image1])); - w55.Position = 0; - w55.Expand = false; - w55.Fill = false; + global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.image1])); + w57.Position = 0; + w57.Expand = false; + w57.Fill = false; // Container child hbox5.Gtk.Box+BoxChild this.INT_XDM = new global::Gtk.CheckButton (); this.INT_XDM.CanFocus = true; @@ -803,22 +819,22 @@ public partial class MainWindow this.INT_XDM.DrawIndicator = true; this.INT_XDM.UseUnderline = true; this.hbox5.Add (this.INT_XDM); - global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.INT_XDM])); - w56.Position = 1; + global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.INT_XDM])); + w58.Position = 1; // Container child hbox5.Gtk.Box+BoxChild this.LIB_XDM = new global::Gtk.Label (); this.LIB_XDM.Name = "LIB_XDM"; this.LIB_XDM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox5.Add (this.LIB_XDM); - global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.LIB_XDM])); - w57.Position = 2; - w57.Expand = false; - w57.Fill = false; + global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.LIB_XDM])); + w59.Position = 2; + w59.Expand = false; + w59.Fill = false; this.vbox3.Add (this.hbox5); - global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox5])); - w58.Position = 0; - w58.Expand = false; - w58.Fill = false; + global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox5])); + w60.Position = 0; + w60.Expand = false; + w60.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox6 = new global::Gtk.HBox (); this.hbox6.Name = "hbox6"; @@ -828,10 +844,10 @@ public partial class MainWindow this.image2.Name = "image2"; this.image2.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.lxdelogo.png"); this.hbox6.Add (this.image2); - global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.image2])); - w59.Position = 0; - w59.Expand = false; - w59.Fill = false; + global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.image2])); + w61.Position = 0; + w61.Expand = false; + w61.Fill = false; // Container child hbox6.Gtk.Box+BoxChild this.INT_LXDM = new global::Gtk.CheckButton (); this.INT_LXDM.CanFocus = true; @@ -840,22 +856,22 @@ public partial class MainWindow this.INT_LXDM.DrawIndicator = true; this.INT_LXDM.UseUnderline = true; this.hbox6.Add (this.INT_LXDM); - global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.INT_LXDM])); - w60.Position = 1; + global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.INT_LXDM])); + w62.Position = 1; // Container child hbox6.Gtk.Box+BoxChild this.LIB_LXDM = new global::Gtk.Label (); this.LIB_LXDM.Name = "LIB_LXDM"; this.LIB_LXDM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox6.Add (this.LIB_LXDM); - global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.LIB_LXDM])); - w61.Position = 2; - w61.Expand = false; - w61.Fill = false; + global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.LIB_LXDM])); + w63.Position = 2; + w63.Expand = false; + w63.Fill = false; this.vbox3.Add (this.hbox6); - global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox6])); - w62.Position = 1; - w62.Expand = false; - w62.Fill = false; + global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox6])); + w64.Position = 1; + w64.Expand = false; + w64.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox7 = new global::Gtk.HBox (); this.hbox7.Name = "hbox7"; @@ -865,10 +881,10 @@ public partial class MainWindow this.image3.Name = "image3"; this.image3.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.xfcelogo.png"); this.hbox7.Add (this.image3); - global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.image3])); - w63.Position = 0; - w63.Expand = false; - w63.Fill = false; + global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.image3])); + w65.Position = 0; + w65.Expand = false; + w65.Fill = false; // Container child hbox7.Gtk.Box+BoxChild this.INT_Slim = new global::Gtk.CheckButton (); this.INT_Slim.CanFocus = true; @@ -877,22 +893,22 @@ public partial class MainWindow this.INT_Slim.DrawIndicator = true; this.INT_Slim.UseUnderline = true; this.hbox7.Add (this.INT_Slim); - global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.INT_Slim])); - w64.Position = 1; + global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.INT_Slim])); + w66.Position = 1; // Container child hbox7.Gtk.Box+BoxChild this.LIB_SLIM = new global::Gtk.Label (); this.LIB_SLIM.Name = "LIB_SLIM"; this.LIB_SLIM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox7.Add (this.LIB_SLIM); - global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.LIB_SLIM])); - w65.Position = 2; - w65.Expand = false; - w65.Fill = false; + global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.LIB_SLIM])); + w67.Position = 2; + w67.Expand = false; + w67.Fill = false; this.vbox3.Add (this.hbox7); - global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox7])); - w66.Position = 2; - w66.Expand = false; - w66.Fill = false; + global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox7])); + w68.Position = 2; + w68.Expand = false; + w68.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox9 = new global::Gtk.HBox (); this.hbox9.Name = "hbox9"; @@ -902,10 +918,10 @@ public partial class MainWindow this.image4.Name = "image4"; this.image4.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.gnomelogo.png"); this.hbox9.Add (this.image4); - global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.image4])); - w67.Position = 0; - w67.Expand = false; - w67.Fill = false; + global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.image4])); + w69.Position = 0; + w69.Expand = false; + w69.Fill = false; // Container child hbox9.Gtk.Box+BoxChild this.INT_GDM = new global::Gtk.CheckButton (); this.INT_GDM.CanFocus = true; @@ -914,22 +930,22 @@ public partial class MainWindow this.INT_GDM.DrawIndicator = true; this.INT_GDM.UseUnderline = true; this.hbox9.Add (this.INT_GDM); - global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.INT_GDM])); - w68.Position = 1; + global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.INT_GDM])); + w70.Position = 1; // Container child hbox9.Gtk.Box+BoxChild this.LIB_GDM = new global::Gtk.Label (); this.LIB_GDM.Name = "LIB_GDM"; this.LIB_GDM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox9.Add (this.LIB_GDM); - global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.LIB_GDM])); - w69.Position = 2; - w69.Expand = false; - w69.Fill = false; + global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.LIB_GDM])); + w71.Position = 2; + w71.Expand = false; + w71.Fill = false; this.vbox3.Add (this.hbox9); - global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox9])); - w70.Position = 3; - w70.Expand = false; - w70.Fill = false; + global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox9])); + w72.Position = 3; + w72.Expand = false; + w72.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox10 = new global::Gtk.HBox (); this.hbox10.Name = "hbox10"; @@ -939,10 +955,10 @@ public partial class MainWindow this.image5.Name = "image5"; this.image5.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.kdelogo.png"); this.hbox10.Add (this.image5); - global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.image5])); - w71.Position = 0; - w71.Expand = false; - w71.Fill = false; + global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.image5])); + w73.Position = 0; + w73.Expand = false; + w73.Fill = false; // Container child hbox10.Gtk.Box+BoxChild this.INT_KDM = new global::Gtk.CheckButton (); this.INT_KDM.CanFocus = true; @@ -951,22 +967,22 @@ public partial class MainWindow this.INT_KDM.DrawIndicator = true; this.INT_KDM.UseUnderline = true; this.hbox10.Add (this.INT_KDM); - global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.INT_KDM])); - w72.Position = 1; + global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.INT_KDM])); + w74.Position = 1; // Container child hbox10.Gtk.Box+BoxChild this.LIB_KDM = new global::Gtk.Label (); this.LIB_KDM.Name = "LIB_KDM"; this.LIB_KDM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox10.Add (this.LIB_KDM); - global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.LIB_KDM])); - w73.Position = 2; - w73.Expand = false; - w73.Fill = false; + global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.LIB_KDM])); + w75.Position = 2; + w75.Expand = false; + w75.Fill = false; this.vbox3.Add (this.hbox10); - global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox10])); - w74.Position = 4; - w74.Expand = false; - w74.Fill = false; + global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox10])); + w76.Position = 4; + w76.Expand = false; + w76.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox8 = new global::Gtk.HBox (); this.hbox8.Name = "hbox8"; @@ -978,19 +994,19 @@ public partial class MainWindow this.BTN_LoginManager.UseUnderline = true; this.BTN_LoginManager.Label = global::Mono.Unix.Catalog.GetString ("Apply"); this.hbox8.Add (this.BTN_LoginManager); - global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.BTN_LoginManager])); - w75.Position = 2; - w75.Expand = false; - w75.Fill = false; + global::Gtk.Box.BoxChild w77 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.BTN_LoginManager])); + w77.Position = 2; + w77.Expand = false; + w77.Fill = false; this.vbox3.Add (this.hbox8); - global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox8])); - w76.PackType = ((global::Gtk.PackType)(1)); - w76.Position = 5; - w76.Expand = false; - w76.Fill = false; + global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox8])); + w78.PackType = ((global::Gtk.PackType)(1)); + w78.Position = 5; + w78.Expand = false; + w78.Fill = false; this.ONG_principal.Add (this.vbox3); - global::Gtk.Notebook.NotebookChild w77 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox3])); - w77.Position = 5; + global::Gtk.Notebook.NotebookChild w79 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox3])); + w79.Position = 5; // Notebook tab this.LIB_LoginManager = new global::Gtk.Label (); this.LIB_LoginManager.Name = "LIB_LoginManager"; @@ -1005,18 +1021,18 @@ public partial class MainWindow this.CBO_TitleNews = global::Gtk.ComboBox.NewText (); this.CBO_TitleNews.Name = "CBO_TitleNews"; this.vbox5.Add (this.CBO_TitleNews); - global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.CBO_TitleNews])); - w78.Position = 0; - w78.Expand = false; - w78.Fill = false; + global::Gtk.Box.BoxChild w80 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.CBO_TitleNews])); + w80.Position = 0; + w80.Expand = false; + w80.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.LIB_Titre = new global::Gtk.Label (); this.LIB_Titre.Name = "LIB_Titre"; this.vbox5.Add (this.LIB_Titre); - global::Gtk.Box.BoxChild w79 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.LIB_Titre])); - w79.Position = 1; - w79.Expand = false; - w79.Fill = false; + global::Gtk.Box.BoxChild w81 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.LIB_Titre])); + w81.Position = 1; + w81.Expand = false; + w81.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.BTN_Link = new global::Gtk.Button (); this.BTN_Link.CanFocus = true; @@ -1024,13 +1040,13 @@ public partial class MainWindow this.BTN_Link.UseUnderline = true; this.BTN_Link.Label = global::Mono.Unix.Catalog.GetString ("Link"); this.vbox5.Add (this.BTN_Link); - global::Gtk.Box.BoxChild w80 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.BTN_Link])); - w80.Position = 3; - w80.Expand = false; - w80.Fill = false; + global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.BTN_Link])); + w82.Position = 3; + w82.Expand = false; + w82.Fill = false; this.ONG_principal.Add (this.vbox5); - global::Gtk.Notebook.NotebookChild w81 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox5])); - w81.Position = 6; + global::Gtk.Notebook.NotebookChild w83 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox5])); + w83.Position = 6; // Notebook tab this.LIB_News = new global::Gtk.Label (); this.LIB_News.Name = "LIB_News"; @@ -1049,10 +1065,10 @@ public partial class MainWindow this.INT_CheckStartup.DrawIndicator = true; this.INT_CheckStartup.UseUnderline = true; this.vbox8.Add (this.INT_CheckStartup); - global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_CheckStartup])); - w82.Position = 0; - w82.Expand = false; - w82.Fill = false; + global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_CheckStartup])); + w84.Position = 0; + w84.Expand = false; + w84.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.INT_StartWithXSession = new global::Gtk.CheckButton (); this.INT_StartWithXSession.CanFocus = true; @@ -1062,10 +1078,10 @@ public partial class MainWindow this.INT_StartWithXSession.DrawIndicator = true; this.INT_StartWithXSession.UseUnderline = true; this.vbox8.Add (this.INT_StartWithXSession); - global::Gtk.Box.BoxChild w83 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_StartWithXSession])); - w83.Position = 1; - w83.Expand = false; - w83.Fill = false; + global::Gtk.Box.BoxChild w85 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_StartWithXSession])); + w85.Position = 1; + w85.Expand = false; + w85.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.INT_ShowNotif = new global::Gtk.CheckButton (); this.INT_ShowNotif.CanFocus = true; @@ -1075,10 +1091,10 @@ public partial class MainWindow this.INT_ShowNotif.DrawIndicator = true; this.INT_ShowNotif.UseUnderline = true; this.vbox8.Add (this.INT_ShowNotif); - global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowNotif])); - w84.Position = 2; - w84.Expand = false; - w84.Fill = false; + global::Gtk.Box.BoxChild w86 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowNotif])); + w86.Position = 2; + w86.Expand = false; + w86.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.hbox21 = new global::Gtk.HBox (); this.hbox21.Name = "hbox21"; @@ -1090,18 +1106,18 @@ public partial class MainWindow this.BTN_SaveConf.UseUnderline = true; this.BTN_SaveConf.Label = global::Mono.Unix.Catalog.GetString ("Apply"); this.hbox21.Add (this.BTN_SaveConf); - global::Gtk.Box.BoxChild w85 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.BTN_SaveConf])); - w85.Position = 2; - w85.Expand = false; - w85.Fill = false; + global::Gtk.Box.BoxChild w87 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.BTN_SaveConf])); + w87.Position = 2; + w87.Expand = false; + w87.Fill = false; this.vbox8.Add (this.hbox21); - global::Gtk.Box.BoxChild w86 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox21])); - w86.Position = 4; - w86.Expand = false; - w86.Fill = false; + global::Gtk.Box.BoxChild w88 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox21])); + w88.Position = 4; + w88.Expand = false; + w88.Fill = false; this.ONG_principal.Add (this.vbox8); - global::Gtk.Notebook.NotebookChild w87 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox8])); - w87.Position = 7; + global::Gtk.Notebook.NotebookChild w89 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox8])); + w89.Position = 7; // Notebook tab this.Configuration = new global::Gtk.Label (); this.Configuration.Name = "Configuration"; @@ -1119,8 +1135,8 @@ public partial class MainWindow this.textview2.Name = "textview2"; this.GtkScrolledWindow2.Add (this.textview2); this.ONG_principal.Add (this.GtkScrolledWindow2); - global::Gtk.Notebook.NotebookChild w89 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.GtkScrolledWindow2])); - w89.Position = 8; + global::Gtk.Notebook.NotebookChild w91 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.GtkScrolledWindow2])); + w91.Position = 8; // Notebook tab this.label6 = new global::Gtk.Label (); this.label6.Name = "label6"; diff --git a/frugal-mono-tools/gtk-gui/gui.stetic b/frugal-mono-tools/gtk-gui/gui.stetic index 14d00ea..19a2875 100644 --- a/frugal-mono-tools/gtk-gui/gui.stetic +++ b/frugal-mono-tools/gtk-gui/gui.stetic @@ -9,7 +9,7 @@ - + @@ -28,7 +28,7 @@ True - 6 + 2 @@ -547,7 +547,22 @@ ztv - + + + In + + + + True + True + + + + + + 4 + True + From bouleetbil at frogdev.info Wed Sep 1 22:07:12 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 22:07:12 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *update splashscreen *thanks deveil505 Message-ID: <20100901200712.5C8E6132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=bab13ce0fd65b4c8669416267e82506df242e3ab commit bab13ce0fd65b4c8669416267e82506df242e3ab Author: bouleetbil Date: Wed Sep 1 20:43:19 2010 +0200 *update splashscreen *thanks deveil505 diff --git a/frugal-mono-tools/splash.png b/frugal-mono-tools/splash.png index 2093c70..4dcde74 100644 Binary files a/frugal-mono-tools/splash.png and b/frugal-mono-tools/splash.png differ From bouleetbil at frogdev.info Wed Sep 1 22:07:12 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 22:07:12 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *services ready no should use it :p Message-ID: <20100901200712.63F32132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=78b8aa4b92a7110a62c68492a6c3330141a5ca14 commit 78b8aa4b92a7110a62c68492a6c3330141a5ca14 Author: bouleetbil Date: Wed Sep 1 21:29:40 2010 +0200 *services ready no should use it :p diff --git a/frugal-mono-tools/Service.cs b/frugal-mono-tools/Service.cs index ecaef27..46efcda 100644 --- a/frugal-mono-tools/Service.cs +++ b/frugal-mono-tools/Service.cs @@ -15,7 +15,9 @@ // * along with this program; if not, write to the Free Software // * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // */ -using System; +using System; +using System.IO; +using System.Text.RegularExpressions; namespace frugalmonotools { public class Service @@ -31,11 +33,47 @@ namespace frugalmonotools } public bool IsStarted() { - return true; + string strSatus=Outils.getoutput("/sbin/service "+this.Get_Name()+" status"); + if(Regex.Matches(strSatus," ON ").Count>0) + { + return true; + } + if(Regex.Matches(strSatus," OFF").Count>0) + { + return false; + } + Console.WriteLine(this.Get_Name()+" don't use status this service should be fixed"); + return false; + + + } + private bool _findRunlevel(int runlevel) + { + try + { + string rcFile="/etc/rc.d/rc"+runlevel.ToString()+".d/"; + string[] files= Directory.GetFiles(rcFile,"*rc."+this.Get_Name()); + if (files.Length==1) + return true; + else + return false; + } + catch(Exception exe) + { + Console.WriteLine(exe.Message); + return false; + } } public bool IsStartedOnBoot() { - return true; + //check on all runlevel + int i =0; + while(i<=6) + { + if (_findRunlevel(i)) return true; + i++; + } + return false; } public void Start() { diff --git a/frugal-mono-tools/Services.cs b/frugal-mono-tools/Services.cs index 4e44d96..8ea5494 100644 --- a/frugal-mono-tools/Services.cs +++ b/frugal-mono-tools/Services.cs @@ -43,11 +43,31 @@ namespace frugalmonotools (rcName!="6")&& (rcName!="K")&& (rcName!="M")&& - (rcName!="S")) + (rcName!="S")&& + (rcName!="zz-splash")&& + (rcName!="rmount")&& + (rcName!="fsck")&& + (rcName!="splash")&& + (rcName!="swap")&& + (rcName!="sysctl")&& + (rcName!="sysvinit")&& + (rcName!="time")&& + (rcName!="udev")&& + (rcName!="functions")&& + (rcName!="bootclean")&& + (rcName!="console")&& + (rcName!="font")&& + (rcName!="frugalware")&& + (rcName!="hostname")&& + (rcName!="local")&& + (rcName!="modules")&& + (rcName!="mount")&& + (rcName!="serial")&& + (rcName!="single")&& + (rcName!="reboot")) { - Service service = new Service(rcName); - Services.Add(service); - + Service service = new Service(rcName); + Services.Add(service); } } } From bouleetbil at frogdev.info Wed Sep 1 22:07:12 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 22:07:12 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *fixed add/del boot service Message-ID: <20100901200712.6B783132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=bee0256b4b21f6f1af418f3c27105383cb0f523b commit bee0256b4b21f6f1af418f3c27105383cb0f523b Author: bouleetbil Date: Wed Sep 1 21:45:12 2010 +0200 *fixed add/del boot service diff --git a/frugal-mono-tools/Service.cs b/frugal-mono-tools/Service.cs index 46efcda..a3ec3de 100644 --- a/frugal-mono-tools/Service.cs +++ b/frugal-mono-tools/Service.cs @@ -86,9 +86,9 @@ namespace frugalmonotools public void EnableDisableOnBoot(bool enableit) { if(enableit) - Outils.Excecute("service",this.Get_Name()+" del",false); - else Outils.Excecute("service",this.Get_Name()+" add",false); + else + Outils.Excecute("service",this.Get_Name()+" del",false); } } } From bouleetbil at frogdev.info Wed Sep 1 22:07:12 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 22:07:12 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *fixes location Message-ID: <20100901200712.7689C132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=f585fe632612d68e0df93cf59cafb1bc10c43736 commit f585fe632612d68e0df93cf59cafb1bc10c43736 Author: bouleetbil Date: Wed Sep 1 21:54:42 2010 +0200 *fixes location diff --git a/frugal-mono-tools/Service.cs b/frugal-mono-tools/Service.cs index a3ec3de..5ddf535 100644 --- a/frugal-mono-tools/Service.cs +++ b/frugal-mono-tools/Service.cs @@ -77,18 +77,18 @@ namespace frugalmonotools } public void Start() { - Outils.Excecute("service",this.Get_Name()+" start",false); + Outils.Excecute("/sbin/service",this.Get_Name()+" start",false); } public void Stop() { - Outils.Excecute("service",this.Get_Name()+" stop",false); + Outils.Excecute("/sbin/service",this.Get_Name()+" stop",false); } public void EnableDisableOnBoot(bool enableit) { if(enableit) - Outils.Excecute("service",this.Get_Name()+" add",false); + Outils.Excecute("/sbin/service",this.Get_Name()+" add",false); else - Outils.Excecute("service",this.Get_Name()+" del",false); + Outils.Excecute("/sbin/service",this.Get_Name()+" del",false); } } } From bouleetbil at frogdev.info Wed Sep 1 22:07:12 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 22:07:12 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *services GUI ready Message-ID: <20100901200712.85F44132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=b90b7fe49cfc59fef7a16810064ba83adbe5626f commit b90b7fe49cfc59fef7a16810064ba83adbe5626f Author: bouleetbil Date: Wed Sep 1 21:57:45 2010 +0200 *services GUI ready diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs index f28cbc4..f96df11 100644 --- a/frugal-mono-tools/MainWindow.cs +++ b/frugal-mono-tools/MainWindow.cs @@ -27,6 +27,7 @@ public partial class MainWindow : Gtk.Window { protected Gtk.TreeIter iter; private string packageSelected=""; + private string ServiceSelected=""; private bool boRoot = false; //pacman-g2 @@ -96,6 +97,8 @@ public partial class MainWindow : Gtk.Window serviceListStore.AppendValues(service.Get_Name(),Etat,OnBoot); } TREE_Services.Model=serviceListStore; + // Event on treeview + TREE_Services.Selection.Changed += OnSelectionEntryService; //pacman-g2 // Create a column for the package name @@ -695,6 +698,37 @@ public partial class MainWindow : Gtk.Window } catch{} } + protected void OnSelectionEntryService(object o, EventArgs args) + { + try + { + + TreeModel model; + if (((TreeSelection)o).GetSelected(out model, out iter)) + { + string T =(string)model.GetValue (iter, 0); + ServiceSelected=T; + if(boRoot) + { + BTN_ServiceStop.Visible=false; + BTN_ServiceStart.Visible=false; + BTN_ServiceDelBoot.Visible=false; + BTN_ServiceAddBoot.Visible=false; + Service service = new Service(T); + if (service.IsStarted()) + BTN_ServiceStop.Visible=true; + else + BTN_ServiceStart.Visible=true; + if(service.IsStartedOnBoot()) + BTN_ServiceDelBoot.Visible=true; + else + BTN_ServiceAddBoot.Visible=true; + + } + } + } + catch{} + } protected virtual void OnBTNUninstallClicked (object sender, System.EventArgs e) { @@ -764,6 +798,46 @@ public partial class MainWindow : Gtk.Window MainClass.configuration.ConfSave(); } + protected virtual void OnBTNServiceStartClicked (object sender, System.EventArgs e) + { + if(ServiceSelected!="") + { + Service service = new Service(ServiceSelected); + service.Start(); + } + } + + protected virtual void OnBTNServiceStopClicked (object sender, System.EventArgs e) + { + if(ServiceSelected!="") + { + Service service = new Service(ServiceSelected); + service.Stop(); + } + } + + protected virtual void OnBTNServiceDelBootClicked (object sender, System.EventArgs e) + { + if(ServiceSelected!="") + { + Service service = new Service(ServiceSelected); + service.EnableDisableOnBoot(false); + } + } + + protected virtual void OnBTNServiceAddBootClicked (object sender, System.EventArgs e) + { + if(ServiceSelected!="") + { + Service service = new Service(ServiceSelected); + service.EnableDisableOnBoot(true); + } + } + + + + + } diff --git a/frugal-mono-tools/gtk-gui/MainWindow.cs b/frugal-mono-tools/gtk-gui/MainWindow.cs index b5533b9..f047b11 100644 --- a/frugal-mono-tools/gtk-gui/MainWindow.cs +++ b/frugal-mono-tools/gtk-gui/MainWindow.cs @@ -93,7 +93,13 @@ public partial class MainWindow private global::Gtk.HBox hbox20; - private global::Gtk.Button BTN_Services; + private global::Gtk.Button BTN_ServiceStart; + + private global::Gtk.Button BTN_ServiceStop; + + private global::Gtk.Button BTN_ServiceDelBoot; + + private global::Gtk.Button BTN_ServiceAddBoot; private global::Gtk.Label label3; @@ -217,7 +223,7 @@ public partial class MainWindow this.ONG_principal = new global::Gtk.Notebook (); this.ONG_principal.CanFocus = true; this.ONG_principal.Name = "ONG_principal"; - this.ONG_principal.CurrentPage = 2; + this.ONG_principal.CurrentPage = 3; // Container child ONG_principal.Gtk.Notebook+NotebookChild this.vbox4 = new global::Gtk.VBox (); this.vbox4.Name = "vbox4"; @@ -634,24 +640,57 @@ public partial class MainWindow this.hbox20.Name = "hbox20"; this.hbox20.Spacing = 6; // Container child hbox20.Gtk.Box+BoxChild - this.BTN_Services = new global::Gtk.Button (); - this.BTN_Services.CanFocus = true; - this.BTN_Services.Name = "BTN_Services"; - this.BTN_Services.UseUnderline = true; - this.BTN_Services.Label = global::Mono.Unix.Catalog.GetString ("Apply"); - this.hbox20.Add (this.BTN_Services); - global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox20[this.BTN_Services])); - w40.Position = 2; + this.BTN_ServiceStart = new global::Gtk.Button (); + this.BTN_ServiceStart.CanFocus = true; + this.BTN_ServiceStart.Name = "BTN_ServiceStart"; + this.BTN_ServiceStart.UseUnderline = true; + this.BTN_ServiceStart.Label = global::Mono.Unix.Catalog.GetString ("Start"); + this.hbox20.Add (this.BTN_ServiceStart); + global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox20[this.BTN_ServiceStart])); + w40.Position = 0; w40.Expand = false; w40.Fill = false; - this.vbox7.Add (this.hbox20); - global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox20])); - w41.Position = 2; + // Container child hbox20.Gtk.Box+BoxChild + this.BTN_ServiceStop = new global::Gtk.Button (); + this.BTN_ServiceStop.CanFocus = true; + this.BTN_ServiceStop.Name = "BTN_ServiceStop"; + this.BTN_ServiceStop.UseUnderline = true; + this.BTN_ServiceStop.Label = global::Mono.Unix.Catalog.GetString ("Stop"); + this.hbox20.Add (this.BTN_ServiceStop); + global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox20[this.BTN_ServiceStop])); + w41.Position = 1; w41.Expand = false; w41.Fill = false; + // Container child hbox20.Gtk.Box+BoxChild + this.BTN_ServiceDelBoot = new global::Gtk.Button (); + this.BTN_ServiceDelBoot.CanFocus = true; + this.BTN_ServiceDelBoot.Name = "BTN_ServiceDelBoot"; + this.BTN_ServiceDelBoot.UseUnderline = true; + this.BTN_ServiceDelBoot.Label = global::Mono.Unix.Catalog.GetString ("Don't start it on boot"); + this.hbox20.Add (this.BTN_ServiceDelBoot); + global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox20[this.BTN_ServiceDelBoot])); + w42.Position = 2; + w42.Expand = false; + w42.Fill = false; + // Container child hbox20.Gtk.Box+BoxChild + this.BTN_ServiceAddBoot = new global::Gtk.Button (); + this.BTN_ServiceAddBoot.CanFocus = true; + this.BTN_ServiceAddBoot.Name = "BTN_ServiceAddBoot"; + this.BTN_ServiceAddBoot.UseUnderline = true; + this.BTN_ServiceAddBoot.Label = global::Mono.Unix.Catalog.GetString ("Start it on boot"); + this.hbox20.Add (this.BTN_ServiceAddBoot); + global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox20[this.BTN_ServiceAddBoot])); + w43.Position = 3; + w43.Expand = false; + w43.Fill = false; + this.vbox7.Add (this.hbox20); + global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox20])); + w44.Position = 2; + w44.Expand = false; + w44.Fill = false; this.ONG_principal.Add (this.vbox7); - global::Gtk.Notebook.NotebookChild w42 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox7])); - w42.Position = 3; + global::Gtk.Notebook.NotebookChild w45 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox7])); + w45.Position = 3; // Notebook tab this.label3 = new global::Gtk.Label (); this.label3.Name = "label3"; @@ -671,10 +710,10 @@ public partial class MainWindow this.image6.Name = "image6"; this.image6.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.fw.png"); this.hbox1.Add (this.image6); - global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.image6])); - w43.Position = 0; - w43.Expand = false; - w43.Fill = false; + global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.image6])); + w46.Position = 0; + w46.Expand = false; + w46.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.INT_FW = new global::Gtk.CheckButton (); this.INT_FW.CanFocus = true; @@ -683,13 +722,13 @@ public partial class MainWindow this.INT_FW.DrawIndicator = true; this.INT_FW.UseUnderline = true; this.hbox1.Add (this.INT_FW); - global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.INT_FW])); - w44.Position = 1; + global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.INT_FW])); + w47.Position = 1; this.vbox1.Add (this.hbox1); - global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1])); - w45.Position = 0; - w45.Expand = false; - w45.Fill = false; + global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1])); + w48.Position = 0; + w48.Expand = false; + w48.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox2 = new global::Gtk.HBox (); this.hbox2.Name = "hbox2"; @@ -699,10 +738,10 @@ public partial class MainWindow this.image7.Name = "image7"; this.image7.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.nmlogo.png"); this.hbox2.Add (this.image7); - global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.image7])); - w46.Position = 0; - w46.Expand = false; - w46.Fill = false; + global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.image7])); + w49.Position = 0; + w49.Expand = false; + w49.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.INT_NM = new global::Gtk.CheckButton (); this.INT_NM.CanFocus = true; @@ -711,22 +750,22 @@ public partial class MainWindow this.INT_NM.DrawIndicator = true; this.INT_NM.UseUnderline = true; this.hbox2.Add (this.INT_NM); - global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.INT_NM])); - w47.Position = 1; + global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.INT_NM])); + w50.Position = 1; // Container child hbox2.Gtk.Box+BoxChild this.LIB_NMNotInstalled = new global::Gtk.Label (); this.LIB_NMNotInstalled.Name = "LIB_NMNotInstalled"; this.LIB_NMNotInstalled.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox2.Add (this.LIB_NMNotInstalled); - global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.LIB_NMNotInstalled])); - w48.Position = 2; - w48.Expand = false; - w48.Fill = false; + global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.LIB_NMNotInstalled])); + w51.Position = 2; + w51.Expand = false; + w51.Fill = false; this.vbox1.Add (this.hbox2); - global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2])); - w49.Position = 1; - w49.Expand = false; - w49.Fill = false; + global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2])); + w52.Position = 1; + w52.Expand = false; + w52.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox (); this.hbox3.Name = "hbox3"; @@ -736,10 +775,10 @@ public partial class MainWindow this.image8.Name = "image8"; this.image8.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.wicdlogo.png"); this.hbox3.Add (this.image8); - global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.image8])); - w50.Position = 0; - w50.Expand = false; - w50.Fill = false; + global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.image8])); + w53.Position = 0; + w53.Expand = false; + w53.Fill = false; // Container child hbox3.Gtk.Box+BoxChild this.INT_WICD = new global::Gtk.CheckButton (); this.INT_WICD.CanFocus = true; @@ -748,22 +787,22 @@ public partial class MainWindow this.INT_WICD.DrawIndicator = true; this.INT_WICD.UseUnderline = true; this.hbox3.Add (this.INT_WICD); - global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.INT_WICD])); - w51.Position = 1; + global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.INT_WICD])); + w54.Position = 1; // Container child hbox3.Gtk.Box+BoxChild this.LIB_WICDNotInstalled = new global::Gtk.Label (); this.LIB_WICDNotInstalled.Name = "LIB_WICDNotInstalled"; this.LIB_WICDNotInstalled.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox3.Add (this.LIB_WICDNotInstalled); - global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.LIB_WICDNotInstalled])); - w52.Position = 2; - w52.Expand = false; - w52.Fill = false; + global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.LIB_WICDNotInstalled])); + w55.Position = 2; + w55.Expand = false; + w55.Fill = false; this.vbox1.Add (this.hbox3); - global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3])); - w53.Position = 2; - w53.Expand = false; - w53.Fill = false; + global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3])); + w56.Position = 2; + w56.Expand = false; + w56.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox4 = new global::Gtk.HBox (); this.hbox4.Name = "hbox4"; @@ -775,19 +814,19 @@ public partial class MainWindow this.BTN_Network.UseUnderline = true; this.BTN_Network.Label = global::Mono.Unix.Catalog.GetString ("Apply"); this.hbox4.Add (this.BTN_Network); - global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.BTN_Network])); - w54.Position = 2; - w54.Expand = false; - w54.Fill = false; + global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.BTN_Network])); + w57.Position = 2; + w57.Expand = false; + w57.Fill = false; this.vbox1.Add (this.hbox4); - global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4])); - w55.PackType = ((global::Gtk.PackType)(1)); - w55.Position = 3; - w55.Expand = false; - w55.Fill = false; + global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4])); + w58.PackType = ((global::Gtk.PackType)(1)); + w58.Position = 3; + w58.Expand = false; + w58.Fill = false; this.ONG_principal.Add (this.vbox1); - global::Gtk.Notebook.NotebookChild w56 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox1])); - w56.Position = 4; + global::Gtk.Notebook.NotebookChild w59 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox1])); + w59.Position = 4; // Notebook tab this.LIB_Network = new global::Gtk.Label (); this.LIB_Network.Name = "LIB_Network"; @@ -807,10 +846,10 @@ public partial class MainWindow this.image1.Name = "image1"; this.image1.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.xorglogo.png"); this.hbox5.Add (this.image1); - global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.image1])); - w57.Position = 0; - w57.Expand = false; - w57.Fill = false; + global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.image1])); + w60.Position = 0; + w60.Expand = false; + w60.Fill = false; // Container child hbox5.Gtk.Box+BoxChild this.INT_XDM = new global::Gtk.CheckButton (); this.INT_XDM.CanFocus = true; @@ -819,22 +858,22 @@ public partial class MainWindow this.INT_XDM.DrawIndicator = true; this.INT_XDM.UseUnderline = true; this.hbox5.Add (this.INT_XDM); - global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.INT_XDM])); - w58.Position = 1; + global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.INT_XDM])); + w61.Position = 1; // Container child hbox5.Gtk.Box+BoxChild this.LIB_XDM = new global::Gtk.Label (); this.LIB_XDM.Name = "LIB_XDM"; this.LIB_XDM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox5.Add (this.LIB_XDM); - global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.LIB_XDM])); - w59.Position = 2; - w59.Expand = false; - w59.Fill = false; + global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.LIB_XDM])); + w62.Position = 2; + w62.Expand = false; + w62.Fill = false; this.vbox3.Add (this.hbox5); - global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox5])); - w60.Position = 0; - w60.Expand = false; - w60.Fill = false; + global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox5])); + w63.Position = 0; + w63.Expand = false; + w63.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox6 = new global::Gtk.HBox (); this.hbox6.Name = "hbox6"; @@ -844,10 +883,10 @@ public partial class MainWindow this.image2.Name = "image2"; this.image2.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.lxdelogo.png"); this.hbox6.Add (this.image2); - global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.image2])); - w61.Position = 0; - w61.Expand = false; - w61.Fill = false; + global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.image2])); + w64.Position = 0; + w64.Expand = false; + w64.Fill = false; // Container child hbox6.Gtk.Box+BoxChild this.INT_LXDM = new global::Gtk.CheckButton (); this.INT_LXDM.CanFocus = true; @@ -856,22 +895,22 @@ public partial class MainWindow this.INT_LXDM.DrawIndicator = true; this.INT_LXDM.UseUnderline = true; this.hbox6.Add (this.INT_LXDM); - global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.INT_LXDM])); - w62.Position = 1; + global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.INT_LXDM])); + w65.Position = 1; // Container child hbox6.Gtk.Box+BoxChild this.LIB_LXDM = new global::Gtk.Label (); this.LIB_LXDM.Name = "LIB_LXDM"; this.LIB_LXDM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox6.Add (this.LIB_LXDM); - global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.LIB_LXDM])); - w63.Position = 2; - w63.Expand = false; - w63.Fill = false; + global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.LIB_LXDM])); + w66.Position = 2; + w66.Expand = false; + w66.Fill = false; this.vbox3.Add (this.hbox6); - global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox6])); - w64.Position = 1; - w64.Expand = false; - w64.Fill = false; + global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox6])); + w67.Position = 1; + w67.Expand = false; + w67.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox7 = new global::Gtk.HBox (); this.hbox7.Name = "hbox7"; @@ -881,10 +920,10 @@ public partial class MainWindow this.image3.Name = "image3"; this.image3.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.xfcelogo.png"); this.hbox7.Add (this.image3); - global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.image3])); - w65.Position = 0; - w65.Expand = false; - w65.Fill = false; + global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.image3])); + w68.Position = 0; + w68.Expand = false; + w68.Fill = false; // Container child hbox7.Gtk.Box+BoxChild this.INT_Slim = new global::Gtk.CheckButton (); this.INT_Slim.CanFocus = true; @@ -893,22 +932,22 @@ public partial class MainWindow this.INT_Slim.DrawIndicator = true; this.INT_Slim.UseUnderline = true; this.hbox7.Add (this.INT_Slim); - global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.INT_Slim])); - w66.Position = 1; + global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.INT_Slim])); + w69.Position = 1; // Container child hbox7.Gtk.Box+BoxChild this.LIB_SLIM = new global::Gtk.Label (); this.LIB_SLIM.Name = "LIB_SLIM"; this.LIB_SLIM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox7.Add (this.LIB_SLIM); - global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.LIB_SLIM])); - w67.Position = 2; - w67.Expand = false; - w67.Fill = false; + global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.LIB_SLIM])); + w70.Position = 2; + w70.Expand = false; + w70.Fill = false; this.vbox3.Add (this.hbox7); - global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox7])); - w68.Position = 2; - w68.Expand = false; - w68.Fill = false; + global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox7])); + w71.Position = 2; + w71.Expand = false; + w71.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox9 = new global::Gtk.HBox (); this.hbox9.Name = "hbox9"; @@ -918,10 +957,10 @@ public partial class MainWindow this.image4.Name = "image4"; this.image4.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.gnomelogo.png"); this.hbox9.Add (this.image4); - global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.image4])); - w69.Position = 0; - w69.Expand = false; - w69.Fill = false; + global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.image4])); + w72.Position = 0; + w72.Expand = false; + w72.Fill = false; // Container child hbox9.Gtk.Box+BoxChild this.INT_GDM = new global::Gtk.CheckButton (); this.INT_GDM.CanFocus = true; @@ -930,22 +969,22 @@ public partial class MainWindow this.INT_GDM.DrawIndicator = true; this.INT_GDM.UseUnderline = true; this.hbox9.Add (this.INT_GDM); - global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.INT_GDM])); - w70.Position = 1; + global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.INT_GDM])); + w73.Position = 1; // Container child hbox9.Gtk.Box+BoxChild this.LIB_GDM = new global::Gtk.Label (); this.LIB_GDM.Name = "LIB_GDM"; this.LIB_GDM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox9.Add (this.LIB_GDM); - global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.LIB_GDM])); - w71.Position = 2; - w71.Expand = false; - w71.Fill = false; + global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.LIB_GDM])); + w74.Position = 2; + w74.Expand = false; + w74.Fill = false; this.vbox3.Add (this.hbox9); - global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox9])); - w72.Position = 3; - w72.Expand = false; - w72.Fill = false; + global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox9])); + w75.Position = 3; + w75.Expand = false; + w75.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox10 = new global::Gtk.HBox (); this.hbox10.Name = "hbox10"; @@ -955,10 +994,10 @@ public partial class MainWindow this.image5.Name = "image5"; this.image5.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.kdelogo.png"); this.hbox10.Add (this.image5); - global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.image5])); - w73.Position = 0; - w73.Expand = false; - w73.Fill = false; + global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.image5])); + w76.Position = 0; + w76.Expand = false; + w76.Fill = false; // Container child hbox10.Gtk.Box+BoxChild this.INT_KDM = new global::Gtk.CheckButton (); this.INT_KDM.CanFocus = true; @@ -967,22 +1006,22 @@ public partial class MainWindow this.INT_KDM.DrawIndicator = true; this.INT_KDM.UseUnderline = true; this.hbox10.Add (this.INT_KDM); - global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.INT_KDM])); - w74.Position = 1; + global::Gtk.Box.BoxChild w77 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.INT_KDM])); + w77.Position = 1; // Container child hbox10.Gtk.Box+BoxChild this.LIB_KDM = new global::Gtk.Label (); this.LIB_KDM.Name = "LIB_KDM"; this.LIB_KDM.LabelProp = global::Mono.Unix.Catalog.GetString ("Not installed"); this.hbox10.Add (this.LIB_KDM); - global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.LIB_KDM])); - w75.Position = 2; - w75.Expand = false; - w75.Fill = false; + global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.LIB_KDM])); + w78.Position = 2; + w78.Expand = false; + w78.Fill = false; this.vbox3.Add (this.hbox10); - global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox10])); - w76.Position = 4; - w76.Expand = false; - w76.Fill = false; + global::Gtk.Box.BoxChild w79 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox10])); + w79.Position = 4; + w79.Expand = false; + w79.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox8 = new global::Gtk.HBox (); this.hbox8.Name = "hbox8"; @@ -994,19 +1033,19 @@ public partial class MainWindow this.BTN_LoginManager.UseUnderline = true; this.BTN_LoginManager.Label = global::Mono.Unix.Catalog.GetString ("Apply"); this.hbox8.Add (this.BTN_LoginManager); - global::Gtk.Box.BoxChild w77 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.BTN_LoginManager])); - w77.Position = 2; - w77.Expand = false; - w77.Fill = false; + global::Gtk.Box.BoxChild w80 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.BTN_LoginManager])); + w80.Position = 2; + w80.Expand = false; + w80.Fill = false; this.vbox3.Add (this.hbox8); - global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox8])); - w78.PackType = ((global::Gtk.PackType)(1)); - w78.Position = 5; - w78.Expand = false; - w78.Fill = false; + global::Gtk.Box.BoxChild w81 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox8])); + w81.PackType = ((global::Gtk.PackType)(1)); + w81.Position = 5; + w81.Expand = false; + w81.Fill = false; this.ONG_principal.Add (this.vbox3); - global::Gtk.Notebook.NotebookChild w79 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox3])); - w79.Position = 5; + global::Gtk.Notebook.NotebookChild w82 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox3])); + w82.Position = 5; // Notebook tab this.LIB_LoginManager = new global::Gtk.Label (); this.LIB_LoginManager.Name = "LIB_LoginManager"; @@ -1021,18 +1060,18 @@ public partial class MainWindow this.CBO_TitleNews = global::Gtk.ComboBox.NewText (); this.CBO_TitleNews.Name = "CBO_TitleNews"; this.vbox5.Add (this.CBO_TitleNews); - global::Gtk.Box.BoxChild w80 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.CBO_TitleNews])); - w80.Position = 0; - w80.Expand = false; - w80.Fill = false; + global::Gtk.Box.BoxChild w83 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.CBO_TitleNews])); + w83.Position = 0; + w83.Expand = false; + w83.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.LIB_Titre = new global::Gtk.Label (); this.LIB_Titre.Name = "LIB_Titre"; this.vbox5.Add (this.LIB_Titre); - global::Gtk.Box.BoxChild w81 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.LIB_Titre])); - w81.Position = 1; - w81.Expand = false; - w81.Fill = false; + global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.LIB_Titre])); + w84.Position = 1; + w84.Expand = false; + w84.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.BTN_Link = new global::Gtk.Button (); this.BTN_Link.CanFocus = true; @@ -1040,13 +1079,13 @@ public partial class MainWindow this.BTN_Link.UseUnderline = true; this.BTN_Link.Label = global::Mono.Unix.Catalog.GetString ("Link"); this.vbox5.Add (this.BTN_Link); - global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.BTN_Link])); - w82.Position = 3; - w82.Expand = false; - w82.Fill = false; + global::Gtk.Box.BoxChild w85 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.BTN_Link])); + w85.Position = 3; + w85.Expand = false; + w85.Fill = false; this.ONG_principal.Add (this.vbox5); - global::Gtk.Notebook.NotebookChild w83 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox5])); - w83.Position = 6; + global::Gtk.Notebook.NotebookChild w86 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox5])); + w86.Position = 6; // Notebook tab this.LIB_News = new global::Gtk.Label (); this.LIB_News.Name = "LIB_News"; @@ -1065,10 +1104,10 @@ public partial class MainWindow this.INT_CheckStartup.DrawIndicator = true; this.INT_CheckStartup.UseUnderline = true; this.vbox8.Add (this.INT_CheckStartup); - global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_CheckStartup])); - w84.Position = 0; - w84.Expand = false; - w84.Fill = false; + global::Gtk.Box.BoxChild w87 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_CheckStartup])); + w87.Position = 0; + w87.Expand = false; + w87.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.INT_StartWithXSession = new global::Gtk.CheckButton (); this.INT_StartWithXSession.CanFocus = true; @@ -1078,10 +1117,10 @@ public partial class MainWindow this.INT_StartWithXSession.DrawIndicator = true; this.INT_StartWithXSession.UseUnderline = true; this.vbox8.Add (this.INT_StartWithXSession); - global::Gtk.Box.BoxChild w85 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_StartWithXSession])); - w85.Position = 1; - w85.Expand = false; - w85.Fill = false; + global::Gtk.Box.BoxChild w88 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_StartWithXSession])); + w88.Position = 1; + w88.Expand = false; + w88.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.INT_ShowNotif = new global::Gtk.CheckButton (); this.INT_ShowNotif.CanFocus = true; @@ -1091,10 +1130,10 @@ public partial class MainWindow this.INT_ShowNotif.DrawIndicator = true; this.INT_ShowNotif.UseUnderline = true; this.vbox8.Add (this.INT_ShowNotif); - global::Gtk.Box.BoxChild w86 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowNotif])); - w86.Position = 2; - w86.Expand = false; - w86.Fill = false; + global::Gtk.Box.BoxChild w89 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowNotif])); + w89.Position = 2; + w89.Expand = false; + w89.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.hbox21 = new global::Gtk.HBox (); this.hbox21.Name = "hbox21"; @@ -1106,18 +1145,18 @@ public partial class MainWindow this.BTN_SaveConf.UseUnderline = true; this.BTN_SaveConf.Label = global::Mono.Unix.Catalog.GetString ("Apply"); this.hbox21.Add (this.BTN_SaveConf); - global::Gtk.Box.BoxChild w87 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.BTN_SaveConf])); - w87.Position = 2; - w87.Expand = false; - w87.Fill = false; + global::Gtk.Box.BoxChild w90 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.BTN_SaveConf])); + w90.Position = 2; + w90.Expand = false; + w90.Fill = false; this.vbox8.Add (this.hbox21); - global::Gtk.Box.BoxChild w88 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox21])); - w88.Position = 4; - w88.Expand = false; - w88.Fill = false; + global::Gtk.Box.BoxChild w91 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox21])); + w91.Position = 4; + w91.Expand = false; + w91.Fill = false; this.ONG_principal.Add (this.vbox8); - global::Gtk.Notebook.NotebookChild w89 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox8])); - w89.Position = 7; + global::Gtk.Notebook.NotebookChild w92 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox8])); + w92.Position = 7; // Notebook tab this.Configuration = new global::Gtk.Label (); this.Configuration.Name = "Configuration"; @@ -1135,8 +1174,8 @@ public partial class MainWindow this.textview2.Name = "textview2"; this.GtkScrolledWindow2.Add (this.textview2); this.ONG_principal.Add (this.GtkScrolledWindow2); - global::Gtk.Notebook.NotebookChild w91 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.GtkScrolledWindow2])); - w91.Position = 8; + global::Gtk.Notebook.NotebookChild w94 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.GtkScrolledWindow2])); + w94.Position = 8; // Notebook tab this.label6 = new global::Gtk.Label (); this.label6.Name = "label6"; @@ -1150,6 +1189,10 @@ public partial class MainWindow this.DefaultWidth = 597; this.DefaultHeight = 395; this.BTN_Setup.Hide (); + this.BTN_ServiceStart.Hide (); + this.BTN_ServiceStop.Hide (); + this.BTN_ServiceDelBoot.Hide (); + this.BTN_ServiceAddBoot.Hide (); this.Show (); this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent); this.CBO_Repo.Changed += new global::System.EventHandler (this.selectRepo); @@ -1161,6 +1204,10 @@ public partial class MainWindow this.BTN_Xorg.Clicked += new global::System.EventHandler (this.ApplyXorg); this.BTN_Printer.Clicked += new global::System.EventHandler (this.OnBTNPrinterClicked); this.BTN_Setup.Clicked += new global::System.EventHandler (this.OnBTNSetupClicked); + this.BTN_ServiceStart.Clicked += new global::System.EventHandler (this.OnBTNServiceStartClicked); + this.BTN_ServiceStop.Clicked += new global::System.EventHandler (this.OnBTNServiceStopClicked); + this.BTN_ServiceDelBoot.Clicked += new global::System.EventHandler (this.OnBTNServiceDelBootClicked); + this.BTN_ServiceAddBoot.Clicked += new global::System.EventHandler (this.OnBTNServiceAddBootClicked); this.INT_FW.Clicked += new global::System.EventHandler (this.usefw); this.INT_NM.Clicked += new global::System.EventHandler (this.usenm); this.INT_WICD.Clicked += new global::System.EventHandler (this.usewicd); diff --git a/frugal-mono-tools/gtk-gui/gui.stetic b/frugal-mono-tools/gtk-gui/gui.stetic index 19a2875..08a3f5a 100644 --- a/frugal-mono-tools/gtk-gui/gui.stetic +++ b/frugal-mono-tools/gtk-gui/gui.stetic @@ -28,7 +28,7 @@ True - 2 + 3 @@ -607,18 +607,48 @@ ztv 6 - + + + False + True + TextOnly + Start + True + + + + 0 + True + False + False + - + + + False + True + TextOnly + Stop + True + + + + 1 + True + False + False + - + + False True TextOnly - Apply + Don't start it on boot True + 2 @@ -627,6 +657,23 @@ ztv False + + + + False + True + TextOnly + Start it on boot + True + + + + 3 + True + False + False + + 2 From bouleetbil at frogdev.info Wed Sep 1 22:07:12 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 22:07:12 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *can disable splash on startup Message-ID: <20100901200712.91C83132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=2b3729b2cabe8d36d16a25d3e6b92c14bd9537a7 commit 2b3729b2cabe8d36d16a25d3e6b92c14bd9537a7 Author: bouleetbil Date: Wed Sep 1 22:04:43 2010 +0200 *can disable splash on startup diff --git a/frugal-mono-tools/Configuration.cs b/frugal-mono-tools/Configuration.cs index c62fe00..c6f0619 100644 --- a/frugal-mono-tools/Configuration.cs +++ b/frugal-mono-tools/Configuration.cs @@ -27,6 +27,8 @@ namespace frugalmonotools private bool _checkUpdate = false; private bool _startWithX = true; private bool _showNotif = true; + private bool _showSplash = true; + public string GetConfFile(){ return Environment.GetFolderPath(System.Environment.SpecialFolder .Personal)+confFile; @@ -55,6 +57,14 @@ namespace frugalmonotools { return _showNotif; } + public void Set_ShowSplash(bool valeur) + { + _showSplash=valeur; + } + public bool Get_ShowSplash() + { + return _showSplash; + } public Configuration () { @@ -77,6 +87,10 @@ namespace frugalmonotools { Set_ShowNotif(false); } + if (Regex.Matches(line, "dontshowsplash").Count>0) + { + Set_ShowSplash(false); + } } } catch @@ -94,6 +108,7 @@ namespace frugalmonotools if (Get_CheckUpdate()) FileConf.WriteLine("checkupdate"); if (!Get_StartWithX()) FileConf.WriteLine("dontstartwithx"); if (!Get_ShowNotif()) FileConf.WriteLine("dontshownotif"); + if (!Get_ShowSplash()) FileConf.WriteLine("dontshowsplash"); FileConf.Close(); } catch(Exception exe) diff --git a/frugal-mono-tools/Main.cs b/frugal-mono-tools/Main.cs index 856ea37..e9ebee5 100644 --- a/frugal-mono-tools/Main.cs +++ b/frugal-mono-tools/Main.cs @@ -95,7 +95,7 @@ namespace frugalmonotools { Gtk.Application.Init(); - if (configuration.Get_CheckUpdate()) + if (configuration.Get_ShowSplash()) { win = new splash (); win.Show (); diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs index f96df11..bd9d74b 100644 --- a/frugal-mono-tools/MainWindow.cs +++ b/frugal-mono-tools/MainWindow.cs @@ -795,6 +795,7 @@ public partial class MainWindow : Gtk.Window MainClass.configuration.Set_CheckUpdate(INT_CheckStartup.Active); MainClass.configuration.Set_StartWithX(INT_StartWithXSession.Active); MainClass.configuration.Set_ShowNotif(INT_ShowNotif.Active); + MainClass.configuration.Set_ShowSplash(INT_ShowSplash.Active); MainClass.configuration.ConfSave(); } diff --git a/frugal-mono-tools/gtk-gui/MainWindow.cs b/frugal-mono-tools/gtk-gui/MainWindow.cs index f047b11..cbfb0aa 100644 --- a/frugal-mono-tools/gtk-gui/MainWindow.cs +++ b/frugal-mono-tools/gtk-gui/MainWindow.cs @@ -199,6 +199,8 @@ public partial class MainWindow private global::Gtk.CheckButton INT_ShowNotif; + private global::Gtk.CheckButton INT_ShowSplash; + private global::Gtk.HBox hbox21; private global::Gtk.Button BTN_SaveConf; @@ -223,7 +225,7 @@ public partial class MainWindow this.ONG_principal = new global::Gtk.Notebook (); this.ONG_principal.CanFocus = true; this.ONG_principal.Name = "ONG_principal"; - this.ONG_principal.CurrentPage = 3; + this.ONG_principal.CurrentPage = 7; // Container child ONG_principal.Gtk.Notebook+NotebookChild this.vbox4 = new global::Gtk.VBox (); this.vbox4.Name = "vbox4"; @@ -1135,6 +1137,19 @@ public partial class MainWindow w89.Expand = false; w89.Fill = false; // Container child vbox8.Gtk.Box+BoxChild + this.INT_ShowSplash = new global::Gtk.CheckButton (); + this.INT_ShowSplash.CanFocus = true; + this.INT_ShowSplash.Name = "INT_ShowSplash"; + this.INT_ShowSplash.Label = global::Mono.Unix.Catalog.GetString ("Show splash screen"); + this.INT_ShowSplash.Active = true; + this.INT_ShowSplash.DrawIndicator = true; + this.INT_ShowSplash.UseUnderline = true; + this.vbox8.Add (this.INT_ShowSplash); + global::Gtk.Box.BoxChild w90 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowSplash])); + w90.Position = 3; + w90.Expand = false; + w90.Fill = false; + // Container child vbox8.Gtk.Box+BoxChild this.hbox21 = new global::Gtk.HBox (); this.hbox21.Name = "hbox21"; this.hbox21.Spacing = 6; @@ -1145,18 +1160,18 @@ public partial class MainWindow this.BTN_SaveConf.UseUnderline = true; this.BTN_SaveConf.Label = global::Mono.Unix.Catalog.GetString ("Apply"); this.hbox21.Add (this.BTN_SaveConf); - global::Gtk.Box.BoxChild w90 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.BTN_SaveConf])); - w90.Position = 2; - w90.Expand = false; - w90.Fill = false; - this.vbox8.Add (this.hbox21); - global::Gtk.Box.BoxChild w91 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox21])); - w91.Position = 4; + global::Gtk.Box.BoxChild w91 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.BTN_SaveConf])); + w91.Position = 2; w91.Expand = false; w91.Fill = false; + this.vbox8.Add (this.hbox21); + global::Gtk.Box.BoxChild w92 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox21])); + w92.Position = 5; + w92.Expand = false; + w92.Fill = false; this.ONG_principal.Add (this.vbox8); - global::Gtk.Notebook.NotebookChild w92 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox8])); - w92.Position = 7; + global::Gtk.Notebook.NotebookChild w93 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox8])); + w93.Position = 7; // Notebook tab this.Configuration = new global::Gtk.Label (); this.Configuration.Name = "Configuration"; @@ -1174,8 +1189,8 @@ public partial class MainWindow this.textview2.Name = "textview2"; this.GtkScrolledWindow2.Add (this.textview2); this.ONG_principal.Add (this.GtkScrolledWindow2); - global::Gtk.Notebook.NotebookChild w94 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.GtkScrolledWindow2])); - w94.Position = 8; + global::Gtk.Notebook.NotebookChild w95 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.GtkScrolledWindow2])); + w95.Position = 8; // Notebook tab this.label6 = new global::Gtk.Label (); this.label6.Name = "label6"; diff --git a/frugal-mono-tools/gtk-gui/gui.stetic b/frugal-mono-tools/gtk-gui/gui.stetic index 08a3f5a..c49baec 100644 --- a/frugal-mono-tools/gtk-gui/gui.stetic +++ b/frugal-mono-tools/gtk-gui/gui.stetic @@ -28,7 +28,7 @@ True - 3 + 7 @@ -1318,6 +1318,23 @@ ztv + + + True + Show splash screen + True + True + True + True + + + 3 + True + False + False + + + @@ -1348,7 +1365,7 @@ ztv - 4 + 5 True False False From bouleetbil at frogdev.info Wed Sep 1 22:07:12 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 22:07:12 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *update ChangeLog *ready for new version :p Message-ID: <20100901200712.9BC0D132C38F@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=112bc58242c5e3589d6f8bc82d65e6e94b0af58e commit 112bc58242c5e3589d6f8bc82d65e6e94b0af58e Author: bouleetbil Date: Wed Sep 1 22:08:17 2010 +0200 *update ChangeLog *ready for new version :p diff --git a/frugal-mono-tools/ChangeLog b/frugal-mono-tools/ChangeLog index 494bff7..cc2c6be 100644 --- a/frugal-mono-tools/ChangeLog +++ b/frugal-mono-tools/ChangeLog @@ -1,3 +1,10 @@ +2010-09-01 gaetan gourdin + Simple click on icon systray open control center + Added service gestion + New splash from devil505 + load frugalware.org on startup + lspci output on hardware notebook + 2010-08-31 gaetan gourdin Added Systray icon Use vte-sharp instead xterm From bouleetbil at frogdev.info Wed Sep 1 22:09:34 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 22:09:34 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *update TODO Message-ID: <20100901200934.DE07D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=d2bc9363099a3d426062f5cfd981ef5ae5bb1d95 commit d2bc9363099a3d426062f5cfd981ef5ae5bb1d95 Author: bouleetbil Date: Wed Sep 1 22:10:37 2010 +0200 *update TODO diff --git a/frugal-mono-tools/TODO b/frugal-mono-tools/TODO index f32f127..908894e 100644 --- a/frugal-mono-tools/TODO +++ b/frugal-mono-tools/TODO @@ -1,5 +1,4 @@ -1. start/stop service bluez/lirc (notebook hardware) -2. added a sort of etcconfig for find pacnew and purpose to merge/update... -3. see for add repoman merge update... -4. check for integrate polkit authentification -5. parse rss for notify users to latest packages +1. added a sort of etcconfig for find pacnew and purpose to merge/update... +2. see for add repoman merge update... +3. check for integrate polkit authentification +4. parse rss for notify users to latest packages From bouleetbil at frogdev.info Wed Sep 1 22:12:18 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 22:12:18 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *version bump Message-ID: <20100901201218.B0B74132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=bdde3898db87e8c5fca71d1f87895e2d22cd1b98 commit bdde3898db87e8c5fca71d1f87895e2d22cd1b98 Author: bouleetbil Date: Wed Sep 1 22:13:49 2010 +0200 *version bump diff --git a/Service/Service.csproj b/Service/Service.csproj index d2758f2..f2015b8 100644 --- a/Service/Service.csproj +++ b/Service/Service.csproj @@ -9,7 +9,7 @@ Exe Service ServiceMonoFrugal - 0.1.2 + 0.1.3 true diff --git a/frugal-mono-tools.sln b/frugal-mono-tools.sln index ee2a426..172943f 100644 --- a/frugal-mono-tools.sln +++ b/frugal-mono-tools.sln @@ -17,10 +17,8 @@ Global EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {069FB0B9-80D4-4093-88F3-116B09B0E09F}.Debug|x86.ActiveCfg = Debug|Any CPU - {069FB0B9-80D4-4093-88F3-116B09B0E09F}.Debug|x86.Build.0 = Debug|Any CPU {069FB0B9-80D4-4093-88F3-116B09B0E09F}.Release|Any CPU.ActiveCfg = Release|Any CPU {069FB0B9-80D4-4093-88F3-116B09B0E09F}.Release|x86.ActiveCfg = Release|Any CPU - {069FB0B9-80D4-4093-88F3-116B09B0E09F}.Release|x86.Build.0 = Release|Any CPU {8CC36C0E-5E0E-4B46-A124-2CE460C48FF7}.Debug|x86.ActiveCfg = Debug|Any CPU {8CC36C0E-5E0E-4B46-A124-2CE460C48FF7}.Release|Any CPU.ActiveCfg = Release|Any CPU {8CC36C0E-5E0E-4B46-A124-2CE460C48FF7}.Release|x86.ActiveCfg = Release|Any CPU @@ -50,6 +48,6 @@ Global $0.StandardHeader = $4 $4.Text = @/*\r\n * Copyright (C) 2010 by Gaetan Gourdin \r\n *\r\n * This program is free software; you can redistribute it and/or modify\r\n * it under the terms of the GNU General Public License as published by\r\n * the Free Software Foundation; either version 2 of the License, or\r\n * (at your option) any later version.\r\n *\r\n * This program is distributed in the hope that it will be useful,\r\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r\n * GNU General Public License for more details.\r\n *\r\n * You should have received a copy of the GNU General Public License\r\n * along with this program; if not, write to the Free Software\r\n * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\r\n */ $4.inheritsSet = Apache2License - version = 0.1.2 + version = 0.1.3 EndGlobalSection EndGlobal diff --git a/frugal-mono-tools/frugal-mono-tools.csproj b/frugal-mono-tools/frugal-mono-tools.csproj index 86686d2..1547510 100644 --- a/frugal-mono-tools/frugal-mono-tools.csproj +++ b/frugal-mono-tools/frugal-mono-tools.csproj @@ -9,7 +9,7 @@ WinExe frugalmonotools frugal-mono-tools - 0.1.2 + 0.1.3 true From exceed.cedric at gmail.com Wed Sep 1 22:12:19 2010 From: exceed.cedric at gmail.com (exceed) Date: Wed, 1 Sep 2010 22:12:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gereqi-0.4.1-1-i686 Message-ID: <20100901201219.D4BD2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ca61c070b4d6a967dc53e9a03dc6359c11d1009d commit ca61c070b4d6a967dc53e9a03dc6359c11d1009d Author: exceed Date: Thu Sep 2 00:28:09 2010 +0200 gereqi-0.4.1-1-i686 * Version bump diff --git a/source/xmultimedia-extra/gereqi/FrugalBuild b/source/xmultimedia-extra/gereqi/FrugalBuild index 886f8cc..7c51647 100644 --- a/source/xmultimedia-extra/gereqi/FrugalBuild +++ b/source/xmultimedia-extra/gereqi/FrugalBuild @@ -3,11 +3,11 @@ # Contributor: centuri0 pkgname=gereqi -pkgver=0.4.0 +pkgver=0.4.1 pkgrel=1 pkgdesc="A music organiser and player, clone of Amarok-1.4" depends=('gst-python' 'mutagen' 'lxml' 'pyinotify' 'pyqt4') groups=('xmultimedia-extra') archs=('i686') Finclude googlecode -sha1sums=('72bdcc27f127fca52dcf2f83f1ccb6bfbc59bafe') +sha1sums=('8badd0721b0fba581fedcfcd047bbcec4dab7b21') From bouleetbil at frogdev.info Wed Sep 1 22:40:32 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 22:40:32 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *fixes splash *check service into a thread Message-ID: <20100901204032.C8B68132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=52bcdd9f7ef7ed97064cb8e8572d00b34ce9501d commit 52bcdd9f7ef7ed97064cb8e8572d00b34ce9501d Author: bouleetbil Date: Wed Sep 1 22:41:39 2010 +0200 *fixes splash *check service into a thread diff --git a/frugal-mono-tools/Main.cs b/frugal-mono-tools/Main.cs index e9ebee5..b1dcc30 100644 --- a/frugal-mono-tools/Main.cs +++ b/frugal-mono-tools/Main.cs @@ -46,6 +46,7 @@ namespace frugalmonotools { updatePkg=Update.CheckUpdate(); } + ServicesRc.CheckList(); win.InitFinish(); } @@ -106,6 +107,7 @@ namespace frugalmonotools } else { + ServicesRc.CheckList(); MainWindow Fen = new MainWindow(); Fen.Show(); } diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs index bd9d74b..3b3c9c9 100644 --- a/frugal-mono-tools/MainWindow.cs +++ b/frugal-mono-tools/MainWindow.cs @@ -87,7 +87,6 @@ public partial class MainWindow : Gtk.Window ColumnServiceOnBoot.PackStart (ServiceOnBootCell, true); TREE_Services.AppendColumn (ColumnServiceOnBoot); ColumnServiceOnBoot.AddAttribute (ServiceOnBootCell, "text", 2); - ServicesRc.CheckList(); foreach(Service service in ServicesRc.Services) { string Etat = "yes"; From bouleetbil at frogdev.info Wed Sep 1 22:45:18 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 1 Sep 2010 22:45:18 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *read config for check/uncheck see splash Message-ID: <20100901204518.78F60132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=fc633b7634a5383f23065d36547e259d8fa0021f commit fc633b7634a5383f23065d36547e259d8fa0021f Author: bouleetbil Date: Wed Sep 1 22:46:41 2010 +0200 *read config for check/uncheck see splash diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs index 3b3c9c9..5a3820b 100644 --- a/frugal-mono-tools/MainWindow.cs +++ b/frugal-mono-tools/MainWindow.cs @@ -315,6 +315,7 @@ public partial class MainWindow : Gtk.Window INT_CheckStartup.Active=MainClass.configuration.Get_CheckUpdate(); INT_StartWithXSession.Active=MainClass.configuration.Get_StartWithX(); INT_ShowNotif.Active=MainClass.configuration.Get_ShowNotif(); + INT_ShowSplash.Active=MainClass.configuration.Get_ShowSplash(); } protected void OnDeleteEvent (object sender, DeleteEventArgs a) From russelldickenson at gmail.com Thu Sep 2 00:36:10 2010 From: russelldickenson at gmail.com (Russell Dickenson) Date: Thu, 2 Sep 2010 08:36:10 +1000 Subject: [Frugalware-git] frugal-mono-tools: *English translation fix *thanks phayz In-Reply-To: <20100831200907.C03CE132C38C@genesis.frugalware.org> References: <20100831200907.C03CE132C38C@genesis.frugalware.org> Message-ID: bouleetbil, You're welcome. Sorry I hadn't made the same changes in the source files - *.cs? When I opened them in my text editor I found they had warnings saying "Don't change this file" (or something similar). I was going to ask you about these but didn't have time that night. May you always be Frugal, Russell Dickenson (AKA phayz) From vmiklos at frugalware.org Thu Sep 2 00:46:12 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 2 Sep 2010 00:46:12 +0200 (CEST) Subject: [Frugalware-git] python27: mythtv-0.23.1-2-i686 Message-ID: <20100901224612.961D9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=ca4185ac36739c2ff3d358a07e4f0abd28c86cd6 commit ca4185ac36739c2ff3d358a07e4f0abd28c86cd6 Author: Miklos Vajna Date: Wed Sep 1 18:38:02 2010 +0200 mythtv-0.23.1-2-i686 - rebuilt with python-2.7 diff --git a/source/xapps-extra/mythtv/FrugalBuild b/source/xapps-extra/mythtv/FrugalBuild index e3e2736..72803d3 100644 --- a/source/xapps-extra/mythtv/FrugalBuild +++ b/source/xapps-extra/mythtv/FrugalBuild @@ -4,10 +4,10 @@ pkgname=mythtv pkgver=0.23.1 -pkgrel=1 +pkgrel=2 pkgdesc="MythTV is a homebrew PVR project." url="http://mythtv.org/" -depends=('libqtcore' 'libqtwebkit' 'libqtsql' 'libqtscript' 'libqt3support' 'lame' 'libxvmc' 'libdvb' 'lirc') +depends=('libqtcore' 'libqtwebkit' 'libqtsql' 'libqtscript' 'libqt3support' 'lame' 'libxvmc' 'libdvb' 'lirc' 'python>=2.7') rodepends=('mysql') groups=('xapps-extra') archs=('i686' 'x86_64') @@ -28,6 +28,9 @@ build() { Fmakeinstall INSTALL_ROOT=$Fdestdir Ffilerel database/mc.sql /usr/share/mythtv Frcd2 + # fix up broken perl bindings + Fmv $Fdestdir/usr/lib/perl5 /usr/lib + Frm $(dirname $Fdestdir) } sha1sums=('79b3842b36ff4a32569f4852e33bc61ae370b78e' \ 'd0ef90e5bb4d3619d7576dc6cc0bc170e309713a' \ From vmiklos at frugalware.org Thu Sep 2 00:55:16 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 2 Sep 2010 00:55:16 +0200 (CEST) Subject: [Frugalware-git] python27: farsight2-0.0.21-2-i686 Message-ID: <20100901225516.0EBC8132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=bc0e967c44398836b8e104fed040673595ab9963 commit bc0e967c44398836b8e104fed040673595ab9963 Author: Miklos Vajna Date: Thu Sep 2 00:55:12 2010 +0200 farsight2-0.0.21-2-i686 - rebuilt with python-2.7 diff --git a/source/xlib/farsight2/FrugalBuild b/source/xlib/farsight2/FrugalBuild index c94d6ae..477c2e8 100644 --- a/source/xlib/farsight2/FrugalBuild +++ b/source/xlib/farsight2/FrugalBuild @@ -3,16 +3,17 @@ pkgname=farsight2 pkgver=0.0.21 -pkgrel=1 +pkgrel=2 pkgdesc="Farsight2 is an audio/video conferencing framework" url="http://farsight.freedesktop.org/" depends=('dbus-glib>=0.78' 'gst-plugins-good' 'gst-plugins-bad' \ - 'glib2' 'pygtk' 'nice' 'gst-python') + 'glib2' 'pygtk>=2.16.0-5' 'nice' 'gst-python') groups=('xlib') archs=('i686' 'x86_64' 'ppc') replaces=('farsight') up2date="lynx -dump http://farsight.freedesktop.org/releases/$pkgname | Flasttar" -source=(http://farsight.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('baf51f52eeeb81214b376ce1b9f33a22ccac7298') +source=(http://farsight.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz make.patch) +sha1sums=('baf51f52eeeb81214b376ce1b9f33a22ccac7298' \ + '82bc526142d70fd4f70c0cc9e442e1e097a34b4f') # optimization OK diff --git a/source/xlib/farsight2/make.patch b/source/xlib/farsight2/make.patch new file mode 100644 index 0000000..5d889da --- /dev/null +++ b/source/xlib/farsight2/make.patch @@ -0,0 +1,30 @@ +$NetBSD: patch-ae,v 1.3 2010/08/09 11:09:24 wiz Exp $ + +Whitespace fix for gmake-3.82. + +--- docs/libs/Makefile.in.orig 2010-07-16 23:00:58.000000000 +0000 ++++ docs/libs/Makefile.in +@@ -766,7 +766,7 @@ dist-hook: dist-check-gtkdoc dist-hook-l + -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ + -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ + cd $(distdir) && rm -f $(DISTCLEANFILES) +- -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html ++ -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html + + .PHONY : dist-hook-local docs + +$NetBSD: patch-ad,v 1.5 2010/08/09 11:09:24 wiz Exp $ + +gmake-3.82 allows no code outside of targets. + +--- python/Makefile.in.orig 2010-07-16 23:00:59.000000000 +0000 ++++ python/Makefile.in +@@ -677,7 +677,7 @@ uninstall-am: uninstall-pyfarsightLTLIBR + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags uninstall uninstall-am uninstall-pyfarsightLTLIBRARIES + +-[ -z "$PYDEFS" && PYDEFS=`pkg-config --variable=defsdir pygtk-2.0`] ++PYDEFS=`pkg-config --variable=defsdir pygtk-2.0` + + pyfarsight.c: pyfarsight.override pyfarsight.defs + $(PYCODEGEN) \ From vmiklos at frugalware.org Thu Sep 2 01:48:54 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 2 Sep 2010 01:48:54 +0200 (CEST) Subject: [Frugalware-git] python27: gobject-introspection-0.6.14-2-i686 Message-ID: <20100901234854.8DEA3132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=709b377fd54d5b959f07fd308104f856fae92abc commit 709b377fd54d5b959f07fd308104f856fae92abc Author: Miklos Vajna Date: Thu Sep 2 01:48:45 2010 +0200 gobject-introspection-0.6.14-2-i686 - rebuilt with python-2.7 diff --git a/source/xlib-extra/gobject-introspection/FrugalBuild b/source/xlib-extra/gobject-introspection/FrugalBuild index 46aa448..a7d2008 100644 --- a/source/xlib-extra/gobject-introspection/FrugalBuild +++ b/source/xlib-extra/gobject-introspection/FrugalBuild @@ -3,13 +3,15 @@ pkgname=gobject-introspection pkgver=0.6.14 -pkgrel=1 +pkgrel=2 pkgdesc="Generate interface introspection data for GObject libraries." -depends=('glib2' 'libffi' 'cairo>=1.8.10-2' 'libxft') +depends=('glib2' 'libffi' 'cairo>=1.8.10-2' 'libxft' 'python>=2.7') groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') Finclude gnome -sha1sums=('d47714defced03420bc9e5a91defab654823016c') +source=($source python-2.7.patch) +sha1sums=('d47714defced03420bc9e5a91defab654823016c' \ + '721b6d3f2fd1be40ed375e3b796e81675ec3ba28') build() { Fbuild Frm /usr/share/gir-1.0/GSSDP-1.0.gir diff --git a/source/xlib-extra/gobject-introspection/python-2.7.patch b/source/xlib-extra/gobject-introspection/python-2.7.patch new file mode 100644 index 0000000..c8af780 --- /dev/null +++ b/source/xlib-extra/gobject-introspection/python-2.7.patch @@ -0,0 +1,22 @@ +--- gobject-introspection-0.9.0/giscanner/xmlwriter.py~ 2009-09-17 10:53:45.000000000 +0200 ++++ gobject-introspection-0.9.0/giscanner/xmlwriter.py 2010-07-08 15:36:27.702842362 +0200 +@@ -67,7 +67,7 @@ + return attr_value + + +-with LibtoolImporter: ++with LibtoolImporter(None, None): + from giscanner._giscanner import collect_attributes + + +--- gobject-introspection-0.9.0/giscanner/sourcescanner.py~ 2010-06-29 15:35:09.000000000 +0200 ++++ gobject-introspection-0.9.0/giscanner/sourcescanner.py 2010-07-08 15:40:05.096144193 +0200 +@@ -196,7 +196,7 @@ + class SourceScanner(object): + + def __init__(self): +- with LibtoolImporter: ++ with LibtoolImporter(None, None): + from giscanner._giscanner import SourceScanner + self._scanner = SourceScanner() + self._filenames = [] From vmiklos at frugalware.org Thu Sep 2 01:52:45 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 2 Sep 2010 01:52:45 +0200 (CEST) Subject: [Frugalware-git] python27: ethos-0.2.2-3-i686 Message-ID: <20100901235245.9F40A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=93d141c7a67dec09873575ec3f41e0465c7104cc commit 93d141c7a67dec09873575ec3f41e0465c7104cc Author: Miklos Vajna Date: Thu Sep 2 01:52:42 2010 +0200 ethos-0.2.2-3-i686 - rebuilt with python-2.7 diff --git a/source/xlib-extra/ethos/FrugalBuild b/source/xlib-extra/ethos/FrugalBuild index e484ac8..aa2b532 100644 --- a/source/xlib-extra/ethos/FrugalBuild +++ b/source/xlib-extra/ethos/FrugalBuild @@ -3,10 +3,10 @@ pkgname=ethos pkgver=0.2.2 -pkgrel=2 +pkgrel=3 pkgdesc="Plugin framework for GLib" depends=('vala' 'gtk+2>=2.20.0-2' 'pygobject' 'pygtk') -makedepends=('intltool' 'gobject-introspection') +makedepends=('intltool' 'gobject-introspection>=0.6.14-2') groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') From vmiklos at frugalware.org Thu Sep 2 02:05:43 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 2 Sep 2010 02:05:43 +0200 (CEST) Subject: [Frugalware-git] python27: avahi-0.6.25-4-i686 Message-ID: <20100902000543.C38C3132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=0e2f186e2ba8d76f65a6f71bf762f642dd5f1f52 commit 0e2f186e2ba8d76f65a6f71bf762f642dd5f1f52 Author: Miklos Vajna Date: Thu Sep 2 02:05:27 2010 +0200 avahi-0.6.25-4-i686 - rebuilt with python-2.7 diff --git a/source/network/avahi/FrugalBuild b/source/network/avahi/FrugalBuild index e99f997..f76b404 100644 --- a/source/network/avahi/FrugalBuild +++ b/source/network/avahi/FrugalBuild @@ -4,7 +4,7 @@ pkgname=avahi pkgver=0.6.25 -pkgrel=3 +pkgrel=4 pkgdesc="A multicast/unicast DNS-SD framework" archs=('i686' 'x86_64' 'ppc') url="http://www.avahi.org" @@ -33,7 +33,7 @@ subdescs=('Glib bindings for Avahi' 'Mono C# bindings for Avahi' 'QT3 bindings f 'Python bindings for Avahi' 'mDNSresponder and Howl compatibility libraries/headers for Avahi' \ 'GUI GTK based tools for Avahi' 'QT4 bindings for Avahi' 'Discovers DNS servers broadcast with Avahi on a local network' \ 'User interface library for Avahi' 'Mono bindings for Avahi-UI') -subdepends=("glib2 $pkgname=$pkgver" "mono>=2.0.1 $pkgname=$pkgver" "qt $pkgname=$pkgver" "python>=2.6 $pkgname=$pkgver" "$pkgname=$pkgver" \ +subdepends=("glib2 $pkgname=$pkgver" "mono>=2.0.1 $pkgname=$pkgver" "qt $pkgname=$pkgver" "python>=2.7 $pkgname=$pkgver" "$pkgname=$pkgver" \ "avahi-python=$pkgver libglade pygtk libavahi-ui=$pkgver avahi-glib=$pkgver" "libqtcore $pkgname=$pkgver" "$pkgname=$pkgver" \ "gtk+2 $pkgname=$pkgver" "gtk2-sharp>=2.12.6 libavahi-ui=$pkgver") subgroups=('network' 'apps-extra' 'xlib' 'network-extra' 'network' 'gnome-extra' 'lib-extra' 'network-extra' 'gnome' 'gnome-extra') From vmiklos at frugalware.org Thu Sep 2 02:11:05 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 2 Sep 2010 02:11:05 +0200 (CEST) Subject: [Frugalware-git] python27: service-discovery-applet-0.4.3-5-i686 Message-ID: <20100902001105.07646132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=4a60c8075beb1a9998e7d7094659abb1b469579c commit 4a60c8075beb1a9998e7d7094659abb1b469579c Author: Miklos Vajna Date: Thu Sep 2 02:11:01 2010 +0200 service-discovery-applet-0.4.3-5-i686 - rebuilt with python-2.7 diff --git a/source/gnome-extra/service-discovery-applet/FrugalBuild b/source/gnome-extra/service-discovery-applet/FrugalBuild index 001aac1..c7a7900 100644 --- a/source/gnome-extra/service-discovery-applet/FrugalBuild +++ b/source/gnome-extra/service-discovery-applet/FrugalBuild @@ -3,10 +3,10 @@ pkgname=service-discovery-applet pkgver=0.4.3 -pkgrel=4 +pkgrel=5 pkgdesc="Applet for discovering Zeroconf services" url="http://www.avahi.org" -depends=('avahi-python' 'dbus-python>=0.80.2' 'gconf' 'gnome-python-desktop-applet') +depends=('avahi-python>=0.6.25-4' 'dbus-python>=0.80.2' 'gconf' 'gnome-python-desktop-applet') makedepends=('intltool' 'perl-xml-parser') groups=('gnome-extra') archs=('i686' 'x86_64') From vmiklos at frugalware.org Thu Sep 2 02:15:00 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 2 Sep 2010 02:15:00 +0200 (CEST) Subject: [Frugalware-git] python27: psyco-1.6-3-i686 Message-ID: <20100902001500.DD410132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=7ab3880a44d22cbfa1484684e6e5e897f03875c6 commit 7ab3880a44d22cbfa1484684e6e5e897f03875c6 Author: Miklos Vajna Date: Thu Sep 2 02:14:57 2010 +0200 psyco-1.6-3-i686 - rebuilt with python-2.7 diff --git a/source/devel-extra/psyco/FrugalBuild b/source/devel-extra/psyco/FrugalBuild index 412ac32..04d6ffe 100644 --- a/source/devel-extra/psyco/FrugalBuild +++ b/source/devel-extra/psyco/FrugalBuild @@ -3,13 +3,15 @@ pkgname=psyco pkgver=1.6 -pkgrel=2 +pkgrel=3 pkgdesc="Can massively speed up the execution of any Python code." -depends=('python>=2.6') +depends=('python>=2.7') groups=('devel-extra') archs=('i686' '!x86_64') _F_sourceforge_ext="-src.tar.gz" Finclude sourceforge url="http://psyco.sourceforge.net/" # optimization OK -sha1sums=('3c1ffa70b1a37bd855454d41d41a830e9ea82e7d') +source=($source python-2.7.patch) +sha1sums=('3c1ffa70b1a37bd855454d41d41a830e9ea82e7d' \ + 'fd21db5b574f7d1272e4f629b60eb743c065280c') diff --git a/source/devel-extra/psyco/python-2.7.patch b/source/devel-extra/psyco/python-2.7.patch new file mode 100644 index 0000000..4f30234 --- /dev/null +++ b/source/devel-extra/psyco/python-2.7.patch @@ -0,0 +1,42 @@ +From https://bugzilla.redhat.com/attachment.cgi?id=436883 + +FIXME: See https://bugzilla.redhat.com/show_bug.cgi?id=620211, this +makes it build, but it may be still problematic at runtime. + +diff -up ./c/mergepoints.c.python27 ./c/mergepoints.c +--- ./c/mergepoints.c.python27 2007-08-14 19:15:39.000000000 +0200 ++++ ./c/mergepoints.c 2010-08-03 14:02:53.312329431 +0200 +@@ -47,8 +47,8 @@ static char* NoControlFlowIfBuiltin[] = + + /* instructions with a target: */ + #define HAS_JREL_INSTR(op) (op == JUMP_FORWARD || \ +- op == JUMP_IF_FALSE || \ +- op == JUMP_IF_TRUE || \ ++ op == JUMP_IF_FALSE_OR_POP || \ ++ op == JUMP_IF_TRUE_OR_POP || \ + op == FOR_ITER || \ + /* SETUP_LOOP replaced by FOR_ITER */ \ + op == SETUP_EXCEPT || \ +diff -up ./c/Python/pycompiler.c.python27 ./c/Python/pycompiler.c +--- ./c/Python/pycompiler.c.python27 2007-12-06 13:58:22.000000000 +0100 ++++ ./c/Python/pycompiler.c 2010-08-03 14:03:10.274329433 +0200 +@@ -2806,8 +2806,8 @@ code_t* psyco_pycompiler_mainloop(PsycoO + mp = psyco_next_merge_point(po->pr.merge_points, next_instr); + goto fine; + +- case JUMP_IF_TRUE: +- case JUMP_IF_FALSE: ++ case JUMP_IF_TRUE_OR_POP: ++ case JUMP_IF_FALSE_OR_POP: + /* This code is very different from the original + interpreter's, because we generally do not know the + outcome of PyObject_IsTrue(). In the case of JUMP_IF_xxx +@@ -2816,7 +2816,7 @@ code_t* psyco_pycompiler_mainloop(PsycoO + cc = integer_NON_NULL(po, PsycoObject_IsTrue(po, TOP())); + if (cc == CC_ERROR) + break; +- if (opcode == JUMP_IF_FALSE) ++ if (opcode == JUMP_IF_FALSE_OR_POP) + cc = INVERT_CC(cc); + if ((int)cc < CC_TOTAL) { + /* compile the beginning of the "if true" path */ From vmiklos at frugalware.org Thu Sep 2 02:22:47 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 2 Sep 2010 02:22:47 +0200 (CEST) Subject: [Frugalware-git] python27: Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current Message-ID: <20100902002247.8B454132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=6f1ebf1ba1b2b8541e46cb259dc0cd50fbf7e6d6 commit 6f1ebf1ba1b2b8541e46cb259dc0cd50fbf7e6d6 Merge: 7ab3880 ca61c07 Author: Miklos Vajna Date: Thu Sep 2 02:22:21 2010 +0200 Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current * 'master' of git.frugalware.org:/pub/frugalware/frugalware-current: Conflicts: source/xapps-extra/rrdtool/FrugalBuild source/xmultimedia-extra/gereqi/FrugalBuild diff --cc source/xapps-extra/rrdtool/FrugalBuild index a5885c7,0ab1ac3..78e8d75 --- a/source/xapps-extra/rrdtool/FrugalBuild +++ b/source/xapps-extra/rrdtool/FrugalBuild @@@ -2,12 -2,12 +2,12 @@@ # Maintainer: Krisztian VASAS pkgname=rrdtool - pkgver=1.4.3 - pkgrel=4 + pkgver=1.4.4 -pkgrel=1 ++pkgrel=2 sbu=1 pkgdesc="a program to generate fancy graphs from network usage or from any thing is able to meter" url="http://oss.oetiker.ch/$pkgname/pub" --depends=('gd' 'cgilib' 'libart_lgpl' 'pango' 'libpng>=1.4') ++depends=('gd' 'cgilib' 'libart_lgpl' 'pango' 'libpng>=1.4' 'python>=2.7') makedepends=('tcl') groups=('xapps-extra') archs=('i686' 'x86_64') diff --cc source/xmultimedia-extra/gereqi/FrugalBuild index eabc86b,7c51647..126a1c4 --- a/source/xmultimedia-extra/gereqi/FrugalBuild +++ b/source/xmultimedia-extra/gereqi/FrugalBuild @@@ -3,10 -3,10 +3,10 @@@ # Contributor: centuri0 pkgname=gereqi - pkgver=0.4.0 + pkgver=0.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="A music organiser and player, clone of Amarok-1.4" --depends=('gst-python' 'mutagen' 'lxml' 'pyinotify' 'pyqt4') ++depends=('gst-python' 'mutagen' 'lxml' 'pyinotify' 'pyqt4>=4.7-3') groups=('xmultimedia-extra') archs=('i686') Finclude googlecode From devil505linux at gmail.com Thu Sep 2 08:42:52 2010 From: devil505linux at gmail.com (Devil505) Date: Thu, 2 Sep 2010 08:42:52 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: springlobby-0.100-1-i686 * version bump Message-ID: <20100902064252.D6DFE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=502394d490d90e72a9f7e90170bd752fdabbfc40 commit 502394d490d90e72a9f7e90170bd752fdabbfc40 Author: Devil505 Date: Thu Sep 2 08:41:05 2010 +0200 springlobby-0.100-1-i686 * version bump diff --git a/source/games-extra/springlobby/FrugalBuild b/source/games-extra/springlobby/FrugalBuild index c1bd8a0..c2bc220 100644 --- a/source/games-extra/springlobby/FrugalBuild +++ b/source/games-extra/springlobby/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=springlobby -pkgver=0.99 +pkgver=0.100 pkgrel=1 pkgdesc="A free cross-platform lobby client for the Spring RTS project." url="http://springlobby.info/" @@ -16,7 +16,7 @@ _F_gnome_iconcache="y" Finclude cmake gnome-scriptlet up2date="Flasttar $url/tarballs/" source=($url/tarballs/$pkgname-$pkgver.tar.bz2) -sha1sums=('1753265dbf0e6cbd86da928da4809efcaa256746') +sha1sums=('2ae0d6d9fe5dd585771b422032ff850a10c24312') build() { CMake_build From devil505linux at gmail.com Thu Sep 2 08:46:48 2010 From: devil505linux at gmail.com (Devil505) Date: Thu, 2 Sep 2010 08:46:48 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: fotoxx-10.9-1-i686 * version bump Message-ID: <20100902064648.1C95B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=75a81912db8593de595d6f1acb52742ec2664450 commit 75a81912db8593de595d6f1acb52742ec2664450 Author: Devil505 Date: Thu Sep 2 08:46:14 2010 +0200 fotoxx-10.9-1-i686 * version bump diff --git a/source/xapps-extra/fotoxx/FrugalBuild b/source/xapps-extra/fotoxx/FrugalBuild index 852f3c0..58ed229 100644 --- a/source/xapps-extra/fotoxx/FrugalBuild +++ b/source/xapps-extra/fotoxx/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=fotoxx -pkgver=10.8.4 +pkgver=10.9 pkgrel=1 pkgdesc="A program for improving image files made with a digital camera" url="http://kornelix.squarespace.com/$pkgname/" @@ -12,7 +12,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://kornelix.squarespace.com/downloads/ | Flasttar" source=(http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz) -sha1sums=('3a1ead13324b5c50811247279c3de43b6e0d776a') +sha1sums=('3e8764c699292c422da7a60b60f50efab054a412') replaces=('fotox') build() { From bouleetbil at frogdev.info Thu Sep 2 09:03:45 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 2 Sep 2010 09:03:45 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *fixes splash wait the time to show it Message-ID: <20100902070345.C02AC132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=ba8bd8dec15b7a05ee91602bdd69f15d8ab0dd56 commit ba8bd8dec15b7a05ee91602bdd69f15d8ab0dd56 Author: bouleetbil Date: Thu Sep 2 09:02:36 2010 +0200 *fixes splash wait the time to show it diff --git a/frugal-mono-tools/Main.cs b/frugal-mono-tools/Main.cs index b1dcc30..d5f9065 100644 --- a/frugal-mono-tools/Main.cs +++ b/frugal-mono-tools/Main.cs @@ -107,6 +107,7 @@ namespace frugalmonotools } else { + System.Threading.Thread.Sleep(1000); ServicesRc.CheckList(); MainWindow Fen = new MainWindow(); Fen.Show(); From bouleetbil at frogdev.info Thu Sep 2 09:14:12 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 2 Sep 2010 09:14:12 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *should fix some Vte crash! Message-ID: <20100902071412.525A0132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=890ae1df96804bea5bb0182eb614e75603de518e commit 890ae1df96804bea5bb0182eb614e75603de518e Author: bouleetbil Date: Thu Sep 2 09:13:18 2010 +0200 *should fix some Vte crash! diff --git a/frugal-mono-tools/VteConsole.cs b/frugal-mono-tools/VteConsole.cs index 9a80a36..1a119a6 100644 --- a/frugal-mono-tools/VteConsole.cs +++ b/frugal-mono-tools/VteConsole.cs @@ -40,50 +40,30 @@ namespace frugalmonotools this.vbox1.PackStart (term); this.vbox1.ShowAll(); } - public void Execute(string commande,string [] args,bool EncodeUtf8) + public void Execute(string commande,string args) { - int i =0; - string[] argv; - //encode to UTF8 - byte[] commutf8 = System.Text.Encoding.UTF8.GetBytes(commande); - string commandev = System.Text.Encoding.UTF8.GetString(commutf8); - if (args==null) - argv=null; - else - { - argv = new string[args.Length]; - foreach (string arg in args) - { - byte[] utf8 = System.Text.Encoding.UTF8.GetBytes(arg); - argv[i]=System.Text.Encoding.UTF8.GetString(utf8); - i++; - } - } - string[] envv = new string [Environment.GetEnvironmentVariables ().Count]; - i = 0; - foreach (DictionaryEntry e in Environment.GetEnvironmentVariables ()) + try{ + string[] envv = new string [Environment.GetEnvironmentVariables ().Count]; + int i = 0; + foreach (DictionaryEntry e in Environment.GetEnvironmentVariables ()) { - if (e.Key.ToString()== "" || e.Value.ToString() == "") + if (e.Key.ToString() == "" || e.Value.ToString() == "") continue; string tmp = String.Format ("{0}={1}", e.Key, e.Value); envv[i] = tmp; i ++; } - if (EncodeUtf8) - { - commande=commandev; - args=argv; - } - try - { - term.ForkCommand ( - commande, - args, + + term.ForkCommand ( + Environment.GetEnvironmentVariable ("SHELL"), + null, envv, Environment.CurrentDirectory, - true, + false, true, true); + System.Threading.Thread.Sleep(1000); + term.FeedChild(commande+args+"\n"); } catch{} } From devil505linux at gmail.com Thu Sep 2 10:59:26 2010 From: devil505linux at gmail.com (Devil505) Date: Thu, 2 Sep 2010 10:59:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xf86-input-mouse-1.5.0-3-i686 * replacing btnx and btnx-config Message-ID: <20100902085926.A8058132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2e209e187d78a40eede0aa198de30729ed05c744 commit 2e209e187d78a40eede0aa198de30729ed05c744 Author: Devil505 Date: Thu Sep 2 10:58:44 2010 +0200 xf86-input-mouse-1.5.0-3-i686 * replacing btnx and btnx-config diff --git a/source/x11/xf86-input-mouse/FrugalBuild b/source/x11/xf86-input-mouse/FrugalBuild index 107bebc..14a82eb 100644 --- a/source/x11/xf86-input-mouse/FrugalBuild +++ b/source/x11/xf86-input-mouse/FrugalBuild @@ -14,7 +14,8 @@ sha1sums=('b9213bf745b793a3da2c946ea4d8ee5768e560f4') replaces=('xf86-input-calcomp' 'xf86-input-digitaledge' 'xf86-input-dmc' \ 'xf86-input-dynapro' 'xf86-input-elo2300' 'xf86-input-jamstudio' \ 'xf86-input-magellan' 'xf86-input-palmax' 'xf86-input-spaceorb' \ - 'xf86-input-summa' 'xf86-input-tek4957' 'xf86-input-ur98' 'xf86-input-citron') + 'xf86-input-summa' 'xf86-input-tek4957' 'xf86-input-ur98' 'xf86-input-citron' \ + 'btnx' 'btnx-config') if Fuse $USE_DEVEL; then unset source sha1sums _F_scm_type="git" From devil505linux at gmail.com Thu Sep 2 11:01:51 2010 From: devil505linux at gmail.com (Devil505) Date: Thu, 2 Sep 2010 11:01:51 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xf86-input-mouse-1.5.0-4-i686 * forgot to increment pkgrel Message-ID: <20100902090151.21BD1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=28365176cb83bd6317e11a08219b1deb803a3e1c commit 28365176cb83bd6317e11a08219b1deb803a3e1c Author: Devil505 Date: Thu Sep 2 11:01:31 2010 +0200 xf86-input-mouse-1.5.0-4-i686 * forgot to increment pkgrel diff --git a/source/x11/xf86-input-mouse/FrugalBuild b/source/x11/xf86-input-mouse/FrugalBuild index 14a82eb..3b544fc 100644 --- a/source/x11/xf86-input-mouse/FrugalBuild +++ b/source/x11/xf86-input-mouse/FrugalBuild @@ -6,7 +6,7 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=xf86-input-mouse pkgver=1.5.0 Fuse $USE_DEVEL && pkgver=1.4.0.27.gf292f23 -pkgrel=3 +pkgrel=4 pkgdesc="X.org Mouse input driver" Finclude xorg archs=(${archs[@]} 'ppc') From devil505linux at gmail.com Thu Sep 2 11:03:29 2010 From: devil505linux at gmail.com (Devil505) Date: Thu, 2 Sep 2010 11:03:29 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: btnx-0.4.11-2-i686 * removing package (deprecated) Message-ID: <20100902090329.F18BE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d87766aa61a0200b52643774a9f4595b36bbde82 commit d87766aa61a0200b52643774a9f4595b36bbde82 Author: Devil505 Date: Thu Sep 2 11:02:55 2010 +0200 btnx-0.4.11-2-i686 * removing package (deprecated) diff --git a/source/apps-extra/btnx/FrugalBuild b/source/apps-extra/btnx/FrugalBuild deleted file mode 100644 index 4f19ebd..0000000 --- a/source/apps-extra/btnx/FrugalBuild +++ /dev/null @@ -1,25 +0,0 @@ -# Compiling Time: 0.07 SBU -# Maintainer: Devil505 - -pkgname=btnx -pkgver=0.4.11 -pkgrel=2 -pkgdesc="btnx is a daemon that enables rerouting of mouse button events through uinput as keyboard and other mouse button combinations." -url="http://www.ollisalonen.com/btnx/" -depends=('libdaemon') -rodepends=('btnx-config') -groups=('apps-extra') -archs=('i686' 'x86_64') -backup=('etc/btnx/events') -up2date="Flasttar $url" -source=(http://www.ollisalonen.com/btnx/btnx-${pkgver}.tar.gz rc.btnx) -sha1sums=('7c7af20e3da10d6537c9ccb38c10b26a84eb4f48' \ - '53c4d81d157cf17dc452dd4a54ee1d9a2b776190') - -build() { - export init_tool=no - Fbuild - Frm /etc/init.d -} - -# optimization OK diff --git a/source/apps-extra/btnx/rc.btnx b/source/apps-extra/btnx/rc.btnx deleted file mode 100644 index a413877..0000000 --- a/source/apps-extra/btnx/rc.btnx +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/bash - -# (c) 2008 Andras Voroskoi -# rc.btnx for FrugalWare -# distributed under GPL License - -# chkconfig: 2345 99 01 -# description: Startup/shutdown script for btnx - -source /lib/initscripts/functions -TEXTDOMAIN=btnx -TEXTDOMAINDIR=/lib/initscripts/messages - -actions=(restart start status stop) -daemon=$"BTNX services" - -pid="pidof btnx 2> /dev/null" - -rc_start() -{ - start_msg - if [ -z "$(eval $pid)" ] ; then - /usr/sbin/btnx -b -l - ok $? - else - ok 999 - fi -} - -rc_stop() -{ - stop_msg - if [ ! -z "$(eval $pid)" ] ; then - killall btnx - ok $? - else - ok 999 - fi -} - -rc_exec $1 - -# vim: ft=sh From devil505linux at gmail.com Thu Sep 2 11:04:51 2010 From: devil505linux at gmail.com (Devil505) Date: Thu, 2 Sep 2010 11:04:51 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: btnx-config-0.4.9-3-i686 * removing package (now deprecated) Message-ID: <20100902090451.B63CE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9e9ce7b6a15c0d46d1d7b6dfe532c25543417b5c commit 9e9ce7b6a15c0d46d1d7b6dfe532c25543417b5c Author: Devil505 Date: Thu Sep 2 11:04:33 2010 +0200 btnx-config-0.4.9-3-i686 * removing package (now deprecated) diff --git a/source/xapps-extra/btnx-config/FrugalBuild b/source/xapps-extra/btnx-config/FrugalBuild deleted file mode 100644 index a58298d..0000000 --- a/source/xapps-extra/btnx-config/FrugalBuild +++ /dev/null @@ -1,17 +0,0 @@ -# Compiling Time: 0.16 SBU -# Maintainer: Devil505 - -pkgname=btnx-config -pkgver=0.4.9 -pkgrel=3 -pkgdesc="Button Extension- a GNU/GPL mouse tool for GNU/Linux" -url="http://www.ollisalonen.com/btnx/" -depends=('libglade' 'glibc' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' 'libxdamage' 'libxext>=1.0.5-3') -options=('scriptlet') -groups=('xapps-extra') -archs=('i686' 'x86_64') -up2date="Flasttar $url" -source=($url/$pkgname-$pkgver.tar.gz) -sha1sums=('8f81c0089141f0a1d1ce491a138dbfbceafa40a1') - -# optimization OK From bouleetbil at frogdev.info Thu Sep 2 13:56:07 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 2 Sep 2010 13:56:07 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *vte fix *splash fix *service fix *gui fix Message-ID: <20100902115607.6DCEE132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=63b37b7eb12fde73a71f9c9b827ff6d03cf195d6 commit 63b37b7eb12fde73a71f9c9b827ff6d03cf195d6 Author: bouleetbil Date: Thu Sep 2 14:20:16 2010 +0000 *vte fix *splash fix *service fix *gui fix diff --git a/frugal-mono-tools/Main.cs b/frugal-mono-tools/Main.cs index d5f9065..e5fe7b9 100644 --- a/frugal-mono-tools/Main.cs +++ b/frugal-mono-tools/Main.cs @@ -42,6 +42,7 @@ namespace frugalmonotools public static bool updatePkg = false; public static void checktest() { + Console.WriteLine("Thread started"); if (configuration.Get_CheckUpdate()) { updatePkg=Update.CheckUpdate(); diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs index 5a3820b..6002e05 100644 --- a/frugal-mono-tools/MainWindow.cs +++ b/frugal-mono-tools/MainWindow.cs @@ -87,8 +87,10 @@ public partial class MainWindow : Gtk.Window ColumnServiceOnBoot.PackStart (ServiceOnBootCell, true); TREE_Services.AppendColumn (ColumnServiceOnBoot); ColumnServiceOnBoot.AddAttribute (ServiceOnBootCell, "text", 2); + foreach(Service service in ServicesRc.Services) { + Console.WriteLine(service.Get_Name()); string Etat = "yes"; if (!service.IsStarted()) Etat="No"; string OnBoot = "yes"; @@ -150,7 +152,7 @@ public partial class MainWindow : Gtk.Window } else { - //BTN_Setup.Visible=true; + BTN_Setup.Visible=true; LIB_Setup.Visible=false; } string dmesgOutput=Outils.getoutput("dmesg"); @@ -735,11 +737,8 @@ public partial class MainWindow : Gtk.Window if(packageSelected=="") return; VteConsole vte = new VteConsole(); vte.Show(); - string[] args=new string[3]; - args[0]=" "; - args[1]="-Rc"; - args[2]=packageSelected; - vte.Execute("pacman-g2",args,false); + + vte.Execute("pacman-g2"," -Rc "+packageSelected); } protected virtual void OnBTNInstallClicked (object sender, System.EventArgs e) @@ -747,21 +746,15 @@ public partial class MainWindow : Gtk.Window if(packageSelected=="") return; VteConsole vte = new VteConsole(); vte.Show(); - string[] args=new string[3]; - args[0]=" "; - args[1]="-Sy"; - args[2]=packageSelected; - vte.Execute("pacman-g2",args,false); + vte.Execute("pacman-g2"," -Sy "+packageSelected); } protected virtual void OnBTNUpdateClicked (object sender, System.EventArgs e) { VteConsole vte = new VteConsole(); vte.Show(); - string[] args=new string[2]; - args[0]=" "; - args[1]="-Syu"; - vte.Execute("pacman-g2",args,false); + + vte.Execute("pacman-g2"," -Syu"); } protected virtual void OnBTNPrinterClicked (object sender, System.EventArgs e) @@ -773,21 +766,17 @@ public partial class MainWindow : Gtk.Window { VteConsole vte = new VteConsole(); vte.Show(); - string[] args=new string[3]; - args[0]=" "; - args[1]="-Sy"; - args[2]="xf86-input-synaptics"; - vte.Execute("pacman-g2",args,false); + + vte.Execute("pacman-g2","- Sy xf86-input-synaptics"); } protected virtual void OnBTNSetupClicked (object sender, System.EventArgs e) { + VteConsole vte = new VteConsole(); vte.Show(); - string[] args=new string[2]; - args[1]=@"/sbin/setup"; - args[0]=""; - vte.Execute("exec",args,false); + + vte.Execute("/sbin/setup",""); } protected virtual void OnBTNSaveConfClicked (object sender, System.EventArgs e) diff --git a/frugal-mono-tools/Service.cs b/frugal-mono-tools/Service.cs index 5ddf535..ef718e5 100644 --- a/frugal-mono-tools/Service.cs +++ b/frugal-mono-tools/Service.cs @@ -33,19 +33,22 @@ namespace frugalmonotools } public bool IsStarted() { - string strSatus=Outils.getoutput("/sbin/service "+this.Get_Name()+" status"); - if(Regex.Matches(strSatus," ON ").Count>0) - { - return true; - } - if(Regex.Matches(strSatus," OFF").Count>0) + try { + string strSatus=Outils.getoutput("/sbin/service "+this.Get_Name()+" status"); + if(Regex.Matches(strSatus," ON ").Count>0) + { + return true; + } + if(Regex.Matches(strSatus," OFF").Count>0) + { + return false; + } + Console.WriteLine(this.Get_Name()+" don't use status this service should be fixed"); return false; } - Console.WriteLine(this.Get_Name()+" don't use status this service should be fixed"); - return false; - - + catch{return false;} + } private bool _findRunlevel(int runlevel) { diff --git a/frugal-mono-tools/Services.cs b/frugal-mono-tools/Services.cs index 8ea5494..3f3aa63 100644 --- a/frugal-mono-tools/Services.cs +++ b/frugal-mono-tools/Services.cs @@ -24,12 +24,15 @@ namespace frugalmonotools public static class ServicesRc { public static List Services = new List(); + private static bool _started=false; public static void CheckList(){ - - string rcFile="/etc/rc.d/"; - string[] files= Directory.GetFiles(rcFile,"rc.*"); + if (_started) return; + _started=false; Services.Clear(); + string rcFile="/etc/rc.d/"; + string[] files= Directory.GetFiles(rcFile,"rc.*",SearchOption.TopDirectoryOnly); + foreach(string file in files) { string rcName=file.Replace(rcFile+"rc.",""); @@ -64,12 +67,25 @@ namespace frugalmonotools (rcName!="mount")&& (rcName!="serial")&& (rcName!="single")&& + (rcName!="postgresql")&& //rc status crash should check it!! (rcName!="reboot")) { + try{ + if(Debug.ModeDebug) + Console.WriteLine(rcName); Service service = new Service(rcName); Services.Add(service); + } + catch(Exception exe) + { + Console.WriteLine(rcName+" is ignored"); + Console.WriteLine(exe.Message); + } } + } + Console.WriteLine("Service initialisation finish"); + _started=false; } } } diff --git a/frugal-mono-tools/gtk-gui/MainWindow.cs b/frugal-mono-tools/gtk-gui/MainWindow.cs index cbfb0aa..15ee99d 100644 --- a/frugal-mono-tools/gtk-gui/MainWindow.cs +++ b/frugal-mono-tools/gtk-gui/MainWindow.cs @@ -225,7 +225,7 @@ public partial class MainWindow this.ONG_principal = new global::Gtk.Notebook (); this.ONG_principal.CanFocus = true; this.ONG_principal.Name = "ONG_principal"; - this.ONG_principal.CurrentPage = 7; + this.ONG_principal.CurrentPage = 2; // Container child ONG_principal.Gtk.Notebook+NotebookChild this.vbox4 = new global::Gtk.VBox (); this.vbox4.Name = "vbox4"; diff --git a/frugal-mono-tools/gtk-gui/gui.stetic b/frugal-mono-tools/gtk-gui/gui.stetic index c49baec..a666bf4 100644 --- a/frugal-mono-tools/gtk-gui/gui.stetic +++ b/frugal-mono-tools/gtk-gui/gui.stetic @@ -9,7 +9,7 @@ - + @@ -28,7 +28,7 @@ True - 7 + 2 diff --git a/frugal-mono-tools/splash.cs b/frugal-mono-tools/splash.cs index 8f25484..364b091 100644 --- a/frugal-mono-tools/splash.cs +++ b/frugal-mono-tools/splash.cs @@ -15,7 +15,7 @@ namespace frugalmonotools MainWindow win = new MainWindow(); win.Show(); this.Hide(); - + Console.WriteLine("Start control center"); //now notifications if (MainClass.updatePkg) { From bouleetbil at frogdev.info Thu Sep 2 14:27:32 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 2 Sep 2010 14:27:32 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *delete a Console.writeline Message-ID: <20100902122732.1AFC5132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=7a5fc86b25b98dc05493a7a25b500e0ad2941a49 commit 7a5fc86b25b98dc05493a7a25b500e0ad2941a49 Author: bouleetbil Date: Thu Sep 2 14:51:48 2010 +0000 *delete a Console.writeline diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs index 6002e05..cf2b58d 100644 --- a/frugal-mono-tools/MainWindow.cs +++ b/frugal-mono-tools/MainWindow.cs @@ -90,7 +90,6 @@ public partial class MainWindow : Gtk.Window foreach(Service service in ServicesRc.Services) { - Console.WriteLine(service.Get_Name()); string Etat = "yes"; if (!service.IsStarted()) Etat="No"; string OnBoot = "yes"; From bouleetbil at frogdev.info Thu Sep 2 17:38:20 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 2 Sep 2010 17:38:20 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *added a terminal vte in pygtk *c# vte is too broken *will rewrite some parts on python Message-ID: <20100902153820.63F12132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=262eed24a6b34a39d822326778b1baf7b854cb84 commit 262eed24a6b34a39d822326778b1baf7b854cb84 Author: bouleetbil Date: Thu Sep 2 17:59:12 2010 +0000 *added a terminal vte in pygtk *c# vte is too broken *will rewrite some parts on python diff --git a/PyUtils/PyUtils.mdproj b/PyUtils/PyUtils.mdproj new file mode 100644 index 0000000..bf7103b --- /dev/null +++ b/PyUtils/PyUtils.mdproj @@ -0,0 +1 @@ + Debug AnyCPU PythonProject 8.0.50727 2.0 {4C4EA50C-8467-4840-B89D-AF1009A0532E} .\Debug .\Release \ No newline at end of file diff --git a/PyUtils/PyVTE.py b/PyUtils/PyVTE.py new file mode 100755 index 0000000..1decacb --- /dev/null +++ b/PyUtils/PyVTE.py @@ -0,0 +1,55 @@ +# /* +# * Copyright (C) 2010 by Gaetan Gourdin +# * +# * This program is free software; you can redistribute it and/or modify +# * it under the terms of the GNU General Public License as published by +# * the Free Software Foundation; either version 2 of the License, or +# * (at your option) any later version. +# * +# * This program is distributed in the hope that it will be useful, +# * but WITHOUT ANY WARRANTY; without even the implied warranty of +# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# * GNU General Public License for more details. +# * +# * You should have received a copy of the GNU General Public License +# * along with this program; if not, write to the Free Software +# * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# */ + +#!/usr/bin/env python + +try: + import gtk + import sys +except: + print >> sys.stderr, "You need to install the python gtk bindings" + sys.exit(1) + +# import vte +try: + import vte +except: + error = gtk.MessageDialog (None, gtk.DIALOG_MODAL, gtk.MESSAGE_ERROR, gtk.BUTTONS_OK, + 'You need to install python bindings for libvte') + error.run() + sys.exit (1) + +if __name__ == '__main__': + v = vte.Terminal () + v.connect ("child-exited", lambda term: gtk.main_quit()) + args = "" + i=0 + v.fork_command() + for arg in sys.argv: + i+=1 + if i != 1: + args=args+" "+arg + + v.feed_child(args+'\n') + window = gtk.Window() + window.add(v) + window.connect('delete-event', lambda window, event: gtk.main_quit()) + window.show_all() + gtk.main() + + From vmiklos at frugalware.org Thu Sep 2 18:00:34 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 2 Sep 2010 18:00:34 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: add 1.4 roadmap Message-ID: <20100902160034.6EB68132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=a515c7df3d6797544546ce60f24bd66778a24818 commit a515c7df3d6797544546ce60f24bd66778a24818 Author: Miklos Vajna Date: Thu Sep 2 17:57:59 2010 +0200 add 1.4 roadmap diff --git a/frugalware/xml/roadmap.xml b/frugalware/xml/roadmap.xml index 4c96dd5..0506346 100644 --- a/frugalware/xml/roadmap.xml +++ b/frugalware/xml/roadmap.xml @@ -21,6 +21,34 @@ + Nexon + A fictional planet in Isaac Asimov's Robot Series. At 2 parsecs (6.5 lightyears), it formed with Solaria the closest pair of Spacer worlds. + 1.4 + Feb 7, 2011 + 0 + + + rc2 + Jan 24, 2011 + 0 + + + rc1 + Jan 10, 2011 + 0 + + + pre2 + Dec 13, 2010 + 0 + + + pre1 + Oct 18, 2010 + 0 + + + Haven Mentioned in Foundation and Empire. It was one of the Association of Independent Trading From vmiklos at frugalware.org Thu Sep 2 18:02:50 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 2 Sep 2010 18:02:50 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: add 1.4 codename Message-ID: <20100902160250.1EAAB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=67c0e4a5ad4e0bc3af01cea7df817c25808d5277 commit 67c0e4a5ad4e0bc3af01cea7df817c25808d5277 Author: Miklos Vajna Date: Thu Sep 2 18:01:59 2010 +0200 add 1.4 codename diff --git a/docs/Makefile b/docs/Makefile index 917be6c..ee16593 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,6 +1,6 @@ # Makefile for Frugalware documentation # -# Copyright (C) 2005, 2006, 2007, 2008 Miklos Vajna +# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Miklos Vajna # Copyright (C) 2007 Andras Voroskoi # # This program is free software; you can redistribute it and/or modify @@ -16,8 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -VERSION = $(shell git describe) (Haven) -#VERSION = 0.6 (Terminus) +VERSION = $(shell git describe) (Nexon) PO_DIR ?= ~/git/translations/po XML_PATH = /usr/share/sgml/docbook/dtd/xml-dtd-4.2 From devil505linux at gmail.com Thu Sep 2 19:00:37 2010 From: devil505linux at gmail.com (Devil505) Date: Thu, 2 Sep 2010 19:00:37 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: toluapp-1.0.93-3-i686 * fixing sha1sums Message-ID: <20100902170037.030AD132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e9a8474ed70e094cdd1d8f93eaf1dfbf447aaf4b commit e9a8474ed70e094cdd1d8f93eaf1dfbf447aaf4b Author: Devil505 Date: Thu Sep 2 18:58:01 2010 +0200 toluapp-1.0.93-3-i686 * fixing sha1sums diff --git a/source/devel-extra/toluapp/FrugalBuild b/source/devel-extra/toluapp/FrugalBuild index 058087e..92b512c 100644 --- a/source/devel-extra/toluapp/FrugalBuild +++ b/source/devel-extra/toluapp/FrugalBuild @@ -14,7 +14,7 @@ _F_archive_name="tolua++" up2date="Flasttar $url" source=($url/$_F_archive_name-$pkgver.tar.bz2 makeso.patch) sha1sums=('4a4d4d948e03320ef74314aa6698677c0af4199f' \ - '14208bd8678b265bc9cea4c6ce201c14fc6f4177') + 'd10a3ab1aff5f6cb5c6ab6414468d8654b09ccd9') build() { Fcd From devil505linux at gmail.com Thu Sep 2 19:00:36 2010 From: devil505linux at gmail.com (Devil505) Date: Thu, 2 Sep 2010 19:00:36 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: toluapp-1.0.93-3-i686 * removing useless conf file * added patch from opensuse Message-ID: <20100902170036.E4D75132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=23231655abbd6aecee694b5380d5f5efe1ba2673 commit 23231655abbd6aecee694b5380d5f5efe1ba2673 Author: Devil505 Date: Thu Sep 2 18:54:22 2010 +0200 toluapp-1.0.93-3-i686 * removing useless conf file * added patch from opensuse diff --git a/source/devel-extra/toluapp/FrugalBuild b/source/devel-extra/toluapp/FrugalBuild index dd745eb..058087e 100644 --- a/source/devel-extra/toluapp/FrugalBuild +++ b/source/devel-extra/toluapp/FrugalBuild @@ -3,7 +3,7 @@ pkgname=toluapp pkgver=1.0.93 -pkgrel=2 +pkgrel=3 pkgdesc="Tool to integrate C/C++ code with Lua" url="http://www.codenix.com/~tolua/" depends=('lua') @@ -12,13 +12,13 @@ groups=('devel-extra') archs=('i686' 'x86_64') _F_archive_name="tolua++" up2date="Flasttar $url" -source=($url/$_F_archive_name-$pkgver.tar.bz2 config_linux.py) +source=($url/$_F_archive_name-$pkgver.tar.bz2 makeso.patch) sha1sums=('4a4d4d948e03320ef74314aa6698677c0af4199f' \ '14208bd8678b265bc9cea4c6ce201c14fc6f4177') build() { - cp config_linux.py $_F_archive_name-$pkgver/ || Fdie Fcd + Fpatchall scons all || Fdie scons prefix=$Fdestdir/usr install || Fdie } diff --git a/source/devel-extra/toluapp/config_linux.py b/source/devel-extra/toluapp/config_linux.py deleted file mode 100644 index 380d310..0000000 --- a/source/devel-extra/toluapp/config_linux.py +++ /dev/null @@ -1,20 +0,0 @@ -## This is the linux configuration file -# use 'scons -h' to see the list of command line options available - -# Compiler flags (based on Debian's installation of lua) -#LINKFLAGS = ['-g'] -CCFLAGS = ['-I/usr/include', '-O2', '-ansi', '-Wall', '-fPIC'] -#CCFLAGS = ['-I/usr/include/lua50', '-g'] - -# this is the default directory for installation. Files will be installed on -# /bin, /lib and /include when you run 'scons install' -# -# You can also specify this directory on the command line with the 'prefix' -# option -# -# You can see more 'generic' options for POSIX systems on config_posix.py - -prefix = '/var/tmp/fst/pkg/usr' - -# libraries (based on Debian's installation of lua) -LIBS = ['liblua', 'dl', 'm'] diff --git a/source/devel-extra/toluapp/makeso.patch b/source/devel-extra/toluapp/makeso.patch new file mode 100644 index 0000000..7f56e87 --- /dev/null +++ b/source/devel-extra/toluapp/makeso.patch @@ -0,0 +1,62 @@ +--- SConstruct 2008-04-20 19:05:35.000000000 -0500 ++++ SConstruct.orig 2010-04-05 22:58:15.007357388 -0500 +@@ -27,14 +27,14 @@ + opts.Add('LIBPATH', 'library path', []) + + opts.Add('tolua_bin', 'the resulting binary', 'tolua++') +-opts.Add('tolua_lib', 'the resulting library', 'tolua++') ++opts.Add('tolua_lib', 'the resulting library', 'tolua++-5.1') + opts.Add('TOLUAPP', 'the name of the tolua++ binary (to use with built_dev=1)', 'tolua++') + + opts.Add('prefix', 'The installation prefix') + opts.Add('build_dev', 'Build for development (uses tolua to rebuild toluabind.c with the embeded scripts', 0) + opts.Add('build_failsafe', "Build using 'factory default' toluabind file (in case build_dev fails)", 0) + opts.Add('ENV', 'The environment variables') +-opts.Add('shared', 'Build a shared object', False) ++opts.Add('shared', 'Build a shared object', True) + opts.Update(env) + Help(opts.GenerateHelpText(env)) + +--- config_linux.py 2005-11-30 16:31:27.000000000 -0600 ++++ config_linux.py.orig 2010-04-05 21:20:38.122745603 -0500 +@@ -4,8 +4,8 @@ + + # Compiler flags (based on Debian's installation of lua) + #LINKFLAGS = ['-g'] +-CCFLAGS = ['-I/usr/include/lua50', '-O2', '-ansi', '-Wall'] +-#CCFLAGS = ['-I/usr/include/lua50', '-g'] ++CCFLAGS = ['-I/usr/include/lua', '-O2', '-ansi', '-Wall'] ++#CCFLAGS = ['-I/usr/include/lua', '-g'] + + # this is the default directory for installation. Files will be installed on + # /bin, /lib and /include when you run 'scons install' +@@ -15,8 +15,8 @@ + # + # You can see more 'generic' options for POSIX systems on config_posix.py + +-prefix = '/usr/local' ++prefix = '/usr' + + # libraries (based on Debian's installation of lua) +-LIBS = ['lua50', 'lualib50', 'dl', 'm'] ++LIBS = ['lua', 'liblua', 'dl', 'm'] + +--- custom-5.1.py 2008-04-20 19:05:35.000000000 -0500 ++++ custom-5.1.py.orig 2010-04-05 21:31:16.832389012 -0500 +@@ -1,9 +1,9 @@ +-CCFLAGS = ['-I/usr/include/lua5.1', '-O2', '-ansi'] ++CCFLAGS = ['-I/usr/include/lua', '-O2', '-ansi'] + #LIBPATH = ['/usr/local/lib'] +-LIBS = ['lua5.1', 'dl', 'm'] ++LIBS = ['lua', 'dl', 'm'] + prefix = '/mingw' + #build_dev=1 +-tolua_bin = 'tolua++5.1' +-tolua_lib = 'tolua++5.1' ++tolua_bin = 'tolua++' ++tolua_lib = 'tolua++-5.1' + TOLUAPP = 'tolua++5.1' + + + + From devil505linux at gmail.com Thu Sep 2 19:11:04 2010 From: devil505linux at gmail.com (Devil505) Date: Thu, 2 Sep 2010 19:11:04 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: conky-1.8.0-3-i686 * removing old patch * added lua/cairo support Message-ID: <20100902171104.822C7132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7330754be08e4c4ddcf8371cc8ddf362407d44e6 commit 7330754be08e4c4ddcf8371cc8ddf362407d44e6 Author: Devil505 Date: Thu Sep 2 19:06:31 2010 +0200 conky-1.8.0-3-i686 * removing old patch * added lua/cairo support diff --git a/source/xapps-extra/conky/FrugalBuild b/source/xapps-extra/conky/FrugalBuild index ed7a97d..0e3850e 100644 --- a/source/xapps-extra/conky/FrugalBuild +++ b/source/xapps-extra/conky/FrugalBuild @@ -4,20 +4,27 @@ pkgname=conky pkgver=1.8.0 -pkgrel=2 +pkgrel=3 pkgdesc="Light-weight system monitor." _F_sourceforge_ext=".tar.bz2" Finclude sourceforge -depends=('libxext>=1.0.5-3' 'libxdamage>=1.1.1-3' 'libxrender>=0.9.4-3' 'libxft>=2.1.13-2' 'wireless_tools' 'curl' 'lua' 'openssl>=1.0.0') -makedepends=('xorg-server') +depends=('wireless_tools' 'imlib2' 'libxdamage' 'libxft' 'glib2' 'curl' 'alsa-lib' 'toluapp>=1.0.93-3' 'cairo') groups=('xapps-extra') archs=('i686' 'x86_64') -#source=($source header.diff) +backup=(etc/conky/conky.conf etc/conky/conky_no_x11.conf) sha1sums=('eef214c2917ea5666d24f03128b12d00fa313b58') build() { - Fbuild --enable-xft --enable-proc-uptime --enable-double-buffer --enable-own-window --enable-wlan --enable-rss + Fbuild --enable-xft \ + --enable-own-window \ + --enable-wlan \ + --enable-rss \ + --enable-ibm \ + --enable-imlib2 \ + --enable-lua \ + --enable-lua-cairo \ + --enable-lua-imlib2 Fdocrel doc/*.html } diff --git a/source/xapps-extra/conky/header.diff b/source/xapps-extra/conky/header.diff deleted file mode 100644 index 9ba3b25..0000000 --- a/source/xapps-extra/conky/header.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- conky-1.5.0/src/linux.c 2008-03-23 00:02:32.000000000 +0100 -+++ conky-1.5.0.vm/src/linux.c 2008-03-29 16:27:16.000000000 +0100 -@@ -50,7 +50,6 @@ - #include - #include - #include --#include - #include - #include - #include From bouleetbil at frogdev.info Thu Sep 2 20:21:25 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 2 Sep 2010 20:21:25 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *update TODO Message-ID: <20100902182125.B2DDC132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=8419b90047da582600b5f8cebc2261b7d43199dc commit 8419b90047da582600b5f8cebc2261b7d43199dc Author: bouleetbil Date: Thu Sep 2 20:45:52 2010 +0000 *update TODO diff --git a/frugal-mono-tools/TODO b/frugal-mono-tools/TODO index 908894e..9b236cf 100644 --- a/frugal-mono-tools/TODO +++ b/frugal-mono-tools/TODO @@ -2,3 +2,4 @@ 2. see for add repoman merge update... 3. check for integrate polkit authentification 4. parse rss for notify users to latest packages +5. switch service in mono to python From bouleetbil at frogdev.info Thu Sep 2 20:21:25 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 2 Sep 2010 20:21:25 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *swith to vte python instead vte-sharp Message-ID: <20100902182125.9F782132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=91585012c683f50938341402080c228f777c9f6c commit 91585012c683f50938341402080c228f777c9f6c Author: bouleetbil Date: Thu Sep 2 20:44:31 2010 +0000 *swith to vte python instead vte-sharp diff --git a/frugal-mono-tools.sln b/frugal-mono-tools.sln index 172943f..5d0f012 100644 --- a/frugal-mono-tools.sln +++ b/frugal-mono-tools.sln @@ -9,6 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Service", "Service\Service. EndProject Project("{9344bdbb-3e7f-41fc-a0dd-8665d75ee146}") = "Traduction", "Traduction\Traduction.mdproj", "{069FB0B9-80D4-4093-88F3-116B09B0E09F}" EndProject +Project("{9344bdbb-3e7f-41fc-a0dd-8665d75ee146}") = "PyUtils", "PyUtils\PyUtils.mdproj", "{4C4EA50C-8467-4840-B89D-AF1009A0532E}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x86 = Debug|x86 @@ -19,6 +21,12 @@ Global {069FB0B9-80D4-4093-88F3-116B09B0E09F}.Debug|x86.ActiveCfg = Debug|Any CPU {069FB0B9-80D4-4093-88F3-116B09B0E09F}.Release|Any CPU.ActiveCfg = Release|Any CPU {069FB0B9-80D4-4093-88F3-116B09B0E09F}.Release|x86.ActiveCfg = Release|Any CPU + {4C4EA50C-8467-4840-B89D-AF1009A0532E}.Debug|x86.ActiveCfg = Debug|Any CPU + {4C4EA50C-8467-4840-B89D-AF1009A0532E}.Debug|x86.Build.0 = Debug|Any CPU + {4C4EA50C-8467-4840-B89D-AF1009A0532E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4C4EA50C-8467-4840-B89D-AF1009A0532E}.Release|Any CPU.Build.0 = Release|Any CPU + {4C4EA50C-8467-4840-B89D-AF1009A0532E}.Release|x86.ActiveCfg = Release|Any CPU + {4C4EA50C-8467-4840-B89D-AF1009A0532E}.Release|x86.Build.0 = Release|Any CPU {8CC36C0E-5E0E-4B46-A124-2CE460C48FF7}.Debug|x86.ActiveCfg = Debug|Any CPU {8CC36C0E-5E0E-4B46-A124-2CE460C48FF7}.Release|Any CPU.ActiveCfg = Release|Any CPU {8CC36C0E-5E0E-4B46-A124-2CE460C48FF7}.Release|x86.ActiveCfg = Release|Any CPU diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs index cf2b58d..d836dbd 100644 --- a/frugal-mono-tools/MainWindow.cs +++ b/frugal-mono-tools/MainWindow.cs @@ -734,26 +734,18 @@ public partial class MainWindow : Gtk.Window protected virtual void OnBTNUninstallClicked (object sender, System.EventArgs e) { if(packageSelected=="") return; - VteConsole vte = new VteConsole(); - vte.Show(); - - vte.Execute("pacman-g2"," -Rc "+packageSelected); + Outils.Excecute("python","/usr/bin/PyFrugalVTE pacman-g2 -Rc "+packageSelected,false); } protected virtual void OnBTNInstallClicked (object sender, System.EventArgs e) { if(packageSelected=="") return; - VteConsole vte = new VteConsole(); - vte.Show(); - vte.Execute("pacman-g2"," -Sy "+packageSelected); + Outils.Excecute("python","/usr/bin/PyFrugalVTE pacman-g2 -Sy "+packageSelected,false); } protected virtual void OnBTNUpdateClicked (object sender, System.EventArgs e) { - VteConsole vte = new VteConsole(); - vte.Show(); - - vte.Execute("pacman-g2"," -Syu"); + Outils.Excecute("python","/usr/bin/PyFrugalVTE pacman-g2 -Syu",false); } protected virtual void OnBTNPrinterClicked (object sender, System.EventArgs e) @@ -763,20 +755,12 @@ public partial class MainWindow : Gtk.Window protected virtual void OnBTNSynapticsClicked (object sender, System.EventArgs e) { - VteConsole vte = new VteConsole(); - vte.Show(); - - vte.Execute("pacman-g2","- Sy xf86-input-synaptics"); + Outils.Excecute("python","/usr/bin/PyFrugalVTE pacman-g2 -Sy xf86-input-synaptics",false); } protected virtual void OnBTNSetupClicked (object sender, System.EventArgs e) - { - - VteConsole vte = new VteConsole(); - vte.Show(); - - vte.Execute("/sbin/setup",""); - + { + Outils.Excecute("python","/usr/bin/PyFrugalVTE /sbin/setup",false); } protected virtual void OnBTNSaveConfClicked (object sender, System.EventArgs e) { diff --git a/frugal-mono-tools/VteConsole.cs b/frugal-mono-tools/VteConsole.cs deleted file mode 100644 index 1a119a6..0000000 --- a/frugal-mono-tools/VteConsole.cs +++ /dev/null @@ -1,72 +0,0 @@ -/* - * Copyright (C) 2010 by Gaetan Gourdin - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - -using System; -using System.Text; -using System.Collections; -using Vte; -using Gtk; -namespace frugalmonotools -{ - public partial class VteConsole : Gtk.Window - { - Vte.Terminal term; - public VteConsole () : base(Gtk.WindowType.Toplevel) - { - this.Build (); - term = new Vte.Terminal(); - term.CursorBlinks = true; - term.MouseAutohide = true; - term.ScrollOnKeystroke = true; - term.DeleteBinding = TerminalEraseBinding.Auto; - term.BackspaceBinding = TerminalEraseBinding.Auto; - term.Encoding = "UTF-8"; - term.FontFromString = "Monospace 12"; - this.vbox1.PackStart (term); - this.vbox1.ShowAll(); - } - public void Execute(string commande,string args) - { - try{ - string[] envv = new string [Environment.GetEnvironmentVariables ().Count]; - int i = 0; - foreach (DictionaryEntry e in Environment.GetEnvironmentVariables ()) - { - if (e.Key.ToString() == "" || e.Value.ToString() == "") - continue; - string tmp = String.Format ("{0}={1}", e.Key, e.Value); - envv[i] = tmp; - i ++; - } - - term.ForkCommand ( - Environment.GetEnvironmentVariable ("SHELL"), - null, - envv, - Environment.CurrentDirectory, - false, - true, - true); - System.Threading.Thread.Sleep(1000); - term.FeedChild(commande+args+"\n"); - } - catch{} - } - } -} - diff --git a/frugal-mono-tools/frugal-mono-tools.csproj b/frugal-mono-tools/frugal-mono-tools.csproj index 1547510..3d3dbe2 100644 --- a/frugal-mono-tools/frugal-mono-tools.csproj +++ b/frugal-mono-tools/frugal-mono-tools.csproj @@ -50,7 +50,6 @@ - @@ -84,8 +83,6 @@ - - diff --git a/frugal-mono-tools/gtk-gui/frugalmonotools.VteConsole.cs b/frugal-mono-tools/gtk-gui/frugalmonotools.VteConsole.cs deleted file mode 100644 index 04c0124..0000000 --- a/frugal-mono-tools/gtk-gui/frugalmonotools.VteConsole.cs +++ /dev/null @@ -1,29 +0,0 @@ - -// This file has been generated by the GUI designer. Do not modify. -namespace frugalmonotools -{ - public partial class VteConsole - { - private global::Gtk.VBox vbox1; - - protected virtual void Build () - { - global::Stetic.Gui.Initialize (this); - // Widget frugalmonotools.VteConsole - this.Name = "frugalmonotools.VteConsole"; - this.Title = global::Mono.Unix.Catalog.GetString ("Console"); - this.WindowPosition = ((global::Gtk.WindowPosition)(4)); - // Container child frugalmonotools.VteConsole.Gtk.Container+ContainerChild - this.vbox1 = new global::Gtk.VBox (); - this.vbox1.Name = "vbox1"; - this.vbox1.Spacing = 6; - this.Add (this.vbox1); - if ((this.Child != null)) { - this.Child.ShowAll (); - } - this.DefaultWidth = 400; - this.DefaultHeight = 300; - this.Show (); - } - } -} diff --git a/frugal-mono-tools/gtk-gui/gui.stetic b/frugal-mono-tools/gtk-gui/gui.stetic index a666bf4..bd27d17 100644 --- a/frugal-mono-tools/gtk-gui/gui.stetic +++ b/frugal-mono-tools/gtk-gui/gui.stetic @@ -8,8 +8,7 @@ - - + @@ -1840,24 +1839,4 @@ Public License instead of this License. - - - Console - CenterOnParent - - - - 6 - - - - - - - - - - - - \ No newline at end of file From bouleetbil at frogdev.info Thu Sep 2 20:28:24 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 2 Sep 2010 20:28:24 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *added new archive for python tools Message-ID: <20100902182824.8748D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=c18327337fd457d25855ca5650794368abffa98f commit c18327337fd457d25855ca5650794368abffa98f Author: bouleetbil Date: Thu Sep 2 20:52:31 2010 +0000 *added new archive for python tools diff --git a/Packages.mdproj b/Packages.mdproj index eaab633..96148b1 100644 --- a/Packages.mdproj +++ b/Packages.mdproj @@ -7,7 +7,7 @@ {8CC36C0E-5E0E-4B46-A124-2CE460C48FF7} - + @@ -17,18 +17,17 @@ - - + + - - + - 0.1.2 + 0.1.3 \ No newline at end of file From bouleetbil at frogdev.info Thu Sep 2 21:17:27 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 2 Sep 2010 21:17:27 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *update ChangeLog Message-ID: <20100902191727.DDD3F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=bd440ccc03c40133ba2ecd56cefed81b85e86623 commit bd440ccc03c40133ba2ecd56cefed81b85e86623 Author: bouleetbil Date: Thu Sep 2 21:41:59 2010 +0000 *update ChangeLog diff --git a/frugal-mono-tools/ChangeLog b/frugal-mono-tools/ChangeLog index cc2c6be..78ba66a 100644 --- a/frugal-mono-tools/ChangeLog +++ b/frugal-mono-tools/ChangeLog @@ -1,3 +1,7 @@ +2010-09-02 gaetan gourdin + Use vte-python instead vte-sharp (will use some langages) + re enable setup from frugalwareutils + 2010-09-01 gaetan gourdin Simple click on icon systray open control center Added service gestion From bouleetbil at frogdev.info Thu Sep 2 21:18:09 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 2 Sep 2010 21:18:09 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: frugal-mono-tools-0.1.3-1-i686 *version bump Message-ID: <20100902191809.91F59132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f99852db377c4a6e2aec95cb3cb30cad6ad0709c commit f99852db377c4a6e2aec95cb3cb30cad6ad0709c Author: bouleetbil Date: Thu Sep 2 21:42:34 2010 +0000 frugal-mono-tools-0.1.3-1-i686 *version bump diff --git a/source/xapps-extra/frugal-mono-tools/FrugalBuild b/source/xapps-extra/frugal-mono-tools/FrugalBuild index 2759445..e652558 100644 --- a/source/xapps-extra/frugal-mono-tools/FrugalBuild +++ b/source/xapps-extra/frugal-mono-tools/FrugalBuild @@ -2,19 +2,21 @@ # Maintainer: bouleetbil pkgname=frugal-mono-tools -pkgver=0.1.2 +pkgver=0.1.3 pkgrel=1 url="http://ftp.frugalware.org/pub/other/people/bouleetbil/frugal-mono-tools/" up2date="Flasttar $url/releases/" -source=($url/releases/$pkgname-$pkgver.tar.gz rc.frugal-mono-tools) +source=($url/releases/$pkgname-$pkgver.tar.gz rc.frugal-mono-tools \ + $url/releases/frugal-python-tools-$pkgver.tar.bz2) pkgdesc="C# Frugalware configuration utility" -depends=('gtk2-sharp' 'notify-sharp' 'webkit-sharp>=0.3' 'vte-sharp') +depends=('gtk2-sharp' 'notify-sharp' 'webkit-sharp>=0.3' 'vte-python') options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64' 'ppc') Finclude mono -sha1sums=('c7324394b095b49a2ad9a63ab644da25a559c8db' \ - '73fbee331e5d48cfcb20496d3e298567faddb034') +sha1sums=('4020fdce9eb7b7c1d07b151c4b34ce1397339379' \ + '73fbee331e5d48cfcb20496d3e298567faddb034' \ + '45ba5b830b5c846b68ff91fd4edff8cc555a5b6b') build() { Fcd @@ -29,6 +31,8 @@ build() { Fcp $pkgname-$pkgver/frugal-mono-tools/*.desktop usr/share/applications/ Fcp $pkgname-$pkgver/frugal-mono-tools/frugal-mono-tools-gnome usr/bin/ Fcp $pkgname-$pkgver/frugal-mono-tools/frugal-mono-tools-kde usr/bin + Fcp frugal-mono-tools/PyUtils/PyVTE.py /usr/bin/PyFrugalVTE + Fmonocleanup Frcd2 } From bouleetbil at frogdev.info Thu Sep 2 21:23:51 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 2 Sep 2010 21:23:51 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *hide setup for no root user Message-ID: <20100902192351.AF660132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=7efcb73430eafdf014c13b8ed4f4a4b19790dd73 commit 7efcb73430eafdf014c13b8ed4f4a4b19790dd73 Author: bouleetbil Date: Thu Sep 2 21:48:05 2010 +0000 *hide setup for no root user diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs index d836dbd..b78442f 100644 --- a/frugal-mono-tools/MainWindow.cs +++ b/frugal-mono-tools/MainWindow.cs @@ -198,6 +198,7 @@ public partial class MainWindow : Gtk.Window BTN_LoginManager.Visible=false; BTN_Xorg.Visible=false; BTN_Update.Visible=false; + BTN_Setup.Visible = false; } else { From bouleetbil at frogdev.info Thu Sep 2 21:28:19 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 2 Sep 2010 21:28:19 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *will use gtk-user(pam...) for start it as root *only one .desktop more simple to maintain Message-ID: <20100902192819.75EDA132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=ba9679b1c5d31bce7dd1cb76c4e09134f6f0709b commit ba9679b1c5d31bce7dd1cb76c4e09134f6f0709b Author: bouleetbil Date: Thu Sep 2 21:52:09 2010 +0000 *will use gtk-user(pam...) for start it as root *only one .desktop more simple to maintain diff --git a/frugal-mono-tools/frugal-mono-tools-gnome b/frugal-mono-tools/frugal-mono-tools-gnome deleted file mode 100755 index 3912e09..0000000 --- a/frugal-mono-tools/frugal-mono-tools-gnome +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec gksu mono "/usr/lib/frugal-mono-tools/frugal-mono-tools.exe" "$@" diff --git a/frugal-mono-tools/frugal-mono-tools-kde b/frugal-mono-tools/frugal-mono-tools-kde deleted file mode 100755 index 48cb53e..0000000 --- a/frugal-mono-tools/frugal-mono-tools-kde +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec kdesu mono "/usr/lib/frugal-mono-tools/frugal-mono-tools.exe" "$@" diff --git a/frugal-mono-tools/frugal-tools-gnome.desktop b/frugal-mono-tools/frugal-tools-gnome.desktop deleted file mode 100644 index ddaad3b..0000000 --- a/frugal-mono-tools/frugal-tools-gnome.desktop +++ /dev/null @@ -1,13 +0,0 @@ - -[Desktop Entry] -Encoding=UTF-8 -Type=Application -Name=frugalware configuration -Exec=frugal-mono-tools-gnome -Terminal=false - -GenericName=frugalware configuration -Comment=Tools to configure Frugalware -Icon=FrugalTools.png -Categories=Application;GTK;System; -OnlyShowIn=GNOME; diff --git a/frugal-mono-tools/frugal-tools-kde.desktop b/frugal-mono-tools/frugal-tools.desktop similarity index 84% rename from frugal-mono-tools/frugal-tools-kde.desktop rename to frugal-mono-tools/frugal-tools.desktop index 5feb519..addc264 100644 --- a/frugal-mono-tools/frugal-tools-kde.desktop +++ b/frugal-mono-tools/frugal-tools.desktop @@ -3,11 +3,10 @@ Encoding=UTF-8 Type=Application Name=frugalware configuration -Exec=frugal-mono-tools-kde +Exec=sucontrolcenter Terminal=false GenericName=frugalware configuration Comment=Tools to configure Frugalware Icon=FrugalTools.png Categories=Application;GTK;System; -OnlyShowIn=KDE; From bouleetbil at frogdev.info Thu Sep 2 22:01:49 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 2 Sep 2010 22:01:49 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *update TODO (irc client) *update config project Message-ID: <20100902200149.6BB6A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=0e30a5cb9ebb8c96b314257b00e11a59dff9f8c3 commit 0e30a5cb9ebb8c96b314257b00e11a59dff9f8c3 Author: bouleetbil Date: Thu Sep 2 22:26:00 2010 +0000 *update TODO (irc client) *update config project diff --git a/frugal-mono-tools/TODO b/frugal-mono-tools/TODO index 9b236cf..d498875 100644 --- a/frugal-mono-tools/TODO +++ b/frugal-mono-tools/TODO @@ -3,3 +3,4 @@ 3. check for integrate polkit authentification 4. parse rss for notify users to latest packages 5. switch service in mono to python +6. use smartirc for add a notebook #frugalware support diff --git a/frugal-mono-tools/frugal-mono-tools.csproj b/frugal-mono-tools/frugal-mono-tools.csproj index 3d3dbe2..468d378 100644 --- a/frugal-mono-tools/frugal-mono-tools.csproj +++ b/frugal-mono-tools/frugal-mono-tools.csproj @@ -99,12 +99,8 @@ - - - - frugal-mono-tools.desktop From bouleetbil at frogdev.info Thu Sep 2 22:28:49 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 2 Sep 2010 22:28:49 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *added irc client for join #frugalware *will add a notebook support for wiki/forum .... Message-ID: <20100902202849.2A6D6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=a3b8607a361802a1fb00a06e248cb4c1abaca9db commit a3b8607a361802a1fb00a06e248cb4c1abaca9db Author: bouleetbil Date: Thu Sep 2 22:52:51 2010 +0000 *added irc client for join #frugalware *will add a notebook support for wiki/forum .... diff --git a/PyUtils/PyUtils.mdproj b/PyUtils/PyUtils.mdproj index bf7103b..2d19945 100644 --- a/PyUtils/PyUtils.mdproj +++ b/PyUtils/PyUtils.mdproj @@ -1 +1,38 @@ - Debug AnyCPU PythonProject 8.0.50727 2.0 {4C4EA50C-8467-4840-B89D-AF1009A0532E} .\Debug .\Release \ No newline at end of file + + + + Debug + AnyCPU + PythonProject + 8.0.50727 + 2.0 + {4C4EA50C-8467-4840-B89D-AF1009A0532E} + 0.1.3 + + + Debug + + + + + + + + + + + Release + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PyUtils/irc.py b/PyUtils/irc.py new file mode 100644 index 0000000..3d9ff17 --- /dev/null +++ b/PyUtils/irc.py @@ -0,0 +1,228 @@ +""" +Python-IRC - an IRC client written in Python +(c) 2010 gaetan gourdin bouleetbil at frogdev.info +(c) 2004 Mike Tremoulet +Version 0.5 + +This work is licensed under the Creative Commons Attribution-NonCommercial License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc/2.0/ or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. +""" + + +import curses +import select +import socket +import sys +import textwrap +import time +import re + +class CursesUI: + """ + May have a problem with inbound messages while typing - blocks the display of new data while typing. + (the select.select() call triggers on the first keypress but blocks until newline. too lazy to write + an internal buffer to pick up on characters as they are typed. :> ) + + More to the point, the UI doesn't seem to be doing a 100% good job of splitting up the input. Occasionally + messages inbound will not get parsed - this seems to be when multiple items arrive at once. + + Also, server messages (large and all-at-once) are not parsing properly. + + Parts are inspired from http://twistedmatrix.com/documents/current/examples/cursesclient.py + """ + def __init__(self, irceng): + """ + Input param: + socket - open socket to IRC server + irceng - IRC engine object + """ + self.lines = [] + self.engine = irceng + self.sock = self.engine.connect() + self.linewrap = textwrap.TextWrapper() + self.stdscr = curses.wrapper(self.evtloop) + + def addline(self, line, screen): + # First part sanitizes input for the screen - break input buffer into lines (\n), then into + # screen lines based on width + line = line.rstrip() + actuallines = line.split("\n") + for entry in actuallines: + try: + entry = self.engine.parseinput(entry) + except PingInputError, err: + self.sock.sendall("PONG :" + err.value + "\n") + entry = "PING/PONG to " + err.value + screenlines = self.linewrap.wrap(entry) + for item in screenlines: + self.lines.append(item) + # Now we clear the screen and loop over the formatted lines to display them. + screen.clear() + i = 0; + index = len(self.lines) - 1 + while i < self.nrows - 2 and index >= 0: + screen.addstr(self.nrows-2-i, 0, self.lines[index]) + i = i + 1 + index = index - 1 + screen.refresh() + screen.move(self.nrows-1, 0) + + def evtloop(self, screen): + curses.echo() + self.nrows, self.ncols = screen.getmaxyx() + self.linewrap.width = self.ncols + while True: + (inlst, outlst, errlst) = select.select([self.sock, sys.stdin], [], []) + if self.sock in inlst : + # data coming in + data = self.sock.recv(8192) + if len(data) > 0: + # self.addline(self.engine.parseinput(data), screen) + # Moving the parseinput() call to addline() + self.addline(data, screen) + else : + # No data from socket - socket may be closed + # Test this and exit gracefully if needed + try : + self.sock.sendall("PING\n") + except socket.error : + print "Socket closed by host." + break + elif sys.stdin in inlst : + # keyboard data to be sent + data = self.engine.parsecmd(screen.getstr()) + self.sock.sendall(data + "\n") + self.addline(data, screen) + + def close(self): + self.engine.shutdown() + + + +class PythonIRC: + def __init__(self): + self.server = "irc.freenode.net" + self.port = 6667 + self.nick = "FrugalUser" + self.realname = "FrugalControlCenter" + self.channel = "#frugalware" + self.usercmd = re.compile('^/(\w+)( (.*))?$') + self.usermsg = re.compile('^(#?\w+)( (.*))?$') + self.svrmsg = re.compile('^:([a-zA-Z0-9\.]+) [0-9]+ ' + self.nick + '(.*)') + self.chanmsg = re.compile('^:(.+)![~]?(.+)@(.+) (\w+) #?(\w+) :(.*)$') + self.genmsg = re.compile('^:(.+)!~?(.+)@([a-zA-Z0-9\-\.]+) (\w+) :?(.*)$') + self.pingmsg = re.compile('^PING :(.*)$', re.IGNORECASE) + + def connect(self): + # Connect to the IRC server. + # ... insert socket code here ... + self.sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) + self.sock.connect((self.server, self.port)) + # ... add error handling for the commands? + nickcmd = "NICK " + self.nick + "\n" + usercmd = "USER Python-IRC host server :" + self.realname + "\n" # Might want to not hardcode those + self.sock.sendall(nickcmd) # Need to check for collision here + self.sock.sendall(usercmd) # Watch for errors here + #join channel + self.sock.sendall("join " + self.channel +"\n") + return self.sock # The established connection + + def parseinput(self, input): + if self.svrmsg.match(input) is not None: + # Server message + parse = self.svrmsg.match(input) + result = parse.group(1) + ": " + parse.group(2) + elif self.chanmsg.match(input) is not None: + # Channel msg + parse = self.chanmsg.match(input) + if parse.group(4).upper() == "PRIVMSG": + result = "[#" + parse.group(5) + " || " + parse.group(1) + "]: " + parse.group(6) + else: + # Unhandled + result = input.rstrip() + elif self.genmsg.match(input) is not None: + # General messages + parse = self.genmsg.match(input) + if parse.group(4).upper() == "QUIT": + result = "-- " + parse.group(1) + " has quit: " + parse.group(5) + elif parse.group(4).upper() == "JOIN": + result = "++ " + parse.group(1) + " has joined " + parse.group(5) + elif parse.group(4).upper() == "NICK": + result = "-+ " + parse.group(1) + " has morphed into " + parse.group(5) + else: + # Unhandled input + result = input.rstrip() + elif self.pingmsg.match(input): + parse = self.pingmsg.match(input) + raise PingInputError, parse.group(1) + else: + # Unhandled input + result = input.rstrip() + return result + + def parsecmd(self, input): + """ + This function parses user supplied input and reformats into IRC commands + """ + # If first char is a /, then this is a command. + output = input + if input[0] == "/" : + parsedcmd = self.usercmd.match(input) + output = parsedcmd.group(1).upper() # group(0) is the raw match, not the group + # Insert a bunch of if..elif..else statements + if (output == "MSG") : + # private message to a user. format: /msg user text + # break off the first word of group(3) to get userid + splitcmd = self.usermsg.match(parsedcmd.group(3)) + output = "PRIVMSG " + splitcmd.group(1) + " :" + splitcmd.group(3) # Note - no error checking for existence of groups + elif (output == "JOIN") : + # Only supports one channel, no keys, at this time + if parsedcmd.group(3) is not None: + output = output + " " + parsedcmd.group(3) # Note - group(2) contains that space + # Store channel for later use + self.channel = parsedcmd.group(3) + else : + # Raise a USER=ID10T error + pass + elif (output == "QUIT") : + # map add'l params i.e. reason for quitting + if parsedcmd.group(3) is not None: + output = output + " :" + parsedcmd.group(3) + elif (output == "PART") : + # add'l param = channel to leave + if parsedcmd.group(3) is not None: + output = output + " " + parsedcmd.group(3) + elif (output == "NICK") : + output = "NICK " + parsedcmd.group(3) + elif input[0] == "#" : + splitcmd = self.usermsg.match(input) + output = "PRIVMSG " + splitcmd.group(1) + " :" + splitcmd.group(3) + self.channel = splitcmd.group(1) # Update the CHANNEL variable - allows for easier multiple messages + else : + # This is a msg for a channel. + # look for null input! + output = "PRIVMSG " + self.channel + " :" + output # Retrieves channel from above + return output.rstrip() + + def shutdown(self): + self.sock.close() + + + +class PingInputError(Exception): + def __init__(self, value): + self.value = value + def __str__(self): + return repr(self.value) + + + +def usage(): + print("Python-IRC (c) 2004 Mike Tremoulet. Some rights reserved (http://creativecommons.org)") + print("USAGE: " + sys.argv[0] + " server port nick realname") + +if (__name__ == "__main__"): + client = PythonIRC() + cursesui = CursesUI(client) + # Event loop happens ... need more graceful way + cursesui.close() + From bouleetbil at frogdev.info Thu Sep 2 23:02:05 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 2 Sep 2010 23:02:05 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *added IRC support Message-ID: <20100902210205.5EB4A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=cb0cb58ac83c72556757cf0b39e3c298704a119b commit cb0cb58ac83c72556757cf0b39e3c298704a119b Author: bouleetbil Date: Thu Sep 2 23:01:56 2010 +0200 *added IRC support diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs index b78442f..61f6926 100644 --- a/frugal-mono-tools/MainWindow.cs +++ b/frugal-mono-tools/MainWindow.cs @@ -808,6 +808,12 @@ public partial class MainWindow : Gtk.Window } } + protected virtual void OnBTNIrcClicked (object sender, System.EventArgs e) + { + Outils.Excecute("python","/usr/bin/PyFrugalVTE python /usr/bin/PyFrugalIRC",false); + } + + diff --git a/frugal-mono-tools/gtk-gui/MainWindow.cs b/frugal-mono-tools/gtk-gui/MainWindow.cs index 15ee99d..1edab76 100644 --- a/frugal-mono-tools/gtk-gui/MainWindow.cs +++ b/frugal-mono-tools/gtk-gui/MainWindow.cs @@ -181,6 +181,14 @@ public partial class MainWindow private global::Gtk.Label LIB_LoginManager; + private global::Gtk.VBox vbox9; + + private global::Gtk.Label label7; + + private global::Gtk.Button BTN_Irc; + + private global::Gtk.Label label5; + private global::Gtk.VBox vbox5; private global::Gtk.ComboBox CBO_TitleNews; @@ -225,7 +233,7 @@ public partial class MainWindow this.ONG_principal = new global::Gtk.Notebook (); this.ONG_principal.CanFocus = true; this.ONG_principal.Name = "ONG_principal"; - this.ONG_principal.CurrentPage = 2; + this.ONG_principal.CurrentPage = 6; // Container child ONG_principal.Gtk.Notebook+NotebookChild this.vbox4 = new global::Gtk.VBox (); this.vbox4.Name = "vbox4"; @@ -1055,6 +1063,39 @@ public partial class MainWindow this.ONG_principal.SetTabLabel (this.vbox3, this.LIB_LoginManager); this.LIB_LoginManager.ShowAll (); // Container child ONG_principal.Gtk.Notebook+NotebookChild + this.vbox9 = new global::Gtk.VBox (); + this.vbox9.Name = "vbox9"; + this.vbox9.Spacing = 6; + // Container child vbox9.Gtk.Box+BoxChild + this.label7 = new global::Gtk.Label (); + this.label7.Name = "label7"; + this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Frugalware provide some helps supports :\n\nforums : http://forums.frugalware.org\n\nWiki : http://wiki.frugalware.org\n\nirc : irc.freenode.net channel #frugalware"); + this.vbox9.Add (this.label7); + global::Gtk.Box.BoxChild w83 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.label7])); + w83.Position = 0; + w83.Expand = false; + w83.Fill = false; + // Container child vbox9.Gtk.Box+BoxChild + this.BTN_Irc = new global::Gtk.Button (); + this.BTN_Irc.CanFocus = true; + this.BTN_Irc.Name = "BTN_Irc"; + this.BTN_Irc.UseUnderline = true; + this.BTN_Irc.Label = global::Mono.Unix.Catalog.GetString ("Start IRC client"); + this.vbox9.Add (this.BTN_Irc); + global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.BTN_Irc])); + w84.Position = 1; + w84.Expand = false; + w84.Fill = false; + this.ONG_principal.Add (this.vbox9); + global::Gtk.Notebook.NotebookChild w85 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox9])); + w85.Position = 6; + // Notebook tab + this.label5 = new global::Gtk.Label (); + this.label5.Name = "label5"; + this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Support"); + this.ONG_principal.SetTabLabel (this.vbox9, this.label5); + this.label5.ShowAll (); + // Container child ONG_principal.Gtk.Notebook+NotebookChild this.vbox5 = new global::Gtk.VBox (); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 6; @@ -1062,18 +1103,18 @@ public partial class MainWindow this.CBO_TitleNews = global::Gtk.ComboBox.NewText (); this.CBO_TitleNews.Name = "CBO_TitleNews"; this.vbox5.Add (this.CBO_TitleNews); - global::Gtk.Box.BoxChild w83 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.CBO_TitleNews])); - w83.Position = 0; - w83.Expand = false; - w83.Fill = false; + global::Gtk.Box.BoxChild w86 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.CBO_TitleNews])); + w86.Position = 0; + w86.Expand = false; + w86.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.LIB_Titre = new global::Gtk.Label (); this.LIB_Titre.Name = "LIB_Titre"; this.vbox5.Add (this.LIB_Titre); - global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.LIB_Titre])); - w84.Position = 1; - w84.Expand = false; - w84.Fill = false; + global::Gtk.Box.BoxChild w87 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.LIB_Titre])); + w87.Position = 1; + w87.Expand = false; + w87.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.BTN_Link = new global::Gtk.Button (); this.BTN_Link.CanFocus = true; @@ -1081,13 +1122,13 @@ public partial class MainWindow this.BTN_Link.UseUnderline = true; this.BTN_Link.Label = global::Mono.Unix.Catalog.GetString ("Link"); this.vbox5.Add (this.BTN_Link); - global::Gtk.Box.BoxChild w85 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.BTN_Link])); - w85.Position = 3; - w85.Expand = false; - w85.Fill = false; + global::Gtk.Box.BoxChild w88 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.BTN_Link])); + w88.Position = 3; + w88.Expand = false; + w88.Fill = false; this.ONG_principal.Add (this.vbox5); - global::Gtk.Notebook.NotebookChild w86 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox5])); - w86.Position = 6; + global::Gtk.Notebook.NotebookChild w89 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox5])); + w89.Position = 7; // Notebook tab this.LIB_News = new global::Gtk.Label (); this.LIB_News.Name = "LIB_News"; @@ -1106,10 +1147,10 @@ public partial class MainWindow this.INT_CheckStartup.DrawIndicator = true; this.INT_CheckStartup.UseUnderline = true; this.vbox8.Add (this.INT_CheckStartup); - global::Gtk.Box.BoxChild w87 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_CheckStartup])); - w87.Position = 0; - w87.Expand = false; - w87.Fill = false; + global::Gtk.Box.BoxChild w90 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_CheckStartup])); + w90.Position = 0; + w90.Expand = false; + w90.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.INT_StartWithXSession = new global::Gtk.CheckButton (); this.INT_StartWithXSession.CanFocus = true; @@ -1119,10 +1160,10 @@ public partial class MainWindow this.INT_StartWithXSession.DrawIndicator = true; this.INT_StartWithXSession.UseUnderline = true; this.vbox8.Add (this.INT_StartWithXSession); - global::Gtk.Box.BoxChild w88 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_StartWithXSession])); - w88.Position = 1; - w88.Expand = false; - w88.Fill = false; + global::Gtk.Box.BoxChild w91 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_StartWithXSession])); + w91.Position = 1; + w91.Expand = false; + w91.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.INT_ShowNotif = new global::Gtk.CheckButton (); this.INT_ShowNotif.CanFocus = true; @@ -1132,10 +1173,10 @@ public partial class MainWindow this.INT_ShowNotif.DrawIndicator = true; this.INT_ShowNotif.UseUnderline = true; this.vbox8.Add (this.INT_ShowNotif); - global::Gtk.Box.BoxChild w89 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowNotif])); - w89.Position = 2; - w89.Expand = false; - w89.Fill = false; + global::Gtk.Box.BoxChild w92 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowNotif])); + w92.Position = 2; + w92.Expand = false; + w92.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.INT_ShowSplash = new global::Gtk.CheckButton (); this.INT_ShowSplash.CanFocus = true; @@ -1145,10 +1186,10 @@ public partial class MainWindow this.INT_ShowSplash.DrawIndicator = true; this.INT_ShowSplash.UseUnderline = true; this.vbox8.Add (this.INT_ShowSplash); - global::Gtk.Box.BoxChild w90 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowSplash])); - w90.Position = 3; - w90.Expand = false; - w90.Fill = false; + global::Gtk.Box.BoxChild w93 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowSplash])); + w93.Position = 3; + w93.Expand = false; + w93.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.hbox21 = new global::Gtk.HBox (); this.hbox21.Name = "hbox21"; @@ -1160,18 +1201,18 @@ public partial class MainWindow this.BTN_SaveConf.UseUnderline = true; this.BTN_SaveConf.Label = global::Mono.Unix.Catalog.GetString ("Apply"); this.hbox21.Add (this.BTN_SaveConf); - global::Gtk.Box.BoxChild w91 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.BTN_SaveConf])); - w91.Position = 2; - w91.Expand = false; - w91.Fill = false; + global::Gtk.Box.BoxChild w94 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.BTN_SaveConf])); + w94.Position = 2; + w94.Expand = false; + w94.Fill = false; this.vbox8.Add (this.hbox21); - global::Gtk.Box.BoxChild w92 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox21])); - w92.Position = 5; - w92.Expand = false; - w92.Fill = false; + global::Gtk.Box.BoxChild w95 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox21])); + w95.Position = 5; + w95.Expand = false; + w95.Fill = false; this.ONG_principal.Add (this.vbox8); - global::Gtk.Notebook.NotebookChild w93 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox8])); - w93.Position = 7; + global::Gtk.Notebook.NotebookChild w96 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox8])); + w96.Position = 8; // Notebook tab this.Configuration = new global::Gtk.Label (); this.Configuration.Name = "Configuration"; @@ -1189,8 +1230,8 @@ public partial class MainWindow this.textview2.Name = "textview2"; this.GtkScrolledWindow2.Add (this.textview2); this.ONG_principal.Add (this.GtkScrolledWindow2); - global::Gtk.Notebook.NotebookChild w95 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.GtkScrolledWindow2])); - w95.Position = 8; + global::Gtk.Notebook.NotebookChild w98 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.GtkScrolledWindow2])); + w98.Position = 9; // Notebook tab this.label6 = new global::Gtk.Label (); this.label6.Name = "label6"; @@ -1201,7 +1242,7 @@ public partial class MainWindow if ((this.Child != null)) { this.Child.ShowAll (); } - this.DefaultWidth = 597; + this.DefaultWidth = 657; this.DefaultHeight = 395; this.BTN_Setup.Hide (); this.BTN_ServiceStart.Hide (); @@ -1233,6 +1274,7 @@ public partial class MainWindow this.INT_GDM.Clicked += new global::System.EventHandler (this.OnINTGDMClicked); this.INT_KDM.Clicked += new global::System.EventHandler (this.OnINTKDMClicked); this.BTN_LoginManager.Clicked += new global::System.EventHandler (this.OnBTNLoginManagerClicked); + this.BTN_Irc.Clicked += new global::System.EventHandler (this.OnBTNIrcClicked); this.CBO_TitleNews.Changed += new global::System.EventHandler (this.SelectItem); this.BTN_Link.Clicked += new global::System.EventHandler (this.OpenLink); this.BTN_SaveConf.Clicked += new global::System.EventHandler (this.OnBTNSaveConfClicked); diff --git a/frugal-mono-tools/gtk-gui/gui.stetic b/frugal-mono-tools/gtk-gui/gui.stetic index bd27d17..f044369 100644 --- a/frugal-mono-tools/gtk-gui/gui.stetic +++ b/frugal-mono-tools/gtk-gui/gui.stetic @@ -8,7 +8,7 @@ - + @@ -17,7 +17,7 @@ - + Frugalware-tools resource:frugalmonotools.header.svg @@ -27,7 +27,7 @@ True - 2 + 6 @@ -1201,6 +1201,64 @@ ztv + + + 6 + + + + Frugalware provide some helps supports : + +forums : http://forums.frugalware.org + +Wiki : http://wiki.frugalware.org + +irc : irc.freenode.net channel #frugalware + + + 0 + True + False + False + + + + + + True + TextOnly + Start IRC client + True + + + + 1 + True + False + False + + + + + + + + + + + 6 + + + + + + Support + + + tab + + + 6 @@ -1250,7 +1308,7 @@ ztv - 6 + 7 @@ -1372,7 +1430,7 @@ ztv - 7 + 8 @@ -1743,7 +1801,7 @@ Public License instead of this License. - 8 + 9 From bouleetbil at frogdev.info Fri Sep 3 09:43:20 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 09:43:20 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ddrescue-1.13-1-i686 Message-ID: <20100903074320.A0850132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e9c080d57573a02ddb711e573ddf237ff98c6938 commit e9c080d57573a02ddb711e573ddf237ff98c6938 Author: bouleetbil Date: Fri Sep 3 10:07:57 2010 +0000 ddrescue-1.13-1-i686 *Version bump diff --git a/source/apps-extra/ddrescue/FrugalBuild b/source/apps-extra/ddrescue/FrugalBuild index 175ee6f..cd079f4 100644 --- a/source/apps-extra/ddrescue/FrugalBuild +++ b/source/apps-extra/ddrescue/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=ddrescue -pkgver=1.12 +pkgver=1.13 pkgrel=1 pkgdesc="GNU ddrescue is a data recovery tool" url="http://www.gnu.org/software/ddrescue/ddrescue.html" @@ -11,7 +11,7 @@ groups=('apps-extra') archs=('i686' 'x86_64' 'ppc') source=(http://ftp.gnu.org/gnu/ddrescue/$pkgname-$pkgver.tar.gz) up2date="Flasttar http://ftp.gnu.org/gnu/ddrescue/?C=M;O=D" -sha1sums=('4fcb0fc37c38a72548379376b2095772927138d1') +sha1sums=('1af6c373b614b2d16d948884506a4a9ee3c55d82') build() { Fcd From bouleetbil at frogdev.info Fri Sep 3 09:54:56 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 09:54:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: dd-rescue-1.21-1-i686 Message-ID: <20100903075456.A6B80132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b6d0079138b27f18dd9f6b961e6b77dbedb6ce2a commit b6d0079138b27f18dd9f6b961e6b77dbedb6ce2a Author: bouleetbil Date: Fri Sep 3 10:19:37 2010 +0000 dd-rescue-1.21-1-i686 *Version bump diff --git a/source/apps-extra/dd-rescue/FrugalBuild b/source/apps-extra/dd-rescue/FrugalBuild index 03eabf2..1f5d745 100644 --- a/source/apps-extra/dd-rescue/FrugalBuild +++ b/source/apps-extra/dd-rescue/FrugalBuild @@ -3,7 +3,7 @@ pkgname=dd-rescue _F_archive_name=${pkgname/-/_} -pkgver=1.18 +pkgver=1.21 pkgrel=1 pkgdesc="Like dd, dd_rescue does copy data from one file or block device to another." url="http://www.garloff.de/kurt/linux/ddrescue/" @@ -12,7 +12,7 @@ groups=('apps-extra') archs=('i686' 'x86_64' 'ppc') source=(http://www.garloff.de/kurt/linux/ddrescue/$_F_archive_name-$pkgver.tar.gz) up2date="lynx -dump -source $url | Flasttar" -sha1sums=('757b790eda3eb2ed94f31702c7785e5810ec5c18') +sha1sums=('d401ef4299e263f4a11c731a654ca86d419c9dd3') _F_cd_path=$_F_archive_name build() { From devil505linux at gmail.com Fri Sep 3 09:58:20 2010 From: devil505linux at gmail.com (Devil505) Date: Fri, 3 Sep 2010 09:58:20 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ario-1.5-2-i686 * fixing depends * closes FS#4310 Message-ID: <20100903075820.2E525132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0a967dc961ea633e8b75044857a00c655c79c1ec commit 0a967dc961ea633e8b75044857a00c655c79c1ec Author: Devil505 Date: Fri Sep 3 08:42:18 2010 +0200 ario-1.5-2-i686 * fixing depends * closes FS#4310 diff --git a/source/xapps-extra/ario/FrugalBuild b/source/xapps-extra/ario/FrugalBuild index 0d694d1..4964c61 100644 --- a/source/xapps-extra/ario/FrugalBuild +++ b/source/xapps-extra/ario/FrugalBuild @@ -3,9 +3,10 @@ pkgname=ario pkgver=1.5 -pkgrel=1 +pkgrel=2 pkgdesc="A GTK2 client for MPD (Music player daemon)." -depends=('libglade>=2.6.4-3' 'freetype2' 'glibc' 'libxau>=1.0.4-1' 'libxdmcp' 'curl>=7.19.0' 'avahi-glib>=0.6.24-5' 'libxdamage>=1.1.1-3' 'libxext>=1.0.5-3' 'libsoup' 'dbus-glib' 'libnotify>=0.4.5-2' 'taglib' 'unique' 'libmpdclient') +rodepends=('dbus-x11') +depends=('avahi-glib' 'libmpdclient' 'taglib' 'unique' 'curl' 'libsoup' 'libnotify') makedepends=('perl-xml-parser' 'intltool') options=('scriptlet') _F_gnome_iconcache="y" From devil505linux at gmail.com Fri Sep 3 09:58:20 2010 From: devil505linux at gmail.com (Devil505) Date: Fri, 3 Sep 2010 09:58:20 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: geos-3.2.2-1-i686 * version bump Message-ID: <20100903075820.3CCDB132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=718ed5dd208a3a7455a6d28b98848b45a5de5354 commit 718ed5dd208a3a7455a6d28b98848b45a5de5354 Author: Devil505 Date: Fri Sep 3 08:59:54 2010 +0200 geos-3.2.2-1-i686 * version bump diff --git a/source/lib-extra/geos/FrugalBuild b/source/lib-extra/geos/FrugalBuild index 05c12e4..c7899ab 100644 --- a/source/lib-extra/geos/FrugalBuild +++ b/source/lib-extra/geos/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Janos Kovacs pkgname=geos -pkgver=3.2.0 +pkgver=3.2.2 pkgrel=1 pkgdesc="GEOS (Geometry Engine, Open Source) topology library" url="http://geos.refractions.net" @@ -12,6 +12,6 @@ archs=('i686' 'x86_64') groups=('lib-extra') up2date="lynx -dump ${url}/ |grep ${pkgname}-[0-9\.]*\.tar.bz2$|sed -n 's/.*-\(.*\)\.t.*/\1/;1 p'" source=(http://download.osgeo.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('e6925763fb06fa6a7f358ede49bb89f96535b3ef') +sha1sums=('6917d6d1d4e79f58d9f931bf351024709fabbc5a') # optimization OK From devil505linux at gmail.com Fri Sep 3 09:58:20 2010 From: devil505linux at gmail.com (Devil505) Date: Fri, 3 Sep 2010 09:58:20 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gpsim-0.25.0-1-i686 * version bump Message-ID: <20100903075820.9E441132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4ec2a5098c78f2f6c7ff2a28fc3cb58a0d3095fa commit 4ec2a5098c78f2f6c7ff2a28fc3cb58a0d3095fa Author: Devil505 Date: Fri Sep 3 09:44:45 2010 +0200 gpsim-0.25.0-1-i686 * version bump diff --git a/source/xapps-extra/gpsim/FrugalBuild b/source/xapps-extra/gpsim/FrugalBuild index d19faaa..83b0ed3 100644 --- a/source/xapps-extra/gpsim/FrugalBuild +++ b/source/xapps-extra/gpsim/FrugalBuild @@ -2,14 +2,14 @@ # Maintainer: Janos Kovacs pkgname=gpsim -pkgver=0.24.0 -pkgrel=2 +pkgver=0.25.0 +pkgrel=1 pkgdesc="An open sourced simulator for Microchip's PIC microcontrollers." license="GPL" depends=('libstdc++' 'readline' 'popt' 'gtk+extra>=2.1.2') groups=('xapps-extra') archs=('i686' 'x86_64') Finclude sourceforge -sha1sums=('fc494ff0c0ed608e2cd49ac8f56786723850c5a7') +sha1sums=('bff4122ad29adbd64c6ee37159698dfd0d6ca503') # optimization OK From bouleetbil at frogdev.info Fri Sep 3 10:11:20 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 10:11:20 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-uri-1.55-1-i686 Message-ID: <20100903081120.344EB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7a1a2657a77da8fc27e8a35c8a3242511ee5f62f commit 7a1a2657a77da8fc27e8a35c8a3242511ee5f62f Author: bouleetbil Date: Fri Sep 3 10:35:56 2010 +0000 perl-uri-1.55-1-i686 *Version bump diff --git a/source/devel/perl-uri/FrugalBuild b/source/devel/perl-uri/FrugalBuild index 8944345..cd4d2ae 100644 --- a/source/devel/perl-uri/FrugalBuild +++ b/source/devel/perl-uri/FrugalBuild @@ -3,10 +3,10 @@ _F_perl_name=URI _F_perl_author=G/GA/GAAS -pkgver=1.54 +pkgver=1.55 pkgdesc="Uniform Resource Identifiers (absolute and relative)" Finclude perl groups=('devel') archs=('i686' 'x86_64' 'ppc') pkgrel=1 -sha1sums=('e0ef831aed3b3dd44b3027075b610a81c135ddae') +sha1sums=('938b4e93804f9cf02b1ac3721f54bd5f267fbfc9') From devil505linux at gmail.com Fri Sep 3 10:21:08 2010 From: devil505linux at gmail.com (Devil505) Date: Fri, 3 Sep 2010 10:21:08 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gbrainy-1.51-1-i686 * version bump Message-ID: <20100903082108.05391132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8a7db6e81a958aeea19098690550621bae824784 commit 8a7db6e81a958aeea19098690550621bae824784 Author: Devil505 Date: Fri Sep 3 10:04:05 2010 +0200 gbrainy-1.51-1-i686 * version bump diff --git a/source/gnome-extra/gbrainy/FrugalBuild b/source/gnome-extra/gbrainy/FrugalBuild index 59c2412..5053b68 100644 --- a/source/gnome-extra/gbrainy/FrugalBuild +++ b/source/gnome-extra/gbrainy/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=gbrainy -pkgver=1.50 +pkgver=1.51 pkgrel=1 pkgdesc="brain teaser game and trainer" url="http://live.gnome.org/$pkgname" @@ -17,7 +17,7 @@ Finclude gnome-scriptlet groups=('gnome-extra') up2date="lynx -dump $url | Flasttar" source=(http://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('810e8e522a7432dcad755139f060c644d34d2024') +sha1sums=('5f8f1ad86ef80ba578341c28637806ebc991926e') build() { From bouleetbil at frogdev.info Fri Sep 3 10:22:53 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 10:22:53 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libproxy-0.4.6-1-i686 Message-ID: <20100903082253.742A9132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=03dcb8c53579d69477ec6c9fa7a58bbb30c13a9b commit 03dcb8c53579d69477ec6c9fa7a58bbb30c13a9b Author: bouleetbil Date: Fri Sep 3 10:47:09 2010 +0000 libproxy-0.4.6-1-i686 *Version bump diff --git a/source/lib/libproxy/FrugalBuild b/source/lib/libproxy/FrugalBuild index 7731d0d..c8c4770 100644 --- a/source/lib/libproxy/FrugalBuild +++ b/source/lib/libproxy/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=libproxy -pkgver=0.4.5 +pkgver=0.4.6 pkgrel=1 pkgdesc="libproxy is a library that provides automatic proxy configuration management." depends=('glibc' 'dbus') @@ -10,7 +10,7 @@ makedepends=('automoc4') groups=('lib') archs=('i686' 'x86_64' 'ppc') Finclude googlecode cmake python -sha1sums=('ce4c601037d108c1008b61cdb4839832b0deb6e8') +sha1sums=('6e9745c87b774f34bf53f07a54284c0d72020e94') subpkgs=("${subpkgs[@]}" "$pkgname-python") subdescs=("${subdescs[@]}" "$pkgname python binding") From bouleetbil at frogdev.info Fri Sep 3 11:24:19 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 11:24:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: usbmuxd-1.0.5-1-i686 Message-ID: <20100903092419.5C1C6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=358e93071ef3f3c39551f7b1d482067353ebc250 commit 358e93071ef3f3c39551f7b1d482067353ebc250 Author: bouleetbil Date: Fri Sep 3 11:48:48 2010 +0000 usbmuxd-1.0.5-1-i686 *Version bump diff --git a/source/lib-extra/usbmuxd/FrugalBuild b/source/lib-extra/usbmuxd/FrugalBuild index 5ad17ce..2a68274 100644 --- a/source/lib-extra/usbmuxd/FrugalBuild +++ b/source/lib-extra/usbmuxd/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=usbmuxd -pkgver=1.0.4 +pkgver=1.0.5 pkgrel=1 pkgdesc="Daemon for communicating with Apple's iPod Touch and iPhone" depends=('libusb1>=1.0.8' 'shadow') @@ -12,6 +12,8 @@ archs=('i686' 'x86_64' 'ppc') url=http://libimobiledevice.org/ up2date="Flasttar $url" source=(http://marcansoft.com/uploads/$pkgname/$pkgname-$pkgver.tar.bz2 udevuser.diff) -sha1sums=('9d7adf7a8e9c88b17ef22c90ec1a0b1bc35a6a96' \ +sha1sums=('7089ce6637b6a428d8090479d2439f94d69fb41a' \ '71a81c848cd69f3c1edb5861d0b4822c59a1c566') + +# optimization OK From bouleetbil at frogdev.info Fri Sep 3 11:30:34 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 11:30:34 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *added a webkit browser *added some links forums, wiki, bugs, french, danish *added a link to systray for open forums and wiki in the mini browser Message-ID: <20100903093034.EFDCC132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=a1f7c755ad25d2001f60a88b4fa88c1d7f629672 commit a1f7c755ad25d2001f60a88b4fa88c1d7f629672 Author: bouleetbil Date: Fri Sep 3 11:53:32 2010 +0000 *added a webkit browser *added some links forums, wiki, bugs, french, danish *added a link to systray for open forums and wiki in the mini browser diff --git a/frugal-mono-tools/Main.cs b/frugal-mono-tools/Main.cs index e5fe7b9..53bae35 100644 --- a/frugal-mono-tools/Main.cs +++ b/frugal-mono-tools/Main.cs @@ -77,11 +77,30 @@ namespace frugalmonotools Gtk.Image ccimg = new Gtk.Image(Stock.Execute, IconSize.Menu); menuItemcc.Image = ccimg; popupMenu.Add(menuItemcc); + + ImageMenuItem menuItemForum = new ImageMenuItem ("Forums Frugalware"); + Gtk.Image Forumimg = new Gtk.Image(Stock.Help, IconSize.Menu); + menuItemForum.Image = Forumimg; + popupMenu.Add(menuItemForum); + + ImageMenuItem menuItemWiki = new ImageMenuItem ("Wiki Frugalware"); + Gtk.Image Wikiimg = new Gtk.Image(Stock.Help, IconSize.Menu); + menuItemWiki.Image = Wikiimg; + popupMenu.Add(menuItemWiki); ImageMenuItem menuItemQuit = new ImageMenuItem ("Quit"); Gtk.Image appimg = new Gtk.Image(Stock.Quit, IconSize.Menu); menuItemQuit.Image = appimg; popupMenu.Add(menuItemQuit); + + menuItemForum.Activated += delegate { + WebkitBrowser browser = new WebkitBrowser("http://forums.frugalware.org"); + browser.Show(); + }; + menuItemWiki.Activated += delegate { + WebkitBrowser browser = new WebkitBrowser("http://wiki.frugalware.org"); + browser.Show(); + }; menuItemcc.Activated += delegate { Outils.Excecute("frugal-mono-tools","",false); }; // Quit the application when quit has been clicked. menuItemQuit.Activated += delegate { Application.Quit(); }; diff --git a/frugal-mono-tools/MainWindow.cs b/frugal-mono-tools/MainWindow.cs index 61f6926..c68008b 100644 --- a/frugal-mono-tools/MainWindow.cs +++ b/frugal-mono-tools/MainWindow.cs @@ -52,9 +52,10 @@ public partial class MainWindow : Gtk.Window ListStore modelFlux = new ListStore (typeof (string),typeof (int)); RSS FluxRss; + public MainWindow () : base(Gtk.WindowType.Toplevel) { - + this.SetDefaultSize (700, 500); Build (); //graphical debug @@ -813,6 +814,44 @@ public partial class MainWindow : Gtk.Window Outils.Excecute("python","/usr/bin/PyFrugalVTE python /usr/bin/PyFrugalIRC",false); } + protected virtual void OnBTNForumsClicked (object sender, System.EventArgs e) + { + WebkitBrowser browser = new WebkitBrowser("http://forums.frugalware.org"); + browser.Show(); + } + + protected virtual void OnBTNWikiClicked (object sender, System.EventArgs e) + { + WebkitBrowser browser = new WebkitBrowser("http://wiki.frugalware.org"); + browser.Show(); + } + + + + protected virtual void OnBTNDanishClicked (object sender, System.EventArgs e) + { + WebkitBrowser browser = new WebkitBrowser("http://frugalware.dk/"); + browser.Show(); + } + + protected virtual void OnBTNFrenchClicked (object sender, System.EventArgs e) + { + WebkitBrowser browser = new WebkitBrowser("http://www.frugalware.fr"); + browser.Show(); + } + + protected virtual void OnBTNBugsClicked (object sender, System.EventArgs e) + { + WebkitBrowser browser = new WebkitBrowser("http://bugs.frugalware.org"); + browser.Show(); + } + + + + + + + diff --git a/frugal-mono-tools/WebkitBrowser.cs b/frugal-mono-tools/WebkitBrowser.cs new file mode 100644 index 0000000..6c457d3 --- /dev/null +++ b/frugal-mono-tools/WebkitBrowser.cs @@ -0,0 +1,227 @@ +// +// WebKit# - WebKit bindings for Mono +// +// Authors: +// 2010 by Gaetan Gourdin +// Everaldo Canuto +// +// Copyright (c) 2008 Novell, Inc. All rights reserved. +// +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + + +using System; +using Gtk; +using GtkSharp; +using WebKit; + +namespace frugalmonotools +{ + + + public class WebkitBrowser: Gtk.Window + { + const string APP_NAME = "FugalBrowser"; + + private string url = "http://www.frugalware.org/"; + + private Gtk.VBox vbox = null; + private Gtk.Toolbar toolbar = null; + private Gtk.Toolbar findbar = null; + private Gtk.Entry uri_entry = null; + private Gtk.Entry find_entry = null; + private WebKit.WebView webview = null; + private Gtk.Statusbar statusbar = null; + + private Gtk.Action action_back; + private Gtk.Action action_forward; + private Gtk.Action action_reload; + private Gtk.Action action_stop; + private Gtk.Action action_jump; + + public WebkitBrowser (string url): base (Gtk.WindowType.Toplevel) + { + if (url != "") + this.url = url; + + CreateWidgets (); + webview.Open (this.url); + } + + private void CreateWidgets () + { + this.Title = APP_NAME; + this.SetDefaultSize (700, 500); + + CreateActions (); + CreateToolbar (); + CreateWebView (); + CreateFindbar (); + CreateStatusBar (); + + Gtk.ScrolledWindow scroll = new Gtk.ScrolledWindow (); + scroll.Add (webview); + + vbox = new Gtk.VBox (false, 1); + vbox.PackStart (toolbar, false, false, 0); + vbox.PackStart (scroll); + //vbox.PackStart (findbar, false, false, 0); + vbox.PackEnd (statusbar, false, true, 0); + + this.Add (vbox); + this.ShowAll (); + } + + private void CreateActions () + { + action_back = new Gtk.Action("go-back", "Go Back", null, "gtk-go-back"); + action_forward = new Gtk.Action("go-forward", "Go Forward", null, "gtk-go-forward"); + action_reload = new Gtk.Action("reload", "Reload", null, "gtk-refresh"); + action_stop = new Gtk.Action("stop", "Stop", null, "gtk-stop"); + action_jump = new Gtk.Action("jump", "Jump", null, "gtk-jump-to"); + + action_back.Activated += new EventHandler(on_back_activate); + action_forward.Activated += new EventHandler(on_forward_activate); + action_reload.Activated += new EventHandler(on_reload_activate); + action_stop.Activated += new EventHandler(on_stop_activate); + action_jump.Activated += new EventHandler(on_uri_activate); + } + + private void CreateToolbar () + { + // UrlEntry + uri_entry = new Gtk.Entry (); + uri_entry.Activated += new EventHandler(on_uri_activate); + + Gtk.ToolItem uri_item = new Gtk.ToolItem (); + uri_item.Expand = true; + uri_item.Add (uri_entry); + + // Toolbar + toolbar = new Toolbar (); + toolbar.ToolbarStyle = ToolbarStyle.Icons; + toolbar.Orientation = Orientation.Horizontal; + toolbar.ShowArrow = true; + + // Toolbar Itens + toolbar.Add (action_back.CreateToolItem()); + toolbar.Add (action_forward.CreateToolItem()); + toolbar.Add (action_reload.CreateToolItem()); + toolbar.Add (action_stop.CreateToolItem()); + toolbar.Add (uri_item); + toolbar.Add (action_jump.CreateToolItem()); + } + + private void CreateWebView () + { + webview = new WebView (); + webview.Editable = false; + webview.TitleChanged += new TitleChangedHandler (OnTitleChanged); + webview.HoveringOverLink += new HoveringOverLinkHandler (OnHoveringOverLink); + webview.LoadCommitted += new LoadCommittedHandler (OnLoadCommitted); + webview.LoadFinished += new LoadFinishedHandler (OnLoadFinished); + } + + private void CreateStatusBar () + { + statusbar = new Gtk.Statusbar (); + } + + private void CreateFindbar () + { + // FindEntry + find_entry = new Gtk.Entry (); + //find_entry.Activated += new EventHandler(on_uri_activate); + + Gtk.ToolItem find_item = new Gtk.ToolItem (); + //find_item.Expand = true; + find_item.Add (find_entry); + + // Toolbar + findbar = new Toolbar (); + findbar.ToolbarStyle = ToolbarStyle.Icons; + findbar.Orientation = Orientation.Horizontal; + findbar.ShowArrow = true; + + // Toolbar Itens + findbar.Add (action_stop.CreateToolItem()); + findbar.Add (find_item); + findbar.Add (action_back.CreateToolItem()); + findbar.Add (action_forward.CreateToolItem()); + } + + + private void OnTitleChanged (object o, TitleChangedArgs args) + { + if (args.Title == String.Empty) + this.Title = APP_NAME; + else + this.Title = String.Format ("{0} - {1}", args.Title, APP_NAME); + } + + private void OnHoveringOverLink (object o, HoveringOverLinkArgs args) + { + statusbar.Pop (1); + if (args.Link != null) { + statusbar.Push (1, args.Link); + } + } + + private void OnLoadCommitted (object o, LoadCommittedArgs args) + { + action_back.Sensitive = webview.CanGoBack (); + action_forward.Sensitive = webview.CanGoForward (); + + uri_entry.Text = args.Frame.Uri; + } + + private void OnLoadFinished (object o, LoadFinishedArgs args) + { + // + } + + private void on_back_activate (object o, EventArgs args) + { + webview.GoBack (); + } + + private void on_forward_activate (object o, EventArgs args) + { + webview.GoForward (); + } + + private void on_reload_activate (object o, EventArgs args) + { + webview.Reload (); + } + + private void on_stop_activate (object o, EventArgs args) + { + webview.StopLoading (); + } + + private void on_uri_activate (object o, EventArgs args) + { + webview.Open (uri_entry.Text); + } + } +} + diff --git a/frugal-mono-tools/frugal-mono-tools.csproj b/frugal-mono-tools/frugal-mono-tools.csproj index 468d378..64d7873 100644 --- a/frugal-mono-tools/frugal-mono-tools.csproj +++ b/frugal-mono-tools/frugal-mono-tools.csproj @@ -85,6 +85,7 @@ + diff --git a/frugal-mono-tools/gtk-gui/MainWindow.cs b/frugal-mono-tools/gtk-gui/MainWindow.cs index 1edab76..00a4485 100644 --- a/frugal-mono-tools/gtk-gui/MainWindow.cs +++ b/frugal-mono-tools/gtk-gui/MainWindow.cs @@ -187,6 +187,18 @@ public partial class MainWindow private global::Gtk.Button BTN_Irc; + private global::Gtk.Button BTN_Forums; + + private global::Gtk.Button BTN_Wiki; + + private global::Gtk.Button BTN_Bugs; + + private global::Gtk.Label label8; + + private global::Gtk.Button BTN_French; + + private global::Gtk.Button BTN_Danish; + private global::Gtk.Label label5; private global::Gtk.VBox vbox5; @@ -1069,7 +1081,7 @@ public partial class MainWindow // Container child vbox9.Gtk.Box+BoxChild this.label7 = new global::Gtk.Label (); this.label7.Name = "label7"; - this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Frugalware provide some helps supports :\n\nforums : http://forums.frugalware.org\n\nWiki : http://wiki.frugalware.org\n\nirc : irc.freenode.net channel #frugalware"); + this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Frugalware provide some helps supports :\n\nForums : http://forums.frugalware.org\n\nWiki : http://wiki.frugalware.org\n\nirc : irc.freenode.net channel #frugalware"); this.vbox9.Add (this.label7); global::Gtk.Box.BoxChild w83 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.label7])); w83.Position = 0; @@ -1086,9 +1098,73 @@ public partial class MainWindow w84.Position = 1; w84.Expand = false; w84.Fill = false; + // Container child vbox9.Gtk.Box+BoxChild + this.BTN_Forums = new global::Gtk.Button (); + this.BTN_Forums.CanFocus = true; + this.BTN_Forums.Name = "BTN_Forums"; + this.BTN_Forums.UseUnderline = true; + this.BTN_Forums.Label = global::Mono.Unix.Catalog.GetString ("Forums Frugalware"); + this.vbox9.Add (this.BTN_Forums); + global::Gtk.Box.BoxChild w85 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.BTN_Forums])); + w85.Position = 2; + w85.Expand = false; + w85.Fill = false; + // Container child vbox9.Gtk.Box+BoxChild + this.BTN_Wiki = new global::Gtk.Button (); + this.BTN_Wiki.CanFocus = true; + this.BTN_Wiki.Name = "BTN_Wiki"; + this.BTN_Wiki.UseUnderline = true; + this.BTN_Wiki.Label = global::Mono.Unix.Catalog.GetString ("Wiki Frugalware"); + this.vbox9.Add (this.BTN_Wiki); + global::Gtk.Box.BoxChild w86 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.BTN_Wiki])); + w86.Position = 3; + w86.Expand = false; + w86.Fill = false; + // Container child vbox9.Gtk.Box+BoxChild + this.BTN_Bugs = new global::Gtk.Button (); + this.BTN_Bugs.CanFocus = true; + this.BTN_Bugs.Name = "BTN_Bugs"; + this.BTN_Bugs.UseUnderline = true; + this.BTN_Bugs.Label = global::Mono.Unix.Catalog.GetString ("Bugs tracker"); + this.vbox9.Add (this.BTN_Bugs); + global::Gtk.Box.BoxChild w87 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.BTN_Bugs])); + w87.Position = 4; + w87.Expand = false; + w87.Fill = false; + // Container child vbox9.Gtk.Box+BoxChild + this.label8 = new global::Gtk.Label (); + this.label8.Name = "label8"; + this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Internationalized Frugalware sites"); + this.vbox9.Add (this.label8); + global::Gtk.Box.BoxChild w88 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.label8])); + w88.Position = 5; + w88.Expand = false; + w88.Fill = false; + // Container child vbox9.Gtk.Box+BoxChild + this.BTN_French = new global::Gtk.Button (); + this.BTN_French.CanFocus = true; + this.BTN_French.Name = "BTN_French"; + this.BTN_French.UseUnderline = true; + this.BTN_French.Label = global::Mono.Unix.Catalog.GetString ("French"); + this.vbox9.Add (this.BTN_French); + global::Gtk.Box.BoxChild w89 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.BTN_French])); + w89.Position = 6; + w89.Expand = false; + w89.Fill = false; + // Container child vbox9.Gtk.Box+BoxChild + this.BTN_Danish = new global::Gtk.Button (); + this.BTN_Danish.CanFocus = true; + this.BTN_Danish.Name = "BTN_Danish"; + this.BTN_Danish.UseUnderline = true; + this.BTN_Danish.Label = global::Mono.Unix.Catalog.GetString ("Danish"); + this.vbox9.Add (this.BTN_Danish); + global::Gtk.Box.BoxChild w90 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.BTN_Danish])); + w90.Position = 7; + w90.Expand = false; + w90.Fill = false; this.ONG_principal.Add (this.vbox9); - global::Gtk.Notebook.NotebookChild w85 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox9])); - w85.Position = 6; + global::Gtk.Notebook.NotebookChild w91 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox9])); + w91.Position = 6; // Notebook tab this.label5 = new global::Gtk.Label (); this.label5.Name = "label5"; @@ -1103,18 +1179,18 @@ public partial class MainWindow this.CBO_TitleNews = global::Gtk.ComboBox.NewText (); this.CBO_TitleNews.Name = "CBO_TitleNews"; this.vbox5.Add (this.CBO_TitleNews); - global::Gtk.Box.BoxChild w86 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.CBO_TitleNews])); - w86.Position = 0; - w86.Expand = false; - w86.Fill = false; + global::Gtk.Box.BoxChild w92 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.CBO_TitleNews])); + w92.Position = 0; + w92.Expand = false; + w92.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.LIB_Titre = new global::Gtk.Label (); this.LIB_Titre.Name = "LIB_Titre"; this.vbox5.Add (this.LIB_Titre); - global::Gtk.Box.BoxChild w87 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.LIB_Titre])); - w87.Position = 1; - w87.Expand = false; - w87.Fill = false; + global::Gtk.Box.BoxChild w93 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.LIB_Titre])); + w93.Position = 1; + w93.Expand = false; + w93.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.BTN_Link = new global::Gtk.Button (); this.BTN_Link.CanFocus = true; @@ -1122,13 +1198,13 @@ public partial class MainWindow this.BTN_Link.UseUnderline = true; this.BTN_Link.Label = global::Mono.Unix.Catalog.GetString ("Link"); this.vbox5.Add (this.BTN_Link); - global::Gtk.Box.BoxChild w88 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.BTN_Link])); - w88.Position = 3; - w88.Expand = false; - w88.Fill = false; + global::Gtk.Box.BoxChild w94 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.BTN_Link])); + w94.Position = 3; + w94.Expand = false; + w94.Fill = false; this.ONG_principal.Add (this.vbox5); - global::Gtk.Notebook.NotebookChild w89 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox5])); - w89.Position = 7; + global::Gtk.Notebook.NotebookChild w95 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox5])); + w95.Position = 7; // Notebook tab this.LIB_News = new global::Gtk.Label (); this.LIB_News.Name = "LIB_News"; @@ -1147,10 +1223,10 @@ public partial class MainWindow this.INT_CheckStartup.DrawIndicator = true; this.INT_CheckStartup.UseUnderline = true; this.vbox8.Add (this.INT_CheckStartup); - global::Gtk.Box.BoxChild w90 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_CheckStartup])); - w90.Position = 0; - w90.Expand = false; - w90.Fill = false; + global::Gtk.Box.BoxChild w96 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_CheckStartup])); + w96.Position = 0; + w96.Expand = false; + w96.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.INT_StartWithXSession = new global::Gtk.CheckButton (); this.INT_StartWithXSession.CanFocus = true; @@ -1160,10 +1236,10 @@ public partial class MainWindow this.INT_StartWithXSession.DrawIndicator = true; this.INT_StartWithXSession.UseUnderline = true; this.vbox8.Add (this.INT_StartWithXSession); - global::Gtk.Box.BoxChild w91 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_StartWithXSession])); - w91.Position = 1; - w91.Expand = false; - w91.Fill = false; + global::Gtk.Box.BoxChild w97 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_StartWithXSession])); + w97.Position = 1; + w97.Expand = false; + w97.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.INT_ShowNotif = new global::Gtk.CheckButton (); this.INT_ShowNotif.CanFocus = true; @@ -1173,10 +1249,10 @@ public partial class MainWindow this.INT_ShowNotif.DrawIndicator = true; this.INT_ShowNotif.UseUnderline = true; this.vbox8.Add (this.INT_ShowNotif); - global::Gtk.Box.BoxChild w92 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowNotif])); - w92.Position = 2; - w92.Expand = false; - w92.Fill = false; + global::Gtk.Box.BoxChild w98 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowNotif])); + w98.Position = 2; + w98.Expand = false; + w98.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.INT_ShowSplash = new global::Gtk.CheckButton (); this.INT_ShowSplash.CanFocus = true; @@ -1186,10 +1262,10 @@ public partial class MainWindow this.INT_ShowSplash.DrawIndicator = true; this.INT_ShowSplash.UseUnderline = true; this.vbox8.Add (this.INT_ShowSplash); - global::Gtk.Box.BoxChild w93 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowSplash])); - w93.Position = 3; - w93.Expand = false; - w93.Fill = false; + global::Gtk.Box.BoxChild w99 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.INT_ShowSplash])); + w99.Position = 3; + w99.Expand = false; + w99.Fill = false; // Container child vbox8.Gtk.Box+BoxChild this.hbox21 = new global::Gtk.HBox (); this.hbox21.Name = "hbox21"; @@ -1201,18 +1277,18 @@ public partial class MainWindow this.BTN_SaveConf.UseUnderline = true; this.BTN_SaveConf.Label = global::Mono.Unix.Catalog.GetString ("Apply"); this.hbox21.Add (this.BTN_SaveConf); - global::Gtk.Box.BoxChild w94 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.BTN_SaveConf])); - w94.Position = 2; - w94.Expand = false; - w94.Fill = false; + global::Gtk.Box.BoxChild w100 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.BTN_SaveConf])); + w100.Position = 2; + w100.Expand = false; + w100.Fill = false; this.vbox8.Add (this.hbox21); - global::Gtk.Box.BoxChild w95 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox21])); - w95.Position = 5; - w95.Expand = false; - w95.Fill = false; + global::Gtk.Box.BoxChild w101 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox21])); + w101.Position = 5; + w101.Expand = false; + w101.Fill = false; this.ONG_principal.Add (this.vbox8); - global::Gtk.Notebook.NotebookChild w96 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox8])); - w96.Position = 8; + global::Gtk.Notebook.NotebookChild w102 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.vbox8])); + w102.Position = 8; // Notebook tab this.Configuration = new global::Gtk.Label (); this.Configuration.Name = "Configuration"; @@ -1230,8 +1306,8 @@ public partial class MainWindow this.textview2.Name = "textview2"; this.GtkScrolledWindow2.Add (this.textview2); this.ONG_principal.Add (this.GtkScrolledWindow2); - global::Gtk.Notebook.NotebookChild w98 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.GtkScrolledWindow2])); - w98.Position = 9; + global::Gtk.Notebook.NotebookChild w104 = ((global::Gtk.Notebook.NotebookChild)(this.ONG_principal[this.GtkScrolledWindow2])); + w104.Position = 9; // Notebook tab this.label6 = new global::Gtk.Label (); this.label6.Name = "label6"; @@ -1275,6 +1351,11 @@ public partial class MainWindow this.INT_KDM.Clicked += new global::System.EventHandler (this.OnINTKDMClicked); this.BTN_LoginManager.Clicked += new global::System.EventHandler (this.OnBTNLoginManagerClicked); this.BTN_Irc.Clicked += new global::System.EventHandler (this.OnBTNIrcClicked); + this.BTN_Forums.Clicked += new global::System.EventHandler (this.OnBTNForumsClicked); + this.BTN_Wiki.Clicked += new global::System.EventHandler (this.OnBTNWikiClicked); + this.BTN_Bugs.Clicked += new global::System.EventHandler (this.OnBTNBugsClicked); + this.BTN_French.Clicked += new global::System.EventHandler (this.OnBTNFrenchClicked); + this.BTN_Danish.Clicked += new global::System.EventHandler (this.OnBTNDanishClicked); this.CBO_TitleNews.Changed += new global::System.EventHandler (this.SelectItem); this.BTN_Link.Clicked += new global::System.EventHandler (this.OpenLink); this.BTN_SaveConf.Clicked += new global::System.EventHandler (this.OnBTNSaveConfClicked); diff --git a/frugal-mono-tools/gtk-gui/gui.stetic b/frugal-mono-tools/gtk-gui/gui.stetic index f044369..a44e2f9 100644 --- a/frugal-mono-tools/gtk-gui/gui.stetic +++ b/frugal-mono-tools/gtk-gui/gui.stetic @@ -1209,7 +1209,7 @@ ztv Frugalware provide some helps supports : -forums : http://forums.frugalware.org +Forums : http://forums.frugalware.org Wiki : http://wiki.frugalware.org @@ -1239,7 +1239,96 @@ irc : irc.freenode.net channel #frugalware - + + + True + TextOnly + Forums Frugalware + True + + + + 2 + True + False + False + + + + + + True + TextOnly + Wiki Frugalware + True + + + + 3 + True + False + False + + + + + + True + TextOnly + Bugs tracker + True + + + + 4 + True + False + False + + + + + + Internationalized Frugalware sites + + + 5 + True + False + False + + + + + + True + TextOnly + French + True + + + + 6 + True + False + False + + + + + + True + TextOnly + Danish + True + + + + 7 + True + False + False + From bouleetbil at frogdev.info Fri Sep 3 11:32:24 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 11:32:24 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *version bump Message-ID: <20100903093224.0D630132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=930a21838d0d1d759cc737413b586d6d2e924309 commit 930a21838d0d1d759cc737413b586d6d2e924309 Author: bouleetbil Date: Fri Sep 3 11:57:10 2010 +0000 *version bump diff --git a/Packages.mdproj b/Packages.mdproj index 96148b1..70f06f7 100644 --- a/Packages.mdproj +++ b/Packages.mdproj @@ -28,6 +28,6 @@ - 0.1.3 + 0.1.4 \ No newline at end of file diff --git a/PyUtils/PyUtils.mdproj b/PyUtils/PyUtils.mdproj index 2d19945..50f27b1 100644 --- a/PyUtils/PyUtils.mdproj +++ b/PyUtils/PyUtils.mdproj @@ -7,7 +7,7 @@ 8.0.50727 2.0 {4C4EA50C-8467-4840-B89D-AF1009A0532E} - 0.1.3 + 0.1.4 Debug diff --git a/Service/Service.csproj b/Service/Service.csproj index f2015b8..b81be40 100644 --- a/Service/Service.csproj +++ b/Service/Service.csproj @@ -9,7 +9,7 @@ Exe Service ServiceMonoFrugal - 0.1.3 + 0.1.4 true diff --git a/Traduction/Traduction.mdproj b/Traduction/Traduction.mdproj index 7a09eb6..1fd3e0f 100644 --- a/Traduction/Traduction.mdproj +++ b/Traduction/Traduction.mdproj @@ -14,6 +14,6 @@ i8n1 - 0.1.2 + 0.1.4 \ No newline at end of file diff --git a/frugal-mono-tools.sln b/frugal-mono-tools.sln index 5d0f012..076715d 100644 --- a/frugal-mono-tools.sln +++ b/frugal-mono-tools.sln @@ -56,6 +56,6 @@ Global $0.StandardHeader = $4 $4.Text = @/*\r\n * Copyright (C) 2010 by Gaetan Gourdin \r\n *\r\n * This program is free software; you can redistribute it and/or modify\r\n * it under the terms of the GNU General Public License as published by\r\n * the Free Software Foundation; either version 2 of the License, or\r\n * (at your option) any later version.\r\n *\r\n * This program is distributed in the hope that it will be useful,\r\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r\n * GNU General Public License for more details.\r\n *\r\n * You should have received a copy of the GNU General Public License\r\n * along with this program; if not, write to the Free Software\r\n * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\r\n */ $4.inheritsSet = Apache2License - version = 0.1.3 + version = 0.1.4 EndGlobalSection EndGlobal diff --git a/frugal-mono-tools/frugal-mono-tools.csproj b/frugal-mono-tools/frugal-mono-tools.csproj index 64d7873..66c1f24 100644 --- a/frugal-mono-tools/frugal-mono-tools.csproj +++ b/frugal-mono-tools/frugal-mono-tools.csproj @@ -9,7 +9,7 @@ WinExe frugalmonotools frugal-mono-tools - 0.1.3 + 0.1.4 true From bouleetbil at frogdev.info Fri Sep 3 11:35:35 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 11:35:35 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *update ChangeLog Message-ID: <20100903093535.69436132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=81b094520aa88670001fe9be13d05284a2746f58 commit 81b094520aa88670001fe9be13d05284a2746f58 Author: bouleetbil Date: Fri Sep 3 12:00:14 2010 +0000 *update ChangeLog diff --git a/frugal-mono-tools/ChangeLog b/frugal-mono-tools/ChangeLog index 78ba66a..29452d8 100644 --- a/frugal-mono-tools/ChangeLog +++ b/frugal-mono-tools/ChangeLog @@ -1,3 +1,10 @@ +2010-09-03 gaetan gourdin + Don't show setup for no root user + Added a webkit browser + Added some links to systray icon + Added irc client for join #frugalware + delete wrapper for start it as root will use gtk-user + 2010-09-02 gaetan gourdin Use vte-python instead vte-sharp (will use some langages) re enable setup from frugalwareutils From bouleetbil at frogdev.info Fri Sep 3 11:37:22 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 11:37:22 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *change location for generate archives releases/ Message-ID: <20100903093722.C7B93132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=b2f86357f90b7062cba85f8f32fdf24bcda95ca0 commit b2f86357f90b7062cba85f8f32fdf24bcda95ca0 Author: bouleetbil Date: Fri Sep 3 12:01:55 2010 +0000 *change location for generate archives releases/ diff --git a/Packages.mdproj b/Packages.mdproj index 70f06f7..2345095 100644 --- a/Packages.mdproj +++ b/Packages.mdproj @@ -18,7 +18,7 @@ - + From bouleetbil at frogdev.info Fri Sep 3 11:40:48 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 11:40:48 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *update TODO Message-ID: <20100903094048.AA7DB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=169fde3ae6c0382d261b2cfcc9e4e96636351f29 commit 169fde3ae6c0382d261b2cfcc9e4e96636351f29 Author: bouleetbil Date: Fri Sep 3 12:05:33 2010 +0000 *update TODO diff --git a/frugal-mono-tools/TODO b/frugal-mono-tools/TODO index d498875..3369f46 100644 --- a/frugal-mono-tools/TODO +++ b/frugal-mono-tools/TODO @@ -1,6 +1,4 @@ 1. added a sort of etcconfig for find pacnew and purpose to merge/update... 2. see for add repoman merge update... -3. check for integrate polkit authentification -4. parse rss for notify users to latest packages -5. switch service in mono to python -6. use smartirc for add a notebook #frugalware support +3. parse rss for notify users to latest packages +4. switch service in mono to python From bouleetbil at frogdev.info Fri Sep 3 12:37:45 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 12:37:45 +0200 (CEST) Subject: [Frugalware-git] frugal-mono-tools: *.desktop for start it as root integrated to FrugaBuild Message-ID: <20100903103745.009FB132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=fb8ad498427afa6450685d38381c003e7e54d3ef commit fb8ad498427afa6450685d38381c003e7e54d3ef Author: bouleetbil Date: Fri Sep 3 13:02:03 2010 +0000 *.desktop for start it as root integrated to FrugaBuild diff --git a/frugal-mono-tools/frugal-tools.desktop b/frugal-mono-tools/frugal-tools.desktop deleted file mode 100644 index addc264..0000000 --- a/frugal-mono-tools/frugal-tools.desktop +++ /dev/null @@ -1,12 +0,0 @@ - -[Desktop Entry] -Encoding=UTF-8 -Type=Application -Name=frugalware configuration -Exec=sucontrolcenter -Terminal=false - -GenericName=frugalware configuration -Comment=Tools to configure Frugalware -Icon=FrugalTools.png -Categories=Application;GTK;System; From devil505linux at gmail.com Fri Sep 3 12:51:58 2010 From: devil505linux at gmail.com (Devil505) Date: Fri, 3 Sep 2010 12:51:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: spring-0.82.5-1-i686 * version bump Message-ID: <20100903105158.DE8D9132C38D@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b773dc449d02ef30fdde07840c404b506aef0538 commit b773dc449d02ef30fdde07840c404b506aef0538 Author: Devil505 Date: Fri Sep 3 12:14:12 2010 +0200 spring-0.82.5-1-i686 * version bump diff --git a/source/games-extra/spring/FrugalBuild b/source/games-extra/spring/FrugalBuild index 56a4a51..eda12df 100644 --- a/source/games-extra/spring/FrugalBuild +++ b/source/games-extra/spring/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=spring -pkgver=0.82.4 +pkgver=0.82.5 pkgrel=1 pkgdesc="A free 3D game engine for the real-time-strategy (RTS) game Total Annihilation" depends=('glew' 'devil' 'libboost-mt' 'sdl' 'libxmu' 'libxi' 'libgl' 'libtiff' 'libjpeg>=8a' 'libsm' 'libxcb' 'libxdamage' 'e2fsprogs' 'openal' 'libvorbis' 'freetype2' 'libxcursor' 'openal') @@ -18,7 +18,7 @@ _F_cd_path="${pkgname}_${pkgver}" _F_cmake_confopts="-DCMAKE_INSTALL_PREFIX=/usr -DDATADIR=share/spring -DUSE_GML_SIM=ON -DUSE_GML=ON" Finclude cmake source=($source README.Frugalware) -sha1sums=('74d5a70a93f4f5d6b7daf455fe3434a3a91ad626' \ +sha1sums=('f72a7eede37caf80e79d185ae07ae26fd97e8153' \ '5721b8c82c14fbfc895f86cbfbd7a1b00dcbc894') build() { From devil505linux at gmail.com Fri Sep 3 12:52:00 2010 From: devil505linux at gmail.com (Devil505) Date: Fri, 3 Sep 2010 12:52:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gajim-0.14-1-i686 * version bump Message-ID: <20100903105200.AD1F9132C38E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9bb6cf4b3ae518cb82f2444023f973cd7dded414 commit 9bb6cf4b3ae518cb82f2444023f973cd7dded414 Author: Devil505 Date: Fri Sep 3 12:26:23 2010 +0200 gajim-0.14-1-i686 * version bump diff --git a/source/xapps-extra/gajim/FrugalBuild b/source/xapps-extra/gajim/FrugalBuild index f57a8c4..bc9a78a 100644 --- a/source/xapps-extra/gajim/FrugalBuild +++ b/source/xapps-extra/gajim/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: voroskoi pkgname=gajim -pkgver=0.13.4 -pkgrel=2 +pkgver=0.14 +pkgrel=1 pkgdesc="The goal of Gajim is to provide a full featured and easy to use Jabber client." url="http://www.gajim.org/" depends=('pygtk>=2.16.0-4' 'libxscrnsaver>=1.1.3-1') @@ -12,8 +12,8 @@ rodepends=('pysqlite2') groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://www.gajim.org/downloads.php?lang=en |grep tar.bz2 |sed 's/.*-\(.*\).t.*/\1/'" -source=(http://www.gajim.org/downloads/0.13/gajim-$pkgver.tar.bz2) -sha1sums=('87c37ea105543a437cf1d2bb93dd49a4f9be9343') +source=(http://www.gajim.org/downloads/$pkgver/gajim-$pkgver.tar.bz2) +sha1sums=('d48fe8366c5083f7d01e0abd161bbbfb410e36ef') options=('nodocs') # optimization OK From bouleetbil at frogdev.info Fri Sep 3 12:53:14 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 12:53:14 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: frugal-mono-tools-0.1.4-1-i686 *version bump Message-ID: <20100903105314.E124F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=46f1d4f73ce989803d19b2186f1b0fc4a90c3e31 commit 46f1d4f73ce989803d19b2186f1b0fc4a90c3e31 Author: bouleetbil Date: Fri Sep 3 13:17:42 2010 +0000 frugal-mono-tools-0.1.4-1-i686 *version bump diff --git a/source/xapps-extra/frugal-mono-tools/FrugalBuild b/source/xapps-extra/frugal-mono-tools/FrugalBuild index e652558..ea4eaf0 100644 --- a/source/xapps-extra/frugal-mono-tools/FrugalBuild +++ b/source/xapps-extra/frugal-mono-tools/FrugalBuild @@ -2,21 +2,22 @@ # Maintainer: bouleetbil pkgname=frugal-mono-tools -pkgver=0.1.3 +pkgver=0.1.4 pkgrel=1 url="http://ftp.frugalware.org/pub/other/people/bouleetbil/frugal-mono-tools/" up2date="Flasttar $url/releases/" source=($url/releases/$pkgname-$pkgver.tar.gz rc.frugal-mono-tools \ - $url/releases/frugal-python-tools-$pkgver.tar.bz2) + $url/releases/frugal-python-tools-$pkgver.tar.gz) pkgdesc="C# Frugalware configuration utility" depends=('gtk2-sharp' 'notify-sharp' 'webkit-sharp>=0.3' 'vte-python') +rodepends=('gtk-usermode') options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64' 'ppc') Finclude mono -sha1sums=('4020fdce9eb7b7c1d07b151c4b34ce1397339379' \ +sha1sums=('c205c15b4283fbb43659f799ed86b1cc41db4a0d' \ '73fbee331e5d48cfcb20496d3e298567faddb034' \ - '45ba5b830b5c846b68ff91fd4edff8cc555a5b6b') + 'fb3fc4cac9bb94f6167f5edd668f7aaad232531f') build() { Fcd @@ -25,13 +26,59 @@ build() { Fmkdir etc/xdg/autostart/ Fmkdir usr/share/applications/ Fbuild + #For start it with Xsession Fcp $pkgname-$pkgver/frugal-mono-tools.desktop \ etc/xdg/autostart/frugal-mono-tools.desktop Fcp $pkgname-$pkgver/frugal-mono-tools/fw.png usr/share/pixmaps/FrugalTools.png - Fcp $pkgname-$pkgver/frugal-mono-tools/*.desktop usr/share/applications/ - Fcp $pkgname-$pkgver/frugal-mono-tools/frugal-mono-tools-gnome usr/bin/ - Fcp $pkgname-$pkgver/frugal-mono-tools/frugal-mono-tools-kde usr/bin + #python terminal Fcp frugal-mono-tools/PyUtils/PyVTE.py /usr/bin/PyFrugalVTE + #irc python client for join #frugalware + Fcp frugal-mono-tools/PyUtils/irc.py /usr/bin/PyFrugalIRC + + #for can start it wit root user + _F_desktop_exec="sucontrolcenter" + _F_desktop_name="frugalware configuration" + _F_desktop_desc="Tools to configure Frugalware" + _F_desktop_icon="FrugalTools.png" + _F_desktop_categories="Application;GTK;System;" + Fdesktop2 + + Fmkdir usr/share/apps/sucontrolcenter + Fmkdir etc/pam.d + Fmkdir etc/security/console.apps + +cat > $Fdestdir/usr/share/apps/sucontrolcenter/sucontrolcenter << "EOF" +#!/bin/sh +exec frugal-mono-tools +EOF + + chmod +x $Fdestdir/usr/share/apps/sucontrolcenter/sucontrolcenter || Fdie + +cat > $Fdestdir/etc/pam.d/sucontrolcenter << "EOF" +#%PAM-1.0 +auth include config-control-center +account include config-control-center +session include config-control-center +EOF + +cat > $Fdestdir/etc/pam.d/config-control-center << "EOF" +#%PAM-1.0 +auth sufficient pam_rootok.so +auth sufficient pam_timestamp.so +auth include system-auth +account required pam_permit.so +session required pam_permit.so +session optional pam_xauth.so +session optional pam_timestamp.so +EOF + +cat > $Fdestdir/etc/security/console.apps/sucontrolcenter << "EOF" +USER=root +PROGRAM=/usr/share/apps/sucontrolcenter/sucontrolcenter +SESSION=true +EOF + + Fln /usr/bin/consolehelper /usr/bin/sucontrolcenter Fmonocleanup Frcd2 From vmiklos at frugalware.org Fri Sep 3 13:06:58 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 3 Sep 2010 13:06:58 +0200 (CEST) Subject: [Frugalware-git] python27: Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current Message-ID: <20100903110658.6BA0F132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python27.git;a=commitdiff;h=064e9323f1a91fc52dbe824fe07ea37a78e2f93d commit 064e9323f1a91fc52dbe824fe07ea37a78e2f93d Merge: 6f1ebf1 46f1d4f Author: Miklos Vajna Date: Fri Sep 3 12:58:51 2010 +0200 Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current * 'master' of git.frugalware.org:/pub/frugalware/frugalware-current: (23 commits) Conflicts: source/lib/libproxy/FrugalBuild diff --cc source/lib/libproxy/FrugalBuild index 266de60,c8c4770..4f4cec4 --- a/source/lib/libproxy/FrugalBuild +++ b/source/lib/libproxy/FrugalBuild @@@ -2,8 -2,8 +2,8 @@@ # Maintainer: bouleetbil pkgname=libproxy - pkgver=0.4.5 + pkgver=0.4.6 -pkgrel=1 +pkgrel=2 pkgdesc="libproxy is a library that provides automatic proxy configuration management." depends=('glibc' 'dbus') makedepends=('automoc4') From vmiklos at frugalware.org Fri Sep 3 13:23:57 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 3 Sep 2010 13:23:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current Message-ID: <20100903112357.983E1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=064e9323f1a91fc52dbe824fe07ea37a78e2f93d commit 064e9323f1a91fc52dbe824fe07ea37a78e2f93d Merge: 6f1ebf1 46f1d4f Author: Miklos Vajna Date: Fri Sep 3 12:58:51 2010 +0200 Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current * 'master' of git.frugalware.org:/pub/frugalware/frugalware-current: (23 commits) Conflicts: source/lib/libproxy/FrugalBuild diff --cc source/lib/libproxy/FrugalBuild index 266de60,c8c4770..4f4cec4 --- a/source/lib/libproxy/FrugalBuild +++ b/source/lib/libproxy/FrugalBuild @@@ -2,8 -2,8 +2,8 @@@ # Maintainer: bouleetbil pkgname=libproxy - pkgver=0.4.5 + pkgver=0.4.6 -pkgrel=1 +pkgrel=2 pkgdesc="libproxy is a library that provides automatic proxy configuration management." depends=('glibc' 'dbus') makedepends=('automoc4') From vmiklos at frugalware.org Fri Sep 3 13:39:31 2010 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 3 Sep 2010 13:39:31 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: docs/xml: s/xarkam/Xarkam/ Message-ID: <20100903113931.2435B132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=11793996f02021190a158127cfbe3e882ef2eea5 commit 11793996f02021190a158127cfbe3e882ef2eea5 Author: Miklos Vajna Date: Fri Sep 3 13:39:23 2010 +0200 docs/xml: s/xarkam/Xarkam/ diff --git a/docs/xml/authors.xml b/docs/xml/authors.xml index acdaf2a..c05988a 100644 --- a/docs/xml/authors.xml +++ b/docs/xml/authors.xml @@ -13,7 +13,7 @@ the list will be sorted automatically, so you no longer need to care about the o Nolmans, Benjamin - xarkam + Xarkam xarkam at gmail.com Forums maintainer Wiki maintainer From bouleetbil at frogdev.info Fri Sep 3 15:26:40 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 15:26:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: frugal-mono-tools-0.1.4-2-i686 *fixes parameter to root wrapper Message-ID: <20100903132640.844A2132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=697a8329be00f03ca74951cc59e189fb67521663 commit 697a8329be00f03ca74951cc59e189fb67521663 Author: bouleetbil Date: Fri Sep 3 15:51:04 2010 +0000 frugal-mono-tools-0.1.4-2-i686 *fixes parameter to root wrapper diff --git a/source/xapps-extra/frugal-mono-tools/FrugalBuild b/source/xapps-extra/frugal-mono-tools/FrugalBuild index ea4eaf0..d4a3382 100644 --- a/source/xapps-extra/frugal-mono-tools/FrugalBuild +++ b/source/xapps-extra/frugal-mono-tools/FrugalBuild @@ -3,7 +3,7 @@ pkgname=frugal-mono-tools pkgver=0.1.4 -pkgrel=1 +pkgrel=2 url="http://ftp.frugalware.org/pub/other/people/bouleetbil/frugal-mono-tools/" up2date="Flasttar $url/releases/" source=($url/releases/$pkgname-$pkgver.tar.gz rc.frugal-mono-tools \ @@ -38,7 +38,7 @@ build() { #for can start it wit root user _F_desktop_exec="sucontrolcenter" _F_desktop_name="frugalware configuration" - _F_desktop_desc="Tools to configure Frugalware" + _F_desktop_desc="Tools to configure Frugalware (root mode)" _F_desktop_icon="FrugalTools.png" _F_desktop_categories="Application;GTK;System;" Fdesktop2 @@ -49,7 +49,7 @@ build() { cat > $Fdestdir/usr/share/apps/sucontrolcenter/sucontrolcenter << "EOF" #!/bin/sh -exec frugal-mono-tools +exec frugal-mono-tools $@ EOF chmod +x $Fdestdir/usr/share/apps/sucontrolcenter/sucontrolcenter || Fdie From elentir at frugalware.org Fri Sep 3 15:29:38 2010 From: elentir at frugalware.org (Elentir) Date: Fri, 3 Sep 2010 15:29:38 +0200 (CEST) Subject: [Frugalware-git] texlive: texlive-20091107-2-i686 Message-ID: <20100903132938.73E6D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=texlive.git;a=commitdiff;h=84c3082f41484a6a386d77fa0e6ff1eb21e53d09 commit 84c3082f41484a6a386d77fa0e6ff1eb21e53d09 Author: Elentir Date: Fri Sep 3 15:15:39 2010 +0200 texlive-20091107-2-i686 * add a texlive-pkg-nomaps.install in case of a subpkg with no map file * (so no need to update updmap.cfg in this case) * use texlinks in .install to create symlinks for tex formats * change method to update updmap.cfg file in .install * (enable all maps and then updmap --syncwithtrees) * no need for a .install script in -docs subpkg diff --git a/source/xapps-extra/texlive/FrugalBuild b/source/xapps-extra/texlive/FrugalBuild index ce1a7a1..21c3710 100644 --- a/source/xapps-extra/texlive/FrugalBuild +++ b/source/xapps-extra/texlive/FrugalBuild @@ -3,7 +3,7 @@ pkgname=texlive pkgver=20091107 -pkgrel=1 +pkgrel=2 pkgdesc="A complete TeX distribution" archs=('i686' 'x86_64') depends=('t1lib' 'gd' 'ncurses' 'poppler') @@ -16,6 +16,7 @@ source=("ftp://tug.org/historic/systems/texlive/2009/$pkgname-$pkgver-source.tar texlive-libpng14.patch \ texlive.install \ texlive-pkg.install \ + texlive-pkg-nomaps.install \ texmf.cnf \ xindy-clisp-2.49.patch) up2date="Flasttar ftp://tug.org/historic/systems/texlive/2009/ | sed 's/-source//' | sed 's/_texmf//'" @@ -28,8 +29,9 @@ sha1sums=('3e11287f16595209181dc2e0ae7c23809e2e73ee' \ '1b3097cf822c4d881a736fe0aeaee990ba17c8f3' \ '5301263529702ccfda0adb3706f461888dea22eb' \ '985c574fbf7d9d5cc7fcfa08d5ffeda70f34fbbf' \ - '630fefa9d4f1042dd21536c3b93f784cb51e04ff' \ - '3a0a2f807163cfc7dd6baf4dca3a7cb856a1e001' \ + '799692b26a166ec5fe0f27365df096da6ab333dd' \ + 'd12e33023c02b8009a6114346a3ee12730ad4cac' \ + '4c13dc71b2ce8796cb02046dd278f67d9b78ae45' \ '98806c7e48db2da9ac9092d1e729b3bf316408df' \ 'f4b2f7b063a06d49adae0f19a6a72d0e7def2906') _F_cd_path="$pkgname-$pkgver-source" @@ -76,13 +78,18 @@ subarchs=('i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' \ 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' \ 'i686 x86_64') -subinstall=("$pkgname-pkg.install" "$pkgname-pkg.install" "$pkgname-pkg.install" "$pkgname-pkg.install" "$pkgname-pkg.install" \ - "$pkgname-pkg.install" "$pkgname-pkg.install" "$pkgname-pkg.install" "$pkgname-pkg.install" "$pkgname-pkg.install" \ - "$pkgname-pkg.install" "$pkgname-pkg.install" "$pkgname-pkg.install" "$pkgname-pkg.install" "$pkgname-pkg.install" \ - "$pkgname-pkg.install" "$pkgname-pkg.install" "$pkgname-pkg.install" "$pkgname-pkg.install") +subinstall=("$pkgname-pkg-nomaps.install" "" "$pkgname-pkg.install" "$pkgname-pkg-nomaps.install" "$pkgname-pkg.install" \ + "$pkgname-pkg-nomaps.install" "$pkgname-pkg-nomaps.install" "$pkgname-pkg-nomaps.install" "$pkgname-pkg.install" \ + "$pkgname-pkg-nomaps.install" "$pkgname-pkg.install" "$pkgname-pkg.install" "$pkgname-pkg.install" \ + "$pkgname-pkg.install" "$pkgname-pkg.install" "$pkgname-pkg.install" "$pkgname-pkg-nomaps.install" "$pkgname-pkg-nomaps.install" \ + "$pkgname-pkg.install") build() { - [ "$CARCH" == "x86_64" ] && CFLAGS="$CFLAGS -fPIC -DPIC" + if [ "${CARCH}" = "x86_64" ]; then + export CFLAGS="${CFLAGS} -fPIC" + export CXXFLAGS="${CXXFLAGS} -fPIC" + fi + Fbuild --with-tex-banner="TeX Live 2009 / Frugalware Linux" # move texmf to share and no need to texmf-dist @@ -99,9 +106,6 @@ build() { Fcp $pkgname-$pkgver-texmf/texmf/* usr/share/texmf/ Fcp $pkgname-$pkgver-texmf/texmf-dist/* usr/share/texmf-dist/ - # install the pdflatex script - Finstall 755 $pkgname-$pkgver-source/texk/texlive/pdflatex usr/bin/ - ## install the config file with correct paths for kpathsea Finstall 644 texmf.cnf usr/share/texmf/web2c/ diff --git a/source/xapps-extra/texlive/texlive-pkg-nomaps.install b/source/xapps-extra/texlive/texlive-pkg-nomaps.install new file mode 100644 index 0000000..0633b1c --- /dev/null +++ b/source/xapps-extra/texlive/texlive-pkg-nomaps.install @@ -0,0 +1,18 @@ +post_install() { + echo "updating the filename database..." + mktexlsr + echo " done." +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +op=$1 +shift + +$op $* diff --git a/source/xapps-extra/texlive/texlive-pkg.install b/source/xapps-extra/texlive/texlive-pkg.install index 38f1388..7eeae23 100644 --- a/source/xapps-extra/texlive/texlive-pkg.install +++ b/source/xapps-extra/texlive/texlive-pkg.install @@ -1,13 +1,9 @@ post_install() { echo "updating the filename database..." - texconfig-sys rehash + mktexlsr echo " done." - ## enable all finding maps - listmaps=`find usr/share/texmf-dist/ -name '*.map' -type f | sed 's#.*/\(.*\)#\1#' ` - for i in $listmaps ; do - sed -i "s/^#! Map $i/Map $i/" /usr/share/texmf-config/web2c/updmap.cfg - sed -i "s/^#! MixedMap $i/Map $i/" /usr/share/texmf-config/web2c/updmap.cfg - done + ## enable all maps + cp -a /usr/share/texmf/web2c/updmap.cfg /usr/share/texmf-config/web2c/ echo "updating the fontmap files with updmap..." updmap-sys --quiet --nohash --syncwithtrees echo " done." @@ -19,7 +15,7 @@ post_upgrade() { post_remove() { echo "updating the filename database..." - texconfig-sys rehash + mktexlsr echo " done." echo "updating the fontmap files with updmap..." updmap-sys --quiet --nohash --syncwithtrees diff --git a/source/xapps-extra/texlive/texlive.install b/source/xapps-extra/texlive/texlive.install index 8d88c3a..027c10b 100644 --- a/source/xapps-extra/texlive/texlive.install +++ b/source/xapps-extra/texlive/texlive.install @@ -7,24 +7,31 @@ pre_install() { post_install() { echo "updating the filename database..." - texconfig-sys rehash + mktexlsr echo " done." echo "updating the fontmap files with updmap..." updmap-sys --quiet --nohash --syncwithtrees echo " done." echo "creating all formats..." fmtutil-sys --all 1>/dev/null + texlinks -f /usr/share/texmf/web2c/fmtutil.cnf /usr/bin/ echo " done." } +pre_upgrade() { + texlinks -u +} + post_upgrade() { post_install } +pre_remove() { + texlinks -u +} + post_remove() { - rm -rf /usr/share/texmf-var/ - rm -rf /usr/share/texmf-doc/ - rm -rf /usr/share/texmf-dist/ + rm -rf /usr/share/texmf-{var,doc,dist,config}/ rm -rf /usr/share/texmf/ } From bouleetbil at frogdev.info Fri Sep 3 15:30:19 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 15:30:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: telepathy-sofiasip-0.6.4-1-i686 Message-ID: <20100903133019.4734A132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2b77795e16533ffb7125bea36b9e97ca6852ea76 commit 2b77795e16533ffb7125bea36b9e97ca6852ea76 Author: bouleetbil Date: Fri Sep 3 15:55:11 2010 +0000 telepathy-sofiasip-0.6.4-1-i686 *Version bump diff --git a/source/lib-extra/telepathy-sofiasip/FrugalBuild b/source/lib-extra/telepathy-sofiasip/FrugalBuild index 60aadb5..d0ab393 100644 --- a/source/lib-extra/telepathy-sofiasip/FrugalBuild +++ b/source/lib-extra/telepathy-sofiasip/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=telepathy-sofiasip -pkgver=0.6.3 +pkgver=0.6.4 pkgrel=1 pkgdesc="A SIP connection manager for Telepathy based around the Sofia-SIP library." url="http://telepathy.freedesktop.org/" @@ -11,6 +11,6 @@ source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar depends=('libtelepathy' 'sofia-sip') groups=('lib-extra') archs=('i686' 'x86_64') -sha1sums=('02346934f0489762f9650bcee072a5fa5c41c420') +sha1sums=('4d9804359790711c8503f5d21b183297f7755c95') # optimization OK From bouleetbil at frogdev.info Fri Sep 3 16:04:20 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 16:04:20 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: redmine-1.0.1-1-i686 Message-ID: <20100903140420.5BC13132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=86d0ad3039d4daaff6712d555e57625581ba9e03 commit 86d0ad3039d4daaff6712d555e57625581ba9e03 Author: bouleetbil Date: Fri Sep 3 16:29:08 2010 +0000 redmine-1.0.1-1-i686 *Version bump diff --git a/source/network-extra/redmine/FrugalBuild b/source/network-extra/redmine/FrugalBuild index 2ff74c1..0e107cc 100644 --- a/source/network-extra/redmine/FrugalBuild +++ b/source/network-extra/redmine/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=redmine -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="Redmine is a flexible project management web application written using Ruby on Rails framework." url="http://www.redmine.org/projects/redmine" @@ -10,8 +10,8 @@ rodepends=("rails" "rubygems") groups=('network-extra') archs=('i686' 'x86_64') up2date="Flasttar http://rubyforge.org/frs/?group_id=1850" -source=(http://rubyforge.org/frs/download.php/71725/$pkgname-$pkgver.zip README.Frugalware) -sha1sums=('65761a00eef8406fe36211d77abcc4f5b96d6988' \ +source=(http://rubyforge.org/frs/download.php/72200/$pkgname-$pkgver.zip README.Frugalware) +sha1sums=('0f524b369490f6c63999cb50840fdb80415a6402' \ '47a9d05bc22e9998f95335515c6ca1bfe6413c85') build() From bouleetbil at frogdev.info Fri Sep 3 16:10:47 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 16:10:47 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lxterminal-0.1.9-1-i686 Message-ID: <20100903141047.DC1C1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=93c966af5feed4f75b934f42a9ad4b8457686d1d commit 93c966af5feed4f75b934f42a9ad4b8457686d1d Author: bouleetbil Date: Fri Sep 3 16:35:39 2010 +0000 lxterminal-0.1.9-1-i686 *Version bump diff --git a/source/xapps-extra/lxterminal/FrugalBuild b/source/xapps-extra/lxterminal/FrugalBuild index 72635c5..dbc20f8 100644 --- a/source/xapps-extra/lxterminal/FrugalBuild +++ b/source/xapps-extra/lxterminal/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=lxterminal -pkgver=0.1.8 +pkgver=0.1.9 pkgrel=1 pkgdesc="Desktop-independent VTE-based terminal emulator for LXDE" depends=('gtk+2>=2.20.0-2' 'vte>=0.22.0-2' 'libxft' 'libxau' 'libxdmcp' 'libice' \ @@ -14,6 +14,6 @@ archs=('i686' 'x86_64' 'ppc') _F_sourceforge_dirname="lxde" Finclude sourceforge url="http://lxde.org/" -sha1sums=('795198efac037694016137b716637b9eaea3a596') +sha1sums=('6bb161cfd1b807c63491361d8c6cec7b0c0e084f') # optimization OK From bouleetbil at frogdev.info Fri Sep 3 16:27:34 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 16:27:34 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: volti-0.2.2-1-i686 Message-ID: <20100903142734.618F1132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bbaf8672e5dedbda17db73b953d411b46f624bb2 commit bbaf8672e5dedbda17db73b953d411b46f624bb2 Author: bouleetbil Date: Fri Sep 3 16:52:23 2010 +0000 volti-0.2.2-1-i686 *Version bump diff --git a/source/xapps-extra/volti/FrugalBuild b/source/xapps-extra/volti/FrugalBuild index 2fff1cd..d0e2a2d 100644 --- a/source/xapps-extra/volti/FrugalBuild +++ b/source/xapps-extra/volti/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=volti -pkgver=0.2.1 -pkgrel=2 +pkgver=0.2.2 +pkgrel=1 pkgdesc="gtk+ application for controlling audio volume" depends=('pygtk' 'pyalsaaudio' 'dbus-python') groups=('xapps-extra') @@ -11,4 +11,4 @@ archs=('i686' 'x86_64') options=('scriptlet') _F_gnome_desktop="y" Finclude gnome-scriptlet googlecode -sha1sums=('996aa8e821384c57027c8537e4b259f16959d489') +sha1sums=('1d1b1efa749d6d7fd4a80f133f21bfcb2ba7b500') From bouleetbil at frogdev.info Fri Sep 3 16:33:42 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 16:33:42 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: openvpn-2.1.3-1-i686 Message-ID: <20100903143342.76C70132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f6dd5737ce4ab6675bb1df2f282ea13a93b1b7d2 commit f6dd5737ce4ab6675bb1df2f282ea13a93b1b7d2 Author: bouleetbil Date: Fri Sep 3 16:58:35 2010 +0000 openvpn-2.1.3-1-i686 *Version bump diff --git a/source/network-extra/openvpn/FrugalBuild b/source/network-extra/openvpn/FrugalBuild index b83ee53..fbf4877 100644 --- a/source/network-extra/openvpn/FrugalBuild +++ b/source/network-extra/openvpn/FrugalBuild @@ -3,7 +3,7 @@ # Maintainer: bouleetbil pkgname=openvpn -pkgver=2.1.2 +pkgver=2.1.3 pkgrel=1 pkgdesc="A secure tunneling daemon" url="http://www.openvpn.org/" @@ -12,7 +12,7 @@ groups=('network-extra') archs=('i686' 'x86_64') up2date="lynx -dump 'http://openvpn.net/release/?C=M&O=D' |grep -v beta| grep '$pkgname.*.tar.\(gz\|bz2\)' | sed -ne 's|.*$pkgname-\(.*\).tar.*|\1|g;1 p'" source=(http://www.openvpn.net/release/$pkgname-$pkgver.tar.gz rc.openvpn) -sha1sums=('021f808bba79be238bd0a38cfcb8b92dd04b85a3' \ +sha1sums=('91058e78c58c2e66298c7132bea1ddba52baaa82' \ 'e7c5939341fc2d7aa448ff0fd8ddbb2b401c2070') build() From bouleetbil at frogdev.info Fri Sep 3 16:39:30 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 16:39:30 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gadmin-openvpn-client-0.1.2-1-i686 Message-ID: <20100903143930.6F196132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d9b3d543d573d0c3824d7697c3c323e857ea8761 commit d9b3d543d573d0c3824d7697c3c323e857ea8761 Author: bouleetbil Date: Fri Sep 3 17:04:22 2010 +0000 gadmin-openvpn-client-0.1.2-1-i686 *Version bump diff --git a/source/xapps-extra/gadmin-openvpn-client/FrugalBuild b/source/xapps-extra/gadmin-openvpn-client/FrugalBuild index 2e34f67..22b4512 100644 --- a/source/xapps-extra/gadmin-openvpn-client/FrugalBuild +++ b/source/xapps-extra/gadmin-openvpn-client/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=gadmin-openvpn-client -pkgver=0.1.1 -pkgrel=2 +pkgver=0.1.2 +pkgrel=1 pkgdesc="GADMIN-OPENVPN-CLIENT -- A GTK+ administration tool for the OpenVPN client" url="http://www.gadmintools.org" license="GPL" @@ -13,6 +13,6 @@ groups=('xapps-extra') options=('scriptlet') up2date="lynx -dump http://mange.dynalias.org/linux/gadmin-openvpn/client/ |Flasttar" source=(http://mange.dynalias.org/linux/gadmin-openvpn/client/${pkgname}-${pkgver}.tar.gz) -sha1sums=('eafc442f7ab454d6cab875cddecbb15d75cea672') +sha1sums=('4baf0fc38b6069f74d09b67f91a1218eebc1f70f') # optimization OK From devil505linux at gmail.com Fri Sep 3 18:42:28 2010 From: devil505linux at gmail.com (Devil505) Date: Fri, 3 Sep 2010 18:42:28 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: rdflib-2.4.1-1-i686 * force downgrade (needed for a new package, zeitgest) Message-ID: <20100903164228.04958132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c9ea616e0fa0b579a734fb73fa782c6caf44be16 commit c9ea616e0fa0b579a734fb73fa782c6caf44be16 Author: Devil505 Date: Fri Sep 3 18:41:56 2010 +0200 rdflib-2.4.1-1-i686 * force downgrade (needed for a new package, zeitgest) diff --git a/source/lib-extra/rdflib/FrugalBuild b/source/lib-extra/rdflib/FrugalBuild index 93a29e7..c831552 100644 --- a/source/lib-extra/rdflib/FrugalBuild +++ b/source/lib-extra/rdflib/FrugalBuild @@ -2,14 +2,15 @@ # Maintainer: Devil505 pkgname=rdflib -pkgver=3.0.0 -pkgrel=2 +pkgver=2.4.1 +pkgrel=1 pkgdesc="A Python library for working with RDF, a simple yet powerful language for representing information" url="http://rdflib.net/" depends=('python>=2.7') makedepends=('setuptools') groups=('lib-extra') +options=('force') archs=('i686' 'x86_64') up2date="Flasttar $url" source=($url/$pkgname-$pkgver.tar.gz) -sha1sums=('6e13ce12c3041b64fe38f0aa6f48886167df821e') +sha1sums=('b0c4229d06720699b188230ac492f18fe8d39c20') From devil505linux at gmail.com Fri Sep 3 18:46:50 2010 From: devil505linux at gmail.com (Devil505) Date: Fri, 3 Sep 2010 18:46:50 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: zeitgeist-0.5.0-1-i686 * new package Message-ID: <20100903164650.1C213132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cbfcb3170d3e442efb9843818e76695ee080a3ba commit cbfcb3170d3e442efb9843818e76695ee080a3ba Author: Devil505 Date: Fri Sep 3 18:46:39 2010 +0200 zeitgeist-0.5.0-1-i686 * new package diff --git a/source/devel-extra/zeitgeist/FrugalBuild b/source/devel-extra/zeitgeist/FrugalBuild new file mode 100644 index 0000000..011b57c --- /dev/null +++ b/source/devel-extra/zeitgeist/FrugalBuild @@ -0,0 +1,16 @@ +# Compiling Time: 0.01 SBU +# Maintainer: Devil505 + +pkgname=zeitgeist +pkgver=0.5.0 +pkgrel=1 +pkgdesc="Zeitgeist Framework" +url="https://launchpad.net/zeitgeist" +depends=('pygobject' 'dbus-python' 'pyxdg' 'rdflib<=2.4.1' 'raptor') +makedepends=('intltool') +groups=('devel-extra') +archs=('i686' 'x86_64') +up2date="Flasttar $url" +source=(http://launchpad.net/zeitgeist/0.5/$pkgver/+download/zeitgeist-$pkgver.tar.gz) +sha1sums=('f5b6cbfbaedfdf77bd450b951624a718a4650d40') + From bouleetbil at frogdev.info Fri Sep 3 19:47:36 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 19:47:36 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: vte-0.24.3-2-x86_64 *rebuild with pygtk>=2.16.0-5 Message-ID: <20100903174736.56DD6132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=df19d65921e3ff466b5a39f6ae1b62543933d85f commit df19d65921e3ff466b5a39f6ae1b62543933d85f Author: bouleetbil Date: Fri Sep 3 19:46:45 2010 +0200 vte-0.24.3-2-x86_64 *rebuild with pygtk>=2.16.0-5 diff --git a/source/xapps/vte/FrugalBuild b/source/xapps/vte/FrugalBuild index f49d6dd..5c29572 100644 --- a/source/xapps/vte/FrugalBuild +++ b/source/xapps/vte/FrugalBuild @@ -3,11 +3,11 @@ pkgname=vte pkgver=0.24.3 -pkgrel=1 +pkgrel=2 pkgdesc="Virtual Terminal Emulator" url="http://www.gnome.org/" depends=('gtk+2>=2.20.0-2') -makedepends=('pygtk>=2.16.0' 'gtk-doc>=1.11' 'perl-xml-parser' 'intltool') +makedepends=('pygtk>=2.16.0-5' 'gtk-doc>=1.11' 'perl-xml-parser' 'intltool') groups=('xapps') archs=('i686' 'x86_64' 'ppc') Finclude gnome @@ -16,7 +16,7 @@ Fconfopts="$Fconfopts --disable-gtk-doc" subpkgs=('vte-python') subdescs=('Python bindings for VTE') -subdepends=("pygtk>=2.16.0") +subdepends=("pygtk>=2.16.0-5") subrodepends=("$pkgname=$pkgver") subgroups=('xlib-extra') subarchs=('i686 x86_64 ppc') From bouleetbil at frogdev.info Fri Sep 3 21:08:46 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 21:08:46 +0200 (CEST) Subject: [Frugalware-git] frugal-tweak: *rename the project repo frugal-mono-tools to frugal-tweak *this project will be write to some languages c#/python perhaps some parts in c *I will use the language that help for some tasks Message-ID: <20100903190846.42D08132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-tweak.git;a=commitdiff;h=9b11d1a2865b1532d8e7b8af258d82a55a5f6ed8 commit 9b11d1a2865b1532d8e7b8af258d82a55a5f6ed8 Author: bouleetbil Date: Fri Sep 3 21:33:15 2010 +0000 *rename the project repo frugal-mono-tools to frugal-tweak *this project will be write to some languages c#/python perhaps some parts in c *I will use the language that help for some tasks diff --git a/frugal-mono-tools/ChangeLog b/frugal-mono-tools/ChangeLog index 29452d8..60aa4d1 100644 --- a/frugal-mono-tools/ChangeLog +++ b/frugal-mono-tools/ChangeLog @@ -1,4 +1,7 @@ 2010-09-03 gaetan gourdin + rename the project frugal-mono-tools to frugal-tweak + +2010-09-03 gaetan gourdin Don't show setup for no root user Added a webkit browser Added some links to systray icon From devil505linux at gmail.com Fri Sep 3 21:36:50 2010 From: devil505linux at gmail.com (Devil505) Date: Fri, 3 Sep 2010 21:36:50 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * added symlink of frugal-tweak -fs Message-ID: <20100903193650.2574E132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=36893274964a8142bdcfa7b8f07e65e054092e68 commit 36893274964a8142bdcfa7b8f07e65e054092e68 Author: Devil505 Date: Fri Sep 3 21:36:34 2010 +0200 * added symlink of frugal-tweak -fs diff --git a/git/repos/frugal-tweak b/git/repos/frugal-tweak new file mode 120000 index 0000000..44b07bd --- /dev/null +++ b/git/repos/frugal-tweak @@ -0,0 +1 @@ +../../../people/bouleetbil/frugal-tweak \ No newline at end of file From bouleetbil at frogdev.info Fri Sep 3 21:46:33 2010 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 3 Sep 2010 21:46:33 +0200 (CEST) Subject: [Frugalware-git] frugal-tweak: *pygtk tools for select network manager Message-ID: <20100903194633.06C6D132C38C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-tweak.git;a=commitdiff;h=d3c417595c041e1590d52fae2e6558924aaa3013 commit d3c417595c041e1590d52fae2e6558924aaa3013 Author: bouleetbil Date: Fri Sep 3 21:47:47 2010 +0200 *pygtk tools for select network manager diff --git a/PyUtils/fw-interfaces/Create_archive.sh b/PyUtils/fw-interfaces/Create_archive.sh new file mode 100644 index 0000000..5506918 --- /dev/null +++ b/PyUtils/fw-interfaces/Create_archive.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +# For create the tar.gz release +VERSION=0.1 +mkdir -p releases +tar -a -c -p --add-file=ChangeLog --add-file=fw-interfaces.py --add-file=fw-interfaces-gnome.desktop \ + --add-file=fw-interfaces-kde.desktop --add-file=fw-interfaces --add-file=fw-interfaces.config \ + --add-file=fw-interfaces.png \ + --file=releases/fw-interfaces-$VERSION.tar.gz +cd releases +gpg -ba -u 20F55619 fw-interfaces-$VERSION.tar.gz diff --git a/PyUtils/fw-interfaces/Makefile b/PyUtils/fw-interfaces/Makefile new file mode 100644 index 0000000..dfdd2d2 --- /dev/null +++ b/PyUtils/fw-interfaces/Makefile @@ -0,0 +1,31 @@ +# The files to install to /usr/share/fw-interfaces/ +files_share=ChangeLog fw-interfaces.py fw-interfaces.png +files_desktop=fw-interfaces-gnome.desktop fw-interfaces-kde.desktop +files_bin=fw-interfaces + +#the config etc/sysconfig/ +files_config=fw-interfaces.config + +CHMOD = chmod -R + +all: + +install: + mkdir -p "$(DESTDIR)/usr/share/fw-interfaces/" + install -m0644 $(files_share) "$(DESTDIR)/usr/share/fw-interfaces/" + + mkdir -p "$(DESTDIR)/usr/share/applications/" + install -m0644 $(files_desktop) "$(DESTDIR)/usr/share/applications/" + + mkdir -p "$(DESTDIR)/etc/sysconfig/" + install -m0644 $(files_config) "$(DESTDIR)/etc/sysconfig/interfaces" + + mkdir -p "$(DESTDIR)/usr/bin/" + install -m0644 $(files_bin) "$(DESTDIR)/usr/bin/" + $(CHMOD) +x "$(DESTDIR)/usr/bin/fw-interfaces" + +uninstall: + rm -rf "$(DESTDIR)/usr/share/fw-interfaces/" + +clean: + rm -f *~ diff --git a/PyUtils/fw-interfaces/fw-interfaces b/PyUtils/fw-interfaces/fw-interfaces new file mode 100644 index 0000000..54ea137 --- /dev/null +++ b/PyUtils/fw-interfaces/fw-interfaces @@ -0,0 +1,4 @@ +#!/bin/sh + +cd /usr/share/fw-interfaces/ +python ./fw-interfaces.py diff --git a/PyUtils/fw-interfaces/fw-interfaces-gnome.desktop b/PyUtils/fw-interfaces/fw-interfaces-gnome.desktop new file mode 100644 index 0000000..4d75e5e --- /dev/null +++ b/PyUtils/fw-interfaces/fw-interfaces-gnome.desktop @@ -0,0 +1,11 @@ + +[Desktop Entry] +Encoding=UTF-8 +Name=fw-interfaces +Comment=Network interfaces daemon selection +Exec=gksu /usr/bin/fw-interfaces +Icon=/usr/share/fw-interfaces/fw-interfaces.png +Terminal=false +Type=Application +Categories=GNOME;Application;System; +OnlyShowIn=GNOME diff --git a/PyUtils/fw-interfaces/fw-interfaces-kde.desktop b/PyUtils/fw-interfaces/fw-interfaces-kde.desktop new file mode 100644 index 0000000..afd5632 --- /dev/null +++ b/PyUtils/fw-interfaces/fw-interfaces-kde.desktop @@ -0,0 +1,11 @@ + +[Desktop Entry] +Encoding=UTF-8 +Name=fw-interfaces +Comment=Network interfaces daemon selection +Exec=kdesu /usr/bin/fw-interfaces +Icon=/usr/share/fw-interfaces/fw-interfaces.png +Terminal=false +Type=Application +Categories=KDE;Application;System; +OnlyShowIn=KDE diff --git a/PyUtils/fw-interfaces/fw-interfaces.config b/PyUtils/fw-interfaces/fw-interfaces.config new file mode 100644 index 0000000..7836bbb --- /dev/null +++ b/PyUtils/fw-interfaces/fw-interfaces.config @@ -0,0 +1,3 @@ +USE_WICD=0 +USE_NM=0 +USE_FWUTILS=1 diff --git a/PyUtils/fw-interfaces/fw-interfaces.png b/PyUtils/fw-interfaces/fw-interfaces.png new file mode 100755 index 0000000..12659a7 Binary files /dev/null and b/PyUtils/fw-interfaces/fw-interfaces.png differ diff --git a/PyUtils/fw-interfaces/fw-interfaces.py b/PyUtils/fw-interfaces/fw-interfaces.py new file mode 100644 index 0000000..2ea6a00 --- /dev/null +++ b/PyUtils/fw-interfaces/fw-interfaces.py @@ -0,0 +1,359 @@ +#!/usr/bin/env python + +#/* +# * Copyright (c) 2010 gaetan gourdin +# * +# * Permission is hereby granted, free of charge, to any person obtaining a copy +# * of this software and associated documentation files (the "Software"), to deal +# * in the Software without restriction, including without limitation the rights +# * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# * copies of the Software, and to permit persons to whom the Software is +# * furnished to do so, subject to the following conditions: +# * +# * The above copyright notice and this permission notice shall be included in +# * all copies or substantial portions of the Software. +# * +# * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# * THE SOFTWARE. +# */ + +import pygtk +pygtk.require('2.0') +import gtk +import pacman +import sys +import os + +ConfigFile = "/etc/sysconfig/interfaces" +USE_NM = 0 +USE_WICD = 0 +USE_FWUTILS = 1 +#by default use frugalware + +cen_fw=1 +cen_nm=2 +cen_wicd=3 +debug=0 + +def fprint(texte): + global debug + if debug == 1: + print texte + +def analyseLine(Line): + global USE_NM + global USE_WICD + global USE_FWUTILS + try: + result=Line.split("=") + + key=result[0].split(" ")[0] + value=result[1].split(" ")[0] + + if key == "USE_FWUTILS": + if value == "1": + fprint("use fw") + USE_FWUTILS = 1 + if key == "USE_NM": + if value == "1": + fprint("use nm") + USE_NM = 1 + if key == "USE_WICD": + if value == "1": + fprint("use wicd") + USE_WICD = 1 + + except: + fprint("Read file error") + + + +#now read config file +fs = open(ConfigFile, 'r') +fs = open(ConfigFile, 'r') +for line in fs.readlines(): + analyseLine(line.rstrip('\n\r')) +fs.close() + +class MessageBox(gtk.Dialog): + def __init__(self, message="", buttons=(), pixmap=None, + modal= True): + gtk.Dialog.__init__(self) + self.connect("destroy", self.quit) + self.connect("delete_event", self.quit) + if modal: + self.set_mo