You are not logged in.
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
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
I eventually compiled three of four applications(except gparted) by abs, I post here for information of devs, haha
Offline
we now have tomboy
care to share the PKGBUILDs for the others?
Offline
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
Thnx for gparted!
PS: it also need 'perlxml' in depends.
Offline
qtparted is good, but gparted is better
irc.bsd.cl #linux
irc.freenode.org #archlinux-es
Offline
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
Thnx for gparted!
PS: it also need 'perlxml' in depends.
OK,
I corrected the above PKGBUILD.
Offline