You are not logged in.

#1 2006-11-04 09:03:28

z3ppelin
Member
Registered: 2006-07-10
Posts: 171

Req: Jackfield

Could anybody make a PKGBUILD for Jackfield ?

http://www.kryogenix.org/code/jackfield/

Jackfield is an application for the Gnome desktop that plays host to widgets; small applications to do the things you need. It can run widgets from Apple's Dashboard, will eventually be able to run those from Yahoo's Widget Engine, Microsoft's Gadget Sidebar, and Opera Widgets, and you can write your own.

Offline

#2 2006-11-04 11:20:32

Damnshock
Member
From: Barcelona
Registered: 2006-09-13
Posts: 414

Re: Req: Jackfield

"First: Jackfield is not ready yet. You are welcome and encouraged to download the code and have a play with it, but it's for hackers at this stage, not for users"

Don't belive it worths the effort to make a PKGBUILD...

Damsnchok


My blog: blog.marcdeop.com
Jabber ID: damnshock@jabber.org

Offline

#3 2006-11-04 14:09:06

Slash
Member
Registered: 2005-04-19
Posts: 66
Website

Re: Req: Jackfield

It will have to be "jackfield-svn". Some instructions are here (comments may have some useful hints too):

http://www.kryogenix.org/days/2006/07/0 … -jackfield

I started making a PKGBUILD and then realized I am not going to have any time. Well, this might save someone 30 seconds of typing I guess...

# Contributor: Someone <email>

pkgname=jackfield-svn
pkgver=77
pkgrel=1
pkgdesc="A desktop full of handy widgets to tell you about what's going on in the world and what's going on around your computer"
url="http://www.kryogenix.org/code/jackfield/"
license=""
depends=('python')
makedepends=('')
conflicts=('')
provides=('')
source=()
install=
md5sums=()

_svntrunk=http://svn.kryogenix.org/svn/jackfield/trunk/
_svnmod=jackfield

build() {
    cd $startdir/src

    # Get Source Code
    svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod

    msg "SVN checkout done or server timeout"
    msg "Starting make..."

    # Do Stuff.
}

tongue

Offline

Board footer

Powered by FluxBB