diff options
author | root <root@rshg054.dnsready.net> | 2013-05-15 01:14:48 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-15 01:14:48 -0700 |
commit | 51c18483cd98db045391ee9a0c7b9b6ad5d4ab3a (patch) | |
tree | 00044126c105926c03e23c9611be579689db2b8b | |
parent | 2e5b72e5e8dfb5199a9b0da7c76d052a456662c2 (diff) |
Wed May 15 01:14:48 PDT 2013
79 files changed, 536 insertions, 583 deletions
diff --git a/community/almanah/PKGBUILD b/community/almanah/PKGBUILD index 905ac9983..709f26825 100644 --- a/community/almanah/PKGBUILD +++ b/community/almanah/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 88674 2013-04-21 22:16:40Z heftig $ +# $Id: PKGBUILD 90849 2013-05-14 21:40:34Z andrea $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=almanah pkgver=0.10.1 -pkgrel=2 +pkgrel=3 pkgdesc="Small GTK+ application to allow you to keep a diary of your life" arch=('i686' 'x86_64') url="http://live.gnome.org/Almanah_Diary" diff --git a/community/bird/PKGBUILD b/community/bird/PKGBUILD index 3a4f77974..364c7186a 100644 --- a/community/bird/PKGBUILD +++ b/community/bird/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 90491 2013-05-12 22:34:17Z seblu $ +# $Id: PKGBUILD 90843 2013-05-14 17:50:10Z seblu $ # Maintainer: Sébastien Luttringer pkgbase=bird pkgname=('bird' 'bird6') pkgver=1.3.10 -pkgrel=2 +pkgrel=4 arch=('i686' 'x86_64') url='http://bird.network.cz/' license=('GPL2') @@ -14,7 +14,7 @@ source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz" 'bird6.service') md5sums=('553c331b32bca9e926519cb2f67d68be' '01360e3b71ff2ed2223e87a3176e0659' - '13a5f066a39f82136291f1461458651c') + 'b895b473cbc98cfd54751f737536eb1e') build() { cd $pkgbase-$pkgver @@ -24,12 +24,23 @@ build() { # build ipv4 bird cd _build4 - ../configure + ../configure \ + --prefix=/usr \ + --sbindir=/usr/bin \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --docdir=/usr/share/doc/$pkgname make # build ipv6 bird cd ../_build6 - ../configure --enable-ipv6 + ../configure \ + --prefix=/usr \ + --sbindir=/usr/bin \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --docdir=/usr/share/doc/$pkgname \ + --enable-ipv6 make } @@ -43,8 +54,9 @@ package_bird () { sysconfdir="$pkgdir/etc" \ sbindir="$pkgdir/usr/bin" \ localstatedir="$pkgdir/var" \ + docdir="$pkgdir/usr/share/doc/$pkgname" \ install - make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs + #make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs # no /var inside pkg rm -r "$pkgdir/var" @@ -63,8 +75,9 @@ package_bird6 () { sysconfdir="$pkgdir/etc" \ sbindir="$pkgdir/usr/bin" \ localstatedir="$pkgdir/var" \ + docdir="$pkgdir/usr/share/doc/$pkgname" \ install - make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs + #make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs # no /var inside pkg rm -r "$pkgdir/var" diff --git a/community/bird/bird6.service b/community/bird/bird6.service index 8eb1dd505..d852fb52c 100644 --- a/community/bird/bird6.service +++ b/community/bird/bird6.service @@ -4,8 +4,8 @@ After=network.target [Service] ExecStart=/usr/bin/bird6 -d -ExecReload=/usr/bin/bird6c configure -ExecStop=/usr/bin/bird6c down +ExecReload=/usr/bin/birdc6 configure +ExecStop=/usr/bin/birdc6 down [Install] WantedBy=multi-user.target diff --git a/community/cairo-dock-plugins/PKGBUILD b/community/cairo-dock-plugins/PKGBUILD index cad086944..3de7f286e 100755 --- a/community/cairo-dock-plugins/PKGBUILD +++ b/community/cairo-dock-plugins/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 88927 2013-04-24 21:31:30Z alucryd $ +# $Id: PKGBUILD 90850 2013-05-14 21:40:35Z andrea $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor: Tofe <chris.chapuis@gmail.com> # Contributor: zhuqin <zhuqin83@gmail.com> @@ -7,7 +7,7 @@ pkgname=cairo-dock-plugins pkgver=3.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="Plugins for Cairo-Dock" url="https://launchpad.net/cairo-dock" license=('GPL') diff --git a/community/cegui/PKGBUILD b/community/cegui/PKGBUILD index c11e7d1ea..60cffc542 100644 --- a/community/cegui/PKGBUILD +++ b/community/cegui/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 87406 2013-03-31 19:18:09Z stephane $ +# $Id: PKGBUILD 90790 2013-05-13 22:47:24Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com>, @@ -7,18 +7,18 @@ pkgbase=cegui pkgname=('cegui' 'cegui-docs') pkgver=0.7.9 -pkgrel=2 +pkgrel=3 pkgdesc="A free library providing windowing and widgets for graphics APIs/engines" arch=('i686' 'x86_64') url="http://crayzedsgui.sourceforge.net" #options=('!libtool') license=("MIT") depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 'lua51' 'silly') -makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz') +makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht') optdepends=("python2: python bindings" "ogre: ogre module" - "gtk2: gtk2 module") - #"irrlicht: irrlicht module") maybe again at some point + "gtk2: gtk2 module" + "irrlicht: irrlicht module") options=(!libtool) source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz) md5sums=('a8b682daf82e383edc169c2e6eb2b321') diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD index c49379b51..083c66c2b 100644 --- a/community/chmsee/PKGBUILD +++ b/community/chmsee/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 88085 2013-04-11 09:03:50Z lcarlier $ +# $Id: PKGBUILD 90845 2013-05-14 19:53:14Z lcarlier $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Contributor: dionydonny <dionydonny@gmail.com> # Contributor: Ermanno <erm67@yahoo.it> pkgname=chmsee pkgver=2.0 -pkgrel=5 +pkgrel=6 arch=('i686' 'x86_64') pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner." url="http://chmsee.googlecode.com/" license=('GPL') -depends=('xulrunner>18.0' 'xulrunner<21.0' 'chmlib' 'desktop-file-utils') +depends=('xulrunner>18.0' 'xulrunner<22.0' 'chmlib' 'desktop-file-utils') makedepends=('python2') #source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver #source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip @@ -25,7 +25,7 @@ build() { cp Makefile.arch Makefile sed -i -e 's/17.*/18.0/g' ../application.ini - sed -i -e 's/19.*/20.0/g' ../application.ini + sed -i -e 's/19.*/21.0/g' ../application.ini make -j1 } diff --git a/community/fcron/PKGBUILD b/community/fcron/PKGBUILD index 199c36931..1eb727dd0 100644 --- a/community/fcron/PKGBUILD +++ b/community/fcron/PKGBUILD @@ -1,91 +1,89 @@ -# $Id: PKGBUILD 83238 2013-01-28 15:29:15Z ttoepper $ +# $Id: PKGBUILD 90800 2013-05-14 01:21:05Z seblu $ # Contributor: Giorgio Lando <lando at imap dot cc> # Contributor: Sergej Pupykin # Contributor: Thomas Bächler +# Contributor: Sébastien Luttringer # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=fcron -pkgver=3.1.1 -pkgrel=1 +pkgver=3.1.2 +pkgrel=4 pkgdesc='Feature-rich cron implementation' arch=(i686 x86_64) -url="http://fcron.free.fr" +url='http://fcron.free.fr' license=('GPL') depends=('pam') -makedepends=('smtp-server') -optdepends=('smtp-server: to receive mails from cron jobs') +makedepends=('smtp-server' 'vi') +optdepends=('smtp-server: to receive mails from cron jobs' + 'vi: default editor for fcrontab') provides=('cron') conflicts=('dcron') -backup=(etc/fcron/fcron.conf etc/fcron/fcron.allow etc/fcron/fcron.deny \ - var/spool/fcron/systab var/spool/fcron/systab.orig) +backup=('etc/fcron/fcron.conf' + 'etc/fcron/fcron.allow' + 'etc/fcron/fcron.deny' + 'var/spool/fcron/systab' + 'var/spool/fcron/systab.orig') options=('emptydirs' '!makeflags') -source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz fcron.rc \ - systab systab.orig run-cron fcron.service) -md5sums=('230b91f308e6012957a3a71a94f03838' - 'e0c3f0bdc3c98fbbe46eff19001c18f2' +source=("http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz" + 'systab' + 'systab.orig' + 'run-cron') +md5sums=('36bf213e15f3a480f2274f8e46cced0a' '938722c6654ef7b07f4aa10001905ba1' 'bfb7daa22ebe22b9917e455c1ca4a382' - '5ff0cdcb9ec99778938ac6ef26800327' - '973e440ba6d9ea5aa00b45377140fae4') + '524eba827447a6b7ef7515eedf305698') build() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver ./configure --prefix=/usr \ + --sbindir=/usr/bin \ --sysconfdir=/etc/fcron \ --with-answer-all=no \ --with-boot-install=no \ --with-username=root \ --with-groupname=root \ --datarootdir=/usr/share \ - --datadir=/usr/share \ + --datadir=/usr/share \ --with-docdir=/usr/share/doc \ --localstatedir=/var \ --with-systemdsystemunitdir=/usr/lib/systemd/system \ --with-piddir=/run \ - --with-editor=/usr/bin/vi \ + --with-editor=/usr/bin/vi \ --with-sendmail=/usr/sbin/sendmail make - - # Temporary bugfix make install expects the file in the files directory. - cp script/fcron.init.systemd files } package() { - cd "$srcdir/$pkgname-$pkgver" - + cd $pkgname-$pkgver + make DESTDIR="$pkgdir/" install - install -D -m755 "$srcdir/fcron.rc" "$pkgdir/etc/rc.d/fcron" install -D -m644 "$srcdir/$pkgname-$pkgver/files/fcron.pam" "$pkgdir/etc/pam.d/fcron" - + install -D -m644 "$srcdir/$pkgname-$pkgver/files/fcrontab.pam" "$pkgdir/etc/pam.d/fcrontab" # Install default fcrontab so that fcron can completely replace dcron - - install -D -m600 "$srcdir/systab" "$pkgdir/var/spool/fcron/systab" + + install -D -m640 "$srcdir/systab" "$pkgdir/var/spool/fcron/systab" # In order to preserve the systab crontab in any case it is better to have # it in non-binary form too - install -D -m600 "$srcdir/systab.orig" "$pkgdir/var/spool/fcron/systab.orig" + install -D -m640 "$srcdir/systab.orig" "$pkgdir/var/spool/fcron/systab.orig" # Add cron.* directories install -d -m755 "$pkgdir/etc/cron.daily" install -d -m755 "$pkgdir/etc/cron.hourly" install -d -m755 "$pkgdir/etc/cron.monthly" install -d -m755 "$pkgdir/etc/cron.weekly" - - # Install run-cron script to make fcron run without dcron - install -D -m755 "$srcdir/run-cron" "$pkgdir/usr/sbin/run-cron" - # Install systemd service - #install -D -m644 "$srcdir/fcron.service" \ - # "$pkgdir/usr/lib/systemd/system/fcron.service" + # Install run-cron script to make fcron run without dcron + install -D -m755 "$srcdir/run-cron" "$pkgdir/usr/bin/run-cron" # avoid conflict with filesystem>=2012.06 - rmdir "$pkgdir/var/run" + rmdir "$pkgdir"/{var/,}run # avoid conflict with libbsd - #31259 rm "$pkgdir/usr/share/man/man3/bitstring.3" \ "$pkgdir/usr/share/man/fr/man3/bitstring.3" rmdir --ignore-fail-on-non-empty "$pkgdir/usr/share/man/man3" \ - "$pkgdir/usr/share/man/fr/man3" || true + "$pkgdir/usr/share/man/fr/man3" } # vim:set ts=2 sw=2 et: diff --git a/community/fcron/fcron.rc b/community/fcron/fcron.rc deleted file mode 100644 index 880439a1d..000000000 --- a/community/fcron/fcron.rc +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -PID=`pidof -o %PPID /usr/sbin/fcron` -case "$1" in - start) - stat_busy "Starting Fcron Daemon" - [ -z "$PID" ] && /usr/sbin/fcron -b - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon fcron - stat_done - fi - ;; - stop) - stat_busy "Stopping Fcron Daemon" - [ -n "$PID" ] && kill $PID >/dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon fcron - stat_done - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/fcron/fcron.service b/community/fcron/fcron.service deleted file mode 100644 index c54e8d9e9..000000000 --- a/community/fcron/fcron.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Cron Daemon - -[Service] -ExecStart=/usr/sbin/fcron --foreground --nosyslog -KillMode=process - -[Install] -WantedBy=multi-user.target diff --git a/community/fcron/run-cron b/community/fcron/run-cron index 51007a15a..8e65e2fd0 100644 --- a/community/fcron/run-cron +++ b/community/fcron/run-cron @@ -1,14 +1,14 @@ -#!/bin/sh +#!/bin/bash -if [ -z $1 ]; then +if [[ -z "$1" ]]; then echo "Usage: $0 crondir" exit 1 fi -for cron in $1/* ; do - if [ -x $cron ]; then - $cron +for cron in "$1"/* ; do + if [[ -x "$cron" ]]; then + "$cron" fi done unset cron diff --git a/community/gnokii/PKGBUILD b/community/gnokii/PKGBUILD index 98bdd0b23..0c0a051ed 100644 --- a/community/gnokii/PKGBUILD +++ b/community/gnokii/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 90761 2013-05-13 18:04:36Z heftig $ +# $Id: PKGBUILD 90848 2013-05-14 21:40:33Z andrea $ # Maintainer: # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Roman Kyrylych <roman@archlinux.org> @@ -6,7 +6,7 @@ pkgname=gnokii pkgver=0.6.31 -pkgrel=3 +pkgrel=4 pkgdesc="Tools and user space driver for use with mobile phones" arch=('i686' 'x86_64') url="http://www.gnokii.org/" @@ -24,7 +24,7 @@ md5sums=('d9627f4a1152d3ea7806df4532850d5f' 'fd1c448114c2e0de8e05981030f0e69f') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} # FS#13249 sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in @@ -33,13 +33,14 @@ build() { ./configure --prefix=/usr \ --sysconfdir=/etc \ + --sbindir=/usr/bin \ --enable-security \ --disable-unix98test make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install install -Dm644 Docs/sample/gnokiirc "${pkgdir}/etc/gnokiirc" diff --git a/community/gnome-panel/PKGBUILD b/community/gnome-panel/PKGBUILD index e173e3492..d08ed0197 100644 --- a/community/gnome-panel/PKGBUILD +++ b/community/gnome-panel/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 88932 2013-04-24 22:25:52Z bgyorgy $ +# $Id: PKGBUILD 90851 2013-05-14 21:40:37Z andrea $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgbase=gnome-panel pkgname=('gnome-panel' 'gnome-flashback-session') pkgver=3.6.2 -pkgrel=5 +pkgrel=6 arch=('i686' 'x86_64') license=('GPL') pkgdesc="Legacy GNOME panel" diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD index 45d62ed28..7578cb815 100644 --- a/community/go/PKGBUILD +++ b/community/go/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 90230 2013-05-09 17:13:58Z arodseth $ +# $Id: PKGBUILD 90814 2013-05-14 09:02:17Z arodseth $ # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Rémy Oudompheng <remy@archlinux.org> @@ -11,7 +11,7 @@ # TODO: Create split packages for the crosscompilation versions as well pkgname=go -pkgver=1.1rc3 +pkgver=1.1 pkgrel=1 epoch=2 pkgdesc='Google Go compiler and tools' @@ -23,17 +23,17 @@ makedepends=('inetutils') options=('!strip') install="$pkgname.install" backup=('usr/lib/go/bin') -#if [ "$CARCH" == 'x86_64' ]; then -# source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz" -# "$pkgname.sh") -# sha256sums=('ed631dd172418488ee24f79b1aa64474b8eb959f8035c5f2ee77e6d2e467e61a' -# 'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892') -#else +if [ "$CARCH" == 'x86_64' ]; then + source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz" + "$pkgname.sh") + sha256sums=('2ed0548bc9f9071c24d253f945dd8354bdaa8a9925e48ad5eef586afbf6cfe8a' + 'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892') +else source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-386.tar.gz" "$pkgname.sh") - sha256sums=('c81fd6503ab49ad92a270a740581ad744062c195bec4df94ae9973a9f4001da9' + sha256sums=('fd6c951cbd5329f192430fe579dbe594d380c80651bf660c1b3d4e9a86370383' 'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892') -#fi +fi build() { cd "$srcdir/$pkgname/src" diff --git a/community/kmymoney/PKGBUILD b/community/kmymoney/PKGBUILD index 7fa40dc85..8d2322472 100644 --- a/community/kmymoney/PKGBUILD +++ b/community/kmymoney/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 76043 2012-09-09 20:57:42Z jlichtblau $ +# $Id: PKGBUILD 90852 2013-05-14 21:40:38Z andrea $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Maintainer: Laurent Carlier <lordheavym@gmail.com> # Contributor: Vamp898 <vamp898@web.de> @@ -8,7 +8,7 @@ pkgname=kmymoney pkgver=4.6.3 -pkgrel=1 +pkgrel=2 pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money or Quicken" arch=('i686' 'x86_64') url="http://kmymoney2.sourceforge.net/" @@ -19,8 +19,16 @@ replaces=('kmymoney2') install=$pkgname.install changelog=$pkgname.changelog options=('!makeflags') -source=(http://downloads.sourceforge.net/project/kmymoney2/KMyMoney-KDE4/$pkgver/$pkgname-$pkgver.tar.bz2) -sha256sums=('94e109992b7e9ebb066b608d56c168216b8a944d62538c95176bc36ea4db542e') +source=(http://downloads.sourceforge.net/project/kmymoney2/KMyMoney-KDE4/$pkgver/$pkgname-$pkgver.tar.bz2 + git-fixes.diff) +sha256sums=('94e109992b7e9ebb066b608d56c168216b8a944d62538c95176bc36ea4db542e' + 'e618cc5531f00c14171c5cae837d8b5fb58bccaac363a5b09eed863355c242d3') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + patch -Np1 -i ../git-fixes.diff +} build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/kmymoney/git-fixes.diff b/community/kmymoney/git-fixes.diff new file mode 100644 index 000000000..21b0e2330 --- /dev/null +++ b/community/kmymoney/git-fixes.diff @@ -0,0 +1,43 @@ +commit 77209f84a85360e98d2e805d412956a8f2a77db3 +Author: Alex Merry <kde@randomguy3.me.uk> +Date: Fri Feb 1 15:31:54 2013 +0000 + + Fix build with GMP 5.1.0 + + GMP 5.1.0 no longer has implicit conversions to mpz_class from mpq_class + or mpf_class. So we have to have an explicit conversion. + + BUG: 312481 + +diff --git a/kmymoney/mymoney/mymoneymoney.cpp b/kmymoney/mymoney/mymoneymoney.cpp +index aeed135..5de7fa9 100644 +--- a/kmymoney/mymoney/mymoneymoney.cpp ++++ b/kmymoney/mymoney/mymoneymoney.cpp +@@ -158,7 +158,7 @@ QString MyMoneyMoney::formatMoney(const QString& currency, const int prec, bool + // be much better than using KGlobal::locale()->formatMoney. + bool bNegative = false; + mpz_class left = value / static_cast<MyMoneyMoney>(convertDenominator(d)).valueRef().get_den(); +- mpz_class right = (valueRef() - mpq_class(left)) * denom; ++ mpz_class right = mpz_class((valueRef() - mpq_class(left)) * denom); + + if (right < 0) { + right = -right; +commit 9b6f96a38b8c84cb87bb07165b503acbe5ea81ff +Author: Christoph Feck <christoph@maxiom.de> +Date: Fri Mar 23 23:05:19 2012 +0100 + + Fix includes + +diff --git a/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp b/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp +index ff217e3..d31bb02 100644 +--- a/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp ++++ b/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp +@@ -16,6 +16,7 @@ + + #include "mymoneydatabasemgrtest.h" + #include <pwd.h> ++#include <unistd.h> + #include <iostream> + + #include <QtTest/QtTest> + diff --git a/community/lightdm-gtk2-greeter/PKGBUILD b/community/lightdm-gtk2-greeter/PKGBUILD index 9830537de..f47d44565 100755 --- a/community/lightdm-gtk2-greeter/PKGBUILD +++ b/community/lightdm-gtk2-greeter/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 90483 2013-05-12 21:57:46Z alucryd $ +# $Id: PKGBUILD 90810 2013-05-14 08:06:07Z alucryd $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor: Padfoot <padfoot@exemail.com.au> pkgname=lightdm-gtk2-greeter -pkgver=1.5.1 -pkgrel=2 +pkgver=1.5.2 +pkgrel=1 epoch=1 pkgdesc="GTK+ greeter for LightDM" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool') provides=("${pkgname/2/}") backup=('etc/lightdm/lightdm-gtk-greeter.conf') source=("https://launchpad.net/${pkgname/2/}/1.6/${pkgver}/+download/${pkgname/2/}-${pkgver}.tar.gz") -sha256sums=('ecce7e917a79fa8f2126c3fafb6337f81f2198892159a4ef695016afecd2d621') +sha256sums=('0de611783a9306130b0f0865c533fcaf2d21fcda9f85e7ee81b58cfa5bd781cc') build() { cd "${srcdir}"/${pkgname/2/}-${pkgver} diff --git a/community/lightdm-gtk3-greeter/PKGBUILD b/community/lightdm-gtk3-greeter/PKGBUILD index 7cdb2ab7d..abf027725 100755 --- a/community/lightdm-gtk3-greeter/PKGBUILD +++ b/community/lightdm-gtk3-greeter/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 90482 2013-05-12 21:57:34Z alucryd $ +# $Id: PKGBUILD 90802 2013-05-14 07:23:18Z alucryd $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor: Padfoot <padfoot@exemail.com.au> pkgname=lightdm-gtk3-greeter -pkgver=1.5.1 -pkgrel=2 +pkgver=1.5.2 +pkgrel=1 epoch=1 pkgdesc="GTK+ greeter for LightDM" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool') provides=("${pkgname/3/}") backup=('etc/lightdm/lightdm-gtk-greeter.conf') source=("https://launchpad.net/${pkgname/3/}/1.6/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz") -sha256sums=('ecce7e917a79fa8f2126c3fafb6337f81f2198892159a4ef695016afecd2d621') +sha256sums=('0de611783a9306130b0f0865c533fcaf2d21fcda9f85e7ee81b58cfa5bd781cc') build() { cd "${srcdir}"/${pkgname/3/}-${pkgver} diff --git a/community/osmo/PKGBUILD b/community/osmo/PKGBUILD index 612679b84..d63f21c05 100644 --- a/community/osmo/PKGBUILD +++ b/community/osmo/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 68669 2012-03-31 08:29:38Z stativ $ +# $Id: PKGBUILD 90853 2013-05-14 21:40:39Z andrea $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> # Contributor: Benzo <mb_benzo@yahoo.es> pkgname=osmo pkgver=0.2.10 -pkgrel=7 +pkgrel=8 pkgdesc="A handy personal organizer" arch=('i686' 'x86_64') url="http://clayo.org/osmo/" diff --git a/community/pdns-recursor/PKGBUILD b/community/pdns-recursor/PKGBUILD index 5632e27d2..6bc817065 100644 --- a/community/pdns-recursor/PKGBUILD +++ b/community/pdns-recursor/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 89549 2013-04-29 23:06:17Z arodseth $ +# $Id: PKGBUILD 90828 2013-05-14 12:04:07Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Jan Steffens <heftig@archlinux.org> pkgname=pdns-recursor pkgver=3.5 -pkgrel=1 +pkgrel=2 pkgdesc='PowerDNS recursor' url='https://www.powerdns.com/' license=('GPL') @@ -16,7 +16,7 @@ backup=('etc/powerdns/recursor.conf') source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2" 'pdns-recursor.service') sha256sums=('02ea398aa0e95ef4c9caf478eb3836598eabcd5c99ccb7e2e7c265d716089549' - 'c5849127cb42b578ff4c38ee6ad39e109bb749ce8b0147ac3619af90803b6875') + '51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9') build() { cd "$srcdir/$pkgname-$pkgver" @@ -29,7 +29,7 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install + make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install mv "$pkgdir/etc/powerdns/recursor.conf-dist" "$pkgdir/etc/powerdns/recursor.conf" rm -r "$pkgdir/etc/init.d" install -Dm644 "$srcdir/pdns-recursor.service" \ diff --git a/community/pdns-recursor/pdns-recursor.service b/community/pdns-recursor/pdns-recursor.service index 8f4404e1d..e8d23ccd0 100644 --- a/community/pdns-recursor/pdns-recursor.service +++ b/community/pdns-recursor/pdns-recursor.service @@ -4,7 +4,7 @@ After=network.target [Service] Type=forking -ExecStart=/usr/sbin/pdns_recursor --daemon +ExecStart=/usr/bin/pdns_recursor --daemon [Install] WantedBy=multi-user.target diff --git a/community/pdns/PKGBUILD b/community/pdns/PKGBUILD index 04277e59b..1ba41488b 100644 --- a/community/pdns/PKGBUILD +++ b/community/pdns/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 90235 2013-05-09 18:41:57Z arodseth $ +# $Id: PKGBUILD 90788 2013-05-13 22:34:43Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Kevin Mihelich <kevin@archlinuxarm.org> pkgname=pdns pkgver=3.2 -pkgrel=6 +pkgrel=7 pkgdesc='Modern, advanced and high performance authoritative-only nameserver' arch=('x86_64' 'i686') url='http://www.powerdns.com/' @@ -22,7 +22,7 @@ source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.gz" 'pdns.service' 'pdns.conf') sha256sums=('d1895aba065446dc68e5d7cc792d5303626c71759f61a455531ed65d59c06572' - '2a60c4407bcfe19026ae77d3e3b7b477d5a0c6323c0bc78892e9d907003b442a' + 'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040' 'a1afcccb0d2fb6a6f7a5960de95f8d38ce1ac75ac5e3dcecf09e49f0de10166e') prepare() { @@ -40,10 +40,12 @@ build() { --libexecdir=/usr/lib \ --libdir=/usr/lib/powerdns \ --mandir=/usr/share/man \ - --with-modules="" \ + --with-modules='' \ --with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo" \ --disable-recursor \ - --disable-static + --disable-static \ + --sbindir=/usr/bin \ + --bindir=/usr/bin make } diff --git a/community/pdns/pdns.service b/community/pdns/pdns.service index 1005c9f64..b544ba73e 100644 --- a/community/pdns/pdns.service +++ b/community/pdns/pdns.service @@ -4,7 +4,7 @@ After=syslog.target network.target [Service] Type=forking -ExecStart=/usr/sbin/pdns_server --daemon --guardian=yes +ExecStart=/usr/bin/pdns_server --daemon --guardian=yes ExecReload=/usr/bin/pdns_control cycle ExecStop=/usr/bin/pdns_control quit diff --git a/community/unifdef/PKGBUILD b/community/unifdef/PKGBUILD index 7e25872c7..fd8b122d0 100644 --- a/community/unifdef/PKGBUILD +++ b/community/unifdef/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 88335 2013-04-16 13:31:44Z spupykin $ +# $Id: PKGBUILD 90818 2013-05-14 10:59:48Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=unifdef -pkgver=2.7 +pkgver=2.8 pkgrel=1 pkgdesc="Remove #ifdef'ed lines" arch=(i686 x86_64) @@ -10,7 +10,7 @@ url="http://dotat.at/prog/unifdef/" license=('GPL') depends=() source=("http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz") -md5sums=('72357e9faa877fe21f5d621d2024a242') +md5sums=('1cfb5fa5dcab6e6246c07897a1a304b4') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/core/sudo/PKGBUILD b/core/sudo/PKGBUILD index 9892da00a..7c1945f54 100644 --- a/core/sudo/PKGBUILD +++ b/core/sudo/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 182700 2013-04-12 23:52:17Z foutrelis $ +# $Id: PKGBUILD 185547 2013-05-14 21:53:57Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> @@ -6,7 +6,7 @@ pkgname=sudo _sudover=1.8.6p8 pkgver=${_sudover/p/.p} -pkgrel=1 +pkgrel=2 pkgdesc="Give certain users the ability to run some commands as root" arch=('i686' 'x86_64') url="http://www.sudo.ws/sudo/" @@ -26,6 +26,7 @@ build() { ./configure \ --prefix=/usr \ + --sbindir=/usr/bin \ --libexecdir=/usr/lib \ --with-logfac=auth \ --with-pam \ diff --git a/extra/anjuta/PKGBUILD b/extra/anjuta/PKGBUILD index e9e5fadfb..73cb62ff0 100644 --- a/extra/anjuta/PKGBUILD +++ b/extra/anjuta/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 183314 2013-04-21 22:06:32Z heftig $ +# $Id: PKGBUILD 185456 2013-05-14 10:24:22Z heftig $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Harley Laue <losinggeneration@yahoo.com> pkgbase=anjuta pkgname=('libanjuta' 'anjuta') -pkgver=3.8.1 +pkgver=3.8.2 pkgrel=1 pkgdesc="GNOME Integrated Development Environment (IDE)" arch=(i686 x86_64) @@ -15,16 +15,14 @@ makedepends=(gdl vte3 autogen devhelp glade libgda subversion gnome-icon-theme v url="http://www.anjuta.org/" options=('!libtool' '!emptydirs') source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz - fix-compile-error.patch anjuta-glade.xml.diff) -sha256sums=('ef5d8a5032d4c2025e1870bef044fa025f01096a86f8f226eb178688a960c5b9' - 'd072af4c1c52ce65f84026b83baa642a9bcfa06b10913b356b5cd99d98931b1d' - 'e480c41a92198c9158f7d66f248b83464e6d0745d5756dae581b204d5439cc4d') + fix-compile-error.patch) +sha256sums=('096203a294e0a7d8d7048fa74810495d590d32f96b7a7f014f34e532faa1c76e' + 'd072af4c1c52ce65f84026b83baa642a9bcfa06b10913b356b5cd99d98931b1d') build() { cd "$pkgbase-$pkgver" patch -Np1 -i ../fix-compile-error.patch - patch -Np1 -i ../anjuta-glade.xml.diff # Bump vala version sed -i '/vala/s/-0\.18/-0.20/' configure.ac diff --git a/extra/anjuta/anjuta-glade.xml.diff b/extra/anjuta/anjuta-glade.xml.diff deleted file mode 100644 index a33c530e5..000000000 --- a/extra/anjuta/anjuta-glade.xml.diff +++ /dev/null @@ -1,101 +0,0 @@ -diff -u -rN anjuta-3.8.1/libanjuta/anjuta-glade.xml anjuta-3.8.0/libanjuta/anjuta-glade.xml ---- anjuta-3.8.1/libanjuta/anjuta-glade.xml 1970-01-01 01:00:00.000000000 +0100 -+++ anjuta-3.8.0/libanjuta/anjuta-glade.xml 2012-09-26 22:53:46.000000000 +0200 -@@ -0,0 +1,97 @@ -+<?xml version="1.0" encoding="UTF-8"?> -+ -+<glade-catalog name="anjuta" supports="gtkbuilder" -+ library="gladeanjuta" depends="gtk+"> -+ -+ <glade-widget-classes> -+ <glade-widget-class name="AnjutaVcsStatusTreeView" title="Status Tree View" -+ generic-name="vcsstatus"> -+ -+ <properties> -+ <property id="show-status" default="True" /> -+ <property id="conflicted-selectable" default="True" /> -+ <property id="status-codes" ignore="True"> -+ <displayable-values> -+ <value id="ANJUTA_VCS_STATUS_MODIFIED" name="Modified" /> -+ <value id="ANJUTA_VCS_STATUS_ADDED" name="Added" /> -+ <value id="ANJUTA_VCS_STATUS_DELETED" name="Deleted" /> -+ <value id="ANJUTA_VCS_STATUS_CONFLICTED" name="Conflicted" /> -+ <value id="ANJUTA_VCS_STATUS_UPTODATE" name="Up to date" /> -+ <value id="ANJUTA_VCS_STATUS_LOCKED" name="Locked" /> -+ <value id="ANJUTA_VCS_STATUS_MISSING" name="Missing" /> -+ <value id="ANJUTA_VCS_STATUS_UNVERSIONED" name="Unversioned" /> -+ <value id="ANJUTA_VCS_STATUS_IGNORED" name="Ignored" /> -+ </displayable-values> -+ </property> -+ </properties> -+ </glade-widget-class> -+ -+ <glade-widget-class name="AnjutaDropEntry" title="Drop Entry" -+ generic-name="dropentry" /> -+ -+ <glade-widget-class name="AnjutaFileList" title="File List" -+ generic-name="filelist"> -+ -+ <properties> -+ <property id="show-add-button" default="False" /> -+ </properties> -+ </glade-widget-class> -+ -+ <glade-widget-class name="AnjutaPkgConfigChooser" title="pkg-config chooser" -+ generic-name="pkg_config_chooser" /> -+ -+ <glade-widget-class name="AnjutaColumnTextView" title="Column Text View" -+ generic-name="columntextview" /> -+ -+ <glade-widget-class name="AnjutaFileDropEntry" title="File Drop Entry" -+ generic-name="filedropentry" /> -+ -+ <glade-widget-class name="AnjutaEntry" title="Entry" -+ generic-name="entry"> -+ -+ <properties> -+ <property translatable="True" id="help-text" default="" /> -+ </properties> -+ </glade-widget-class> -+ -+ <glade-widget-class name="AnjutaEnvironmentEditor" title="Environment editor" -+ generic-name="environment_editor" /> -+ -+ <glade-widget-class name="AnjutaTreeComboBox" title="Tree combo box" -+ generic-name="combo"> -+ <properties> -+ <property id="glade-type" disabled="True"/> -+ <property id="label" disabled="True"/> -+ <property id="use-underline" disabled="True"/> -+ <property id="stock" disabled="True"/> -+ </properties> -+ </glade-widget-class> -+ <glade-widget-class name="AnjutaPmChooserButton" title="Project node chooser" -+ generic-name="button" parent="AnjutaTreeComboBox"> -+ <properties> -+ <property id="glade-type" disabled="True"/> -+ <property id="label" disabled="True"/> -+ <property id="use-underline" disabled="True"/> -+ <property id="stock" disabled="True"/> -+ </properties> -+ </glade-widget-class> -+ <glade-widget-class name="GbfProjectView" title="Project node view" -+ generic-name="view" parent="GtkTreeView"> -+ </glade-widget-class> -+ -+ </glade-widget-classes> -+ -+ <glade-widget-group name="Anjuta" title="Anjuta"> -+ <glade-widget-class-ref name="AnjutaVcsStatusTreeView" /> -+ <glade-widget-class-ref name="AnjutaDropEntry" /> -+ <glade-widget-class-ref name="AnjutaFileList" /> -+ <glade-widget-class-ref name="AnjutaPkgConfigChooser" /> -+ <glade-widget-class-ref name="AnjutaColumnTextView" /> -+ <glade-widget-class-ref name="AnjutaFileDropEntry" /> -+ <glade-widget-class-ref name="AnjutaEntry" /> -+ <glade-widget-class-ref name="AnjutaEnvironmentEditor" /> -+ <glade-widget-class-ref name="AnjutaTreeComboBox" /> -+ <glade-widget-class-ref name="AnjutaPmChooserButton" /> -+ <glade-widget-class-ref name="GbfProjectView" /> -+ </glade-widget-group> -+</glade-catalog> diff --git a/extra/cd-discid/PKGBUILD b/extra/cd-discid/PKGBUILD index 28a827253..19e11be60 100644 --- a/extra/cd-discid/PKGBUILD +++ b/extra/cd-discid/PKGBUILD @@ -1,25 +1,25 @@ -# $Id: PKGBUILD 150504 2012-02-18 11:38:44Z pierre $ +# $Id: PKGBUILD 185504 2013-05-14 12:01:48Z eric $ # Maintainer: # Contributor: dorphell <dorphell@archlinux.org> # Contributor: Jochem Kossen <j.kossen@home.nl> pkgname=cd-discid -pkgver=0.9 -pkgrel=4 +pkgver=1.4 +pkgrel=1 pkgdesc="A backend utility to get CDDB discid information from a CD-ROM disc" arch=('i686' 'x86_64') -url="http://lly.org/~rcw/cd-discid/" +url="http://linukz.org/cd-discid.shtml" license=('GPL') depends=('glibc') -source=("http://lly.org/~rcw/$pkgname/${pkgname}_${pkgver}.orig.tar.gz") -md5sums=('64677b8b63d1db0db015043f5455171a') +source=("http://linukz.org/download/${pkgname}-${pkgver}.tar.gz") +md5sums=('85027b71d08fbbfb11ac2f0db6e8cea7') build() { - cd "${srcdir}"/$pkgname-$pkgver + cd $pkgname-$pkgver make } package() { - cd "${srcdir}"/$pkgname-$pkgver - make DESTDIR="${pkgdir}" INSTALL=/bin/install install + cd $pkgname-$pkgver + make DESTDIR="${pkgdir}" PREFIX=/usr STRIP="/usr/bin/true" install } diff --git a/extra/cheese/PKGBUILD b/extra/cheese/PKGBUILD index 78948b2c3..4fa32fc80 100644 --- a/extra/cheese/PKGBUILD +++ b/extra/cheese/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 183338 2013-04-21 22:08:39Z heftig $ +# $Id: PKGBUILD 185449 2013-05-14 10:14:59Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=cheese -pkgver=3.8.1 +pkgver=3.8.2 pkgrel=1 pkgdesc="Use your webcam to take photos and videos, apply fancy special effects and share the fun with others" arch=(i686 x86_64) @@ -16,7 +16,7 @@ options=('!libtool' '!emptydirs') url="http://www.gnome.org/projects/cheese/" install=cheese.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('e9f7a7855c52451cfc59ffa23962eaa5fda7c9bc629bb975f4328af061d01eeb') +sha256sums=('79d21f2a7ebf1e91b2c2aa595f3a6dcf899258b1d2e307371440540c3d3a4ec3') build() { cd $pkgname-$pkgver diff --git a/extra/chromaprint/PKGBUILD b/extra/chromaprint/PKGBUILD index b783485f8..0825e6cee 100644 --- a/extra/chromaprint/PKGBUILD +++ b/extra/chromaprint/PKGBUILD @@ -1,25 +1,21 @@ -# $Id: PKGBUILD 179542 2013-03-06 13:51:08Z bisson $ +# $Id: PKGBUILD 185532 2013-05-14 19:17:44Z heftig $ # Contributor: Wieland Hoffmann <the_mineo@web.de> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=chromaprint pkgver=0.7 -pkgrel=4 +pkgrel=5 pkgdesc='Library that implements a custom algorithm for extracting fingerprints from any audio source' url='http://acoustid.org/chromaprint/' arch=('i686' 'x86_64') license=('LGPL') depends=('ffmpeg') -makedepends=('cmake') -source=("https://github.com/downloads/lalinsky/${pkgname}/${pkgname}-${pkgver}.tar.gz" - 'ffmpeg.patch') -sha1sums=('6a961585e82d26d357eb792216becc0864ddcdb2' - '4c99e8be678ccd0373ab1c0b52c068d6fabe21a2') +makedepends=('cmake' 'git') +source=('git+https://bitbucket.org/acoustid/chromaprint.git#commit=dd51f8e') +sha1sums=('SKIP') build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - patch -p1 -i ../ffmpeg.patch + cd "${srcdir}/${pkgname}" cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ @@ -30,6 +26,6 @@ build() { } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${srcdir}/${pkgname}" make DESTDIR="${pkgdir}" install } diff --git a/extra/chromaprint/ffmpeg.patch b/extra/chromaprint/ffmpeg.patch deleted file mode 100644 index 4c41ca664..000000000 --- a/extra/chromaprint/ffmpeg.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -Naur old/examples/fpcalc.c new/examples/fpcalc.c ---- old/examples/fpcalc.c 2012-09-06 04:05:36.000000000 +1000 -+++ new/examples/fpcalc.c 2013-03-07 00:43:11.950928188 +1100 -@@ -65,6 +65,9 @@ - goto done; - } - -+ /* request regular signed 16-bit packed format */ -+ codec_ctx->request_sample_fmt = AV_SAMPLE_FMT_S16; -+ - if (avcodec_open(codec_ctx, codec) < 0) { - fprintf(stderr, "ERROR: couldn't open the codec\n"); - goto done; -@@ -146,6 +149,7 @@ - int ostride[6] = { 2 }; - int len = buffer_size / istride[0]; - if (av_audio_convert(convert_ctx, obuf, ostride, ibuf, istride, len) < 0) { -+ fprintf(stderr, "WARNING: unable to convert %d samples\n", buffer_size); - break; - } - buffer = buffer2; diff --git a/extra/cvs/PKGBUILD b/extra/cvs/PKGBUILD index 971e0d498..7572540da 100644 --- a/extra/cvs/PKGBUILD +++ b/extra/cvs/PKGBUILD @@ -1,14 +1,16 @@ -# $Id: PKGBUILD 146046 2012-01-04 17:18:48Z dan $ +# $Id: PKGBUILD 185415 2013-05-14 01:35:08Z dan $ # Contributor: dorphell <dorphell@archlinux.org> +# Maintainer: Dan McGee <dan@archlinux.org> pkgname=cvs pkgver=1.11.23 -pkgrel=8 +pkgrel=9 pkgdesc="Concurrent Versions System - a source control system" arch=(i686 x86_64) url="http://cvs.nongnu.org/" license=('GPL') depends=('krb5' 'zlib') +makedepends=('vim') optdepends=('openssh: for using cvs over ssh' 'inetutils: for using cvs over rsh') install=cvs.install @@ -30,7 +32,9 @@ build() { # CVE-2010-3864, https://www.redhat.com/security/data/cve/CVE-2010-3846.html patch -Np1 < ../cvs-1.11.23-cve-2010-3846.patch - autoreconf + sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in + find . -name Makefile.am | xargs sed -i -e 's/^INCLUDES/AM_CPPFLAGS/' + AUTOMAKE='automake --add-missing' autoreconf ./configure --prefix=/usr make } diff --git a/extra/eog-plugins/PKGBUILD b/extra/eog-plugins/PKGBUILD index 8402f9795..b6c650f88 100644 --- a/extra/eog-plugins/PKGBUILD +++ b/extra/eog-plugins/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 183348 2013-04-21 22:08:51Z heftig $ +# $Id: PKGBUILD 185518 2013-05-14 16:57:57Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=eog-plugins -pkgver=3.8.0 -pkgrel=2 +pkgver=3.8.1 +pkgrel=1 pkgdesc="Plugins for Eye of Gnome" arch=('i686' 'x86_64') url="http://www.gnome.org/" @@ -13,7 +13,7 @@ makedepends=('intltool') install=eog-plugins.install options=('!libtool') source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('a7e4822c46654f67ef25cbc82e4c955ee84ecae92cf356e15a136032cff35e78') +sha256sums=('5cf8dab5b6622b9e712da4094185112cc84baa96f2775cc76bf654b1c443cfb9') build() { cd $pkgname-$pkgver diff --git a/extra/eog/PKGBUILD b/extra/eog/PKGBUILD index 96a256a7d..eae0b6d88 100644 --- a/extra/eog/PKGBUILD +++ b/extra/eog/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 183347 2013-04-21 22:08:50Z heftig $ +# $Id: PKGBUILD 185427 2013-05-14 09:33:41Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=eog -pkgver=3.8.0 +pkgver=3.8.2 pkgrel=1 pkgdesc="Eye of Gnome: An image viewing and cataloging program" arch=(i686 x86_64) @@ -15,7 +15,7 @@ groups=(gnome) options=('!emptydirs' '!libtool') url="http://www.gnome.org" source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('0f2f6f1eb1a373b2a6f8e5627b20815e5bf13b8c856b67d8f72d2a10b6012f2b') +sha256sums=('689251b6dd18ef191cbfd9431c0324c70707b60edd73d86fc014bd8ae0bd8336') build() { cd "$pkgname-$pkgver" diff --git a/extra/ethtool/PKGBUILD b/extra/ethtool/PKGBUILD index e3b7790da..2ffd6dd50 100644 --- a/extra/ethtool/PKGBUILD +++ b/extra/ethtool/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 179514 2013-03-05 18:49:59Z ioni $ +# $Id: PKGBUILD 185537 2013-05-14 20:42:07Z ioni $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Paul Mattal <paul@archlinux.org> # Contributor: Martin Kemp <mdkemp@elys.com> pkgname=ethtool -pkgver=3.8 +pkgver=3.9 pkgrel=1 epoch=1 pkgdesc="Utility for controlling network drivers and hardware" @@ -13,11 +13,12 @@ url="http://www.kernel.org/pub/software/network/ethtool/" license=('GPL') depends=('glibc') source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) -md5sums=('7ae96870bc4f9b43f666650ae30f2685') +md5sums=('5777759e85b3323917c6cc9327f5d99c') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --mandir=/usr/share/man + ./configure --prefix=/usr --mandir=/usr/share/man \ + --sbindir=/usr/bin make } diff --git a/extra/evolution-data-server/PKGBUILD b/extra/evolution-data-server/PKGBUILD index 1a0bc65cd..aaea301fd 100644 --- a/extra/evolution-data-server/PKGBUILD +++ b/extra/evolution-data-server/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 185256 2013-05-12 15:18:01Z heftig $ +# $Id: PKGBUILD 185541 2013-05-14 21:40:19Z andrea $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=evolution-data-server pkgver=3.8.2 -pkgrel=1 +pkgrel=2 pkgdesc="Centralized access to appointments and contacts" arch=(i686 x86_64) depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata) diff --git a/extra/evolution-ews/PKGBUILD b/extra/evolution-ews/PKGBUILD index b49515e4f..eb896af32 100644 --- a/extra/evolution-ews/PKGBUILD +++ b/extra/evolution-ews/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 185258 2013-05-12 15:23:32Z heftig $ +# $Id: PKGBUILD 185542 2013-05-14 21:40:20Z andrea $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=evolution-ews pkgver=3.8.2 -pkgrel=1 +pkgrel=2 pkgdesc="MS Exchange integration through Exchange Web Services" arch=('i686' 'x86_64') license=('LGPL2.1') diff --git a/extra/evolution/PKGBUILD b/extra/evolution/PKGBUILD index 189417191..ed1949a99 100644 --- a/extra/evolution/PKGBUILD +++ b/extra/evolution/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 185257 2013-05-12 15:22:50Z heftig $ +# $Id: PKGBUILD 185540 2013-05-14 21:40:18Z andrea $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=evolution pkgver=3.8.2 -pkgrel=1 +pkgrel=2 pkgdesc="Manage your email, contacts and schedule" arch=(i686 x86_64) license=(GPL) diff --git a/extra/fluidsynth/PKGBUILD b/extra/fluidsynth/PKGBUILD index 616472e31..a1e133765 100644 --- a/extra/fluidsynth/PKGBUILD +++ b/extra/fluidsynth/PKGBUILD @@ -1,26 +1,21 @@ -# $Id: PKGBUILD 166870 2012-09-20 10:08:01Z schiv $ +# $Id: PKGBUILD 185445 2013-05-14 10:12:02Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: damir <damir@archlinux.org> pkgname=fluidsynth pkgver=1.1.6 -pkgrel=1 +pkgrel=2 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications" arch=('i686' 'x86_64') url="http://www.fluidsynth.org/" -depends=('glib2' 'jack' 'dbus-core' 'libpulse') +depends=('glib2' 'jack' 'libpulse') makedepends=('cmake' 'ladspa' 'doxygen') optdepends=('pulseaudio: PulseAudio sound support') license=('LGPL') -backup=('etc/conf.d/fluidsynth') install=$pkgname.install source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" - 'fluidsynth.conf' - 'fluidsynth.rc' 'fluidsynth.systemd') md5sums=('ae5aca6de824b4173667cbd3a310b263' - '7d0ab0d75d4e87652f4cb7ffeac8a82b' - 'b296dbfb524c2164f552f68bd9abe2ec' 'e0406748a154409907df62292be32e8a') build() { @@ -36,16 +31,10 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install + make DESTDIR="$pkgdir" install - install -Dm644 "$srcdir/fluidsynth.conf" \ - "$pkgdir/etc/conf.d/fluidsynth" - - install -Dm755 "$srcdir/fluidsynth.rc" \ - "$pkgdir/etc/rc.d/fluidsynth" - - install -Dm644 "$srcdir/fluidsynth.systemd" \ - "$pkgdir/usr/lib/systemd/system/fluidsynth.service" + install -Dm644 "$srcdir/$pkgname.systemd" \ + "$pkgdir/usr/lib/systemd/system/$pkgname.service" } # vim:set ts=2 sw=2 et: diff --git a/extra/fluidsynth/fluidsynth.conf b/extra/fluidsynth/fluidsynth.conf deleted file mode 100644 index b8465fa2e..000000000 --- a/extra/fluidsynth/fluidsynth.conf +++ /dev/null @@ -1,2 +0,0 @@ -FSYNTH_OPTS="-a alsa -m alsa_seq -r 48000" -FSYNTH_SOUNDFONT="" # path to your soundfont diff --git a/extra/fluidsynth/fluidsynth.install b/extra/fluidsynth/fluidsynth.install index 86e05f892..b100fc989 100644 --- a/extra/fluidsynth/fluidsynth.install +++ b/extra/fluidsynth/fluidsynth.install @@ -1,19 +1,13 @@ post_install() { echo - echo " > To use FluidSynth as a daemon edit /etc/conf.d/fluidsynth" - echo - echo " > Systemd users need to copy the service file from:" + echo " > To use FluidSynth as a daemon copy the service file from:" echo " /usr/lib/systemd/system/fluidsynth.service" echo " > to:" echo " /etc/systemd/system/multi-user.target.wants/" echo " > and then edit accordingly." echo - echo " > PulseAudio output when running as a daemon" - echo " > is known to be problematic. See:" + echo " > PulseAudio output when running as a daemon is known to be" + echo " > problematic. See the following bulletin board post:" echo " https://bbs.archlinux.org/viewtopic.php?id=135092" echo } - -post_upgrade() { - post_install -} diff --git a/extra/fluidsynth/fluidsynth.rc b/extra/fluidsynth/fluidsynth.rc deleted file mode 100644 index ca1e8fa6e..000000000 --- a/extra/fluidsynth/fluidsynth.rc +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -[ -f /etc/conf.d/fluidsynth ] && . /etc/conf.d/fluidsynth - -PID=`pidof -o %PPID /usr/bin/fluidsynth` -case "$1" in - start) - stat_busy "Starting Fluidsynth soundfont synthesizer" - [ -z "$PID" ] && /usr/bin/fluidsynth -is $FSYNTH_OPTS $FSYNTH_SOUNDFONT > /dev/null 2>&1 & - if [ $? -gt 0 ]; then - stat_fail - else - echo $PID > /var/run/fluidsynth.pid - add_daemon fluidsynth - stat_done - fi - ;; - stop) - stat_busy "Stopping Fluidsynth soundfont synthesizer" - [ ! -z "$PID" ] && kill $PID &> /dev/null 2>&1 - if [ $? -gt 0 ]; then - stat_fail - else - rm /var/run/fluidsynth.pid - rm_daemon fluidsynth - stat_done - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/extra/glib-networking/PKGBUILD b/extra/glib-networking/PKGBUILD index 9a1545a0c..f6e4857f6 100644 --- a/extra/glib-networking/PKGBUILD +++ b/extra/glib-networking/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 183367 2013-04-21 22:09:26Z heftig $ +# $Id: PKGBUILD 185433 2013-05-14 09:44:30Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=glib-networking -pkgver=2.36.1 +pkgver=2.36.2 pkgrel=1 pkgdesc="Network-related giomodules for glib" arch=(i686 x86_64) @@ -13,7 +13,7 @@ makedepends=(intltool) options=('!libtool') install=glib-networking.install source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('e2df2d1943a6193ca471addc58539895da1ae96fdba305dedb937ef56adb57ea') +sha256sums=('2108d55b0af3eea56ce256830bcaf1519d6337e0054ef2eff80f2c0ef0eb23f9') build() { cd $pkgname-$pkgver diff --git a/extra/gnome-calculator/PKGBUILD b/extra/gnome-calculator/PKGBUILD index 91bb8f9b3..cdec3899c 100644 --- a/extra/gnome-calculator/PKGBUILD +++ b/extra/gnome-calculator/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 183370 2013-04-21 22:09:37Z heftig $ +# $Id: PKGBUILD 185451 2013-05-14 10:16:40Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=gnome-calculator -pkgver=3.8.1 +pkgver=3.8.2 pkgrel=1 pkgdesc="GNOME Scientific calculator" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ options=(!emptydirs) url="http://www.gnome.org" install=gnome-calculator.install source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('24ae856c90a3df62c52dc413ceb2c9bad15e7ad146de0469b53c70681a4ad435') +sha256sums=('13d67b6dfa2501b883add8adf5470c5fea5eb1f1fa87f84e8ceda069418f1e81') build() { cd $pkgname-$pkgver diff --git a/extra/gnome-clocks/PKGBUILD b/extra/gnome-clocks/PKGBUILD index 0bbce5dfa..1e0a538fa 100644 --- a/extra/gnome-clocks/PKGBUILD +++ b/extra/gnome-clocks/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 183372 2013-04-21 22:09:40Z heftig $ +# $Id: PKGBUILD 185477 2013-05-14 11:11:41Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=gnome-clocks -pkgver=3.8.1 +pkgver=3.8.2 pkgrel=1 pkgdesc="Clocks applications for GNOME" arch=(i686 x86_64) @@ -20,7 +20,7 @@ source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname button-border-go-active.svg::http://git.gnome.org/browse/gnome-clocks/plain/data/css/button-border-go-active.svg?id=${pkgver} button-border-stop.svg::http://git.gnome.org/browse/gnome-clocks/plain/data/css/button-border-stop.svg?id=${pkgver} button-border-stop-active.svg::http://git.gnome.org/browse/gnome-clocks/plain/data/css/button-border-stop-active.svg?id=${pkgver}) -sha256sums=('6140cc1ae41460c5fc799b2a52d809ed4cf9035a72be7e878160b5e591486d31' +sha256sums=('afe8405e41d8d2ac570642c2d73a43a2a45f8c6e521640d0a266e0fe0a55410f' '3ce4afb848ea2a2728c53a9f4bfca5f12d9719e3935d1acd2d90056cb1c464fc' 'a44df652c8034ccbbc87a62f92ab6efbf6dfabead44e3316b4b9e85d851a6b24' 'e12ac57acaa43b25a36d9fd9b6dbe906980a5e8429840d98c604bf28515749e0' diff --git a/extra/gnome-control-center/PKGBUILD b/extra/gnome-control-center/PKGBUILD index 80e6ebc87..215103439 100644 --- a/extra/gnome-control-center/PKGBUILD +++ b/extra/gnome-control-center/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 184352 2013-05-06 17:20:30Z heftig $ +# $Id: PKGBUILD 185509 2013-05-14 12:14:45Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=gnome-control-center -pkgver=3.8.1.5 +pkgver=3.8.2 pkgrel=1 pkgdesc="The Control Center for GNOME" license=(GPL) @@ -23,7 +23,7 @@ url="http://www.gnome.org" install=gnome-control-center.install options=('!libtool' '!emptydirs') source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz) -sha256sums=('6756a97eb8e89fe16bd5e50ab85d7f0e4e0fb7fa4e9df5ab49a97de03033d211') +sha256sums=('abf6c1acb0b82631e730cb32762deff905fd4f776b89b475b8e732dc73a9d1fb') build() { cd $pkgname-$pkgver diff --git a/extra/gnome-desktop/PKGBUILD b/extra/gnome-desktop/PKGBUILD index 87ca2b332..e5c79203f 100644 --- a/extra/gnome-desktop/PKGBUILD +++ b/extra/gnome-desktop/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 183376 2013-04-21 22:09:47Z heftig $ +# $Id: PKGBUILD 185455 2013-05-14 10:21:59Z heftig $ # Maintainer: Jan de Groot <jan@archlinux.org> pkgname=gnome-desktop -pkgver=3.8.1 +pkgver=3.8.2 pkgrel=1 epoch=1 pkgdesc="Library with common API for various GNOME modules" @@ -14,7 +14,7 @@ url="http://www.gnome.org" groups=('gnome') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz) -sha256sums=('79c4790fdfc58a54ee32b2fd20f498f4d563d11fa40ab6599c757e45bee5b13f') +sha256sums=('af4ec330fa61ee761daf2d5e481e2f9ffbd068d135d5e31a3eaf274524cba33d') build() { cd "$pkgname-$pkgver" diff --git a/extra/gnome-documents/PKGBUILD b/extra/gnome-documents/PKGBUILD index 0fd9877fe..28c2cb8da 100644 --- a/extra/gnome-documents/PKGBUILD +++ b/extra/gnome-documents/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 183380 2013-04-21 22:09:52Z heftig $ +# $Id: PKGBUILD 185457 2013-05-14 10:25:02Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=gnome-documents -pkgver=3.8.1 +pkgver=3.8.2.1 pkgrel=1 pkgdesc="Documents Manager for GNOME" arch=(i686 x86_64) @@ -15,8 +15,8 @@ makedepends=(intltool gobject-introspection itstool) optdepends=('unoconv: Support for Libreoffice document types') options=('!libtool') install=gnome-documents.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('7cd05f5f2482ddae797300b233f499cbe410cb22d358bef37a387aff232d4e9f') +source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz) +sha256sums=('52cbe1590b47fbf446becde227e0fa3772dda589b631ab1350a034c2eae77b85') build() { cd $pkgname-$pkgver diff --git a/extra/gnome-online-accounts/PKGBUILD b/extra/gnome-online-accounts/PKGBUILD index a3ac3e52c..de0c9fc8b 100644 --- a/extra/gnome-online-accounts/PKGBUILD +++ b/extra/gnome-online-accounts/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 183392 2013-04-21 22:10:11Z heftig $ +# $Id: PKGBUILD 185462 2013-05-14 10:31:45Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gnome-online-accounts -pkgver=3.8.1 +pkgver=3.8.2 pkgrel=1 pkgdesc="GNOME service to access online accounts" arch=(i686 x86_64) @@ -13,7 +13,7 @@ makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl') options=(!libtool) install=$pkgname.install source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('26c334000ae74832042142a150e7d0c4b5ced4dc24bdb247f75cbb9e3d2e7261') +sha256sums=('12611a002043c8acc29e9800ec009e3e19736bdb6237d246e848d7c7909fe826') build() { cd $pkgname-$pkgver diff --git a/extra/gnome-photos/PKGBUILD b/extra/gnome-photos/PKGBUILD index 45e7aedc5..486d49d3e 100644 --- a/extra/gnome-photos/PKGBUILD +++ b/extra/gnome-photos/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 183480 2013-04-21 22:20:19Z heftig $ +# $Id: PKGBUILD 185464 2013-05-14 10:33:14Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=gnome-photos -pkgver=3.8.0 +pkgver=3.8.2 pkgrel=1 pkgdesc="Access, organize, and share your photos on GNOME" arch=(i686 x86_64) @@ -14,7 +14,7 @@ options=(!libtool) groups=(gnome-extra) install=gnome-photos.install source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('d5a42a6562eb2bebd404f1b932e105572e64abb0e3160b2834c7898cf090f3de') +sha256sums=('c6e777cdc6a4b0ee24b4dbd1b971fe239198926a3057c27c08eeda0a53ba6d58') build() { cd $pkgname-$pkgver diff --git a/extra/gnome-screenshot/PKGBUILD b/extra/gnome-screenshot/PKGBUILD index 86b169622..6f5d48469 100644 --- a/extra/gnome-screenshot/PKGBUILD +++ b/extra/gnome-screenshot/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 183395 2013-04-21 22:10:17Z heftig $ +# $Id: PKGBUILD 185472 2013-05-14 11:00:12Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gnome-screenshot -pkgver=3.8.1 +pkgver=3.8.2 pkgrel=1 pkgdesc="Take pictures of your screen" arch=(i686 x86_64) @@ -13,7 +13,7 @@ makedepends=('intltool') groups=('gnome') install=$pkgname.install source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('113ab0fe98080f888ff8ff15011b21e74b5582576cb5455db47cbfd9e9075a05') +sha256sums=('673d3102bbd9d5ee493111e109adfa9ecc880c41f883d3db4be6dce70610513e') build() { cd "$pkgname-$pkgver" diff --git a/extra/gnome-session/PKGBUILD b/extra/gnome-session/PKGBUILD index 7ff833891..6f87c5ba7 100644 --- a/extra/gnome-session/PKGBUILD +++ b/extra/gnome-session/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 184166 2013-05-03 02:07:55Z heftig $ +# $Id: PKGBUILD 185463 2013-05-14 10:32:30Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=gnome-session -pkgver=3.8.1 -pkgrel=2 +pkgver=3.8.2 +pkgrel=1 pkgdesc="The GNOME Session Handler" arch=(i686 x86_64) license=(GPL LGPL) @@ -16,7 +16,7 @@ url="http://www.gnome.org" groups=(gnome) source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz timeout.patch) -sha256sums=('6c1cf3c0bc86da1dc5ec2d1a7bb3332b15652d4a468c52c5ae894b46b4a14770' +sha256sums=('a6ed1c109005f81ec34a8aa09b2f114c07b4fba8feef47d2f23559797be88640' '9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc') build() { diff --git a/extra/gnome-settings-daemon/PKGBUILD b/extra/gnome-settings-daemon/PKGBUILD index e964279f9..22228afea 100644 --- a/extra/gnome-settings-daemon/PKGBUILD +++ b/extra/gnome-settings-daemon/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 183398 2013-04-21 22:10:23Z heftig $ +# $Id: PKGBUILD 185507 2013-05-14 12:11:03Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=gnome-settings-daemon -pkgver=3.8.1 +pkgver=3.8.2 pkgrel=1 pkgdesc="The GNOME Settings daemon" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ install=gnome-settings-daemon.install url="http://www.gnome.org" groups=('gnome') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('367a770ec7affff3c85a43bc39ced5a02a1b1761780d954329f6b21c0f2efcee') +sha256sums=('e2118024549b1a3b24e338403d3451211b8cde5c68e387d9a0081e137191b0be') build() { cd $pkgname-$pkgver diff --git a/extra/gnome-shell/PKGBUILD b/extra/gnome-shell/PKGBUILD index 0e64fdb22..728b91ccd 100644 --- a/extra/gnome-shell/PKGBUILD +++ b/extra/gnome-shell/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 183399 2013-04-21 22:10:25Z heftig $ +# $Id: PKGBUILD 185543 2013-05-14 21:40:21Z andrea $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Flamelab <panosfilip@gmail.com pkgname=gnome-shell -pkgver=3.8.1 -pkgrel=1 +pkgver=3.8.2 +pkgrel=2 pkgdesc="The next generation GNOME Shell" arch=(i686 x86_64) url="http://live.gnome.org/GnomeShell" @@ -20,7 +20,7 @@ install=gnome-shell.install groups=(gnome) source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz nm-libexecdir.patch) -sha256sums=('db0160d7c3fec3858805f218f961534d1a3f1486e005492433d4a28c40f83ac7' +sha256sums=('ffdf42d382d50cd756f1f51a31eaa6877edb51a08f0ca80b6e973f05072416df' 'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607') build() { diff --git a/extra/gnome-system-monitor/PKGBUILD b/extra/gnome-system-monitor/PKGBUILD index 52448d97c..1bea034eb 100644 --- a/extra/gnome-system-monitor/PKGBUILD +++ b/extra/gnome-system-monitor/PKGBUILD @@ -1,25 +1,26 @@ -# $Id: PKGBUILD 185383 2013-05-13 18:14:37Z heftig $ +# $Id: PKGBUILD 185539 2013-05-14 20:47:47Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=gnome-system-monitor -pkgver=3.8.2 +pkgver=3.8.2.1 pkgrel=1 pkgdesc="A system monitor for GNOME" arch=(i686 x86_64) license=('GPL') -depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'libsystemd') +depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'systemd') makedepends=('itstool' 'docbook-xsl' 'intltool') options=(!emptydirs) url="http://www.gnome.org" groups=('gnome') install=gnome-system-monitor.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('8349ec4d8e6cd041c581354fc4e844c7cda12d7f1153fc6999ceea0f8aceb58c') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz) +sha256sums=('df4d2c4dbb4f3408b621140732efb3e38853658addd6aae73613027856f6bb44') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/gnome-system-monitor + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --libexecdir=/usr/lib/$pkgname --enable-systemd make } diff --git a/extra/gnome-weather/PKGBUILD b/extra/gnome-weather/PKGBUILD index ad522aab2..472df3ad0 100644 --- a/extra/gnome-weather/PKGBUILD +++ b/extra/gnome-weather/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 183410 2013-04-21 22:10:43Z heftig $ +# $Id: PKGBUILD 185432 2013-05-14 09:43:24Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=gnome-weather -pkgver=3.8.1 +pkgver=3.8.2 pkgrel=1 pkgdesc="Access current weather conditions and forecasts" arch=(i686 x86_64) @@ -14,7 +14,7 @@ options=(!libtool) groups=(gnome-extra) install=gnome-weather.install source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('9dbbf0aa50a940894a9ebf63001163a8fa89c3aa8febbddcd3c6c6eefbc00f3d') +sha256sums=('cf61afac1435dbdb87e8d9e4d86bca29cf1ff2c64cefc8db696cd27dad15adf4') build() { cd $pkgname-$pkgver diff --git a/extra/gvfs/PKGBUILD b/extra/gvfs/PKGBUILD index 0da966782..63cee4dff 100644 --- a/extra/gvfs/PKGBUILD +++ b/extra/gvfs/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 185165 2013-05-11 16:16:29Z tomegun $ +# $Id: PKGBUILD 185516 2013-05-14 16:46:51Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=gvfs pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp' 'gvfs-goa' 'gvfs-mtp') -pkgver=1.16.1 -pkgrel=2 +pkgver=1.16.2 +pkgrel=1 arch=('i686' 'x86_64') license=('LGPL') makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 'libcdio-paranoia' 'libgphoto2' 'libimobiledevice' 'libsoup>=2.24.0' 'smbclient' 'udisks2' 'libsecret' 'docbook-xsl' 'gtk3' 'libmtp' 'gnome-online-accounts' 'libbluray') url="http://www.gnome.org" options=(!libtool) source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz) -sha256sums=('e7ec47547ff8029a2e8d81533bdfa870fe4a547c9d7c4e1e946d42d38970b0ac') +sha256sums=('6b0e62d27fe73844efb536689057b762fbce085984800c83395371306ec547f1') build() { cd "$pkgbase-$pkgver" diff --git a/extra/kdepimlibs/PKGBUILD b/extra/kdepimlibs/PKGBUILD index 135b61a3c..6d7aa7700 100644 --- a/extra/kdepimlibs/PKGBUILD +++ b/extra/kdepimlibs/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 184847 2013-05-09 09:42:17Z andrea $ +# $Id: PKGBUILD 185544 2013-05-14 21:40:23Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=kdepimlibs pkgver=4.10.3 -pkgrel=1 +pkgrel=3 pkgdesc="KDE PIM Libraries" arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/kdepimlibs' diff --git a/extra/libgweather/PKGBUILD b/extra/libgweather/PKGBUILD index 07add01da..218663ea4 100644 --- a/extra/libgweather/PKGBUILD +++ b/extra/libgweather/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 183432 2013-04-21 22:11:21Z heftig $ +# $Id: PKGBUILD 185424 2013-05-14 09:29:29Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libgweather -pkgver=3.8.1 +pkgver=3.8.2 pkgrel=1 pkgdesc="Provides access to weather information from the net" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ install=libgweather.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz gettext-not-xml.patch no_external_gettext.patch) -sha256sums=('4649f51a881ec375853a782ec1cd279f242baa4b6c1b9ebe09614ac65dd6081a' +sha256sums=('b053c1328d756a6c653e44464b7a41bec451752fa9686ade32e2e4c6e2a6deb5' '40325e0b5464ebb75eaad3c9292c0bab7b15cfefb93011d9ccc0ab82635a9533' 'f07ac07a70ad4999c3acd5d5b82aabd8831e6a45beb9aaed239f212057ded672') diff --git a/extra/libical/PKGBUILD b/extra/libical/PKGBUILD index dbd9bcae2..ec0d68a5b 100644 --- a/extra/libical/PKGBUILD +++ b/extra/libical/PKGBUILD @@ -1,29 +1,29 @@ -# $Id: PKGBUILD 157971 2012-04-30 07:57:27Z andrea $ +# $Id: PKGBUILD 185545 2013-05-14 21:40:24Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=libical -pkgver=0.48 -pkgrel=1 +pkgver=1.0 +pkgrel=2 pkgdesc="An open source reference implementation of the icalendar data type and serialization format" arch=('i686' 'x86_64') url='http://sourceforge.net/projects/freeassociation/' license=('LGPL' 'MPL') depends=('glibc') -options=('!libtool') +makedepends=('cmake') source=("http://downloads.sourceforge.net/freeassociation/${pkgname}-${pkgver}.tar.gz") -md5sums=('e549f434d5fbf9cd156c60ed4943618f') +md5sums=('4438c31d00ec434f02867a267a92f8a1') build() { - cd "${srcdir}"/${pkgname}-${pkgver} - - ./configure --prefix=/usr \ - --enable-shared \ - --disable-static + mkdir -p build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr make } package() { - cd "${srcdir}"/${pkgname}-${pkgver} + cd build make DESTDIR="${pkgdir}" install } diff --git a/extra/mutter/PKGBUILD b/extra/mutter/PKGBUILD index 69d64e95d..5f7dec8b9 100644 --- a/extra/mutter/PKGBUILD +++ b/extra/mutter/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 183445 2013-04-21 22:11:45Z heftig $ +# $Id: PKGBUILD 185488 2013-05-14 11:23:26Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Michael Kanis <mkanis_at_gmx_dot_de> pkgname=mutter -pkgver=3.8.1 +pkgver=3.8.2 pkgrel=1 pkgdesc="A window manager for GNOME" arch=(i686 x86_64) @@ -16,7 +16,7 @@ groups=('gnome') options=('!libtool' '!emptydirs') install=mutter.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('a41a992620e7e51b6a34709db26a215e86f03927e828b4db03e9111d925ef52f') +sha256sums=('2dddb1f699a94e9d294c36127e0642f5afa1fa8853cb1b47187ece16457fce65') build() { cd "$pkgname-$pkgver" diff --git a/extra/orage/PKGBUILD b/extra/orage/PKGBUILD index f79cf5e75..a946a52a5 100644 --- a/extra/orage/PKGBUILD +++ b/extra/orage/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 178517 2013-02-24 22:19:59Z eric $ +# $Id: PKGBUILD 185546 2013-05-14 21:40:26Z andrea $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Tobias Kieslich <tobias (at) archlinux.org> pkgname=orage pkgver=4.8.4 -pkgrel=1 +pkgrel=2 pkgdesc="A simple calendar application with reminders for Xfce" arch=('i686' 'x86_64') license=('GPL2') @@ -19,7 +19,7 @@ source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pk sha1sums=('8b9facb0393385e4d639dd6a886c216729672958') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ @@ -31,6 +31,6 @@ build() { } package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make -j1 DESTDIR="${pkgdir}" install + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install } diff --git a/extra/qtchooser/PKGBUILD b/extra/qtchooser/PKGBUILD index d288fb09d..a105ed0d0 100644 --- a/extra/qtchooser/PKGBUILD +++ b/extra/qtchooser/PKGBUILD @@ -1,20 +1,28 @@ -# $Id: PKGBUILD 182622 2013-04-11 12:14:29Z andrea $ +# $Id: PKGBUILD 185512 2013-05-14 12:30:57Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=qtchooser pkgver=26 -pkgrel=3 +pkgrel=4 pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on the system' arch=('i686' 'x86_64') url='http://qt.gitorious.org/qt/qtchooser' license=('GPL') depends=('gcc-libs') source=("http://macieira.org/${pkgname}/${pkgname}-${pkgver}-g97962d2.tar.gz" - {3,4,5}.conf) + {3,4,5}.conf + 'give-home-configs-precedence.patch') md5sums=('a188a5cb63113130e0d05fe4d5bf4e95' '7c5da2b7911d1c4fabc63d6ef00f0020' 'aa4d49b269e1b806f5eea170801f0aa6' - 'cf83f09a9a5a44d898b93f624d74dd11') + 'cf83f09a9a5a44d898b93f624d74dd11' + '13478e4685804c9f79e824b4220bbc2c') + +prepare() { + cd ${pkgname}-${pkgver}-g97962d2 + + patch -p1 -i "${srcdir}"/give-home-configs-precedence.patch +} build() { cd ${pkgname}-${pkgver}-g97962d2 diff --git a/extra/qtchooser/give-home-configs-precedence.patch b/extra/qtchooser/give-home-configs-precedence.patch new file mode 100644 index 000000000..d9575e937 --- /dev/null +++ b/extra/qtchooser/give-home-configs-precedence.patch @@ -0,0 +1,35 @@ +From 50373acdaf8ecd56d9fc0b31ee2f8f06f448c1a3 Mon Sep 17 00:00:00 2001 +From: Andrea Scarpino <andrea@archlinux.org> +Date: Mon, 15 Apr 2013 23:19:39 +0200 +Subject: [PATCH] Give home configurations precedence over system ones + +Change-Id: Ib0c4cf47c0ff5f716949cc5653ba27dad3558489 +Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> +--- + src/qtchooser/main.cpp | 7 ++++--- + 1 files changed, 4 insertions(+), 3 deletions(-) + +diff --git a/src/qtchooser/main.cpp b/src/qtchooser/main.cpp +index da54b16..514503d 100644 +--- a/src/qtchooser/main.cpp ++++ b/src/qtchooser/main.cpp +@@ -272,12 +272,13 @@ vector<string> ToolWrapper::searchPaths() const + { + vector<string> paths; + +- // search the XDG config location directories +- paths = stringSplit(qgetenv("XDG_CONFIG_DIRS", "/etc/xdg").c_str()); +- + string localDir = qgetenv("XDG_CONFIG_HOME", userHome() + PATH_SEP ".config"); + paths.push_back(localDir); + ++ // search the XDG config location directories ++ vector<string> xdgPaths = stringSplit(qgetenv("XDG_CONFIG_DIRS", "/etc/xdg").c_str()); ++ paths.insert(paths.end(), xdgPaths.begin(), xdgPaths.end()); ++ + for (vector<string>::iterator it = paths.begin(); it != paths.end(); ++it) + *it += "/qtchooser/"; + +-- +1.7.1 + diff --git a/extra/seahorse/PKGBUILD b/extra/seahorse/PKGBUILD index 2fbc502d7..cdb00dd9f 100644 --- a/extra/seahorse/PKGBUILD +++ b/extra/seahorse/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 183457 2013-04-21 22:12:07Z heftig $ +# $Id: PKGBUILD 185473 2013-05-14 11:01:28Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Michel Brabants <michel.linux@tiscali.be> pkgname=seahorse -pkgver=3.8.1 +pkgver=3.8.2 pkgrel=1 pkgdesc="GNOME application for managing PGP keys." arch=(i686 x86_64) @@ -19,7 +19,7 @@ groups=(gnome-extra) install=seahorse.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz seahorse-ssh-askpass.sh) -sha256sums=('c1a1d97618a37a79e19902e00f3a0de7cfb947b52eb9282ea09e5f9f73151e7a' +sha256sums=('b3837d088b7e3f7ebc41cb3f11c5c85e2df7e06bdc538a3e85bb1a13c34c9a12' '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c') build() { diff --git a/extra/snd/PKGBUILD b/extra/snd/PKGBUILD index 53c93d271..4607e6441 100644 --- a/extra/snd/PKGBUILD +++ b/extra/snd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 180122 2013-03-17 18:38:44Z schiv $ +# $Id: PKGBUILD 185448 2013-05-14 10:13:02Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: see .contrib pkgname=snd -pkgver=13.5 +pkgver=13.6 pkgrel=1 pkgdesc="An advanced sound editor" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ optdepends=('wavpack' 'flac' 'speex' 'mpg123' 'timidity++' 'vorbis-tools') install=$pkgname.install source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz") -md5sums=('bc8915f28110744237330e8b93638bd3') +md5sums=('8da59d2bfe4aa2c6ae3aa07fcc6ee6eb') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/extra/totem-plparser/PKGBUILD b/extra/totem-plparser/PKGBUILD index 9e753adfc..541676a3e 100644 --- a/extra/totem-plparser/PKGBUILD +++ b/extra/totem-plparser/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 183463 2013-04-21 22:12:16Z heftig $ +# $Id: PKGBUILD 185506 2013-05-14 12:10:02Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=totem-plparser -pkgver=3.4.4 +pkgver=3.4.5 pkgrel=1 url="http://www.gnome.org" pkgdesc="Totem playlist parser library" @@ -13,7 +13,7 @@ depends=('gmime' 'libsoup' 'libarchive' 'libquvi') makedepends=('intltool' 'gobject-introspection') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz) -sha256sums=('b821e812da3f3e42d2f831296b4031c60a615d29857781971578ce2c0c807457') +sha256sums=('a573e078692b48895cb5b041385b2760d63e2ee496c8d499eccfa942e7c79f89') build() { cd totem-pl-parser-$pkgver diff --git a/extra/totem/PKGBUILD b/extra/totem/PKGBUILD index 21e802543..2f9b1ca40 100644 --- a/extra/totem/PKGBUILD +++ b/extra/totem/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 183323 2013-04-21 22:06:42Z heftig $ +# $Id: PKGBUILD 185508 2013-05-14 12:12:44Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgbase=totem pkgname=('totem' 'totem-plugin') -pkgver=3.8.0 +pkgver=3.8.2 pkgrel=1 pkgdesc="GNOME3 movie player based on GStreamer" url="http://www.gnome.org" @@ -12,13 +12,23 @@ arch=(i686 x86_64) license=(GPL2 custom) depends=(gst-plugins-base gst-plugins-good totem-plparser desktop-file-utils iso-codes libpeas hicolor-icon-theme gnome-icon-theme gsettings-desktop-schemas dconf clutter-gst - clutter-gtk python2-gobject gst-plugins-bad) -makedepends=(intltool libnautilus-extension lirc-utils vala grilo pylint dbus-glib libzeitgeist itstool docbook-xsl) + clutter-gtk python-gobject python-xdg gst-plugins-bad) +makedepends=(intltool libnautilus-extension lirc-utils vala grilo dbus-glib libzeitgeist + itstool docbook-xsl python-pylint) options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz - browser-plugins.ini) -sha256sums=('74c73a5decb69572cb182005b144493c2f6e7f48d4c57851e6da33e8e76fb039' - 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e') + browser-plugins.ini bugreport.patch) +sha256sums=('eda9e0a016bb2ac14f7cd7c8c03b8ee1ab3f1b3ba6558f65c64514e5d2583e01' + 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e' + '30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167') + + +prepare() { + cd "$pkgbase-$pkgver" + + # Make compatible with Python 3 and Gstreamer 1.0 + patch -Np1 -i ../bugreport.patch +} build() { cd "$pkgbase-$pkgver" @@ -39,7 +49,6 @@ package_totem() { 'gst-libav: Extra media codecs' 'lirc-utils: Infrared Remote Control plugin' 'grilo-plugins: Browse sidebar (remote media)' - 'pyxdg: opensubtitles plugin' 'libzeitgeist: Zeitgeist plugin') cd "$pkgbase-$pkgver" @@ -48,9 +57,6 @@ package_totem() { rm -r "$pkgdir/usr/lib/mozilla" rm "$pkgdir/usr/lib/totem/totem-plugin-viewer" - sed -i "s|#!/usr/bin/python$|#!/usr/bin/python2|" \ - $pkgdir/usr/lib/totem/totem/totem-bugreport.py - install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem/COPYING" } @@ -64,7 +70,7 @@ package_totem-plugin() { plugindir=/usr/lib/mozilla/plugins \ xptdir=/usr/lib/mozilla/plugins \ DESTDIR="$pkgdir" install - + install -Dm644 ../browser-plugins.ini "$pkgdir/etc/totem/browser-plugins.ini" install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem-plugin/COPYING" diff --git a/extra/totem/bugreport.patch b/extra/totem/bugreport.patch new file mode 100644 index 000000000..13bcfe2e5 --- /dev/null +++ b/extra/totem/bugreport.patch @@ -0,0 +1,22 @@ +diff -u -r totem-3.8.2/data/totem-bugreport.py totem-3.8.2-bugreport/data/totem-bugreport.py +--- totem-3.8.2/data/totem-bugreport.py 2013-03-13 16:34:44.000000000 +0100 ++++ totem-3.8.2-bugreport/data/totem-bugreport.py 2013-05-14 13:54:04.243699665 +0200 +@@ -4,7 +4,7 @@ + from gi.repository import Gtk + + # Get the GStreamer version +-if os.system ('gst-typefind-0.10 --version') == 0: ++if os.system ('gst-typefind-1.0 --version') == 0: + # List the formats of the last files played + last_visited = 0 + recent_manager = Gtk.RecentManager.get_default () +@@ -15,7 +15,7 @@ + last = recent.get_uri_display () + + if last != None: +- file_handle = os.popen ('gst-typefind-0.10 "%s"' % (last)) ++ file_handle = os.popen ('gst-typefind-1.0 "%s"' % (last)) + parts = file_handle.read ().split (' ') + date = datetime.fromtimestamp (last_visited) +- print 'Listened to a "%s" file on %s' % (parts.pop ().strip (), date.isoformat ()) ++ print('Listened to a "%s" file on %s' % (parts.pop ().strip (), date.isoformat ())) diff --git a/extra/vinagre/PKGBUILD b/extra/vinagre/PKGBUILD index ed2214867..1fbb3a6ed 100644 --- a/extra/vinagre/PKGBUILD +++ b/extra/vinagre/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 183466 2013-04-21 22:12:20Z heftig $ +# $Id: PKGBUILD 185450 2013-05-14 10:15:54Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Allan McRae <mcrae_allan@hotmail.com> # Contributor: lp76 <l.peduto@gmail.com> pkgname=vinagre -pkgver=3.8.1 +pkgver=3.8.2 pkgrel=1 pkgdesc="A VNC Client for the GNOME Desktop" arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ makedepends=('docbook-xsl' 'intltool' 'rdesktop' 'openssh' 'itstool') groups=('gnome-extra') options=('!emptydirs' '!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('64f9bcd08f33e5e767565909792094ad78d7b400f16dc24e0a5699c7e87da000') +sha256sums=('eda05e6abfd3d575f8b954c1e442d28639ae13b67fc285ef585b8cd78da014e8') build() { cd $pkgname-$pkgver diff --git a/extra/xfce4-xkb-plugin/PKGBUILD b/extra/xfce4-xkb-plugin/PKGBUILD index 1ed492de2..1492805d3 100644 --- a/extra/xfce4-xkb-plugin/PKGBUILD +++ b/extra/xfce4-xkb-plugin/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 168753 2012-10-15 14:42:49Z foutrelis $ +# $Id: PKGBUILD 185421 2013-05-14 08:06:15Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: AndyRTR <andyrtr@archlinux.org> # Contributor: Tobias Kieslich <tobias (at) archlinux.org> pkgname=xfce4-xkb-plugin -pkgver=0.5.4.3 -pkgrel=3 +pkgver=0.5.5 +pkgrel=1 pkgdesc="Plugin to switch keyboard layouts for the Xfce4 panel" arch=('i686' 'x86_64') url="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin" @@ -14,17 +14,12 @@ groups=('xfce4-goodies') depends=('xfce4-panel' 'libxklavier' 'librsvg') makedepends=('intltool') options=('!libtool') -source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.5/$pkgname-$pkgver.tar.bz2 - xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch) -sha256sums=('ca4801bb2edfe04eeceb71879b3cf79a0674e8311c39117efdb9d3521307396d' - 'f5e6e5964df897045ed8c3443f632033689409459acdc54c0351264edc11b4ce') +source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.5/$pkgname-$pkgver.tar.bz2) +sha256sums=('c97306298b0c804d4797c431bb9b698f123c0437ec845930bf938dc5d24ea8c9') build() { cd "$srcdir/$pkgname-$pkgver" - # https://bugs.archlinux.org/task/31880 - patch -Np1 -i "$srcdir/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch" - ./configure \ --prefix=/usr \ --sysconfdir=/etc \ diff --git a/extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch b/extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch deleted file mode 100644 index 16f684b12..000000000 --- a/extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.3-2-fix-memory-corruption.patch +++ /dev/null @@ -1,59 +0,0 @@ -From ac73bc9de624d322b318c2eda0ace7f0bee97a64 Mon Sep 17 00:00:00 2001 -From: Igor Slepchin <igor.slepchin@gmail.com> -Date: Thu, 19 Jul 2012 05:59:40 +0000 -Subject: Fix memory corruption. - -g_free(c) in the original code was freeing memory at the pointer -that was incremented a few times since the allocation. - -This is similar to ubuntu bug #899290 and fedora bug 589898. ---- -diff --git a/panel-plugin/xkb-util.c b/panel-plugin/xkb-util.c -index d0d0230..324928f 100644 ---- a/panel-plugin/xkb-util.c -+++ b/panel-plugin/xkb-util.c -@@ -66,11 +66,10 @@ xkb_util_get_layout_string (const gchar *group_name, const gchar *variant) - gchar* - xkb_util_normalize_group_name (const gchar* group_name) - { -- gchar *c; -+ const gchar *c; - gchar *result; - gint cut_length; - gint index_of_na = -1; -- gint index_tmp = -1; - - if (!group_name) - return NULL; -@@ -78,27 +77,19 @@ xkb_util_normalize_group_name (const gchar* group_name) - if (strlen (group_name) <= 3) - return g_strdup (group_name); - -- c = g_strdup (group_name); -- -- while (*c) -+ for (c = group_name; *c; c++) - { -- index_tmp++; -- - if (!((*c >= 'a' && *c <= 'z') || (*c >= 'A' && *c <= 'Z'))) - { -- index_of_na = index_tmp; -+ index_of_na = group_name - c; - break; - } -- -- c++; - } - - cut_length = (index_of_na != -1 && index_of_na <= 3) ? index_of_na : 3; - - result = g_strndup (group_name, cut_length); - -- g_free (c); -- - return result; - } - --- -cgit v0.9.0.3 diff --git a/extra/xulrunner/PKGBUILD b/extra/xulrunner/PKGBUILD index ea101c1b6..8045f9ab8 100644 --- a/extra/xulrunner/PKGBUILD +++ b/extra/xulrunner/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 184457 2013-05-06 19:40:30Z foutrelis $ +# $Id: PKGBUILD 185530 2013-05-14 19:12:24Z foutrelis $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=xulrunner -pkgver=20.0 -pkgrel=2 +pkgver=21.0 +pkgrel=1 pkgdesc="Mozilla Runtime Environment" arch=('i686' 'x86_64') license=('MPL' 'GPL' 'LGPL') @@ -16,10 +16,10 @@ source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/ shared-libs.patch) options=('!emptydirs') replaces=('xulrunner-oss') -md5sums=('1b8a1907919eb805f390a05216f2d8d0' - 'f26710bcf3e65699a0646c47155cb147' - '27271ce647a83906ef7a24605e840d61' - '52e52f840a49eb1d14be1c0065b03a93') +sha256sums=('c3623bc243bd57c7267eacac658993f5f635f639235bea9ed8fce9b52e59be64' + '3fba82b327f8825ebe93ceaeaea4968d57cf7d700f40bf4457b06d263bcc2e8f' + '23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269' + 'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1') prepare() { cd "$srcdir/mozilla-release" diff --git a/extra/yelp/PKGBUILD b/extra/yelp/PKGBUILD index b523e35f1..80d7640c3 100644 --- a/extra/yelp/PKGBUILD +++ b/extra/yelp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 183469 2013-04-21 22:12:25Z heftig $ +# $Id: PKGBUILD 185459 2013-05-14 10:26:22Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=yelp -pkgver=3.8.0 +pkgver=3.8.1 pkgrel=1 pkgdesc="A help browser for GNOME" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ options=('!emptydirs' '!libtool') url="http://www.gnome.org" install=yelp.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('f4a02dad614bfc04b6a998440123633145f4011c3a1d35415492d2ff76c1707f') +sha256sums=('73b3941316194dea8ea7d1d2b1f6612424c5d80ee1871ef627455893ad15606e') build() { cd $pkgname-$pkgver diff --git a/libre-testing/libretools/PKGBUILD b/libre-testing/libretools/PKGBUILD index a5fb16636..4fe7b534b 100644 --- a/libre-testing/libretools/PKGBUILD +++ b/libre-testing/libretools/PKGBUILD @@ -8,9 +8,9 @@ pkgdesc="Programs for Parabola development" url="https://projects.parabolagnulinux.org/packages/libretools.git/" license=('GPL3' 'GPL2') -pkgver=20130513 -_libretools_commit=222e615f45279b5315af5148a5cbbca5988078a4 -_devtools_commit=a1a79ff77bb19166bd5631953a71e3d3222e5f1c +pkgver=20130514 +_libretools_commit=b261c8585cf6aa9e7bf5b960b2a0a047d769dbae +_devtools_commit=89d15e7697da2169493142f78a90b57a784d8f22 _packages_url=https://projects.parabolagnulinux.org/packages source=($_packages_url/libretools.git/snapshot/libretools-$_libretools_commit.tar.bz2 @@ -57,5 +57,5 @@ package_libretools-mips64el() { make install-libretools-mips64el DESTDIR="$pkgdir" } -md5sums=('76dc15b5c61f7220a1e64a2d836a2aeb' - 'c5cd04723119762701db766cb8f6e5ef') +md5sums=('ce2a406d66033b48cacfb580997c1250' + '21d77c519a7496185c40399d1cfa26bf') diff --git a/pcr/azr3-jack/PKGBUILD b/pcr/azr3-jack/PKGBUILD new file mode 100644 index 000000000..eaa430418 --- /dev/null +++ b/pcr/azr3-jack/PKGBUILD @@ -0,0 +1,24 @@ +# Maintainer: Guest One <theguestone at gmail dot com> +pkgname=azr3-jack +pkgver=1.2.3 +pkgrel=1 +pkgdesc="A tonewheel organ with drawbars, distortion and rotating speakers" +arch=('i686') +url="http://ll-plugins.nongnu.org/azr3/" +license=('GPL') +depends=('jack' 'gtkmm' 'lash') +source=(http://download.savannah.nongnu.org/releases-noredirect/ll-plugins/$pkgname-$pkgver.tar.bz2) +md5sums=('aa71715e5873aea724713be5970ebfbc') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package(){ + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: diff --git a/pcr/bristol/PKGBUILD b/pcr/bristol/PKGBUILD new file mode 100644 index 000000000..6464f6b29 --- /dev/null +++ b/pcr/bristol/PKGBUILD @@ -0,0 +1,32 @@ +# Maintainer: Guest One <theguestone at gmail dot com> + +pkgname=bristol +pkgver=0.60.11 +pkgrel=1 +pkgdesc="Vintage synthesizers emulator" +arch=('i686') +url="http://bristol.sourceforge.net" +license=('GPL') +makedepends=('gcc') +depends=('jack' 'libx11') +options=(!libtool) +source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz) +md5sums=('9ea4dacdac0dba3048156e2f6a5ee4d6') +sha256sums=('7d1f0bbd0d7d303fc77c6b9549b61708d7a83b4dc007818011b1f55d1fa922ba') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr --disable-version-check --enable-jack-default-audio # --enable-jack-default-midi + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + install -v -m 0644 ChangeLog ${pkgdir}/usr/share/bristol/ + install -v -m 0644 README ${pkgdir}/usr/share/bristol/ +} + +# vim:set ts=2 sw=2 et: diff --git a/pcr/ha-glue/PKGBUILD b/pcr/ha-glue/PKGBUILD index 4806932db..06385e9cf 100644 --- a/pcr/ha-glue/PKGBUILD +++ b/pcr/ha-glue/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ha-glue _pkgname=${pkgname:3} pkgver=1.0.11 -pkgrel=4 +pkgrel=5 pkgdesc='A set of libraries, tools and utilities suitable for the Heartbeat/Pacemaker cluster stack' arch=( i686 @@ -26,7 +26,7 @@ depends=( util-linux ) optdepends=( - lynx + #lynx net-tools openssh #valgrind diff --git a/pcr/rakarrack/PKGBUILD b/pcr/rakarrack/PKGBUILD new file mode 100644 index 000000000..4bdfe7c94 --- /dev/null +++ b/pcr/rakarrack/PKGBUILD @@ -0,0 +1,26 @@ +# Maintainer: Guest One <theguestone at gmail dot com> +# patch taken from https://aur.archlinux.org/packages/rakarrack/ + +pkgname=rakarrack +pkgver=0.6.1 +pkgrel=1 +pkgdesc="Versatile guitar multi-effects processor" +arch=('i686') +license=('GPL') +url="http://rakarrack.sourceforge.net" +depends=('alsa-utils' 'jack' 'fltk' 'libxpm') +source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2" + 'fltk_include.patch') +md5sums=('56b1e04779ae3d56cc8a3ad3c4e25152' + 'd43512466f514434daaf16bd72951ea0') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + # fix for latest fltk include dir name + patch -Np1 -i "$srcdir/fltk_include.patch" + + ./configure --prefix=/usr + make + make DESTDIR="$pkgdir/" install +} diff --git a/pcr/rakarrack/fltk_include.patch b/pcr/rakarrack/fltk_include.patch new file mode 100644 index 000000000..447e8d539 --- /dev/null +++ b/pcr/rakarrack/fltk_include.patch @@ -0,0 +1,24 @@ +diff -baur rakarrack-0.6.1.orig/src/global.h rakarrack-0.6.1/src/global.h +--- rakarrack-0.6.1.orig/src/global.h 2011-07-12 05:13:31.367583829 +0800 ++++ rakarrack-0.6.1/src/global.h 2011-07-12 05:15:20.670325018 +0800 +@@ -99,7 +99,7 @@ + #include <X11/xpm.h> + #include <jack/jack.h> + #include <jack/midiport.h> +-#include <Fl/Fl_Preferences.H> ++#include <FL/Fl_Preferences.H> + #include "FPreset.h" + #include "Reverb.h" + #include "Chorus.h" +diff -baur rakarrack-0.6.1.orig/src/process.C rakarrack-0.6.1/src/process.C +--- rakarrack-0.6.1.orig/src/process.C 2011-07-12 05:13:31.367583829 +0800 ++++ rakarrack-0.6.1/src/process.C 2011-07-12 05:15:31.293600800 +0800 +@@ -28,7 +28,7 @@ + #include <fcntl.h> + #include <sys/types.h> + #include <unistd.h> +-#include <Fl/Fl_Preferences.H> ++#include <FL/Fl_Preferences.H> + #include "global.h" + + int Pexitprogram, preset; |