diff options
Diffstat (limited to 'community')
-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 |
18 files changed, 119 insertions, 104 deletions
diff --git a/community/awesome/PKGBUILD b/community/awesome/PKGBUILD index 45dc2b35c..a55e1c214 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' 'mips64el') 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 f5cfe1d84..83f4e477e 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' 'mips64el') 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 78ca9a910..7110d1574 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' 'mips64el') url='http://easystroke.sourceforge.net/' diff --git a/community/fcitx-mozc/PKGBUILD b/community/fcitx-mozc/PKGBUILD index 586819abc..e0eaf3eff 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' 'mips64el') 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 48573dffa..64f2d9f7e 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 mips64el) @@ -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 113c5ab6b..c62d65446 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.1 +pkgrel=4 pkgdesc='Library for file management' url='http://pcmanfm.sourceforge.net/' arch=('i686' 'x86_64' 'mips64el') @@ -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 1951b0963..bce3c6444 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' 'mips64el') 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 7d212dc01..bc02dca18 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' 'mips64el') @@ -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 f44461f1d..a4a80f152 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' 'mips64el') 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 dcbceefc8..6310d37d7 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' 'mips64el') @@ -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 de24295bb..90566e8bf 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' 'mips64el') 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 da1ea4013..4a1e94626 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' 'mips64el') @@ -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 3cf196895..7fb7ba983 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' 'mips64el') 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 a5253cdab..9222d0f85 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' 'mips64el') 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 |