diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/avr-gcc/PKGBUILD | 8 | ||||
-rw-r--r-- | community/fcitx/PKGBUILD | 15 | ||||
-rw-r--r-- | community/gnome-panel/PKGBUILD | 9 | ||||
-rw-r--r-- | community/gnome-panel/logout-hang-workaround.patch | 15 | ||||
-rw-r--r-- | community/libmatio/PKGBUILD | 19 | ||||
-rw-r--r-- | community/metacity/PKGBUILD | 13 | ||||
-rw-r--r-- | community/metacity/application-switcher.patch | 26 | ||||
-rw-r--r-- | community/mplayer2/PKGBUILD | 5 | ||||
-rw-r--r-- | community/puzzles/PKGBUILD | 4 | ||||
-rw-r--r-- | community/tinc/PKGBUILD | 8 |
10 files changed, 71 insertions, 51 deletions
diff --git a/community/avr-gcc/PKGBUILD b/community/avr-gcc/PKGBUILD index d7bca6f70..3bcecdca4 100644 --- a/community/avr-gcc/PKGBUILD +++ b/community/avr-gcc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 88221 2013-04-14 18:17:00Z schuay $ +# $Id: PKGBUILD 88836 2013-04-23 14:57:29Z schuay $ # Maintainer: schuay <jakob.gruber@gmail.com> # Contributor: Brad Fanella <bradfanella@archlinux.us> # Contributor: Corrado Primier <bardo@aur.archlinux.org> @@ -9,7 +9,7 @@ pkgname=avr-gcc _pkgname=gcc pkgver=4.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="The GNU AVR Compiler Collection" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL' 'custom') @@ -43,12 +43,15 @@ build() { cd ${srcdir} mkdir gcc-build && cd gcc-build + # --disable-linker-build-id: https://bugs.archlinux.org/task/34902 + ${srcdir}/${_basedir}/configure \ --disable-cloog-version-check \ --disable-install-libiberty \ --disable-libssp \ --disable-libstdcxx-pch \ --disable-libunwind-exceptions \ + --disable-linker-build-id \ --disable-nls \ --disable-werror \ --enable-__cxa_atexit \ @@ -59,7 +62,6 @@ build() { --enable-gold \ --enable-languages=c,c++ \ --enable-ld=default \ - --enable-linker-build-id \ --enable-lto \ --enable-plugin \ --enable-shared \ diff --git a/community/fcitx/PKGBUILD b/community/fcitx/PKGBUILD index 24f81dac5..ffe35ec54 100644 --- a/community/fcitx/PKGBUILD +++ b/community/fcitx/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 88243 2013-04-15 01:48:05Z fyan $ +# $Id: PKGBUILD 88842 2013-04-23 18:22:53Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: csslayer <wengxt AT gmail com> @@ -6,7 +6,7 @@ pkgbase=fcitx pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4') pkgver=4.2.7 -pkgrel=6 +pkgrel=7 groups=('fcitx-im') arch=('i686' 'x86_64') url="http://code.google.com/p/fcitx/" @@ -22,6 +22,8 @@ source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}_dict.tar.xz build() { #source /etc/profile.d/qt4.sh + export CFLAGS+=" -Wall" + cd "$srcdir/$pkgbase-$pkgver" patch -Np1 -i "$srcdir/9937b68bad3a7e9465e17b711ce9c0a072d3071f.patch" patch -Np1 -i "$srcdir/10ff96ca1215187444951cdbebe9e0beacacdf5e.patch" @@ -54,9 +56,8 @@ package_fcitx() { pkgdesc="Flexible Context-aware Input Tool with eXtension" depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \ 'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' \ - 'libxfixes' 'dbus-core' 'icu') - optdepends=('enchant: for word predication support' - 'opencc: optional engine to do chinese convert' + 'libxfixes' 'dbus-core' 'icu' 'enchant') + optdepends=('opencc: optional engine to do chinese convert' 'fcitx-anthy: Hiragana text to Kana Kanji mixed text Japanese input method' 'fcitx-chewing: Intelligent Zhuyin input method library for traditional Chinese' 'fcitx-cloudpinyin: Standalone module for fcitx that uses pinyin API on the internet to provide additional input candidates' @@ -127,6 +128,6 @@ package_fcitx-qt4() { } md5sums=('6e291717c24615b9dc9bfaa2949af3a7' - 'ce299aa5b596cc52dc9e66b47795e627' + '246e36c2232f107ed1692a52ebc43c39' '6f420547bc8af9627db2e5290f758433' - '51e53377e1b83661f2896e25d1a46242') + '51e53377e1b83661f2896e25d1a46242') diff --git a/community/gnome-panel/PKGBUILD b/community/gnome-panel/PKGBUILD index e490594e4..a287972a4 100644 --- a/community/gnome-panel/PKGBUILD +++ b/community/gnome-panel/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 88684 2013-04-21 22:16:57Z heftig $ +# $Id: PKGBUILD 88822 2013-04-23 02:28:34Z bgyorgy $ # 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=3 +pkgrel=4 arch=('i686' 'x86_64') license=('GPL') pkgdesc="Legacy GNOME panel" @@ -19,14 +19,12 @@ source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$ gnome-desktop-3.8.patch drop-gweather-xml-include.patch 18_fix_force_quit_applet.patch - logout-hang-workaround.patch 0001-Add-the-GNOME-Flashback-session.patch fix-autoconf.patch) sha256sums=('a41c45c5512e796b8602ce50bf0d205993eab364c860aae31afa582d77b77079' '3a67f4b07a7dd356fad6b40a43983f3945123ed40080eb153396a481b34efc0c' 'e3298c62bc577969817c5d6752be83a5129004fd344e4f7998a0d8aa61874305' '9d742f675d9e09a032bfe00e0523a4ef7e234589a74a6086243bf335ce212775' - 'e98391114fe618d3c9530cd5ad88e5d0d0e3b62890e4494f7db6a76ec3613a47' 'f313791d246749f18764ad4af13c4efe54483bc327fab371c47f9fbfc25b20a9' '6828c097505d2dbbf465ed7ff694adbd646a0af2105c8dd864d1061bf0afea71') @@ -42,9 +40,6 @@ build() { # Fix force quit applet to avoid freeze patch -Np1 -i "$srcdir/18_fix_force_quit_applet.patch" - # Apply a workaround to avoid hang on logout for 15-20 sec - patch -Np1 -i "$srcdir/logout-hang-workaround.patch" - # Add GNOME Flashback session # https://bugzilla.gnome.org/show_bug.cgi?id=694625 patch -Np1 -i "$srcdir/0001-Add-the-GNOME-Flashback-session.patch" diff --git a/community/gnome-panel/logout-hang-workaround.patch b/community/gnome-panel/logout-hang-workaround.patch deleted file mode 100644 index 0b13e35b6..000000000 --- a/community/gnome-panel/logout-hang-workaround.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Naur gnome-panel-3.6.2.orig/gnome-panel/panel-session.c gnome-panel-3.6.2/gnome-panel/panel-session.c ---- gnome-panel-3.6.2.orig/gnome-panel/panel-session.c 2012-09-03 17:41:42.000000000 +0200 -+++ gnome-panel-3.6.2/gnome-panel/panel-session.c 2013-04-11 00:59:42.125864185 +0200 -@@ -69,11 +69,6 @@ - - egg_sm_client_set_mode (mode); - -- client = egg_sm_client_get (); -- -- g_signal_connect (client, "quit", -- G_CALLBACK (panel_session_handle_quit), NULL); -- - /* We don't want the WM to try and save/restore our - * window position */ - gdk_x11_set_sm_client_id (NULL); diff --git a/community/libmatio/PKGBUILD b/community/libmatio/PKGBUILD index 7bc220d2c..da7660150 100644 --- a/community/libmatio/PKGBUILD +++ b/community/libmatio/PKGBUILD @@ -1,28 +1,33 @@ -# $Id: PKGBUILD 84665 2013-02-21 12:00:20Z arodseth $ +# $Id: PKGBUILD 88815 2013-04-23 01:03:57Z eric $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> # Contributor: William Rea <sillywilly@gmail.com> pkgname=libmatio -pkgver=1.5.0 -pkgrel=2 +pkgver=1.5.1 +pkgrel=1 pkgdesc='C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files' arch=('x86_64' 'i686') license=('LGPL') url='http://sourceforge.net/projects/matio' depends=('zlib') options=('!libtool' '!emptydirs') -source=("http://downloads.sourceforge.net/matio/matio-$pkgver.tar.gz") -sha256sums=('550dfa642c4ca7ad5ce5a0249264436ced14c72c116aee9fd14e99c7bd8cc72e') +source=("http://downloads.sourceforge.net/matio/matio-$pkgver.tar.bz2") +sha1sums=('12b8ed59688b2f41903ddc3e7975f21f10fe42bb') build() { - cd "$srcdir/matio-$pkgver" + cd matio-$pkgver ./configure --prefix=/usr --enable-shared make } + +check() { + cd matio-$pkgver + make check +} package() { - cd "$srcdir/matio-$pkgver" + cd matio-$pkgver make DESTDIR="$pkgdir" install } diff --git a/community/metacity/PKGBUILD b/community/metacity/PKGBUILD index 5955d5b88..1eef10aa0 100644 --- a/community/metacity/PKGBUILD +++ b/community/metacity/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 88686 2013-04-21 22:17:01Z heftig $ +# $Id: PKGBUILD 88820 2013-04-23 01:21:30Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=metacity pkgver=2.34.13 -pkgrel=4 +pkgrel=5 pkgdesc="Legacy GNOME window manager" arch=('i686' 'x86_64') license=('GPL') @@ -17,12 +17,14 @@ source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$p fix_compositing_startup.patch fix_force_quit.patch fix_shadows.patch - enable_compositing.patch) + enable_compositing.patch + application-switcher.patch) sha256sums=('8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075' '5094a0ffe3eb8289ed752829877c2e1b743eddf938ad3fc92fb4574b42765ae2' '917760ac3375894ebb4052dfc7c8dff1ac556fb81033d7a7caf02123ceede50d' 'a0981477e9b3fd108fd03b7637bfd1f17a1f6cb13ec703d86b424b55076096f3' - 'e53c1c20e19cd3d94d05d08045c7a9a373ce52051928ccc69bf3068081f30f9a') + 'e53c1c20e19cd3d94d05d08045c7a9a373ce52051928ccc69bf3068081f30f9a' + '177ded8203c3ff25f59a24445145cb54da9aba4216a0014c34979b7c12f3c099') build() { cd "$pkgname-$pkgver" @@ -39,6 +41,9 @@ build() { # Enable compositing by default (required for the desktop rendering feature of nautilus) patch -Np1 -i "$srcdir/enable_compositing.patch" + # Rename switch-windows to switch-applications (required for GNOME 3.8 compatibility) + patch -Np1 -i "$srcdir/application-switcher.patch" + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ --disable-static --disable-schemas-compile make diff --git a/community/metacity/application-switcher.patch b/community/metacity/application-switcher.patch new file mode 100644 index 000000000..2832d262c --- /dev/null +++ b/community/metacity/application-switcher.patch @@ -0,0 +1,26 @@ +diff -Naur metacity-2.34.13.orig/src/50-metacity-navigation.xml.in metacity-2.34.13/src/50-metacity-navigation.xml.in +--- metacity-2.34.13.orig/src/50-metacity-navigation.xml.in 2012-10-15 20:06:27.000000000 +0200 ++++ metacity-2.34.13/src/50-metacity-navigation.xml.in 2013-04-23 02:35:18.000734619 +0200 +@@ -29,7 +29,7 @@ + <KeyListEntry name="move-to-workspace-down" + _description="Move window one workspace down" /> + +- <KeyListEntry name="switch-windows" ++ <KeyListEntry name="switch-applications" + _description="Switch applications"/> + + <KeyListEntry name="switch-group" +diff -Naur metacity-2.34.13.orig/src/include/all-keybindings.h metacity-2.34.13/src/include/all-keybindings.h +--- metacity-2.34.13.orig/src/include/all-keybindings.h 2012-02-09 19:07:40.000000000 +0100 ++++ metacity-2.34.13/src/include/all-keybindings.h 2013-04-23 02:34:22.632775305 +0200 +@@ -126,8 +126,8 @@ + keybind (switch-group, handle_switch, META_TAB_LIST_GROUP, BINDING_REVERSES) + keybind (switch-group-backward, handle_switch, META_TAB_LIST_GROUP, + REVERSES_AND_REVERSED) +-keybind (switch-windows, handle_switch, META_TAB_LIST_NORMAL, BINDING_REVERSES) +-keybind (switch-windows-backward, handle_switch, META_TAB_LIST_NORMAL, ++keybind (switch-applications, handle_switch, META_TAB_LIST_NORMAL, BINDING_REVERSES) ++keybind (switch-applications-backward, handle_switch, META_TAB_LIST_NORMAL, + REVERSES_AND_REVERSED) + keybind (switch-panels, handle_switch, META_TAB_LIST_DOCKS, BINDING_REVERSES) + keybind (switch-panels-backward, handle_switch, META_TAB_LIST_DOCKS, diff --git a/community/mplayer2/PKGBUILD b/community/mplayer2/PKGBUILD index 43990c058..0a619f087 100644 --- a/community/mplayer2/PKGBUILD +++ b/community/mplayer2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 88562 2013-04-19 20:25:06Z bpiotrowski $ +# $Id: PKGBUILD 88818 2013-04-23 01:19:34Z eric $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Martin Panter <vadmium+aur@gmail.com> # Contributor: Stéphane Gaudreault <stephane@archlinux.org> @@ -23,7 +23,8 @@ provides=('mplayer') conflicts=('mplayer') options=(!emptydirs) source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('03aeccbd82b3598e0656b54ae6ab60c79afdb78eabe1b2915e7912db7efbd343') +sha256sums=('03aeccbd82b3598e0656b54ae6ab60c79afdb78eabe1b2915e7912db7efbd343' + 'SKIP') build() { cd $pkgname-$pkgver diff --git a/community/puzzles/PKGBUILD b/community/puzzles/PKGBUILD index 7d33b4d16..404bfa286 100644 --- a/community/puzzles/PKGBUILD +++ b/community/puzzles/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: schuay <jakob.gruber@gmail.com> pkgname=puzzles -pkgver=9694 +pkgver=9835 pkgrel=1 pkgdesc="Simon Tatham's Portable Puzzle Collection" arch=('i686' 'x86_64') @@ -38,4 +38,4 @@ package() { mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox } -md5sums=('f5e7b7b2a1bab3c939bb03e4ff8201c1') +md5sums=('0db6e36f2ac04490f38ace15aabab555') diff --git a/community/tinc/PKGBUILD b/community/tinc/PKGBUILD index 227efcbec..d16e10cd1 100644 --- a/community/tinc/PKGBUILD +++ b/community/tinc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 85671 2013-03-04 16:46:31Z tredaelli $ +# $Id: PKGBUILD 88838 2013-04-23 16:26:01Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: helios # Contributor: Lothar Gesslein # Contributor: Dominik George <nik@naturalnet.de> pkgname=tinc -pkgver=1.0.20 +pkgver=1.0.21 pkgrel=1 pkgdesc="VPN (Virtual Private Network) daemon" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ backup=(etc/conf.d/tincd.conf) install=tinc.install source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig} tincd.rc tincd.conf tincd@.service) -md5sums=('001277e0ccd7ca29f7fa4039774ad611' - '8ad9e8784712bdc1496223c6dbd99ab9' +md5sums=('d7bc9ca38672c9da08d74ff2a3e8e36d' + 'SKIP' '64bb53748d9051255f243003f0d511f5' '7c0276d4812cc5d3cc18142562a3aa82' '035b0e549b08da55d19a8df5b8306e4d') |