[aur-general] Thunderbird Aurora
Hi Everyone.. I'm a new user on Arch Linux from Argentina but I want to start contributing. I updated the thunderbird-aurora <https://aur.archlinux.org/packages/thunderbird-aurora/> PKGBUILD, but i don't know what to do. I can adopt the package, since it's orphan or make a new aur called thunderbird-earlybird since it's the correct name for the package (the channel it's called earlybird). And a happy 2013 for everyone!
On Wed, Jan 02, 2013 at 06:53:10AM -0300, Agustin Ferrario wrote:
Hi Everyone.. I'm a new user on Arch Linux from Argentina but I want to start contributing. I updated the thunderbird-aurora <https://aur.archlinux.org/packages/thunderbird-aurora/> PKGBUILD, but i don't know what to do. I can adopt the package, since it's orphan or make a new aur called thunderbird-earlybird since it's the correct name for the package (the channel it's called earlybird).
And a happy 2013 for everyone!
First off, welcome, and a happy new year to you. Just a comment:
# Manteiner: py_crash <agustin.ferrario@hotmail.com.ar> # Based on kang's thunderbird-aurora
pkgname=thunderbird-earlybird pkgver=19.0a2 pkgrel=latest pkgdesc="Standalone Mail/News reader - Earlybird channel" arch=('i686' 'x86_64') license=('MPL' 'GPL' 'LGPL') url="http://www.mozilla.org/thunderbird" depends=('alsa-lib' 'cairo' 'dbus-glib' 'desktop-file-utils' 'fontconfig' 'freetype2' 'gtk2' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libjpeg' 'libmng' 'libpng' 'libvpx' 'libxt' 'mozilla-common' 'nspr' 'nss' 'shared-mime-info' 'sqlite3' 'startup-notification') optdepends=('libcanberra: for sound support') provides=("thunderbird=$pkgver") replaces=("thunderbird-aurora") install=$pkgname.install You do not put install files in the source array, so delete the $pkgname.install from the source array and the corresponding sha512 sum. (See `man 5 PKGBUILD') source=(http://ftp.mozilla.org/pub/thunderbird/nightly/latest-comm-aurora/thunderbir... $pkgname.desktop $pkgname.install) sha512sums=(`wget ${source/ta*}checksums -qO - | grep bz | grep 512 | cut -d " " -f1` 'a36bb5710b9cd6637cf6f538808e2fba8c99fdd1d486446ff9ee8094ca30b5592c17b3e808cae1da7ff2b28123f54902ed4ee1501585a8dcfc54d581588638d3' 'a9d557884e3d5fac343124cfc4202425f6d4585527fc035a42c923043d34a628692ea2f3d68144e1c0b5a44b6bccfc000c3b50816abfa10f865fbe5470d05746') package() { mkdir -p "$pkgdir"/{usr/bin,opt} cp -a thunderbird "$pkgdir/opt/$pkgname" ln -s /opt/$pkgname/thunderbird "$pkgdir/usr/bin/$pkgname" for i in 16x16 22x22 24x24 32x32 48x48 256x256; do install -Dm644 thunderbird/chrome/icons/default/default${i/x*/}.png "$pkgdir/usr/share/icons/hicolor/${i}/apps/$pkgname.png" done install -Dm644 $pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop" rm -rf "$pkgdir/opt/$pkgname/dictionaries" ln -sf /usr/share/hunspell "$pkgdir/opt/$pkgname/dictionaries" }
To me it looks like you just changed the name. I would simply send an email to arch-general asking for a TU to merge the thunderbird-aurora package and this one. Thank you, -- William Giokas | KaiSforza GnuPG Key: 0xE99A7F0F Fingerprint: F078 CFF2 45E8 1E72 6D5A 8653 CDF5 E7A5 E99A 7F0F
2013/1/2 William Giokas <1007380@gmail.com>:
On Wed, Jan 02, 2013 at 06:53:10AM -0300, Agustin Ferrario wrote:
Hi Everyone.. I'm a new user on Arch Linux from Argentina but I want to start contributing. I updated the thunderbird-aurora <https://aur.archlinux.org/packages/thunderbird-aurora/> PKGBUILD, but i don't know what to do. I can adopt the package, since it's orphan or make a new aur called thunderbird-earlybird since it's the correct name for the package (the channel it's called earlybird).
And a happy 2013 for everyone!
First off, welcome, and a happy new year to you. Just a comment:
(snip)
To me it looks like you just changed the name. I would simply send an email to arch-general asking for a TU to merge the thunderbird-aurora package and this one.
Thank you,
-- William Giokas | KaiSforza GnuPG Key: 0xE99A7F0F Fingerprint: F078 CFF2 45E8 1E72 6D5A 8653 CDF5 E7A5 E99A 7F0F
Exactly what William said, except for the mail list, which must be *aur-general* instead of arch-general ;) Cheers, Rafael Ferreira
participants (3)
-
Agustin Ferrario
-
rafael ff1
-
William Giokas