You are not logged in.

#1 2005-03-17 22:08:57

beniro
Member
From: St. Petersburg, FL, USA
Registered: 2002-12-31
Posts: 313

pypanel 2.2

http://pypanel.sourceforge.net/

# Updated PKGBUILD for pypanel
pkgname=pypanel
pkgver=2.2
pkgrel=1
pkgdesc="A lightweight panel/taskbar for X11 window managers written in python"
url="http://pypanel.sourceforge.net/"
depends=('python' 'x-server' 'python-xlib' 'imlib2')
conflicts=()
backup=()
install=
source=(http://dl.sourceforge.net/sourceforge/pypanel/PyPanel-$pkgver.tar.gz)
md5sums=('d063503269a565b6ffc72e61e7710d43')

build() {
        cd $startdir/src/PyPanel-$pkgver
        python setup.py install --root=$startdir/pkg
}

Offline

#2 2005-03-18 18:38:23

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: pypanel 2.2

Thanks beniro, I think you incorrectly specified the source though. I replaced it with

source=(http://belnet.dl.sourceforge.net/sourceforge/pypanel/PyPanel-$pkgver.tar.gz)

I am a gated community.

Offline

#3 2005-03-18 22:16:12

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: pypanel 2.2

As a matter of fact, for full propriety it should point to dl.sourceforge.net, not belnet.dl.sourceforge.net.

Offline

#4 2005-03-18 22:59:49

beniro
Member
From: St. Petersburg, FL, USA
Registered: 2002-12-31
Posts: 313

Re: pypanel 2.2

So far, I've just been putting the source as the packagename in the local directory, so people have to at least go to the dev's site themselve once.  But, in retrospect, screw it, I'll start putting the full URL of the packages in my PKGBUILDs.

Thanks for the comments!

Offline

#5 2005-03-19 00:57:27

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

Re: pypanel 2.2

BTW, the md5sums are missing.
makepkg -g >> PKGBUILD
will add them at the end of the PKGBUILD. All you need to do is to move them  up.

Offline

#6 2005-03-19 05:33:51

beniro
Member
From: St. Petersburg, FL, USA
Registered: 2002-12-31
Posts: 313

Re: pypanel 2.2

Thanks, Snwoman.  You guys will turn me into a pro at this soon, whether I like it or not!

Offline

Board footer

Powered by FluxBB