You are not logged in.

#1 2004-10-15 08:09:43

ganlu
Member
From: ChongQing, China
Registered: 2004-01-04
Posts: 360

[Request]Tomboy, Gpass, Gparted and Gnome PPP

4 little applications can add our funs and efficiency.
Tomboy:

Tomboy is a desktop note-taking application for Linux and Unix. Simple and easy to use, but with potential to help you organize the ideas and information you deal with every day.

Homepage:http://www.beatniksoftware.com/tomboy

Gpass:

The GNOME Password Manager - GPass for short - is a simple application, written for the GNOME 2 desktop, that lets you manage a collection of passwords. The password collection is stored in an encrypted file, protected by a master-password.

Homepage:http://gpass.sourceforge.net/

Gparted:

GParted is a graphical frontend to libparted. Among other features it supports creating, resizing, moving and copying of partitions.

Homepage:http://gparted.sourceforge.net/

Gnome PPP

GNOME PPP is a modem dialup tool designed to integrate nicely into GNOME 2 Desktop Environment. It is very similar to GPPP dialup utility created for GNOME 1 and KDE equivalent, KPPP. Since it is a graphical frontend for the excellent WvDial too, very little knowledge is needed to setup a dialup connection using GNOME PPP. It features ease of use, HIG dialogs, auto detection of your modem and connection monitoring. It is distributed under GPL, version 2, so you can download it and use it for free (free as in freedom, not as in free beer:)

homepage:http://www.gnome-ppp.org/

I really appreciate.

Offline

#2 2004-10-15 10:36:16

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: [Request]Tomboy, Gpass, Gparted and Gnome PPP

yeah. nice apps for the Gnome lovers {me included}

Tomboy needs dbus-sharp as a dep.
gnome-ppp is really nice and based wvdial, hope they soon add volume accounting and rules so we can know WhatWePay(TM)

Offline

#3 2004-10-16 08:37:59

ganlu
Member
From: ChongQing, China
Registered: 2004-01-04
Posts: 360

Re: [Request]Tomboy, Gpass, Gparted and Gnome PPP

I eventually compiled three of four applications(except gparted) by abs, I post here for information of devs, haha big_smile  big_smile

Offline

#4 2004-10-16 08:50:35

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: [Request]Tomboy, Gpass, Gparted and Gnome PPP

we now have tomboy
care to share the PKGBUILDs for the others?

Offline

#5 2004-10-16 23:07:53

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [Request]Tomboy, Gpass, Gparted and Gnome PPP

I have made PKGBUILD for gparted and gnome-ppp:

# Contributor: Eric Belanger <belanger@astro.umontreal.ca>

pkgname=gparted
pkgver=0.0.5
pkgrel=1
pkgdesc="GParted is a graphical frontend to libparted. It supports creating, resizing, moving and copying of partitions."
url="http://gparted.sourceforge.net/"
license="GPL"
depends=('parted' 'gtkmm' 'perlxml')
source=(http://dl.sourceforge.net/sourceforge/gparted/$pkgname-$pkgver.tar.bz2)
md5sums=('b222b9213ad912dd84741df6b7075693')

build() {
  cd $startdir/src/$pkgname-$pkgver
  rm install-sh depcomp
  ln -s /usr/share/automake-1.9/install-sh install-sh
  ln -s /usr/share/automake-1.9/depcomp depcomp
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}
# Contributor: Eric Belanger <belanger@astro.umontreal.ca>

pkgname=gnome-ppp
pkgver=0.3.16
pkgrel=1
pkgdesc="A GNOME 2 WvDial frontend"
url="http://www.gnome-ppp.org/"
license="GPL"
depends=('libgnomeui' 'x-server' 'wvdial')
source=(http://www.gnome-ppp.org/download/0.3/$pkgname-$pkgver.tar.gz)
md5sums=('3d03cd1d1e30577b67eb0153ab3bfb11')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/gnome
  make || return 1
  make prefix=$startdir/pkg/opt/gnome gnome_ppp_iconsdir=$startdir/pkg/opt/gnome/share/icons/hicolor/48x48/apps gnome_ppp_glade_filedir=$startdir/pkg/opt/gnome/share/gnome-ppp/glade install
}

Offline

#6 2004-10-29 21:32:02

Net@Worm
Member
From: Moscow, Russia
Registered: 2004-05-02
Posts: 214

Re: [Request]Tomboy, Gpass, Gparted and Gnome PPP

Thnx for gparted!
PS: it also need 'perlxml' in depends.

Offline

#7 2004-10-29 22:03:30

celeron2002
Member
From: Santiago, Chile.
Registered: 2004-02-18
Posts: 150

Re: [Request]Tomboy, Gpass, Gparted and Gnome PPP

qtparted is good, but gparted is better wink


irc.bsd.cl #linux
irc.freenode.org #archlinux-es

Offline

#8 2004-10-31 20:20:45

Lovechild
Member
From: Århus, Denmark
Registered: 2003-09-24
Posts: 64

Re: [Request]Tomboy, Gpass, Gparted and Gnome PPP

now we just need MonoDevelop which I see still isn't in the main repo..


I'm proud to be a a freedomloving infidel piece of treehugging eurotrash.

Offline

#9 2004-11-02 03:03:30

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [Request]Tomboy, Gpass, Gparted and Gnome PPP

Net@Worm wrote:

Thnx for gparted!
PS: it also need 'perlxml' in depends.

OK,
I corrected the above PKGBUILD.

Offline

Board footer

Powered by FluxBB