diff options
30 files changed, 242 insertions, 142 deletions
diff --git a/community/avr-gdb/PKGBUILD b/community/avr-gdb/PKGBUILD index 4cb5e63e2..7fda63374 100644 --- a/community/avr-gdb/PKGBUILD +++ b/community/avr-gdb/PKGBUILD @@ -7,7 +7,7 @@ pkgname=avr-gdb _pkgname=gdb -pkgver=7.5.1 +pkgver=7.6.1 pkgrel=1 pkgdesc="The GNU Debugger for AVR" arch=('i686' 'x86_64') @@ -52,4 +52,4 @@ package() { rm -rf ${pkgdir}/usr/include/gdb } -md5sums=('3f48f468b24447cf24820054ff6e85b1') +md5sums=('fbc4dab4181e6e9937075b43a4ce2732') diff --git a/community/dub/PKGBUILD b/community/dub/PKGBUILD index b092a0b07..94580a0c2 100644 --- a/community/dub/PKGBUILD +++ b/community/dub/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mihails Strasuns <public@dicebot.lv> # Contributor: Moritz Maxeiner <moritz@ucworks.org> pkgname=dub -pkgver=0.9.18 +pkgver=0.9.19 pkgrel=1 pkgdesc="Developer package manager for D programming language" arch=('i686' 'x86_64') @@ -9,6 +9,7 @@ url="https://github.com/rejectedsoftware/dub" license=('MIT') makedepends=('dmd' 'libphobos-devel' 'git') depends=('d-compiler' 'd-runtime' 'curl') +conflicts=('dub-git') source=("git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver") sha256sums=('SKIP') diff --git a/community/freeorion/PKGBUILD b/community/freeorion/PKGBUILD index a130e59b3..f63c1e3a5 100644 --- a/community/freeorion/PKGBUILD +++ b/community/freeorion/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 95910 2013-08-18 16:26:52Z arodseth $ +# $Id: PKGBUILD 98796 2013-10-18 19:26:47Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Elmo Todurov <todurov@gmail.com> # Contributor: guini <sidtrun@googlemail.com> @@ -8,8 +8,8 @@ pkgname=freeorion pkgver=0.4.3 -pkgrel=2 -_svnrev=6344 +pkgrel=3 +_svnrev=6454 _pyversion=2.7 pkgdesc='Turn-based galactic conquest game inspired by Master of Orion' arch=('x86_64' 'i686') @@ -23,14 +23,14 @@ else fi depends=('bullet' 'freealut' 'libvorbis' 'python2' 'gigi' 'desktop-file-utils' 'libgl') makedepends=('boost' 'ogre=1.8.1' 'sdl' 'gigi>0.8.0-18' 'graphviz' 'mesa-libgl' - 'desktop-file-utils' 'setconf' 'cmake' 'gendesk' 'subversion' 'libogg' - 'addinclude') + 'desktop-file-utils' 'setconf' 'cmake' 'gendesk' 'subversion' + 'libogg' 'addinclude') options=('!strip' '!emptydirs') install=$pkgname.install source=("$pkgname.sh" "$pkgname.png::https://a.fsdn.com/con/icons/fr/freeorion@sf.net/FO_Icon_256x256.png" 'cmake_python.patch' - "$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/#revision=6344") + "$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/") sha256sums=('25b574af5397226373e24510ce59de94c5df5b31d94562fc0de387fd70731707' 'a6a253eed31b77b00bf4f721f4b1c6bbd95505b9e4b38b736101e551dd12ff5f' '3dbe8df9c3a4a0d6451f42727ebf9bcb21fed41a08d1181d1cf77ef4ab5ee81a' @@ -39,12 +39,15 @@ sha256sums=('25b574af5397226373e24510ce59de94c5df5b31d94562fc0de387fd70731707' prepare() { cd "$pkgname" + svn up -r "$_svnrev" + # CMake/Python fix... patch -N -p1 -i "$srcdir/cmake_python.patch" # Generate desktop shortcut - gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" + gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" + # Add missing includes addinclude -n GG/GG/adobe/once.hpp '#include <stdint.h>' addinclude -n GG/GG/adobe/closed_hash.hpp '#include <stdint.h>' } diff --git a/community/python2-xapian/PKGBUILD b/community/python2-xapian/PKGBUILD index 2284ee539..644433171 100644 --- a/community/python2-xapian/PKGBUILD +++ b/community/python2-xapian/PKGBUILD @@ -1,23 +1,23 @@ -# $Id: PKGBUILD 89984 2013-05-06 17:28:48Z fyan $ +# $Id: PKGBUILD 98789 2013-10-18 14:46:35Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: DonVla <donvla/users.sourceforge/net> # Contributor: Hervé Cauwelier <herve/oursours/net> pkgname=python2-xapian _realname=xapian-bindings -pkgver=1.2.15 +pkgver=1.3.1 pkgrel=1 pkgdesc="Python bindings for Xapian" arch=(i686 x86_64) url="http://xapian.org/docs/bindings/python/" license=('GPL') -depends=('python2' 'xapian-core') +depends=('python2' "xapian-core=$pkgver") source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.gz") build() { cd "$srcdir/${_realname}-$pkgver" - ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \ + ./configure XAPIAN_CONFIG=/usr/bin/xapian-config-1.3 \ --prefix=/usr --with-python \ PYTHON=/usr/bin/python2 @@ -31,4 +31,4 @@ package() { make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: -sha512sums=('b3733308f0446fa041dcae677b3d3316bd8e775fcd1a1770ca2fab5b60e40463bbbce210cb1161161f6e9f1ff5e5473d38c2dab922b7f4f2705ac165d991c0ec') +sha512sums=('e295ab93fe61e038bb5f95786f80ff36bc9cbc486c4d03e457fabc6efa97e7119411afa3aafd29786ab9237505b03c27fdb5d524fdb43db2c2f3550cd41c7396') diff --git a/community/rubinius/PKGBUILD b/community/rubinius/PKGBUILD new file mode 100644 index 000000000..e51cf9e29 --- /dev/null +++ b/community/rubinius/PKGBUILD @@ -0,0 +1,105 @@ +# $Id: PKGBUILD 98780 2013-10-18 13:13:13Z heftig $ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> + +pkgbase=rubinius +pkgname=(rubinius rubinius-ruby) +pkgver=2.1.0 +pkgrel=1 +pkgdesc="Ruby runtime written in Ruby, designed for concurrency" +arch=(i686 x86_64) +url="http://rubini.us" +license=(custom) +depends=(llvm-libs libffi openssl libyaml) +makedepends=(llvm ruby chrpath) +options=(!emptydirs) + +_gems=(bundler-1.3.5.gem + daedalus-core-0.0.1.gem + gems-0.8.3.gem + redcard-1.1.0.gem + rubinius-bridge-1.0.3.gem) + +source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2 + gemrc) + +for _i in "${_gems[@]}"; do + source+=( http://rubygems.org/downloads/${_i} ) +done + +sha256sums=('78d7c2af7ebdf9b477a682cf4793e56e4139abed3cd752282e422d56e63b65b6' + '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614' + '08b89047f7b829f3e197a28fb1bde74c3f5cfea1552f99dfba237fee30eaffe4' + 'baa2a27713fac17ca21bc2515a227cde4b10aa1a01e1365e1ee5372c72816ff0' + '2bcf69bb8fb90dd1f926fb7d8f2d8c9857540e04385ac742999a05c74fe24a05' + '60c73d440f29fc3577eec86de00d55ee5351647d2d450ea48bc6d2ae5a62b8fc' + '246ba09a6506e1c380acccc0e3058e83fec89904572d3214f797ccb604453981') + +prepare() { + export GEM_HOME="$srcdir/gemdir" + + mkdir -p "$GEM_HOME" + gem install --no-user-install -N bundler-1.3.5.gem + cp -n "${_gems[@]}" $pkgbase-$pkgver/vendor/cache + + cd $pkgbase-$pkgver + "$GEM_HOME/bin/bundle" install --local +} + +build() { + export GEM_HOME="$srcdir/gemdir" + cd $pkgbase-$pkgver + + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --includedir=/usr/include/rubinius \ + --appdir=/usr/lib/rubinius \ + --gemsdir=/usr/lib/rubinius/gems \ + --preserve-prefix \ + --llvm-shared + rake build +} + +check() { + export GEM_HOME="$srcdir/gemdir" + cd $pkgbase-$pkgver + + rake vm:test || : +} + +package_rubinius() { + optdepends=('rubinius-docs: Rubinius documentation' + 'ruby-docs: Ruby documentation') + + export GEM_HOME="$srcdir/gemdir" + cd $pkgbase-$pkgver + + DESTDIR="$pkgdir" rake install + + find "$pkgdir" -name "*.so" -exec chrpath -d {} + + chrpath -d "$pkgdir/usr/bin/rbx" + + mkdir -p "$pkgdir/usr/share/ri" + ln -s 2.0.0 "$pkgdir/usr/share/ri/2.1" + + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/rubinius/LICENSE" + +### Split rubinius-ruby + mkdir -p "$srcdir/ruby/usr/bin" + for _f in "$pkgdir"/usr/bin/*; do + [[ $_f == */rbx ]] && continue + mv $_f "$srcdir/ruby/usr/bin" + done +} + +package_rubinius-ruby() { + pkgdesc="Ruby compat for Rubinius" + depends=(rubinius) + provides=(ruby) + conflicts=(ruby) + backup=(etc/gemrc) + + mv ruby/* "$pkgdir" + install -Dm644 gemrc "$pkgdir/etc/gemrc" + install -d "$pkgdir/usr/share/licenses/rubinius-ruby" + ln -s ../rubinius/LICENSE "$pkgdir/usr/share/licenses/rubinius-ruby/LICENSE" +} diff --git a/community/rubinius/gemrc b/community/rubinius/gemrc new file mode 100644 index 000000000..3d11de1ec --- /dev/null +++ b/community/rubinius/gemrc @@ -0,0 +1,5 @@ +# Read about the gemrc format at http://docs.rubygems.org/read/chapter/11 + +# --user-install is used to install to $HOME/.gem/ by default since we want to separate +# pacman installed gems and gem installed gems +gem: --user-install diff --git a/community/siege/PKGBUILD b/community/siege/PKGBUILD index a21835e7d..bb96493b9 100644 --- a/community/siege/PKGBUILD +++ b/community/siege/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 97337 2013-09-18 09:31:58Z bluewind $ +# $Id: PKGBUILD 98791 2013-10-18 15:46:19Z bluewind $ # Maintainer: Florian Pritz <flo@xinu.at> # Contributor: Sven Kauber <celeon@gmail.com> pkgname=siege -pkgver=3.0.4 +pkgver=3.0.5 pkgrel=1 arch=('i686' 'x86_64') license=('GPL') @@ -29,4 +29,4 @@ package() { sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc" } -md5sums=('ea4180f0b02b99d0f43cf676a697c999') +md5sums=('822cc4750a6162945ee91af98773bda4') diff --git a/community/synergy/PKGBUILD b/community/synergy/PKGBUILD index c87811366..2f14f1661 100644 --- a/community/synergy/PKGBUILD +++ b/community/synergy/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Michael Düll <mail@akurei.me> pkgname=synergy -pkgver=1.4.12 +pkgver=1.4.14 pkgrel=1 pkgdesc="Share a single mouse and keyboard between multiple computers" url="http://synergy-foss.org" @@ -16,9 +16,10 @@ optdepends=('qt4: gui support') license=('GPL2') source=("http://synergy.googlecode.com/files/$pkgname-$pkgver-Source.tar.gz" "synergys.socket" - "synergys.service" - "synergy.png" - "synergy.desktop") + "synergys.service") +sha512sums=('3e9ca96f36573e400c9694daba026322cbf36bbabdbf69687cbadb6010834d1afd81845533775564ba7aadbf3a8be8582d9e5b9d33abfa483a174b40e084add4' + 'f7d918faf4a25654786f270fc48b6e4089ecd1b2f504bb90de543b47a862733f7be067e06fd613d621bba48d20dc63214966e2cfbd2cb3fcbfe623d6d41f10ad' + 'a10dfe5b24ac6f4a2ef3a3a9f8a6a3c432b91d5e59d1fae2258d37c5be00ac8f172656fa0d213012c7dc94ab8c04c3945ae33acfcd5db5fad8b37ccc9f5e980f') build() { cd "${srcdir}/${pkgname}-${pkgver}-Source" @@ -51,12 +52,7 @@ package() { install -Dm644 "$srcdir/synergys.socket" "$pkgdir/usr/lib/systemd/system/" # install desktop/icon stuff - install -Dm644 "$srcdir/synergy.png" "$pkgdir/usr/share/pixmaps/synergy.png" - install -Dm644 "$srcdir/synergy.desktop" "$pkgdir/usr/share/applications/synergy.desktop" + cd ../res + install -Dm644 "synergy.ico" "$pkgdir/usr/share/pixmaps/synergy.ico" + install -Dm644 "synergy.desktop" "$pkgdir/usr/share/applications/synergy.desktop" } - -sha512sums=('5305e03d871e5408640ece55364067418f9b8b160dda31f994ebafe807b31291bdaa688a901f2e81710acb0857952c37f0c1823a50c927573feaec0c8659be9d' - 'f7d918faf4a25654786f270fc48b6e4089ecd1b2f504bb90de543b47a862733f7be067e06fd613d621bba48d20dc63214966e2cfbd2cb3fcbfe623d6d41f10ad' - 'a10dfe5b24ac6f4a2ef3a3a9f8a6a3c432b91d5e59d1fae2258d37c5be00ac8f172656fa0d213012c7dc94ab8c04c3945ae33acfcd5db5fad8b37ccc9f5e980f' - 'cb3db9593c943bce11ce5ae962e120feb70e6afa9206887a6971c77491711afcebc78653e7413e87e33d031c43a507f4a9a6e8747d10b60c6642106ae1690f18' - 'c1c76ecfbed5c22f1a2a7562dce20971a784ff6b0edbf5c9b5f7c796f9ead882b82f970bb24f35533b928c341f87f66b0b10d9d96e122d14d74102cac8997445') diff --git a/community/synergy/synergy.desktop b/community/synergy/synergy.desktop deleted file mode 100644 index e7bf87b9e..000000000 --- a/community/synergy/synergy.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Synergy -Comment=The Synergy GUI is based on QSynergy by Volker Lanz. -Exec=synergy -Icon=synergy -Terminal=false -Type=Application -Categories=Utility;DesktopUtility;Qt diff --git a/community/synergy/synergy.png b/community/synergy/synergy.png Binary files differdeleted file mode 100644 index 5534f0fdf..000000000 --- a/community/synergy/synergy.png +++ /dev/null diff --git a/extra/wireshark/PKGBUILD b/community/wireshark/PKGBUILD index cb7e84cc2..d86a4a713 100644 --- a/extra/wireshark/PKGBUILD +++ b/community/wireshark/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 194226 2013-09-11 02:06:50Z eric $ +# $Id: PKGBUILD 98774 2013-10-18 09:24:32Z bpiotrowski $ # Maintainer: Guillaume ALAUX <guillaume@archlinux.org> # Contributor: Florian Pritz <bluewind at jabber dot ccc dot de> pkgname=('wireshark-cli' 'wireshark-gtk') diff --git a/extra/wireshark/wireshark-gtk.install b/community/wireshark/wireshark-gtk.install index 771e497ca..771e497ca 100644 --- a/extra/wireshark/wireshark-gtk.install +++ b/community/wireshark/wireshark-gtk.install diff --git a/extra/wireshark/wireshark.install b/community/wireshark/wireshark.install index 719171d9e..719171d9e 100644 --- a/extra/wireshark/wireshark.install +++ b/community/wireshark/wireshark.install diff --git a/community/xapian-core/PKGBUILD b/community/xapian-core/PKGBUILD index 8858c5860..68b50e3dc 100644 --- a/community/xapian-core/PKGBUILD +++ b/community/xapian-core/PKGBUILD @@ -1,11 +1,12 @@ -# $Id: PKGBUILD 98729 2013-10-17 12:44:33Z spupykin $ +# $Id: PKGBUILD 98798 2013-10-18 19:53:16Z spupykin $ # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Alexander Fehr <pizzapunk gmail com> # Contributor: William Rea <sillywilly@gmail.com> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=xapian-core -pkgver=1.3.1 +epoch=1 +pkgver=1.2.15 pkgrel=1 pkgdesc='Open source search engine library.' arch=('i686' 'x86_64') @@ -15,7 +16,7 @@ depends=('sh' 'gcc-libs' 'zlib' 'util-linux') # xapian config requires libxapian.la options=('libtool') source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('f25d4aff5f6a9a3ded84f8636233721c') +md5sums=('3af45069c6a14a7ecad2da24cbc3d2c5') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/zeromq/PKGBUILD b/community/zeromq/PKGBUILD index 94ce09e03..6dd79f795 100644 --- a/community/zeromq/PKGBUILD +++ b/community/zeromq/PKGBUILD @@ -1,14 +1,15 @@ -# $Id: PKGBUILD 98711 2013-10-17 10:53:26Z kkeen $ +# $Id: PKGBUILD 98801 2013-10-18 21:18:46Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> pkgname=zeromq pkgver=4.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Fast messaging system built on sockets, C and C++ bindings. aka 0MQ, ZMQ." arch=('i686' 'x86_64') url="http://www.zeromq.org" license=('LGPL') depends=('gcc-libs' 'util-linux') -makedepends=('python2') +makedepends=('python2' 'libsodium') +optdepends=('libsodium: for NaCl crypto') source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz https://raw.github.com/zeromq/cppzmq/master/zmq.hpp) md5sums=('e738c310d135e20fa48c5b348da18e22' @@ -16,7 +17,7 @@ md5sums=('e738c310d135e20fa48c5b348da18e22' build() { cd "$srcdir/$pkgname-$pkgver" - ./configure prefix=/usr --with-pgm + ./configure prefix=/usr --with-pgm --with-libsodium sed -i 's/python$/&2/' foreign/openpgm/build-staging/openpgm/pgm/{Makefile,version_generator.py} make } diff --git a/extra/mutt/PKGBUILD b/extra/mutt/PKGBUILD index 55972b5d1..fc944975f 100644 --- a/extra/mutt/PKGBUILD +++ b/extra/mutt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 185574 2013-05-15 08:05:34Z bpiotrowski $ +# $Id: PKGBUILD 196759 2013-10-18 06:54:09Z bisson $ # Contributor: tobias [tobias [at] archlinux.org] # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=mutt -pkgver=1.5.21 -pkgrel=9 +pkgver=1.5.22 +pkgrel=1 pkgdesc='Small but very powerful text-based mail client' url='http://www.mutt.org/' license=('GPL') @@ -12,19 +12,13 @@ backup=('etc/Muttrc') arch=('i686' 'x86_64') optdepends=('smtp-forwarder: to send mail') depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 'krb5') -source=("ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz" - 'pop-cachedir.patch' - 'crypt-gpgme.patch') -sha1sums=('a8475f2618ce5d5d33bff85c0affdf21ab1d76b9' - '32dbcafe05e4a919fd00c6a1064c6ecd205e6eb1' - '8cf0d4278aab1d162ab7f847f1b917327d630d98') +source=("ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz") +sha1sums=('728a114cb3a44df373dbf1292fc34dd8321057dc') install=install build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -i ../pop-cachedir.patch # FS#31536 - patch -p1 -i ../crypt-gpgme.patch # FS#31735 ./configure \ --prefix=/usr \ --sysconfdir=/etc \ @@ -47,8 +41,8 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install + rm "${pkgdir}"/etc/mime.types{,.dist} rm "${pkgdir}"/usr/bin/{flea,muttbug} rm "${pkgdir}"/usr/share/man/man1/{flea,muttbug}.1 - rm "${pkgdir}"/etc/mime.types{,.dist} install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist } diff --git a/extra/mutt/crypt-gpgme.patch b/extra/mutt/crypt-gpgme.patch deleted file mode 100644 index 7ed9348b2..000000000 --- a/extra/mutt/crypt-gpgme.patch +++ /dev/null @@ -1,32 +0,0 @@ -# HG changeset patch -# User Roman Kagan <rkagan@mail.ru> -# Date 1290506473 -10800 -# Node ID 938f0706311a6ab599d29d35447f0c70972fe7cf -# Parent 01731fb1884ea0e1eaf9008ea9c70804b66f2363 -crypt-gpgme: actually init gpgme - -Recent versions of gpgme (at least the one packaged with Fedora 14, -gpgme-1.2.0), requires proper initialization of the library before use. - -The initialization is done via gpgme_check_version(), and gpgme_set_locale() is -recommended right afterwards, too (see gpgme manual for details). - -Otherwise gpgme_init() fails with "Not operational" error, which makes mutt -immediately quit. - -diff --git a/crypt-gpgme.c b/crypt-gpgme.c ---- a/crypt-gpgme.c -+++ b/crypt-gpgme.c -@@ -4191,6 +4191,12 @@ - if (mutt_any_key_to_continue (NULL) == -1) - mutt_exit(1); - } -+ -+ gpgme_check_version (NULL); -+ gpgme_set_locale (NULL, LC_CTYPE, setlocale (LC_CTYPE, NULL)); -+#ifdef LC_MESSAGES -+ gpgme_set_locale (NULL, LC_MESSAGES, setlocale (LC_MESSAGES, NULL)); -+#endif - } - - void pgp_gpgme_init (void) diff --git a/extra/mutt/pop-cachedir.patch b/extra/mutt/pop-cachedir.patch deleted file mode 100644 index ec1bc198a..000000000 --- a/extra/mutt/pop-cachedir.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: muttlib.c
-===================================================================
---- muttlib.c (revision 6128:eff500f87889)
-+++ muttlib.c (revision 6161:1a4c43138685)
-@@ -1961,5 +1961,6 @@
- char *p = safe_strdup (src);
- int rc = mutt_convert_string (&p, Charset, "utf-8", 0);
-- strfcpy (dest, rc == 0 ? p : src, dlen);
-+ /* `src' may be NULL, such as when called from the pop3 driver. */
-+ strfcpy (dest, (rc == 0) ? NONULL(p) : NONULL(src), dlen);
- FREE (&p);
- }
diff --git a/extra/pycurl/PKGBUILD b/extra/pycurl/PKGBUILD index ee7b516cf..04f2fe87b 100644 --- a/extra/pycurl/PKGBUILD +++ b/extra/pycurl/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 167931 2012-10-03 20:46:27Z andrea $ +# $Id: PKGBUILD 196757 2013-10-17 23:38:31Z eric $ # Maintainer: # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> pkgbase=pycurl pkgname=('python2-pycurl') -pkgver=7.19.0 -pkgrel=2 +pkgver=7.19.0.2 +pkgrel=1 arch=('i686' 'x86_64') url="http://pycurl.sourceforge.net/" license=('GPL') makedepends=('python2' 'curl') source=("http://pycurl.sourceforge.net/download/${pkgbase}-${pkgver}.tar.gz") -md5sums=('919d58fe37e69fe87ce4534d8b6a1c7b') +md5sums=('518be33976dbc6838e42495ada64b43f') package_python2-pycurl() { pkgdesc="A Python 2.x interface to libcurl" diff --git a/extra/pyqt5/PKGBUILD b/extra/pyqt5/PKGBUILD index 86f483890..55ec23185 100644 --- a/extra/pyqt5/PKGBUILD +++ b/extra/pyqt5/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 196703 2013-10-16 15:54:35Z andrea $ +# $Id: PKGBUILD 196761 2013-10-18 08:36:23Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Yichao Yu <yyc1992@gmail.com> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> @@ -8,7 +8,7 @@ pkgbase=pyqt5 pkgname=pyqt5 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5') pkgver=5.1.1 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://riverbankcomputing.co.uk/software/pyqt/intro" license=('GPL') diff --git a/extra/qt4/PKGBUILD b/extra/qt4/PKGBUILD index fa69e4728..abf407220 100644 --- a/extra/qt4/PKGBUILD +++ b/extra/qt4/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 193688 2013-08-28 00:06:07Z eric $ +# $Id: PKGBUILD 196771 2013-10-18 14:56:57Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=qt4 pkgver=4.8.5 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') url='http://qt-project.org/' license=('GPL3' 'LGPL' 'FDL' 'custom') pkgdesc='A cross-platform application and UI framework' -depends=('libtiff' 'libpng' 'libmng' 'sqlite' 'ca-certificates' 'dbus' +depends=('libtiff' 'libpng' 'sqlite' 'ca-certificates' 'dbus' 'fontconfig' 'libgl' 'libxrandr' 'libxv' 'libxi' 'alsa-lib' 'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils') makedepends=('postgresql-libs' 'mariadb' 'unixodbc' 'cups' 'gtk2' 'libfbclient' - 'mesa-libgl') + 'mesa') optdepends=('qtchooser: set the default Qt toolkit' 'postgresql-libs: PostgreSQL driver' 'libmariadbclient: MariaDB driver' diff --git a/extra/sqlite/PKGBUILD b/extra/sqlite/PKGBUILD index 0689f508c..cadeb5c13 100644 --- a/extra/sqlite/PKGBUILD +++ b/extra/sqlite/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 194286 2013-09-13 07:06:54Z andyrtr $ +# $Id: PKGBUILD 196768 2013-10-18 13:37:47Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgbase="sqlite" pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') -_amalgamationver=3080002 +_amalgamationver=3080100 _docver=${_amalgamationver} #_docver=3080001 -pkgver=3.8.0.2 +pkgver=3.8.1 pkgrel=1 pkgdesc="A C library that implements an SQL database engine" arch=('i686' 'x86_64') @@ -19,8 +19,8 @@ source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together with http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip license.txt) options=('!libtool' '!emptydirs') -sha1sums=('294c30e882a0d45877bce09afe72d08ccfc6b650' - '43e314880cee7c97c240131625f6442c2ca7b109' +sha1sums=('42464b07df2d6f8aa28f73ce4cc6d48b47be810e' + 'd7cb698f32318fbf5dce9f10c9cd7b84c3d70105' 'f34f6daa4ab3073d74e774aad21d66878cf26853') build() { diff --git a/libre/bfgminer-libre/PKGBUILD b/libre/bfgminer-libre/PKGBUILD index 80e3d75e0..db92fa191 100644 --- a/libre/bfgminer-libre/PKGBUILD +++ b/libre/bfgminer-libre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 97509 2013-09-23 12:27:29Z tredaelli $ +# $Id: PKGBUILD 98781 2013-10-18 14:05:15Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: Andy Weidenbaum <archbaum@gmail.com> _pkgname=bfgminer pkgname=bfgminer-libre -pkgver=3.2.1 +pkgver=3.3.0 pkgrel=1 pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control and remote management. For FPGA/GPU/CPU Bitcoin mining, without nonfree OpenCL recommendation." arch=('i686' 'x86_64' 'mips64el') @@ -18,7 +18,7 @@ license=('GPL3') options=(!libtool) source=(http://luke.dashjr.org/programs/bitcoin/files/$_pkgname/$pkgver/$_pkgname-$pkgver.tbz2 remove-dangerous-rpath.patch) -sha256sums=('db8cdc4272950e12804961d21365ed96f3ef5262549cc0dfd6ebd2004e5d57d8' +sha256sums=('773435dafb9b13c4450480a7731d024ffb2b7ac34d8511c9325d2a703f339ef6' 'd26d07ca23ae25798c4db37cfda1a6a76f22d06e73efab1ddf62b3e1a7eef04c') prepare() { diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index 63cc36cbd..0980f1b36 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 98505 2013-10-12 09:17:56Z jelle $ +# $Id: PKGBUILD 98784 2013-10-18 14:34:13Z jelle $ # Maintainer: jelle van der Waa <jelle@vdwaa.nl> # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -9,8 +9,8 @@ _pkgname=calibre pkgname=calibre-libre -pkgver=1.6 -pkgrel=2 +pkgver=1.7.0 +pkgrel=1 pkgdesc="Ebook management application, with unar support" arch=('i686' 'x86_64' 'mips64el') url="http://calibre-ebook.com/" @@ -27,14 +27,15 @@ replaces=$_pkgname conflicts=$_pkgname provides=$_pkgname=$pkgver install=calibre.install -source=('http://download.calibre-ebook.com/1.6.0/calibre-1.6.0.tar.xz' +source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz" 'desktop_integration.patch' 'calibre-mount-helper') -md5sums=('d4fc03a2bec211324897cbb916c6eb89' +md5sums=('7c13fe58eabe1e98a47cfa5d25bebde7' '8353d1878c5a498b3e49eddef473605f' '675cd87d41342119827ef706055491e7') + prepare(){ cd "${srcdir}/${_pkgname}" #rm -rf src/{cherrypy,pyPdf} diff --git a/libre/cgminer-libre/PKGBUILD b/libre/cgminer-libre/PKGBUILD index 8f47048a2..ab406e865 100644 --- a/libre/cgminer-libre/PKGBUILD +++ b/libre/cgminer-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 98584 2013-10-14 15:10:08Z fyan $ +# $Id: PKGBUILD 98786 2013-10-18 14:39:59Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: monson <holymonson@gmail.com> # Contributor: Thomas Dziedzic < gostrc at gmail > @@ -7,7 +7,7 @@ _pkgname=cgminer pkgname=cgminer-libre -pkgver=3.6.1 +pkgver=3.6.4 pkgrel=1 pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and derivative coins, without nonfree OpenCL recommendation" url='http://forum.bitcoin.org/index.php?topic=28402.0' @@ -29,13 +29,14 @@ build() { cd "$srcdir/$_pkgname-$pkgver" # We have latest jansson and libusb - just use them - sed "s|ac_subdirs_all='compat/libusb\-1.0'||" -i ./configure + sed "s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'||" -i ./configure sed 's|subdirs="$subdirs compat/libusb\-1.0"||' -i ./configure + sed 's|subdirs="$subdirs compat/jansson\-2.5"||' -i ./configure sed 's|LIBUSB_LIBS="compat/libusb-1.0/libusb/.libs/libusb-1.0.a"|LIBUSB_LIBS=-lusb-1.0|' -i ./configure - sed 's|JANSSON_LIBS="compat/jansson/libjansson.a"|JANSSON_LIBS=-ljansson|' -i ./configure - sed 's|compat/Makefile compat/jansson/Makefile||' -i ./configure + sed 's|JANSSON_LIBS="compat/jansson-2.5/src/.libs/libjansson.a"|JANSSON_LIBS=-ljansson|' -i ./configure + sed 's|compat/Makefile ||' -i ./configure - sed 's|JANSSON_INCLUDES = -I$(top_srcdir)/compat/jansson||' -i ./Makefile.in + sed 's|JANSSON_INCLUDES = -I$(top_srcdir)/compat/jansson-2.5/src||' -i ./Makefile.in sed 's|USBUTILS_INCLUDES = -I$(top_srcdir)/compat/libusb\-1.0/libusb|USBUTILS_INCLUDES = -I/usr/include/libusb-1.0|' -i ./Makefile.in sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in @@ -75,6 +76,6 @@ package() { install -Dm644 $_pkgname.conf "$pkgdir"/etc/$_pkgname.conf } -sha512sums=('53df3f3899d00c7bbaca1528c55e5c8c2ddb00bf9da8af23b6b4a1f05bfe0100ac4f5381ff084b7a00d69ee795f8edceddb6c89a6d354dc5e26dc0a865f09890' +sha512sums=('4ba9cdba52f4a9c8684758c71749ed418a8fda8776201c86c8f1f4674f7e8f0233a3cbcab6ecf97f1e54cb6a9756fe35a9577623e4cb48cb789f1c2e8fc80a52' '99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41' '3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f') diff --git a/libre/hplip-libre/PKGBUILD b/libre/hplip-libre/PKGBUILD index 789d5ea46..e607686a3 100644 --- a/libre/hplip-libre/PKGBUILD +++ b/libre/hplip-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 196599 2013-10-15 15:40:43Z andyrtr $ +# $Id: PKGBUILD 196769 2013-10-18 13:50:49Z andyrtr $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor : Rémy Oudompheng <remy@archlinux.org> # Contributor: Morgan LEFIEUX <comete@archlinuxfr.org> @@ -7,7 +7,7 @@ _pkgname=hplip pkgname=hplip-libre pkgver=3.13.10 -pkgrel=1 +pkgrel=2 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet, without hplip-plugin binary blobs recommendation" arch=('i686' 'x86_64') url="http://hplipopensource.com" @@ -20,6 +20,7 @@ optdepends=('cups: for printing support' 'sane: for scanner support' 'python2-pillow: for commandline scanning support' 'python2-notify: for Desktop notification support' + 'python2-reportlab: for pdf output in hp-scan' 'rpcbind: for network support' 'python2-pyqt: for running hp-toolbox' 'python2-gobject2: for running hp-toolbox' diff --git a/libre/unar/PKGBUILD b/libre/unar/PKGBUILD index 3479ffefe..c7b60ba9e 100755 --- a/libre/unar/PKGBUILD +++ b/libre/unar/PKGBUILD @@ -4,15 +4,15 @@ pkgname=unar pkgver=1.8 -pkgrel=1 +pkgrel=3 pkgdesc="An Objective-C application for uncompressing archive files" arch=('x86_64' 'i686' 'mips64el') url="http://unarchiver.c3.cx/" license=('LGPL2.1') -depends=('gnustep-base' 'openssl' 'bzip2' 'icu' 'gcc-libs' 'zlib') +depends=('gnustep-base' 'openssl' 'bzip2' 'icu>=52.1' 'icu<52.2' 'gcc-libs' 'zlib') makedepends=('gcc-objc') replaces=('unarchiver' 'unrar') -conflicts=('unarchiver' 'unrar' 'icu<51') +conflicts=('unarchiver' 'unrar') provides=('unarchiver' 'unrar') source=("http://theunarchiver.googlecode.com/files/${pkgname}${pkgver}_src.zip" "native_obj_exceptions.patch") diff --git a/pcr/plowshare/PKGBUILD b/pcr/plowshare/PKGBUILD index 3076b779e..608e13ccf 100644 --- a/pcr/plowshare/PKGBUILD +++ b/pcr/plowshare/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: breakdown <breakdown(at)archlinux(dot)us> pkgname=plowshare -pkgver=snapshot_git20130901.1c5013f +pkgver=snapshot_git20131009.5e55a9b pkgrel=1 pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and other file sharing websites." arch=('any') @@ -15,7 +15,6 @@ optdepends=('bash-completion: enable bash auto completion' 'aview: ascii display for no X server') conflicts=("$pkgname-git") source=("http://$pkgname.googlecode.com/files/${pkgname}4-${pkgver/_/-}.tar.gz") -md5sums=('c5fe40d79dea2cf02ba534c9a0ea9680') package() { cd "$srcdir/${pkgname}4-${pkgver/_/-}" @@ -32,3 +31,4 @@ package() { } # vim:set ts=2 sw=2 et: +md5sums=('cfecd42bf22712f4c410d88c9aa9cf0c') diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index ce9708ba7..1cb5b8405 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2013.10.17 +pkgver=2013.10.18.2 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -27,5 +27,5 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('5bcd7a5d20387a6dfd985f4a77dbe26d' +md5sums=('dd86912d1bf1a7a550df06e59c436063' 'SKIP') diff --git a/pcr/zenity-gtk2/PKGBUILD b/pcr/zenity-gtk2/PKGBUILD new file mode 100644 index 000000000..f66bd21ec --- /dev/null +++ b/pcr/zenity-gtk2/PKGBUILD @@ -0,0 +1,44 @@ +# $Id: PKGBUILD 183472 2013-04-21 22:12:29Z heftig $ +# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> +# Maintainer (Arch): Jan de Groot <jgc@archlinux.org> + +pkgname=zenity-gtk2 +pkgver=3.10.0.git20131018 +_gitver='commit=23a7232661bbc2058a483c52394a200f1803a6b0' +pkgrel=1 +pkgdesc="Display graphical dialog boxes from shell scripts (GTK 2 port)" +arch=(i686 x86_64) +license=('LGPL') +depends=('gtk2' 'libnotify') +makedepends=('intltool' 'gtk-doc' 'itstool' 'docbook-xsl') +url="https://lukeshu.com/git/zenity-gtk2.git/" +source=("libre://${pkgname}-${pkgver}.tar.gz") + +provides=(zenity=$pkgver) +conflicts=(zenity) + +mkdepends=(git gnome-common yelp-tools) +mksource=(".$pkgname-$pkgver::git://lukeshu.com/zenity-gtk2.git#${_gitver}") +mkmd5sums=('SKIP') +mksource() { + cd "$srcdir/.$pkgname-$pkgver" + ./autogen.sh + make -C help PACKAGE="$pkgname" VERSION="$pkgver" + make dist PACKAGE="$pkgname" VERSION="$pkgver" + cd "$srcdir" + bsdtar xf ".$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2" +} + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --with-gtk=2.0 + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="${pkgdir}" install +} + +sha256sums=('651af86234dc098eba28eb9e88d74afc25662ed95c459dfa50882fd39c2a479b') |