You are not logged in.

#1 2004-09-26 03:10:03

aCoder
Member
From: Medina, OH
Registered: 2004-03-07
Posts: 359
Website

[new]Drivel LiveJournal Client

Well, it's my first pkg, so pick at it all you want.  I just needed this, and Arch didn't have it, so I built it.  This is my favorite LJ client, for any platform, but it may just be that I do miss Dropline since I got rid of my last Slack installation in favor of Arch.  It's quite gnome-ish, so I put it in /opt/gnome, although I'm not sure if this is correct for something that isn't GNOME.  Rhythmbox and gtkspell support are detected at build time, and the package uses both.  However, I think it may run without either installed, so I've omitted them from the dependencies.  If it doesn't run after installing the pkg, I'll change it.

PKGBUILD:

pkgname=drivel
pkgver=1.2.3
pkgrel=1
pkgdesc="LiveJournal client for GNOME"
url="http://dropline.net/drivel"
depends=('libgnomeui' 'perlxml')
source=(http://dl.sourceforge.net/sourceforge/drivel/$pkgname-$pkgver.tar.bz2)
md5sums=('628909334696dd44dc6a60ece5445ae8')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/gnome
  make || return 1
  make prefix=$startdir/pkg/opt/gnome install
}

EDIT: typo!
EDIT: update!


If you develop an ear for sounds that are musical it is like developing an ego. You begin to refuse sounds that are not musical and that way cut yourself off from a good deal of experience.
  - John Cage

Offline

#2 2004-12-19 04:12:19

aCoder
Member
From: Medina, OH
Registered: 2004-03-07
Posts: 359
Website

Re: [new]Drivel LiveJournal Client

Updated to 1.2.3, just in case anyone's in the market for a Live/DeadJournal client.


If you develop an ear for sounds that are musical it is like developing an ego. You begin to refuse sounds that are not musical and that way cut yourself off from a good deal of experience.
  - John Cage

Offline

Board footer

Powered by FluxBB