[aur-general] [OUTDATED] qtjambi
Hello all, I have a new package to qtjambi and I would like to publish it. Apparently there is a user who is owning it and it is not responding my emails. Also, I've talked to the creator of the package. Anyone could please orphan it? Gratefully, bráulio
On Tue 2008-05-20 22:11, Bráulio Barros de Oliveira wrote:
Hello all,
I have a new package to qtjambi and I would like to publish it. Apparently there is a user who is owning it and it is not responding my emails. Also, I've talked to the creator of the package. Anyone could please orphan it?
Since you are updating it, remove the empty arrays (provides, conflicts etc.); _pkgfqn seems pretty useless too. The more you know: you can replace $startdir/src with $srcdir and $startdir/pkg with $pkgdir -- Alessio (molok) Bolognino Please send personal email to themolok@gmail.com Public Key http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xFE0270FB GPG Key ID = 1024D / FE0270FB 2007-04-11 Key Fingerprint = 9AF8 9011 F271 450D 59CF 2D7D 96C9 8F2A FE02 70FB
ok, done 2008/5/20 Alessio Bolognino <themolok.ml@gmail.com>:
On Tue 2008-05-20 22:11, Bráulio Barros de Oliveira wrote:
Hello all,
I have a new package to qtjambi and I would like to publish it. Apparently there is a user who is owning it and it is not responding my emails. Also, I've talked to the creator of the package. Anyone could please orphan it?
Since you are updating it, remove the empty arrays (provides, conflicts etc.); _pkgfqn seems pretty useless too.
The more you know: you can replace $startdir/src with $srcdir and $startdir/pkg with $pkgdir
-- Alessio (molok) Bolognino
Please send personal email to themolok@gmail.com
Public Key http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xFE0270FB GPG Key ID = 1024D / FE0270FB 2007-04-11 Key Fingerprint = 9AF8 9011 F271 450D 59CF 2D7D 96C9 8F2A FE02 70FB
On Tue 2008-05-20 23:01, Bráulio Barros de Oliveira wrote:
ok, done
I don't want to nitpick, but it would be better to avoid the useless variables: _pkgfqn, now renamed _qt, it's used only twice, furthermore AUR doesn't play well when custom variables are used in the source array. This is the idea: ------------8<-------------------8<-------------------8<--------------- --- PKGBUILD.orig 2008-05-21 12:15:19.000000000 +0200 +++ PKGBUILD 2008-05-21 12:21:49.000000000 +0200 @@ -9,16 +9,15 @@ license=('GPL') depends=(qt4=$pkgver) makedepends=('jdk') -_qt=qt-x11-opensource-src-$pkgver source=(http://trolltech.com/developer/download/${pkgname}-gpl-src-${pkgver}_01.tar.gz - ftp://ftp.trolltech.com/qt/source/${_qt}.tar.gz) + ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-$pkgver.tar.gz) md5sums=('825bd6df42210a4ced06cde9733675ee' '9499101ec54eb7b0de195b3c5e3ffa93') build() { cd $srcdir/$pkgname-gpl-src-${pkgver}_01 - export QTDIR=$srcdir/${_qt} + export QTDIR=$srcdir/qt-x11-opensource-src-$pkgver export JAVADIR=/opt/java cd generator ----------->8------------------->8------------------->8---------------- Cheers, -- Alessio (molok) Bolognino Please send personal email to themolok@gmail.com Public Key http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xFE0270FB GPG Key ID = 1024D / FE0270FB 2007-04-11 Key Fingerprint = 9AF8 9011 F271 450D 59CF 2D7D 96C9 8F2A FE02 70FB
Ok. applied and uploaded to AUR. 2008/5/21 Alessio Bolognino <themolok.ml@gmail.com>:
On Tue 2008-05-20 23:01, Bráulio Barros de Oliveira wrote:
ok, done
I don't want to nitpick, but it would be better to avoid the useless variables: _pkgfqn, now renamed _qt, it's used only twice, furthermore AUR doesn't play well when custom variables are used in the source array. This is the idea:
------------8<-------------------8<-------------------8<--------------- --- PKGBUILD.orig 2008-05-21 12:15:19.000000000 +0200 +++ PKGBUILD 2008-05-21 12:21:49.000000000 +0200 @@ -9,16 +9,15 @@ license=('GPL') depends=(qt4=$pkgver) makedepends=('jdk') -_qt=qt-x11-opensource-src-$pkgver source=( http://trolltech.com/developer/download/${pkgname}-gpl-src-${pkgver}_01.tar.gz<http://trolltech.com/developer/download/$%7Bpkgname%7D-gpl-src-$%7Bpkgver%7D_01.tar.gz> - ftp://ftp.trolltech.com/qt/source/${_qt}.tar.gz<ftp://ftp.trolltech.com/qt/source/$%7B_qt%7D.tar.gz> ) + ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-$pkgver.tar.gz) md5sums=('825bd6df42210a4ced06cde9733675ee' '9499101ec54eb7b0de195b3c5e3ffa93')
build() { cd $srcdir/$pkgname-gpl-src-${pkgver}_01
- export QTDIR=$srcdir/${_qt} + export QTDIR=$srcdir/qt-x11-opensource-src-$pkgver export JAVADIR=/opt/java
cd generator ----------->8------------------->8------------------->8----------------
Cheers,
-- Alessio (molok) Bolognino
Please send personal email to themolok@gmail.com
Public Key http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xFE0270FB GPG Key ID = 1024D / FE0270FB 2007-04-11 Key Fingerprint = 9AF8 9011 F271 450D 59CF 2D7D 96C9 8F2A FE02 70FB
2008/5/21 Bráulio Barros de Oliveira <brauliobo@gmail.com>:
Anyone could please orphan it? Done
-- Andrea `BaSh` Scarpino Arch Linux Trusted User Linux User: #430842
participants (3)
-
Alessio Bolognino
-
BaSh
-
Bráulio Barros de Oliveira