diff options
author | root <root@rshg054.dnsready.net> | 2013-04-02 00:05:43 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-02 00:05:43 -0700 |
commit | c9738c6a1d438f30dfa7363aa847343754f953ac (patch) | |
tree | 4922cc79f6695dbe35bdc4ce2c44a7a8d93cf053 | |
parent | c623429f33c434cb1cb11974d9e71f48dd5a881f (diff) |
Tue Apr 2 00:05:43 PDT 2013
-rw-r--r-- | community/awesome/PKGBUILD | 12 | ||||
-rw-r--r-- | community/cuneiform/PKGBUILD | 15 | ||||
-rw-r--r-- | community/easystroke/PKGBUILD | 2 | ||||
-rw-r--r-- | community/fcitx-mozc/PKGBUILD | 22 | ||||
-rw-r--r-- | community/gmime24/PKGBUILD | 11 | ||||
-rw-r--r-- | community/libfm/PKGBUILD | 6 | ||||
-rw-r--r-- | community/libvirt/PKGBUILD | 8 | ||||
-rw-r--r-- | community/pidgin-lwqq/PKGBUILD | 10 | ||||
-rw-r--r-- | community/protobuf/PKGBUILD | 8 | ||||
-rw-r--r-- | community/redis/PKGBUILD | 6 | ||||
-rw-r--r-- | community/sxiv/PKGBUILD | 35 | ||||
-rw-r--r-- | community/sxiv/config.h | 46 | ||||
-rw-r--r-- | community/sxiv/sxiv.install | 12 | ||||
-rw-r--r-- | community/sysstat/PKGBUILD | 6 | ||||
-rw-r--r-- | community/teamspeak3/PKGBUILD | 9 | ||||
-rw-r--r-- | community/tiled-qt/PKGBUILD | 2 | ||||
-rw-r--r-- | community/tomoyo-tools/PKGBUILD | 6 | ||||
-rwxr-xr-x | community/xnoise/PKGBUILD | 7 | ||||
-rw-r--r-- | extra/ffmpeg/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/libxkbcommon/PKGBUILD | 25 | ||||
-rw-r--r-- | extra/pulseaudio/PKGBUILD | 8 | ||||
-rwxr-xr-x | extra/pulseaudio/pulseaudio.install | 9 | ||||
-rw-r--r-- | extra/uim/PKGBUILD | 10 | ||||
-rw-r--r-- | libre/blender-libre/PKGBUILD | 6 | ||||
-rwxr-xr-x | libre/unar/PKGBUILD | 4 |
25 files changed, 160 insertions, 131 deletions
diff --git a/community/awesome/PKGBUILD b/community/awesome/PKGBUILD index 4d8d8f07b..5b04224ce 100644 --- a/community/awesome/PKGBUILD +++ b/community/awesome/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 81846 2013-01-02 00:52:38Z seblu $ -# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> +# $Id: PKGBUILD 87494 2013-04-01 17:59:30Z seblu $ +# Maintainer: Sébastien Luttringer # Contributor: xduugu # Contributor: Ronald van Haren <ronald.archlinux.org> # Contributor: Vesa Kaihlavirta pkgname=awesome -pkgver=3.5 -pkgrel=2 +pkgver=3.5.1 +pkgrel=1 pkgdesc='Highly configurable framework window manager' arch=('i686' 'x86_64') url='http://awesome.naquadah.org/' @@ -44,7 +44,7 @@ optdepends=( provides=('notification-daemon') source=("$url/download/$pkgname-$pkgver.tar.xz" "$pkgname.desktop") -md5sums=('ce998f19c80bd98f8d119a91f53526df' +md5sums=('f528f66ddcdb07f24e6f494837371702' '0fdbeec43d211c6750041d7e37611a6a') build() { @@ -64,4 +64,4 @@ package() { install -Dm644 ../awesome.desktop "$pkgdir/usr/share/xsessions/awesome.desktop" } -# vim:set ts=2 sw=2 ft=sh et: +# vim:set ts=2 sw=2 et: diff --git a/community/cuneiform/PKGBUILD b/community/cuneiform/PKGBUILD index a60cedeae..a8aacbd3b 100644 --- a/community/cuneiform/PKGBUILD +++ b/community/cuneiform/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 86575 2013-03-20 02:34:20Z eric $ +# $Id: PKGBUILD 87488 2013-04-01 16:09:28Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Maxim Vuets <maxim.vuets@gmail.com> pkgname=cuneiform pkgver=1.1.0 _dpkgver=1.1 -pkgrel=7 +pkgrel=8 pkgdesc="Linux port of an OCR system developed in Russia. Supports more than 20 languages." arch=('i686' 'x86_64') url="https://launchpad.net/cuneiform-linux" @@ -21,17 +21,24 @@ md5sums=('09fd160cdfc512f26442a7e91246598d') build() { cd "${_SRC_ROOT}" sed -i 's#lib64#lib#' install_files.cmake - mkdir builddir + mkdir -p builddir cd builddir + LMAGICK=`ls -1 /usr/lib/libMagick++*.so.?` + cmake \ -DCMAKE_BUILD_TYPE=release \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DImageMagick_Magick++_LIBRARY=/usr/lib/libMagick++-Q16.so.7 \ + -DImageMagick_Magick++_LIBRARY=$LMAGICK \ + -DImageMagick_Magick++_INCLUDE_DIR=/usr/include/ImageMagick-6 \ .. make } +check() { + ldd ${_SRC_ROOT}/builddir/cuneiform | grep Magick >/dev/null +} + package() { cd "${_SRC_ROOT}"/builddir make DESTDIR="${pkgdir}" install diff --git a/community/easystroke/PKGBUILD b/community/easystroke/PKGBUILD index d8382b1fd..8bdcfeb80 100644 --- a/community/easystroke/PKGBUILD +++ b/community/easystroke/PKGBUILD @@ -3,7 +3,7 @@ pkgname=easystroke pkgver=0.6.0 -pkgrel=1 +pkgrel=2 pkgdesc='Use mouse gestures to initiate commands and hotkeys.' arch=('i686' 'x86_64') url='http://easystroke.sourceforge.net/' diff --git a/community/fcitx-mozc/PKGBUILD b/community/fcitx-mozc/PKGBUILD index 5099cf551..11c3384b2 100644 --- a/community/fcitx-mozc/PKGBUILD +++ b/community/fcitx-mozc/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 85959 2013-03-10 09:27:14Z fyan $ +# $Id: PKGBUILD 87458 2013-04-01 05:08:23Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com> ## Mozc compile option _bldtype=Release -_zipcoderel=201302 -_protobuf_ver=2.4.1 +_zipcoderel=201303 +_protobuf_ver=2.5.0 _pkgbase=mozc pkgname=fcitx-mozc pkgdesc="Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)" -pkgver=1.6.1187.102 -_patchver=${pkgver}.3 -pkgrel=8 +pkgver=1.10.1390.102 +_patchver=${pkgver}.1 +pkgrel=1 arch=('i686' 'x86_64') url="http://code.google.com/p/mozc/" license=('custom') @@ -105,8 +105,8 @@ package() { install -m 644 data/images/unix/ui-tool.png "${pkgdir}/usr/share/fcitx/mozc/icon/mozc-tool.png" } -md5sums=('e5246d17a81d2e942e9e8de0c3240c95' - '0ce9bd1663e320dc63bd2afffc475ab9' - 'e2a4bdf2d1384b124492a175d35b7867' - 'ed436802019c9e1f40cc750eaf78f318' - '3c947ef02d9bf3341192ba22916f3605') +md5sums=('ff1611354703cbaa76cd562007ba57e9' + '63310f8bad30f528ba10a6574b807952' + 'bb9fa83c00dece4de5f92ca1773e2bc5' + 'a72001a9067a4c2c4e0e836d0f92ece4' + 'b3e15acd43b41cb5383508250707292b') diff --git a/community/gmime24/PKGBUILD b/community/gmime24/PKGBUILD index d72951ccf..a9b8204ff 100644 --- a/community/gmime24/PKGBUILD +++ b/community/gmime24/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 67635 2012-03-13 14:57:11Z spupykin $ +# $Id: PKGBUILD 87490 2013-04-01 16:50:15Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Ben <ben@benmazer.net> pkgname=gmime24 -pkgver=2.4.32 +pkgver=2.4.33 pkgrel=1 pkgdesc="Core mime parsing library" arch=(i686 x86_64) @@ -14,7 +14,7 @@ depends=('glib2' 'zlib') makedepends=('pkgconfig') options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/gmime/2.4/gmime-${pkgver}.tar.xz) -md5sums=('46a52361d43769d20dbd87aa225bc3f9') +md5sums=('a4dc6e553c0cf3b7d96dfef8ab633163') build() { # get rid of that .wapi errors in fakeroot @@ -26,8 +26,11 @@ build() { --disable-mono \ --disable-static make - make DESTDIR=${pkgdir} install +} +package() { + cd ${srcdir}/gmime-${pkgver} + make DESTDIR=${pkgdir} install # These are gmime alternatives for the same shareutils tools rm -rf ${pkgdir}/usr/bin/uuencode ${pkgdir}/usr/bin/uudecode ${pkgdir}/usr/share } diff --git a/community/libfm/PKGBUILD b/community/libfm/PKGBUILD index d6f1237d9..b84cd94f9 100644 --- a/community/libfm/PKGBUILD +++ b/community/libfm/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 80049 2012-11-15 19:06:07Z bpiotrowski $ +# $Id: PKGBUILD 87492 2013-04-01 17:16:51Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> # Contributor: Unknown47 <unknown47r@gmail.com> # Contributor: Angel Velasquez <angvp@archlinux.org> @@ -6,7 +6,7 @@ pkgname=libfm pkgver=1.1.0 -pkgrel=3 +pkgrel=4 pkgdesc='Library for file management' url='http://pcmanfm.sourceforge.net/' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ license=('GPL') groups=('lxde') options=('!libtool') install=libfm.install -depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils' 'vala') +depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils') source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz) md5sums=('a5bc8b8291cf810c659bfb3af378b5de') diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD index 96defe4c9..6aa3694e5 100644 --- a/community/libvirt/PKGBUILD +++ b/community/libvirt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 86217 2013-03-13 13:30:48Z spupykin $ +# $Id: PKGBUILD 87474 2013-04-01 10:35:45Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jonathan Wiersma <archaur at jonw dot org> pkgname=libvirt -pkgver=1.0.3 -pkgrel=4 +pkgver=1.0.4 +pkgrel=1 pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)" arch=('i686' 'x86_64') url="http://libvirt.org/" @@ -36,7 +36,7 @@ source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz" libvirtd-guests.rc.d libvirtd-guests.conf.d libvirt.tmpfiles.d) -md5sums=('3d9f85d586c9aa3d819b626622f3fc97' +md5sums=('97166bc42d7cacb037923907abe656ab' 'c43244c40a0437038c82089618e7beaa' '3ed0e24f5b5e25bf553f5427d64915e6' '0ee5b6c58590ff392a266f20f7928d1f' diff --git a/community/pidgin-lwqq/PKGBUILD b/community/pidgin-lwqq/PKGBUILD index 80b9e0551..994291243 100644 --- a/community/pidgin-lwqq/PKGBUILD +++ b/community/pidgin-lwqq/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 85068 2013-02-27 02:51:41Z fyan $ +# $Id: PKGBUILD 87459 2013-04-01 05:10:16Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> pkgname=pidgin-lwqq -pkgver=0.1c -_pkgver=0.1-c +pkgver=0.1d +_pkgver=0.1-d pkgrel=1 pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for webqq protocol" arch=('i686' 'x86_64') @@ -24,7 +24,7 @@ build() mkdir build cd build - cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_LIBEV=On .. + cmake -DCMAKE_INSTALL_PREFIX=/usr .. make } @@ -33,4 +33,4 @@ package() cd "$srcdir/$pkgname-${_pkgver}/build" make DESTDIR="${pkgdir}" install } -md5sums=('7ea1ed24870213c07c536d49fd59e292') +md5sums=('b638e5132bbacdc84d951f7b0f66d2fd') diff --git a/community/protobuf/PKGBUILD b/community/protobuf/PKGBUILD index 151c95412..d86e9c13f 100644 --- a/community/protobuf/PKGBUILD +++ b/community/protobuf/PKGBUILD @@ -4,9 +4,9 @@ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgbase=protobuf -pkgname=('protobuf' 'protobuf-python') +pkgname=('protobuf' 'python2-protobuf') pkgver=2.5.0 -pkgrel=1 +pkgrel=2 pkgdesc="A way of encoding structured data in an efficient yet extensible format" arch=('i686' 'x86_64') url="http://code.google.com/p/protobuf/" @@ -28,10 +28,10 @@ package_protobuf() { make DESTDIR=$pkgdir install } -package_protobuf-python() { +package_python2-protobuf() { pkgdesc="protobuf python API" -# arch=('any') depends=("python2" "protobuf=${pkgver}") + replaces=("protobuf-python") cd $srcdir/protobuf-$pkgver/python python2 setup.py install --prefix=/usr --root $pkgdir diff --git a/community/redis/PKGBUILD b/community/redis/PKGBUILD index 1dfecd096..633ee0be7 100644 --- a/community/redis/PKGBUILD +++ b/community/redis/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 86498 2013-03-18 11:56:18Z spupykin $ +# $Id: PKGBUILD 87476 2013-04-01 10:36:14Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Jan-Erik Rediger <badboy at archlinux dot us> # Contributor: nofxx <x@<nick>.com> pkgname=redis -pkgver=2.6.11 +pkgver=2.6.12 pkgrel=1 pkgdesc="Advanced key-value store" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ source=("http://redis.googlecode.com/files/${pkgname}-${pkgver}.tar.gz" "redis.d" "redis.service" "redis.logrotate") -md5sums=('99d4d79ca7021899001b9c737097bf88' +md5sums=('d2c87926a650e22c2491c5e4c260849c' '8d843919d9f165e9a47e56cadb4ac2ed' '5ab9fdb200e15c13b450fda77fa030b6' '9e2d75b7a9dc421122d673fe520ef17f') diff --git a/community/sxiv/PKGBUILD b/community/sxiv/PKGBUILD index 68fb8e2bd..de8f86865 100644 --- a/community/sxiv/PKGBUILD +++ b/community/sxiv/PKGBUILD @@ -1,34 +1,35 @@ +# $Id: PKGBUILD 87472 2013-04-01 10:33:39Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Bert Muennich <muennich at informatik.hu-berlin.de> # Contributor: Brad Fanella <bradfanella@archlinux.us> pkgname=sxiv -pkgver=1.0 -pkgrel=3 -pkgdesc='simple x image viewer' +pkgver=1.1 +pkgrel=1 +pkgdesc='Simple X Image Viewer' arch=('i686' 'x86_64') license=('GPL2') install=sxiv.install url='https://github.com/muennich/sxiv' depends=('libx11' 'xproto' 'imlib2' 'giflib' 'libexif' 'desktop-file-utils') -source=("https://github.com/downloads/muennich/sxiv/sxiv-${pkgver}.tar.gz" - 'sxiv.desktop' - 'config.h') -md5sums=('c887e0af1e4d5a101b285a46d288c419' - '1dda85ff6bed4de337f8fb303075ed11' - 'c3e6c4b86da6b17687699dbd32c7717b') -build() { - cd "sxiv-${pkgver}" +source=(https://github.com/muennich/sxiv/archive/$pkgver.tar.gz + sxiv.desktop + config.h) +sha256sums=('7d22b060d264be25ee0e95afff9df535299dbdd48067c9fc795133e583e2583f' + 'bd14b9b6bc6d78f18cdff8535b4d1c13b3c76e35091dd6bc675011d42a01bb47' + '61515a87692849c942bfc3cce8b4c0f19139b4a1e9b6375a994cc541c64aab5c') - cp "$srcdir/config.h" . - make +build() { + cd sxiv-$pkgver + cp "$srcdir"/config.h . + make } package() { - cd "sxiv-${pkgver}" + cd sxiv-$pkgver - make PREFIX="${pkgdir}/usr" install - install -D -m644 ${srcdir}/sxiv.desktop \ - ${pkgdir}/usr/share/applications/sxiv.desktop + make PREFIX="$pkgdir"/usr install + install -D -m644 "$srcdir"/sxiv.desktop \ + "$pkgdir"/usr/share/applications/sxiv.desktop } diff --git a/community/sxiv/config.h b/community/sxiv/config.h index cc95fd46a..cd89b5fac 100644 --- a/community/sxiv/config.h +++ b/community/sxiv/config.h @@ -1,15 +1,3 @@ -#ifdef _FEATURE_CONFIG - -/* auto-orientate jpeg files according to their exif tags? - * (requires libexif [-lexif] to be installed) - */ -#define EXIF_SUPPORT 1 -/* load all frames from gif files and support gif animations? - * (requires giflib [-lgif] to be installed) - */ -#define GIF_SUPPORT 1 - -#endif #ifdef _WINDOW_CONFIG /* default window dimensions (overwritten via -g option): */ @@ -18,11 +6,19 @@ enum { WIN_HEIGHT = 600 }; -/* default color for window background: */ -static const char * const BG_COLOR = "#777777"; -/* default color for thumbnail selection: */ -static const char * const SEL_COLOR = "#DDDDDD"; -/* (see X(7) section "COLOR NAMES" for valid values) */ +/* bar font: + * (see X(7) section "FONT NAMES" for valid values) + */ +static const char * const BAR_FONT = "-*-fixed-medium-r-*-*-13-*-*-*-*-60-*-*"; + +/* colors: + * (see X(7) section "COLOR NAMES" for valid values) + */ +static const char * const WIN_BG_COLOR = "#777777"; +static const char * const WIN_FS_COLOR = "#000000"; +static const char * const SEL_COLOR = "#DDDDDD"; +static const char * const BAR_BG_COLOR = "#222222"; +static const char * const BAR_FG_COLOR = "#EEEEEE"; #endif #ifdef _IMAGE_CONFIG @@ -43,9 +39,6 @@ static const float zoom_levels[] = { 100.0, 150.0, 200.0, 400.0, 800.0 }; -/* default slideshow delay (in sec, overwritten via -S option): */ -enum { SLIDESHOW_DELAY = 5 }; - /* default settings for multi-frame gif images: */ enum { GIF_DELAY = 100, /* delay time (in ms) */ @@ -68,8 +61,10 @@ static const keymap_t keys[] = { { false, XK_q, it_quit, (arg_t) None }, { false, XK_Return, it_switch_mode, (arg_t) None }, { false, XK_f, it_toggle_fullscreen, (arg_t) None }, + { false, XK_b, it_toggle_bar, (arg_t) None }, { false, XK_r, it_reload_image, (arg_t) None }, + { false, XK_R, t_reload_all, (arg_t) None }, { false, XK_D, it_remove_image, (arg_t) None }, { false, XK_n, i_navigate, (arg_t) +1 }, @@ -78,6 +73,7 @@ static const keymap_t keys[] = { { false, XK_BackSpace, i_navigate, (arg_t) -1 }, { false, XK_bracketright, i_navigate, (arg_t) +10 }, { false, XK_bracketleft, i_navigate, (arg_t) -10 }, + { true, XK_6, i_alternate, (arg_t) None }, { false, XK_g, it_first, (arg_t) None }, { false, XK_G, it_n_or_last, (arg_t) None }, @@ -113,16 +109,16 @@ static const keymap_t keys[] = { { false, XK_minus, i_zoom, (arg_t) -1 }, { false, XK_KP_Subtract, i_zoom, (arg_t) -1 }, { false, XK_equal, i_set_zoom, (arg_t) 100 }, - { false, XK_w, i_fit_to_win, (arg_t) None }, + { false, XK_w, i_fit_to_win, (arg_t) SCALE_FIT }, + { false, XK_e, i_fit_to_win, (arg_t) SCALE_WIDTH }, + { false, XK_E, i_fit_to_win, (arg_t) SCALE_HEIGHT }, { false, XK_W, i_fit_to_img, (arg_t) None }, { false, XK_less, i_rotate, (arg_t) DIR_LEFT }, { false, XK_greater, i_rotate, (arg_t) DIR_RIGHT }, - { false, XK_s, i_toggle_slideshow, (arg_t) None }, - { true, XK_plus, i_adjust_slideshow, (arg_t) +1 }, - { true, XK_minus, i_adjust_slideshow, (arg_t) -1 }, - { true, XK_equal, i_reset_slideshow, (arg_t) None }, + { false, XK_backslash, i_flip, (arg_t) FLIP_HORIZONTAL }, + { false, XK_bar, i_flip, (arg_t) FLIP_VERTICAL }, { false, XK_a, i_toggle_antialias, (arg_t) None }, { false, XK_A, it_toggle_alpha, (arg_t) None }, diff --git a/community/sxiv/sxiv.install b/community/sxiv/sxiv.install index f09c533f4..6302d1f8f 100644 --- a/community/sxiv/sxiv.install +++ b/community/sxiv/sxiv.install @@ -1,12 +1,12 @@ post_install () { - update-desktop-database -q + update-desktop-database -q - echo "* Edit config.h in sxiv's PKGBUILD directory (generally /var/abs/community/sxiv/)" - echo " and rebuild package if you want to change settings." - echo "* Create the directory ~/.sxiv/ to enable thumbnail caching." - echo " See sxiv(1) for more information." + echo "* Edit config.h in sxiv's PKGBUILD directory (generally /var/abs/community/sxiv/)" + echo " and rebuild package if you want to change settings." + echo "* Create the directory ~/.sxiv/ to enable thumbnail caching." + echo " See sxiv(1) for more information." } post_upgrade () { - post_install ${1} + update-desktop-database -q } diff --git a/community/sysstat/PKGBUILD b/community/sysstat/PKGBUILD index 41dab2565..aa51c36f7 100644 --- a/community/sysstat/PKGBUILD +++ b/community/sysstat/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 85990 2013-03-10 20:15:07Z spupykin $ +# $Id: PKGBUILD 87478 2013-04-01 10:36:38Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Martin Devera <devik@cdi.cz> pkgname=sysstat -pkgver=10.1.4 +pkgver=10.1.5 pkgrel=1 pkgdesc="a collection of performance monitoring tools (iostat,isag,mpstat,pidstat,sadf,sar)" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ backup=('etc/conf.d/sysstat' source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.gz sysstat sysstat.service) -md5sums=('0a8e9f69c66fc6737e6645e22eed3275' +md5sums=('cdf66d6acd5c8cab709e07980b77ea6b' '3ce41ebf7330aba01e70b38658afed1f' '12ba479c606620193e8b7c6e982d5088') diff --git a/community/teamspeak3/PKGBUILD b/community/teamspeak3/PKGBUILD index c03d67a48..2caaef515 100644 --- a/community/teamspeak3/PKGBUILD +++ b/community/teamspeak3/PKGBUILD @@ -4,7 +4,7 @@ pkgname=teamspeak3 pkgver=3.0.10 -pkgrel=1 +pkgrel=2 pkgdesc="TeamSpeak is software for quality voice communication via the Internet" url="http://www.teamspeak.com/" license=('custom') @@ -45,6 +45,13 @@ package() { ln -s /usr/lib/libQtGui.so.4 ${pkgdir}/opt/teamspeak3/libQtGui.so.4 ln -s /usr/lib/libQtNetwork.so.4 ${pkgdir}/opt/teamspeak3/libQtNetwork.so.4 + # Fix FS#34190 + sed -i "/export QTDIR.*/d" ${pkgdir}/opt/teamspeak3/ts3client_runscript.sh + sed -i "/export QT_PLUGIN_PATH*/d" ${pkgdir}/opt/teamspeak3/ts3client_runscript.sh + + # Fix FS#34189 + rm ${pkgdir}/opt/teamspeak3/qt.conf + # Install Desktop File install -D -m644 $srcdir/teamspeak3.desktop ${pkgdir}/usr/share/applications/teamspeak3.desktop diff --git a/community/tiled-qt/PKGBUILD b/community/tiled-qt/PKGBUILD index 53be80468..56b0dd385 100644 --- a/community/tiled-qt/PKGBUILD +++ b/community/tiled-qt/PKGBUILD @@ -2,7 +2,7 @@ # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com) pkgname=tiled-qt pkgver=0.9.0 -pkgrel=4 +pkgrel=5 pkgdesc='A general purpose tile map editor, built to be flexible and easy to use' arch=('i686' 'x86_64') url='http://mapeditor.org' diff --git a/community/tomoyo-tools/PKGBUILD b/community/tomoyo-tools/PKGBUILD index f5acfbdbf..19fb16884 100644 --- a/community/tomoyo-tools/PKGBUILD +++ b/community/tomoyo-tools/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 84271 2013-02-15 10:11:37Z spupykin $ +# $Id: PKGBUILD 87482 2013-04-01 11:32:19Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Jamie Nguyen <jamie AT tomoyolinux.co.uk> @@ -7,13 +7,13 @@ _basever=2.5.0 _timestamp=20130214 _file=53357 pkgver=${_basever}.${_timestamp} -pkgrel=1 +pkgrel=2 pkgdesc='TOMOYO Linux userspace tools for Linux kernels >=3.2' arch=('i686' 'x86_64') url='http://tomoyo.sourceforge.jp' #url='http://sourceforge.jp/projects/tomoyo/releases/?package_id=9818' license=('GPL') -depends=('ncurses') +depends=('ncurses' 'linux>=3.2') conflicts=('ccs-tools') install=tomoyo-tools.install source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/${_file}/${pkgname}-${_basever}-${_timestamp}.tar.gz") diff --git a/community/xnoise/PKGBUILD b/community/xnoise/PKGBUILD index a13a71238..89543cbeb 100755 --- a/community/xnoise/PKGBUILD +++ b/community/xnoise/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 86895 2013-03-24 01:55:32Z fyan $ +# $Id: PKGBUILD 87484 2013-04-01 12:09:37Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: archtux <antonio dot arias99999 at gmail dot com> pkgname=xnoise pkgver=0.2.17 -pkgrel=2 +pkgrel=3 pkgdesc="Media player with a slick GUI, great speed and lots of features." arch=('i686' 'x86_64') url="http://www.xnoise-media-player.com/" @@ -13,7 +13,8 @@ depends=('desktop-file-utils' 'gnome-icon-theme' 'gst-plugins-base-libs' 'gst-pl optdepends=('gst-plugins-base: Basic media codecs' 'gst-plugins-bad: Extra media codecs' 'gst-plugins-ugly: Extra media codecs' - 'gst-libav: Extra media codecs') + 'gst-libav: Extra media codecs' + 'gvfs: Needed for fetching album art') makedepends=('gettext' 'intltool') options=('!libtool') install=$pkgname.install diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD index 53f3f7ea9..d036a3e32 100644 --- a/extra/ffmpeg/PKGBUILD +++ b/extra/ffmpeg/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 181002 2013-03-29 15:14:37Z bpiotrowski $ +# $Id: PKGBUILD 181138 2013-04-01 07:43:20Z bpiotrowski $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Contributor: Paul Mattal <paul@archlinux.org> pkgname=ffmpeg pkgver=1.2 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" arch=('i686' 'x86_64') @@ -29,6 +29,7 @@ build() { --disable-debug \ --disable-static \ --enable-avresample \ + --enable-dxva2 \ --enable-fontconfig \ --enable-gpl \ --enable-libass \ @@ -54,6 +55,7 @@ build() { --enable-postproc \ --enable-runtime-cpudetect \ --enable-shared \ + --enable-vdpau \ --enable-version3 \ --enable-x11grab diff --git a/extra/libxkbcommon/PKGBUILD b/extra/libxkbcommon/PKGBUILD index 53ca992b1..ae4d1bdff 100644 --- a/extra/libxkbcommon/PKGBUILD +++ b/extra/libxkbcommon/PKGBUILD @@ -1,28 +1,29 @@ -# $Id: PKGBUILD 179075 2013-03-03 00:51:04Z heftig $ -# Maintainer: Daniel Micay <danielmicay@gmail.com> +# $Id: PKGBUILD 181161 2013-04-01 20:10:49Z heftig $ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> +# Contributor: Daniel Micay <danielmicay@gmail.com> # Contributor: Mladen Pejakovic <pejakm@gmail.com> pkgname=libxkbcommon -pkgver=0.2.0 -pkgrel=3 +pkgver=0.3.0 +pkgrel=1 pkgdesc="Keyboard handling library using XKB data" arch=(i686 x86_64) url="http://xkbcommon.org/" -license=('custom') -depends=(glibc) +license=(custom) +depends=(xkeyboard-config) makedepends=(doxygen xorg-util-macros) -source=("http://xkbcommon.org/download/$pkgname-$pkgver.tar.bz2") -md5sums=('2be3d4a255d02c7d46fc6a9486f21f6a') options=('!libtool') +source=("http://xkbcommon.org/download/$pkgname-$pkgver.tar.xz") +md5sums=('22a046100738f99b4cc0297aa210f4e4') build() { - cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr + cd $pkgname-$pkgver + ./configure --prefix=/usr --disable-static make } package() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } diff --git a/extra/pulseaudio/PKGBUILD b/extra/pulseaudio/PKGBUILD index 489dfeebd..2206d6299 100644 --- a/extra/pulseaudio/PKGBUILD +++ b/extra/pulseaudio/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 173315 2012-12-18 20:30:41Z heftig $ +# $Id: PKGBUILD 181159 2013-04-01 19:36:12Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: Corrado Primier <bardo@aur.archlinux.org> @@ -8,7 +8,7 @@ pkgbase=pulseaudio pkgname=(pulseaudio libpulse) pkgdesc="A featureful, general-purpose sound server" pkgver=3.0 -pkgrel=2 +pkgrel=3 arch=(i686 x86_64) url="http://www.freedesktop.org/wiki/Software/PulseAudio" license=(GPL LGPL) @@ -57,6 +57,10 @@ package_pulseaudio() { cd $pkgbase-$pkgver make -j1 DESTDIR="$pkgdir" install + # Disable autospawn by default + sed -e '/autospawn/iautospawn=no' \ + -i "$pkgdir/etc/pulse/client.conf" + # Speed up pulseaudio shutdown # Lower resample quality, saves CPU sed -e '/exit-idle-time/iexit-idle-time=0' \ diff --git a/extra/pulseaudio/pulseaudio.install b/extra/pulseaudio/pulseaudio.install index 0e599b856..9de8b0e8f 100755 --- a/extra/pulseaudio/pulseaudio.install +++ b/extra/pulseaudio/pulseaudio.install @@ -20,6 +20,15 @@ post_upgrade() { with changes to the packaged files in /etc/pulse/. Otherwise, PulseAudio may refuse to start due to configuration errors. MES + if (( $(vercmp $2 3.0-3) < 0 )); then + cat << MES + +>>> Autospawn is now disabled by default. If you need to run PulseAudio outside + of an X session, either: + - Enable autospawn in client.conf, or + - Start it manually by executing 'pulseaudio --start' +MES + fi } # vim:set ts=2 sw=2 et: diff --git a/extra/uim/PKGBUILD b/extra/uim/PKGBUILD index f5b19e1ad..a4ec0be5e 100644 --- a/extra/uim/PKGBUILD +++ b/extra/uim/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 179003 2013-03-01 10:26:38Z andrea $ +# $Id: PKGBUILD 181132 2013-03-31 23:20:08Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: damir <damir@archlinux.org> pkgname=uim -pkgver=1.8.4 -pkgrel=3 +pkgver=1.8.5 +pkgrel=1 pkgdesc='Multilingual input method library' url='http://code.google.com/p/uim/' license=('custom:BSD') @@ -17,15 +17,13 @@ optdepends=('qt4: immodule and helper applications' 'gnome-panel: gnome applet indicator') options=('!libtool') source=("http://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") -sha1sums=('4f40912e4d4a85d9967044caef9e1ef349f3d6f2') +sha1sums=('13178e0ad9e9196e3fdb0bb9806e4add8fe3a8e5') install=install build() { cd "${srcdir}/${pkgname}-${pkgver}" - source /etc/profile.d/qt4.sh - ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/uim \ diff --git a/libre/blender-libre/PKGBUILD b/libre/blender-libre/PKGBUILD index a721f66f9..441e658a9 100644 --- a/libre/blender-libre/PKGBUILD +++ b/libre/blender-libre/PKGBUILD @@ -14,8 +14,8 @@ fi epoch=7 pkgver=2.66a _pyver=3.3 -pkgrel=2 -pkgdesc="Fully integrated 3D graphics creation suite, without nonfree povray, cuda and redcode support$_spndesc" +pkgrel=3 +pkgdesc="Fully integrated 3D graphics creation suite, without nonfree povray and cuda support$_spndesc" arch=( i686 x86_64 @@ -85,7 +85,7 @@ build() { -DWITH_CYCLES_OSL=ON\ -DWITH_FFTW3=ON\ -DWITH_GAMEENGINE=ON\ - -DWITH_IMAGE_REDCODE=OFF\ + -DWITH_IMAGE_REDCODE=ON\ -DWITH_INSTALL_PORTABLE=OFF\ -DWITH_JACK=ON\ -DWITH_MOD_OCEANSIM=ON\ diff --git a/libre/unar/PKGBUILD b/libre/unar/PKGBUILD index 7bad84a31..531f87a73 100755 --- a/libre/unar/PKGBUILD +++ b/libre/unar/PKGBUILD @@ -3,12 +3,12 @@ pkgname=unar pkgver=1.5 -pkgrel=2 +pkgrel=3 pkgdesc="An Objective-C application for uncompressing archive files" arch=('x86_64' 'i686' 'mips64el') url="http://unarchiver.c3.cx/" license=('LGPL2.1') -depends=('gnustep-base' 'openssl' 'bzip2' 'icu' 'gcc-libs' 'zlib') +depends=('gnustep-base' 'openssl' 'bzip2' 'icu=51.1' 'gcc-libs' 'zlib') makedepends=('gcc-objc') replaces=("unarchiver") conflicts=("unarchiver") |