You are not logged in.
My first PKGBUILD for the new gtkpod released last week:
here it is :
pkgname=gtkpod
pkgver=0.93.1
pkgrel=1
pkgdesc="gtkpod is a platform independent GUI for Apple's iPod using GTK2"
url="http://sourceforge.net/forum/forum.php?forum_id=476170"
license="GPL"
depends=(gtk2 'gettext>=0.11.0' libid3tag)
source=('http://heanet.dl.sourceforge.net/sourceforge/gtkpod/gtkpod-0.93.1.tar.gz')
md5sums=('a731e55f1ab1e6ab2301baeb99061ad7')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}
could you please tell me if it works on your machine ???
t o m d e b
_______________________________________
"the urge to destroy is a creative urge."
Mikhail Bakunin.
Offline
hello,
this package is already in the main repos,
[root@UFU xerxes2]# lazy-pac-cli -Tn gtkpod
These packages were found:
gtkpod-0.93-1
just use pacman to install it
arch + gentoo + initng + python = enlisy
Offline
or lazypac!
Offline
http://aur.archlinux.org/packages.php?d … ls=1&ID=24
for the record, uncomment the community section in /etc/pacman.conf... it's in the community repo
Offline
oh right ! my mistake. Should have looked a bit further. Was surprisde that nobody had done it and it was so straightforward.
Thanks
t o m d e b
_______________________________________
"the urge to destroy is a creative urge."
Mikhail Bakunin.
Offline
so it was in community repo,
that explains why you didn't find it with pacman,
first rule when you can't find a package is to check out aur, if it's not there then you can make your own pkgbuild,
arch + gentoo + initng + python = enlisy
Offline
got that now !
still quite new to arch. sorry for that
t o m d e b
_______________________________________
"the urge to destroy is a creative urge."
Mikhail Bakunin.
Offline
no problem,
aur is still pretty young so not all people have heard about it,
arch + gentoo + initng + python = enlisy
Offline
no problem,
aur is still pretty young so not all people have heard about it,
hey, but the community repo is now in the default pacman.conf (but it's commented out)!
Offline
yes it is,
but all pkgbuilds over at aur doesn't exist in community(as packages) so you must check aur also if you don't want to do unnecessary work,
arch + gentoo + initng + python = enlisy
Offline
i was thinking. could one of the mods put a button in the arch package search that would take you to aur and search for whatever query you entered?
i think it would help in finding packages easier
Offline
There's a link to AUR at the top of the forum, if that's what you mean.
I think there is talk of making the AUR search and main repository search all in one place so its easier to find stuff. The time between talk of and implementation is defined as very long.
Dusty
Offline