[aur-general] snd-gtk-jack

Angel Velásquez angvp at archlinux.com.ve
Thu Mar 11 21:53:43 CET 2010


On Thu, Mar 11, 2010 at 5:39 PM, Andrew Antle <andrew.antle at gmail.com> wrote:
> Hello -
>
> There is a package named
> [snd-ls](http://aur.archlinux.org/packages.php?ID=15580) which is
> orphaned and quite out of date. I would like to adopt it and update it
> with the following PKGBUILD:
> ---
> # Maintainer: Andrew Antle <andrew dot antle at gmail dot com>
>
> pkgname=snd-gtk-jack
> _pkgname=snd
> pkgver=11.3
> pkgrel=1
> pkgdesc="A sound editor, with GTK+ and JACK enabled"
> arch=('i686' 'x86_64')
> license=('custom')
> depends=('fftw' 'gamin' 'gsl' 'gtk2' 'jack' 'ladspa')
> url="http://ccrma.stanford.edu/software/snd/"
> source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$_pkgname-$pkgver.tar.gz)
> md5sums=('71168f92e77a14f80c6bcf5c1dd3df26')
>
> build() {
>  cd $srcdir/$_pkgname-$pkgver
>
>  ./configure --prefix=/usr --with-gtk --with-jack
>  make || return 1
>  make prefix=$pkgdir/usr install
>
>  rm -f $pkgdir/usr/share/$_pkgname/*.{fs,rb}
>  install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
> }
> ---
>
> Do I need a TU to change the name of the package, and then I'll adopt
> it and update it? Or should I just upload my PKGBUILD and ask for the
> old, orphaned one to be deleted?
>
> P.S. The manpage is being installed -rwx-r-x-r-x, but in the tarball
> it's -rw-r--r--. How can I fix this? Should I chmod it at the end of
> build()?
>
> Thanks,
> --
> Andrew Antle
> <andrew dot antle at gmail dot com>
>

Upload your snd-gtk-jack I will delete the old one and put a field
called provides=('snd-gtk-jack') for future updates of ppl who were
using snd-ls


-- 
Angel Velásquez
angvp @ irc.freenode.net
Arch Linux Trusted User
Linux Counter: #359909
http://www.angvp.com


More information about the aur-general mailing list