From 6f48dae43b82aa4b02d1ef21ab39f2d27f5905f7 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 29 Nov 2009 22:03:33 +0100 Subject: updates Signed-off-by: Florian Pritz --- jabberbot/PKGBUILD | 8 ++++---- mpd-git/PKGBUILD | 2 +- mplayer-vdpau-nogui/PKGBUILD | 4 ++-- thunderbird3/PKGBUILD | 21 +++++++++++---------- thunderbird3/default_locale.patch | 4 ++-- 5 files changed, 20 insertions(+), 19 deletions(-) diff --git a/jabberbot/PKGBUILD b/jabberbot/PKGBUILD index 05345ba..c5b2bd7 100644 --- a/jabberbot/PKGBUILD +++ b/jabberbot/PKGBUILD @@ -1,9 +1,9 @@ # Contributor: Florian Pritz pkgname=jabberbot -pkgver=0.6 +pkgver=0.8 pkgrel=1 pkgdesc="A simple Jabber Bot for Python" -arch=('i686' 'x86_64') +arch=('any') url="http://thpinfo.com/2007/python-jabberbot/" license=('GPLv3') depends=('python' 'xmpppy') @@ -15,5 +15,5 @@ build() { } # vim:set ts=2 sw=2 et: -md5sums=('d7d3f1df159a6ad3b16dc6055f6362da') -sha256sums=('8d1d250b900fbe6010cc708257f970bdc4eb8ee7ed8a8b06f7710aa394d99560') +md5sums=('364828c62536f44495e7f810591ec224') +sha1sums=('bb5de0bda4967656c9be0ca69bb6bda332405751') diff --git a/mpd-git/PKGBUILD b/mpd-git/PKGBUILD index 6644414..095ec53 100644 --- a/mpd-git/PKGBUILD +++ b/mpd-git/PKGBUILD @@ -1,7 +1,7 @@ # Contributor: Slash pkgname=mpd-git -pkgver=20090714 +pkgver=20091123 pkgrel=1 pkgdesc="music daemon that plays mp3, flac, aac, mod, wav, mpc and ogg files" url="http://musicpd.org" diff --git a/mplayer-vdpau-nogui/PKGBUILD b/mplayer-vdpau-nogui/PKGBUILD index 3296729..f59dfd3 100644 --- a/mplayer-vdpau-nogui/PKGBUILD +++ b/mplayer-vdpau-nogui/PKGBUILD @@ -1,13 +1,13 @@ #Contributor: Reiser pkgname=mplayer-vdpau-nogui -pkgver=29962 +pkgver=29964 pkgrel=1 pkgdesc="Famous multimedia player, dev. version, without its GUI and support for nvidia VDPAU" arch=('i686' 'x86_64') url="http://www.mplayerhq.hu/" license=('GPL') -depends=('ttf-dejavu' 'nvidia' 'opencore-amr' 'libdvdnav>=4.1.3' 'lame' 'xvidcore') +depends=('ttf-dejavu' 'nvidia' 'opencore-amr' 'libdvdnav>=4.1.3' 'lame' 'xvidcore' 'libvdpau') makedepends=('subversion') conflicts=('mplayer') provides=(mplayer=$pkgver) diff --git a/thunderbird3/PKGBUILD b/thunderbird3/PKGBUILD index 4e1a659..0301f91 100644 --- a/thunderbird3/PKGBUILD +++ b/thunderbird3/PKGBUILD @@ -1,8 +1,9 @@ # Contibutor: Andreas Schönfelder pkgname=thunderbird3 -pkgver=3.0b4 -pkgrel=5 +pkgver=3.0rc1 +_basever=${pkgver/rc*/} +pkgrel=3 pkgdesc="Standalone Mail/News reader (installs besides thunderbird2)" arch=('i686' 'x86_64') license=('MPL' 'GPL') @@ -14,15 +15,15 @@ source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/sou mozconfig thunderbird3.desktop default_locale.patch) -md5sums=('0f7c7cdfebd8948b7e3fe835773b072d' +md5sums=('49028d9de4c4e167d469bbd4c6665b8c' '8a3b273574d76f6cb3a255afce84e00c' 'da268f4dbf6fbb8efa13221f39d9fb32' - '39fe15f99264dc1b6776059de87dfa88') + '25b6fe16ac24cd5c852213e5c1adb272') build() { cd "${srcdir}" - cp "${srcdir}/mozconfig" comm-central/.mozconfig - cd comm-central/ + cp "${srcdir}/mozconfig" comm-1.9.1/.mozconfig + cd comm-1.9.1/ patch -Np1 -i "${srcdir}/default_locale.patch" || return 1 @@ -44,13 +45,13 @@ build() { mv "${pkgdir}/usr/bin/thunderbird"{,3} install -m755 -d "${pkgdir}/usr/share/applications" install -m755 -d "${pkgdir}/usr/share/pixmaps" - install -m644 "${srcdir}/comm-central/other-licenses/branding/thunderbird/mailicon48.png" "${pkgdir}/usr/share/pixmaps/thunderbird3.png" + install -m644 "${srcdir}/comm-1.9.1/other-licenses/branding/thunderbird/mailicon48.png" "${pkgdir}/usr/share/pixmaps/thunderbird3.png" #Is this a bug??? What happened to default.xpm?! - convert "${srcdir}/comm-central/other-licenses/branding/thunderbird/mailicon48.png" "${srcdir}/comm-central/other-licenses/branding/thunderbird/default.xpm" + convert "${srcdir}/comm-1.9.1/other-licenses/branding/thunderbird/"{mailicon48.png,default.xpm} - install -m644 "${srcdir}/comm-central/other-licenses/branding/thunderbird/default.xpm" \ - "${pkgdir}/usr/lib/thunderbird-${pkgver}/icons/" || return 1 + install -m644 "${srcdir}/comm-1.9.1/other-licenses/branding/thunderbird/default.xpm" \ + "${pkgdir}/usr/lib/thunderbird-${_basever}/icons/" || return 1 install -m644 "${srcdir}/thunderbird3.desktop" "${pkgdir}/usr/share/applications/" rm -f ${pkgdir}/usr/lib/pkgconfig/thunderbird-ns{s,pr}.pc diff --git a/thunderbird3/default_locale.patch b/thunderbird3/default_locale.patch index 6b903cd..b9f4a5c 100644 --- a/thunderbird3/default_locale.patch +++ b/thunderbird3/default_locale.patch @@ -1,5 +1,5 @@ ---- comm-central/mozilla/modules/libpref/src/init/all.js 2009-10-11 02:12:44.000000000 +0200 -+++ comm-central/mozilla/modules/libpref/src/init/all.js 2009-09-16 02:56:45.000000000 +0200 +--- comm-1.9.1/mozilla/modules/libpref/src/init/all.js 2009-10-11 02:12:44.000000000 +0200 ++++ comm-1.9.1/mozilla/modules/libpref/src/init/all.js 2009-09-16 02:56:45.000000000 +0200 @@ -890,7 +890,7 @@ pref("intl.charset.detector", "chrome://global/locale/intl.properties"); pref("intl.charset.default", "chrome://global-platform/locale/intl.properties"); -- cgit v1.2.3-24-g4f1b