You are not logged in.

#1 2007-05-11 21:18:36

atlas95
Member
Registered: 2007-02-11
Posts: 98

Gnome sshmenu

http://www.mclean.net.nz/ruby/sshmenu/

Could you make a working package for this please?

Thanks ! smile

Offline

#2 2007-05-12 17:48:29

Phrodo_00
Member
From: Seattle, WA
Registered: 2006-04-09
Posts: 342
Website

Re: Gnome sshmenu

hhhmm... weird, it won't run... this is what I have btw:

pkgname=sshmenu
pkgver=3.13
pkgrel=1
pkgdesc="GNOME panel applet that makes all your regular SSH connections a single mouse click away"
arch=(i686)
url="http://www.mclean.net.nz/ruby/sshmenu/"
license=('GPL')
depends=(ruby-gtk2 ruby-gnome2)
source=("http://www.mclean.net.nz/ruby/sshmenu/download/$pkgname-$pkgver.tar.gz")
md5sums=('201ddf66e5826b801a12c69d71fd7a42')
build() {
  cd $startdir/src/$pkgname-$pkgver
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Last edited by Phrodo_00 (2007-05-12 17:49:46)

Offline

#3 2007-05-12 23:46:09

atlas95
Member
Registered: 2007-02-11
Posts: 98

Re: Gnome sshmenu

Thanks but,
when I try to add the applet, it fails, i must remove it ....
could you help me?

Thank

Offline

#4 2007-05-13 04:40:45

Phrodo_00
Member
From: Seattle, WA
Registered: 2006-04-09
Posts: 342
Website

Re: Gnome sshmenu

atlas95 wrote:

Thanks but,
when I try to add the applet, it fails, i must remove it ....
could you help me?

Thank

The same happens to me dunno why, I'll investigate.

Offline

#5 2007-05-13 04:50:01

Phrodo_00
Member
From: Seattle, WA
Registered: 2006-04-09
Posts: 342
Website

Re: Gnome sshmenu

it needed gconf2 too, I installed it but still it doesn't want to stick to the panel, it runs if you run it standalonely though

#Contributor: Javier "Phrodo_00" Aravena <phrodo.00@gmail.com>
pkgname=sshmenu
pkgver=3.13
pkgrel=1
pkgdesc="GNOME panel applet that makes all your regular SSH connections a single mouse click away"
arch=(i686)
url="http://www.mclean.net.nz/ruby/sshmenu/"
license=('GPL')
depends=(ruby-gnome2 ruby-gconf2)
source=("http://www.mclean.net.nz/ruby/sshmenu/download/$pkgname-$pkgver.tar.gz")
md5sums=('201ddf66e5826b801a12c69d71fd7a42')
build() {
  cd $startdir/src/$pkgname-$pkgver
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

#6 2007-05-13 08:26:48

atlas95
Member
Registered: 2007-02-11
Posts: 98

Re: Gnome sshmenu

I allready have it but seems don't work yet, in standalone ok it works, but not in applet sad

Offline

Board footer

Powered by FluxBB