summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-26 03:25:35 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-26 03:25:35 +0000
commit76b667b6360f6f7e97f13392cf156f197dc4017b (patch)
tree3299ec5921d2da42ec5563b4ced54e65aa2c058b
parent7d53ccd018d0e86e7aa3a0c0b1a092ce8b206041 (diff)
Thu Jun 26 03:22:36 UTC 2014
-rw-r--r--community/freerdp/PKGBUILD15
-rw-r--r--community/freerdp/stuck_winkey.patch13
-rw-r--r--community/girara/PKGBUILD73
-rw-r--r--community/imdbpy/PKGBUILD14
-rw-r--r--community/libnftnl/PKGBUILD4
-rw-r--r--community/mingw-w64-gcc/PKGBUILD8
-rw-r--r--community/quagga/PKGBUILD14
-rw-r--r--community/quagga/fix_readline36.patch14
-rw-r--r--community/snapper/PKGBUILD6
-rw-r--r--community/xcircuit/PKGBUILD6
-rw-r--r--community/zathura/PKGBUILD9
-rw-r--r--extra/banshee/PKGBUILD7
-rw-r--r--extra/ddrescue/PKGBUILD6
-rw-r--r--extra/mono/Microsoft.Portable.Common.targets4
-rw-r--r--extra/mono/PKGBUILD21
-rw-r--r--extra/mono/build_fix.patch25
-rw-r--r--extra/monodevelop-debugger-gdb/PKGBUILD10
-rw-r--r--extra/monodevelop/PKGBUILD10
-rw-r--r--extra/qt5/PKGBUILD17
-rw-r--r--extra/qt5/QTBUG-39047.patch57
-rw-r--r--extra/whois/PKGBUILD6
21 files changed, 135 insertions, 204 deletions
diff --git a/community/freerdp/PKGBUILD b/community/freerdp/PKGBUILD
index 20efeba32..40d8f9efd 100644
--- a/community/freerdp/PKGBUILD
+++ b/community/freerdp/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 109311 2014-04-13 09:23:06Z fyan $
+# $Id: PKGBUILD 113544 2014-06-25 13:25:34Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Stijn Segers <francesco dot borromini at gmail dot com>
pkgname=freerdp
pkgver=1.0.2
-pkgrel=5
+pkgrel=6
pkgdesc="Free RDP client"
arch=('i686' 'x86_64')
url="http://freerdp.sourceforge.net"
@@ -15,19 +15,22 @@ makedepends=('krb5' 'cmake' 'damageproto' 'xmlto' 'docbook-xsl')
conflicts=('freerdp-git')
changelog=${pkgname}.changelog
source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/$pkgver.tar.gz
- ffmpeg2.0.patch
- patch_numblock.patch
- CVE-2014-0791.patch)
+ ffmpeg2.0.patch
+ patch_numblock.patch
+ CVE-2014-0791.patch
+ stuck_winkey.patch)
md5sums=('c260051a94caff590def5caa4fcf59d6'
'1260eecf01ea5212e2db8ac9c5e7fa6d'
'ac581d445ded7cdbd59082a48d9c28ac'
- '62d0ab241c16ee5d85ff89183df9bbc0')
+ '62d0ab241c16ee5d85ff89183df9bbc0'
+ '1c1a8f77ebcaa7256968a9506ed3e772')
prepare() {
cd $srcdir/FreeRDP-$pkgver
patch -Np1 -i ../ffmpeg2.0.patch
patch -Np1 -i ../patch_numblock.patch
patch -Np1 -i ../CVE-2014-0791.patch
+ patch -Np1 -i ../stuck_winkey.patch
}
build() {
diff --git a/community/freerdp/stuck_winkey.patch b/community/freerdp/stuck_winkey.patch
new file mode 100644
index 000000000..bb8458934
--- /dev/null
+++ b/community/freerdp/stuck_winkey.patch
@@ -0,0 +1,13 @@
+diff -rup FreeRDP-1.0.2-old/client/X11/xf_keyboard.c FreeRDP-1.0.2-new/client/X11/xf_keyboard.c
+--- FreeRDP-1.0.2-old/client/X11/xf_keyboard.c 2013-01-02 22:46:59.000000000 +0100
++++ FreeRDP-1.0.2-new/client/X11/xf_keyboard.c 2014-06-24 17:45:44.062728740 +0200
+@@ -169,6 +169,9 @@ void xf_kbd_focus_in(xfInfo* xfi)
+ /* on focus in send a tab up like mstsc.exe */
+ input->KeyboardEvent(input, KBD_FLAGS_RELEASE, 0x0F);
+
++ /* release windows key */
++ input->KeyboardEvent(input, KBD_FLAGS_EXTENDED|KBD_FLAGS_RELEASE, 0x5B);
++
+ /* synchronize toggle keys */
+ syncFlags = xf_kbd_get_toggle_keys_state(xfi);
+ input->SynchronizeEvent(input, syncFlags);
diff --git a/community/girara/PKGBUILD b/community/girara/PKGBUILD
index 8c7f0e340..bf6d0131b 100644
--- a/community/girara/PKGBUILD
+++ b/community/girara/PKGBUILD
@@ -1,81 +1,30 @@
-# $Id: PKGBUILD 105895 2014-02-18 09:17:33Z spupykin $
+# $Id: PKGBUILD 113560 2014-06-25 16:59:30Z spupykin $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: mlq <mlq@pwmt.org>
-pkgbase=girara
-pkgname=(girara-common girara-gtk3)
-pkgver=0.2.0
+pkgname=girara
+pkgver=0.2.2
pkgrel=1
pkgdesc="user interface library"
arch=('i686' 'x86_64')
url="http://pwmt.org/projects/girara"
license=('custom')
-makedepends=('gtk3' 'gtk2')
+depends=('gtk3')
+replaces=('girara-gtk3' 'girara-common')
+provides=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('cb965af58bc435f356296e62629716f5')
+md5sums=('678b0fb6f22d88ba4c29297c67685c50')
build() {
- true
-}
-
-package_girara-common() {
- depends=()
- pkgdesc="user interface library - common files"
-
- cd "$srcdir/girara-$pkgver"
-
- make clean
-
- # install header
- make DESTDIR="$pkgdir/" install-headers
-
- # install language files
- make DESTDIR="$pkgdir/" -C po install
-
- # remove pkgconfig files
- rm -r $pkgdir/usr/lib/pkgconfig
-
- # install license
- install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_girara-gtk2() {
- depends=('gtk2' 'girara-common')
- provides=('girara')
-
cd "$srcdir/girara-$pkgver"
-
- make clean
- make GIRARA_GTK_VERSION=2
-
- # install files
- make GIRARA_GTK_VERSION=2 DESTDIR="$pkgdir/" install
-
- # remove common files
- rm -r "$pkgdir/usr/include"
- rm -r "$pkgdir/usr/share"
-
- # install license
- install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ touch colors.mk
+ make GIRARA_GTK_VERSION=3
}
-package_girara-gtk3() {
- depends=('gtk3' 'girara-common')
- provides=('girara')
-
+package() {
cd "$srcdir/girara-$pkgver"
-
- make clean
- make GIRARA_GTK_VERSION=3
-
- # install files
make GIRARA_GTK_VERSION=3 DESTDIR="$pkgdir/" install
-
- # remove common files
- rm -r "$pkgdir/usr/include"
- rm -r "$pkgdir/usr/share"
-
- # install license
install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
diff --git a/community/imdbpy/PKGBUILD b/community/imdbpy/PKGBUILD
index 2980e6df1..1c8a29195 100644
--- a/community/imdbpy/PKGBUILD
+++ b/community/imdbpy/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 83597 2013-02-03 15:16:51Z schiv $
+# $Id: PKGBUILD 113558 2014-06-25 16:26:30Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
@@ -6,7 +6,7 @@
pkgname=imdbpy
_realname=IMDbPY
-pkgver=4.9
+pkgver=5.0
pkgrel=1
pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
url="http://imdbpy.sourceforge.net/"
@@ -16,9 +16,9 @@ depends=('python2')
makedepends=('python2-distribute')
optdepends=('python2-lxml' 'python2-sqlalchemy' 'python2-sqlobject')
source=(http://downloads.sourceforge.net/$pkgname/$_realname-$pkgver.tar.gz)
-md5sums=('5b071cd63d1804ed568741d2db8d12b5')
+md5sums=('f0b87950a943762db9e45c1a7c3a5cce')
-package(){
+prepare() {
cd "$srcdir/$_realname-$pkgver"
# python2 fix
@@ -26,6 +26,10 @@ package(){
sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
done
+}
+
+package() {
+ cd "$srcdir/$_realname-$pkgver"
python2 setup.py install --root="$pkgdir" --optimize=1
@@ -37,3 +41,5 @@ package(){
#mv "$pkgdir/usr/imdb" "$pkgdir/usr/share"
mv "$pkgdir/usr/doc" "$pkgdir/usr/share/doc/imdb"
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/libnftnl/PKGBUILD b/community/libnftnl/PKGBUILD
index c2c6119d9..b418a2366 100644
--- a/community/libnftnl/PKGBUILD
+++ b/community/libnftnl/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sébastien Luttringer
pkgname=libnftnl
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url='http://netfilter.org/projects/libnftnl/'
license=('GPL2')
depends=('libmnl')
source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
-sha1sums=('651986e20e4e09f75dcbd51f549b1caee76b8ac9'
+sha1sums=('19b6903b3dc2a86cc13bb560ae55f779b92cae69'
'SKIP')
build() {
diff --git a/community/mingw-w64-gcc/PKGBUILD b/community/mingw-w64-gcc/PKGBUILD
index cc0316b7e..23e51e8de 100644
--- a/community/mingw-w64-gcc/PKGBUILD
+++ b/community/mingw-w64-gcc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 113001 2014-06-11 11:41:12Z allan $
+# $Id: PKGBUILD 113542 2014-06-25 13:20:27Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: rubenvb vanboxem <dottie> ruben <attie> gmail <dottie> com
@@ -6,13 +6,15 @@ _targets="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-gcc
pkgver=4.9.0
-pkgrel=2
+pkgrel=3
pkgdesc="Cross GCC for the MinGW-w64 cross-compiler"
arch=('i686' 'x86_64')
url="http://gcc.gnu.org"
license=('GPL' 'LGPL' 'FDL' 'custom')
groups=('mingw-w64-toolchain' 'mingw-w64')
-depends=('zlib' 'libmpc' 'ppl' 'cloog' 'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads' 'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
+depends=('zlib' 'libmpc' 'cloog'
+ 'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
+ 'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
makedepends=("gcc-ada=${pkgver}" 'mingw-w64-gcc-base')
#checkdepends=('dejagnu') # Windows executables could run on Arch through bin_mft and Wine
optdepends=()
diff --git a/community/quagga/PKGBUILD b/community/quagga/PKGBUILD
index f767c18a9..c35d3de10 100644
--- a/community/quagga/PKGBUILD
+++ b/community/quagga/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 112784 2014-06-07 10:56:52Z seblu $
+# $Id: PKGBUILD 113570 2014-06-25 19:42:14Z seblu $
# Maintainer: Sébastien Luttringer
pkgname=quagga
-pkgver=0.99.22.4
-pkgrel=4
+pkgver=0.99.23
+pkgrel=1
pkgdesc='BGP/OSPF/ISIS/RIP/RIPNG routing daemon suite'
arch=('i686' 'x86_64')
url='http://www.quagga.net'
@@ -19,9 +19,8 @@ source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar
'ospfd.service'
'ripd.service'
'ripngd.service'
- 'zebra.service'
- 'fix_readline36.patch')
-md5sums=('27ef98abb1820bae19eb71f631a10853'
+ 'zebra.service')
+md5sums=('d17145e62b6ea14f0f13bb63f59e5166'
'20a8e36ad851d4e06467aeb56a84b245'
'cc90c234aac9098c5132d653037d5269'
'67d0ada0f3000b9a86351798786c5256'
@@ -29,8 +28,7 @@ md5sums=('27ef98abb1820bae19eb71f631a10853'
'260f5fcf9b53ef201a8fb34e7ea90457'
'b6e3549d780355914ae8edd43e15630a'
'72dd63c49fdaea41729a4318d0fbac79'
- '577f1e7caeea31d910f2dc29c28ada7d'
- 'f4162b77d4995c6d080ac34d9fd17c36')
+ '577f1e7caeea31d910f2dc29c28ada7d')
prepare() {
cd $pkgname-$pkgver
diff --git a/community/quagga/fix_readline36.patch b/community/quagga/fix_readline36.patch
deleted file mode 100644
index 710fdf3d0..000000000
--- a/community/quagga/fix_readline36.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/vtysh/vtysh.c
-+++ b/vtysh/vtysh.c
-@@ -2211,9 +2211,9 @@
- vtysh_readline_init (void)
- {
- /* readline related settings. */
-- rl_bind_key ('?', (Function *) vtysh_rl_describe);
-+ rl_bind_key ('?', (rl_command_func_t *) vtysh_rl_describe);
- rl_completion_entry_function = vtysh_completion_entry_function;
-- rl_attempted_completion_function = (CPPFunction *)new_completion;
-+ rl_attempted_completion_function = (rl_completion_func_t *) new_completion;
- /* do not append space after completion. It will be appended
- * in new_completion() function explicitly. */
- rl_completion_append_character = '\0';
diff --git a/community/snapper/PKGBUILD b/community/snapper/PKGBUILD
index da3a64f6b..21089c7c9 100644
--- a/community/snapper/PKGBUILD
+++ b/community/snapper/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Tom Kuther <gimpel@sonnenkinder.org>
pkgname=snapper
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.2.3
+pkgrel=1
pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and restore snapshots and provides timelined auto-snapping."
arch=('i686' 'x86_64')
url="http://snapper.io"
@@ -67,4 +67,4 @@ package() {
rm -f "$pkgdir"/usr/share/man/man*/snapper-zypp-plugin.*.gz
}
-sha256sums=('0fbe2b5520d7a22e6212ef41304b5ec43006ab47cf99800d3266a00bc53e56b9')
+sha256sums=('6c78fc57ac018f7536a03971927f2b17f1f048f87e26689609028f51500c9c6a')
diff --git a/community/xcircuit/PKGBUILD b/community/xcircuit/PKGBUILD
index 6e874a1a4..d16771b4d 100644
--- a/community/xcircuit/PKGBUILD
+++ b/community/xcircuit/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 112570 2014-06-03 16:23:41Z spupykin $
+# $Id: PKGBUILD 113535 2014-06-25 10:05:35Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Giovanni Scafora <linuxmania@gmail.com>
# Contributor: simo <simo@archlinux.org>
pkgname=xcircuit
-pkgver=3.8.63
+pkgver=3.8.65
pkgrel=1
pkgdesc="A program for drawing publishable-quality electrical circuit schematic diagrams"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL2')
depends=('tk' 'libxpm' 'zlib')
makedepends=('chrpath')
source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('72456ef92140a74d894a0f27a5adeae9')
+md5sums=('fd1c9b8255109b5d7c29b2d9abcf78e7')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD
index 21b7d1ebb..de4796ce1 100644
--- a/community/zathura/PKGBUILD
+++ b/community/zathura/PKGBUILD
@@ -1,27 +1,26 @@
-# $Id: PKGBUILD 105878 2014-02-17 17:01:28Z spupykin $
+# $Id: PKGBUILD 113562 2014-06-25 16:59:48Z spupykin $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: ML <neldoreth>
pkgname=zathura
-pkgver=0.2.7
+pkgver=0.2.9
pkgrel=1
pkgdesc="a document viewer"
arch=('i686' 'x86_64')
url="http://pwmt.org/projects/zathura/"
license=('custom')
-depends=('girara-gtk3' 'sqlite' 'desktop-file-utils' 'file')
+depends=('girara' 'sqlite' 'desktop-file-utils' 'file')
makedepends=('python2-docutils')
optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 'zathura-ps')
install=zathura.install
source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
bash-completion)
-md5sums=('53124af80e974283a6678319a62e6666'
+md5sums=('afc56f9df7677215ea10b92239611faa'
'cac20c37f0e77ba62a8138788f4ccabb')
build() {
cd $srcdir/zathura-$pkgver
- sed -i 's/rst2man/&2/' config.mk
make
}
diff --git a/extra/banshee/PKGBUILD b/extra/banshee/PKGBUILD
index 03a547c62..add9ed3ee 100644
--- a/extra/banshee/PKGBUILD
+++ b/extra/banshee/PKGBUILD
@@ -4,15 +4,14 @@
pkgname=banshee
pkgver=2.6.2
-pkgrel=3
+pkgrel=4
pkgdesc="Music management and playback for GNOME"
arch=('i686' 'x86_64')
url="http://banshee.fm/"
license=('MIT')
-depends=(libxxf86vm gst-plugins-base-libs mono-addins dbus-sharp-glib webkitgtk2 libsoup-gnome gdata-sharp taglib-sharp gudev-sharp gkeyfile-sharp gconf-sharp libmtp libgpod mono-zeroconf desktop-file-utils hicolor-icon-theme media-player-info gst-plugins-bad mono-upnp)
+depends=(libxxf86vm gst-plugins-base-libs mono-addins dbus-sharp-glib webkitgtk2 libsoup-gnome gdata-sharp taglib-sharp gudev-sharp gkeyfile-sharp gconf-sharp libmtp libgpod mono-zeroconf desktop-file-utils hicolor-icon-theme media-player-info gst-plugins-bad mono-upnp gst-plugins-good)
makedepends=('intltool' 'gnome-doc-utils' 'gtk-sharp-beans' 'gnome-common')
-optdepends=('gst-plugins-good: Extra media codecs'
- 'gst-plugins-ugly: Extra media codecs'
+optdepends=('gst-plugins-ugly: Extra media codecs'
'gst-libav: Extra media codecs'
'brasero: CD burning')
install=$pkgname.install
diff --git a/extra/ddrescue/PKGBUILD b/extra/ddrescue/PKGBUILD
index 3deeb3bd5..c7f04a95e 100644
--- a/extra/ddrescue/PKGBUILD
+++ b/extra/ddrescue/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 191219 2013-07-21 14:09:43Z schiv $
+# $Id: PKGBUILD 215440 2014-06-25 16:26:12Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
# Contributor: Paul Mattal <paul@archlinux.org>
pkgname=ddrescue
-pkgver=1.17
+pkgver=1.18.1
pkgrel=1
pkgdesc="GNU data recovery tool"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('gcc-libs')
install=$pkgname.install
source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz"
"http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz.sig")
-md5sums=('564469370fe70cd9ac280b15e1addc50'
+md5sums=('c3c745003a0da42ee8b96627af7a9de6'
'SKIP')
build() {
diff --git a/extra/mono/Microsoft.Portable.Common.targets b/extra/mono/Microsoft.Portable.Common.targets
new file mode 100644
index 000000000..82bea1e6d
--- /dev/null
+++ b/extra/mono/Microsoft.Portable.Common.targets
@@ -0,0 +1,4 @@
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="..\Microsoft.Portable.Core.props" />
+ <Import Project="..\Microsoft.Portable.Core.targets" />
+</Project>
diff --git a/extra/mono/PKGBUILD b/extra/mono/PKGBUILD
index 93c7f5000..b032eb485 100644
--- a/extra/mono/PKGBUILD
+++ b/extra/mono/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 207447 2014-03-09 13:14:56Z bpiotrowski $
+# $Id: PKGBUILD 215454 2014-06-25 21:05:54Z daniel $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
# Contributor: Brice Carpentier <brice@dlfp.org>
pkgname=mono
-pkgver=3.2.8
+pkgver=3.4.0
pkgrel=1
pkgdesc="Free implementation of the .NET platform including runtime and compiler"
arch=(i686 x86_64)
@@ -15,13 +15,21 @@ provides=('monodoc')
conflicts=('monodoc')
source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
mono.binfmt.d
- sgen_fix.patch)
-md5sums=('1075f99bd8a69890af9e30309728e684'
+ sgen_fix.patch
+ build_fix.patch
+ Microsoft.Portable.Common.targets)
+md5sums=('698024a40ee0721c2a24c45be2e39f28'
'b9ef8a65fea497acf176cca16c1e2402'
- '8a700b94bff7a913f920e95890d2fb4c')
+ '8a700b94bff7a913f920e95890d2fb4c'
+ '30a5af1a4ff50b98f9e73cc2ae554115'
+ 'acbffadb0ac233c494b40dd5e79209a5')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
+
+ patch -p1 < ../build_fix.patch
+ cp ../Microsoft.Portable.Common.targets mcs/tools/xbuild/targets/
+
# build mono
./configure --prefix=/usr \
--sysconfdir=/etc \
@@ -29,7 +37,8 @@ build() {
--sbindir=/usr/bin \
--disable-quiet-build \
--disable-system-aot \
- --disable-static
+ --disable-static \
+ --with-mcs-docs=no
make
# build jay
diff --git a/extra/mono/build_fix.patch b/extra/mono/build_fix.patch
new file mode 100644
index 000000000..13e864b64
--- /dev/null
+++ b/extra/mono/build_fix.patch
@@ -0,0 +1,25 @@
+From c68c72144d7b2a0516276137855d4508a3f59a17 Mon Sep 17 00:00:00 2001
+From: Michael Hutchinson <m.j.hutchinson@gmail.com>
+Date: Tue, 1 Apr 2014 17:21:51 -0400
+Subject: [PATCH] [xbuild] Include PCL common targets in tarball
+
+BXC18690 - Microsoft.Portable.Common.targets is missing in mono 3.4.0 tarball
+---
+ mcs/tools/xbuild/Makefile | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/mcs/tools/xbuild/Makefile b/mcs/tools/xbuild/Makefile
+index c3a5d6a..31d5329 100644
+--- a/mcs/tools/xbuild/Makefile
++++ b/mcs/tools/xbuild/Makefile
+@@ -93,6 +93,7 @@ EXTRA_DISTFILES = \
+ frameworks/net_4.5.xml \
+ targets/Microsoft.Portable.CSharp_4.0.targets \
+ targets/Microsoft.Portable.CSharp_4.5.targets \
++ targets/Microsoft.Portable.Common.targets \
+ targets/Microsoft.Portable.Core.targets \
+ targets/Microsoft.Portable.Core.props \
+ targets/Microsoft.WebApplication.targets \
+--
+1.9.3
+
diff --git a/extra/monodevelop-debugger-gdb/PKGBUILD b/extra/monodevelop-debugger-gdb/PKGBUILD
index 54592ad81..0da28832f 100644
--- a/extra/monodevelop-debugger-gdb/PKGBUILD
+++ b/extra/monodevelop-debugger-gdb/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 206315 2014-02-23 20:59:50Z daniel $
+# $Id: PKGBUILD 215461 2014-06-25 21:33:52Z daniel $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
pkgname=monodevelop-debugger-gdb
-pkgver=4.2.2
+pkgver=5.0.1
pkgrel=1
pkgdesc="Mono Debugger support"
arch=('i686' 'x86_64') # also "any" pkg?
url="http://monodevelop.com"
license=('GPL')
-depends=('monodevelop>=4.2.2' 'gdb')
+depends=('monodevelop>=5.0.1' 'gdb')
makedepends=('mono')
options=('!makeflags')
-source=(http://origin-download.mono-project.com/sources/$pkgname/$pkgname-$pkgver-2.tar.bz2)
-md5sums=('c18d13045a9dadf3239bc00a76d5ad8c')
+source=(http://origin-download.mono-project.com/sources/$pkgname/$pkgname-$pkgver-0.tar.bz2)
+md5sums=('4292cb70a2a4cab1181d8fba922b8c77')
build() {
export MONO_SHARED_DIR="${srcdir}/.wabi"
diff --git a/extra/monodevelop/PKGBUILD b/extra/monodevelop/PKGBUILD
index 05a947424..8d4ac1f74 100644
--- a/extra/monodevelop/PKGBUILD
+++ b/extra/monodevelop/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 206317 2014-02-23 21:00:08Z daniel $
+# $Id: PKGBUILD 215459 2014-06-25 21:33:31Z daniel $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
# Contributor: Timm Preetz <timm@preetz.us>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=monodevelop
-pkgver=4.2.2
+pkgver=5.0.1
pkgrel=1
pkgdesc="An IDE primarily designed for C# and other .NET languages"
@@ -13,13 +13,13 @@ arch=('i686' 'x86_64')
url="http://www.monodevelop.com"
license=('GPL')
-depends=('mono>=2.10.8' 'mono-addins>=0.6.2' 'gnome-sharp' 'desktop-file-utils' 'hicolor-icon-theme')
+depends=('mono>=3.2.8' 'mono-addins>=0.6.2' 'gnome-sharp' 'desktop-file-utils' 'hicolor-icon-theme')
makedepends=('rsync' 'git')
options=(!makeflags)
install=monodevelop.install
-source=(http://origin-download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}-2.tar.bz2
+source=(http://origin-download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}-0.tar.bz2
monodevelop-core-addins.pc.in.patch)
-md5sums=('34bf8adb9b5b6a798e65f3c0ce4edced'
+md5sums=('5f68aa384c7aa473fdd36da2f70117b4'
'8466d032735130e37d4091a793a7966c')
build() {
diff --git a/extra/qt5/PKGBUILD b/extra/qt5/PKGBUILD
index ebc217b1c..28ba0da38 100644
--- a/extra/qt5/PKGBUILD
+++ b/extra/qt5/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 213668 2014-05-27 22:18:41Z andrea $
+# $Id: PKGBUILD 215457 2014-06-25 21:23:55Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgbase=qt5
@@ -23,8 +23,8 @@ pkgname=('qt5-base'
'qt5-websockets'
'qt5-x11extras'
'qt5-xmlpatterns')
-pkgver=5.3.0
-pkgrel=3
+pkgver=5.3.1
+pkgrel=1
arch=('i686' 'x86_64')
url='http://qt-project.org/'
license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -38,15 +38,13 @@ groups=('qt' 'qt5')
_pkgfqn="qt-everywhere-opensource-src-${pkgver}"
source=("http://download.qt-project.org/official_releases/qt/5.3/${pkgver}/single/${_pkgfqn}.tar.xz"
'assistant.desktop' 'designer.desktop' 'linguist.desktop' 'qdbusviewer.desktop'
- 'use-python2.patch'
- 'QTBUG-39047.patch')
-md5sums=('f00ac7930e3b1b2b364dedcd15acc142'
+ 'use-python2.patch')
+md5sums=('f9a24a0d5645efa0715b6ff0fa13d60f'
'b2897dd6a2967bccf8f10e397aafee55'
'9638a78e502719ef8fe5f8d10d0361a9'
'188da8f4c87316e730ebf1c6217bf5a0'
'322b419b16c75d4de0ee7ad0a246caa1'
- 'a378deccf363bd6079da459c89aff7b9'
- '819813c53ab11b2341baf54afbc37e37')
+ 'a378deccf363bd6079da459c89aff7b9')
prepare() {
cd ${_pkgfqn}
@@ -60,9 +58,6 @@ prepare() {
sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
$(find . -name '*.py')
-
- cd qtdeclarative
- patch -p1 -i "${srcdir}"/QTBUG-39047.patch
}
build() {
diff --git a/extra/qt5/QTBUG-39047.patch b/extra/qt5/QTBUG-39047.patch
deleted file mode 100644
index ee6e4ad40..000000000
--- a/extra/qt5/QTBUG-39047.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-From 009ad875f89d7d7bc4447e18c2fbbd485a75e0b5 Mon Sep 17 00:00:00 2001
-From: Oleg Shparber <trollixx@gmail.com>
-Date: Mon, 19 May 2014 00:53:39 -0700
-Subject: [PATCH] Fix improper antialiasing property behavior
-
-For components antialiased by default the property was returned
-as false if default true value was set to true again.
-
-Task-number: QTBUG-39047
-Change-Id: I16960a12b6d38a0d9e487fc6612610c39c4949d4
-Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
----
- src/quick/items/qquickitem.cpp | 8 +++++---
- tests/auto/quick/qquicktext/tst_qquicktext.cpp | 7 +++++++
- 2 files changed, 12 insertions(+), 3 deletions(-)
-
-diff --git a/src/quick/items/qquickitem.cpp b/src/quick/items/qquickitem.cpp
-index 3f0dae8..ef2eac4 100644
---- a/src/quick/items/qquickitem.cpp
-+++ b/src/quick/items/qquickitem.cpp
-@@ -5691,10 +5691,12 @@ void QQuickItem::setAntialiasing(bool aa)
- {
- Q_D(QQuickItem);
-
-- bool changed = (aa != antialiasing());
-- d->antialiasingValid = true;
-+ if (!d->antialiasingValid) {
-+ d->antialiasingValid = true;
-+ d->antialiasing = d->implicitAntialiasing;
-+ }
-
-- if (!changed)
-+ if (aa == d->antialiasing)
- return;
-
- d->antialiasing = aa;
-diff --git a/tests/auto/quick/qquicktext/tst_qquicktext.cpp b/tests/auto/quick/qquicktext/tst_qquicktext.cpp
-index 0b69981..d36c55d 100644
---- a/tests/auto/quick/qquicktext/tst_qquicktext.cpp
-+++ b/tests/auto/quick/qquicktext/tst_qquicktext.cpp
-@@ -1334,6 +1334,13 @@ void tst_qquicktext::antialiasing()
- text->resetAntialiasing();
- QCOMPARE(text->antialiasing(), true);
- QCOMPARE(spy.count(), 2);
-+
-+ // QTBUG-39047
-+ component.setData("import QtQuick 2.0\n Text { antialiasing: true }", QUrl());
-+ object.reset(component.create());
-+ text = qobject_cast<QQuickText *>(object.data());
-+ QVERIFY(text);
-+ QCOMPARE(text->antialiasing(), true);
- }
-
- void tst_qquicktext::weight()
---
-1.7.1
-
diff --git a/extra/whois/PKGBUILD b/extra/whois/PKGBUILD
index 09901f926..bfcd7465b 100644
--- a/extra/whois/PKGBUILD
+++ b/extra/whois/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 212129 2014-05-08 15:21:13Z giovanni $
+# $Id: PKGBUILD 215436 2014-06-25 12:58:23Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=whois
-pkgver=5.1.2
+pkgver=5.1.3
pkgrel=1
pkgdesc="The whois client by Marco d'Itri"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('libidn')
makedepends=('perl')
backup=('etc/whois.conf')
source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz")
-md5sums=('a103596a4da3f1795fccbd9432c59ec9')
+md5sums=('2817d6065bbd8f274a3e5240e0bf7dd5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"