You are not logged in.
Pages: 1
I compiled and packaged gnotime this morning, however i made 2 mistakes during upload:
a) gnometime-2.1.7-1.pkg.tar.gz is misnamed
b) gnotime-2.1.7-1.pkg.tar.gz is misnamed too
If someone could remove this from the repository?
Here the infos:
PKGBUILD
-----------
pkgname=gnotime
pkgver=2.1.7
pkgrel=1
pkgdesc="Gnome Time Tracker"
url="http://gttr.sourceforge.net/"
depends=(libgnome libgnomeui libglade libgtkhtml guile)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://umn.dl.sourceforge.net/sourceforge/gttr/gnotime-$pkgver.tar.gz)
md5sums=(f5543b00fb2646e7d2d1619a2aeed31d)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
Christian Theune | ct@gocept.com | http://www.gocept.com
Offline
Just put it into my tur, if no problems occur with it, I will eventually put it into staging.
Kritoke
http://counter.li.org/ Registered Linux User #318963 kritoke@jabber.org
Offline
kritoke, you know that things should go right from incoming to staging right? And that you should send an email to tur-users so that the developers can clean it up, right? Are you on the tur-users list?
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
This is my first time taking stuff from incoming and throwing it into the turs, I wasn't sure if it was supposed to be tested in our tur first and then thrown into the staging or not, now I know. It is now in staging and I have sent an email to the list.
Kritoke
http://counter.li.org/ Registered Linux User #318963 kritoke@jabber.org
Offline
Hmm. I think I'm going to keep on uploading packages when I discover them not beeing in AL right now. Are there any lists I should subscribe to?
Christian Theune | ct@gocept.com | http://www.gocept.com
Offline
You're doing just fine (assuming, you're following the contribution guide). Just make sure that the packages aren't already in incoming, staging, or any of the official repos before submitting it. That's all.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
Ok, so I miss some overview if there is an easy way to determine that. Does somebody maintain an ls-l file of the ftp server?
Christian Theune | ct@gocept.com | http://www.gocept.com
Offline
Pages: 1