summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/collectd/PKGBUILD7
-rw-r--r--community/fcitx-mozc/PKGBUILD59
-rw-r--r--community/hwinfo/PKGBUILD13
-rw-r--r--community/murmur/PKGBUILD6
-rw-r--r--community/vifm/PKGBUILD6
-rw-r--r--community/vifm/vifm.changelog3
6 files changed, 52 insertions, 42 deletions
diff --git a/community/collectd/PKGBUILD b/community/collectd/PKGBUILD
index 8e93c9119..e4ae098d4 100644
--- a/community/collectd/PKGBUILD
+++ b/community/collectd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 106139 2014-02-24 06:59:03Z bisson $
+# $Id: PKGBUILD 111399 2014-05-18 02:59:39Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Gerhard Brauer <gerhard.brauer@web.de>
pkgname=collectd
pkgver=5.4.1
-pkgrel=1
+pkgrel=2
pkgdesc='Daemon which collects system performance statistics periodically'
url='http://collectd.org/'
arch=('i686' 'x86_64')
@@ -28,13 +28,12 @@ optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
'lm_sensors: lm_sensors and sensors plugins'
'libvirt: libvirt plugin'
'libxml2: ascent and libvirt plugins'
- 'xmms: xmms plugin'
'yajl: curl_json plugin')
makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping'
'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors'
- 'libvirt' 'libxml2' 'xmms' 'yajl')
+ 'libvirt' 'libxml2' 'yajl')
depends=('libltdl' 'iptables')
diff --git a/community/fcitx-mozc/PKGBUILD b/community/fcitx-mozc/PKGBUILD
index 1dff5a8aa..a41948875 100644
--- a/community/fcitx-mozc/PKGBUILD
+++ b/community/fcitx-mozc/PKGBUILD
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD 103671 2014-01-09 06:33:11Z fyan $
+# $Id: PKGBUILD 111402 2014-05-18 04:53:46Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
## Mozc compile option
_bldtype=Release
-_zipcoderel=201312
+_zipcoderel=201404
_protobuf_ver=2.5.0
-_gyp_rev=1828
+_gyp_rev=1920
+_japanese_usage_dictionary_rev=10
+_revision=192
_pkgbase=mozc
-_revision=178
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.13.1651.102
+pkgver=1.15.1785.102
_patchver=${pkgver}.1
pkgrel=1
arch=('i686' 'x86_64')
@@ -24,25 +25,17 @@ makedepends=('pkg-config' 'python2' 'gtest' 'curl' 'gtk2' 'mesa' 'svn')
replaces=('mozc-fcitx')
conflicts=('mozc' 'mozc-server' 'mozc-utils-gui' 'mozc-fcitx')
source=(mozc::svn+http://mozc.googlecode.com/svn/trunk/src#revision=$_revision
+ japanese_usage_dictionary::svn+http://japanese-usage-dictionary.googlecode.com/svn/trunk#revision=$_japanese_usage_dictionary_rev
gyp::svn+http://gyp.googlecode.com/svn/trunk#revision=$_gyp_rev
- http://downloads.sourceforge.net/pnsft-aur/x-ken-all${_zipcoderel}.zip
+ http://downloads.sourceforge.net/pnsft-aur/x-ken-all-${_zipcoderel}.zip
http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcoderel}.zip
http://protobuf.googlecode.com/files/protobuf-${_protobuf_ver}.tar.bz2
http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_patchver}.patch
http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz)
-build() {
- #source /etc/profile.d/qt4.sh
-
- # Update: Fix qt4 include path too
- # Fix compatibility with google-glog 0.3.3 (symbol conflict)
- #CFLAGS="${CFLAGS} -DFLAGS_log_dir=FLAGS_mozc_log_dir"
- #CXXFLAGS="${CXXFLAGS} -DFLAGS_log_dir=FLAGS_mozc_log_dir"
- CFLAGS="${CFLAGS} -I/usr/include/qt4 -fvisibility=hidden"
- CXXFLAGS="${CXXFLAGS} -I/usr/include/qt4 -fvisibility=hidden"
-
+prepare() {
cd mozc
-
+
# Apply fcitx patch
rm unix/fcitx -rf
patch -Np2 -i "$srcdir/fcitx-mozc-${_patchver}.patch"
@@ -55,24 +48,37 @@ build() {
find . -name \*.py -type f -exec sed -i -e "1s|python.*$|python2|" {} +
find . -regex '.*\.gypi?$' -type f -exec sed -i -e "s|'python'|'python2'|g" {} +
- # Generate zip code seed
- msg "Generating zip code seed..."
- python2 dictionary/gen_zip_code_seed.py --zip_code="${srcdir}/x-ken-all.csv" --jigyosyo="${srcdir}/JIGYOSYO.CSV" >> data/dictionary_oss/dictionary09.txt
- msg "Done."
+ # Copy japanese_usage_dictionary
+ mkdir third_party/japanese_usage_dictionary
+ cp -a "$srcdir"/japanese_usage_dictionary/* third_party/japanese_usage_dictionary
# Copy gyp
mkdir third_party/gyp
- cp -rf "${srcdir}"/gyp/* third_party/gyp
+ cp -a "${srcdir}"/gyp/* third_party/gyp
# Copy protobuf to be linked statically
mkdir third_party/protobuf
cp -rf "${srcdir}/protobuf-${_protobuf_ver}"/* third_party/protobuf
+}
+
+build() {
+ # Update: Fix qt4 include path too
+ # Fix compatibility with google-glog 0.3.3 (symbol conflict)
+ CFLAGS="${CFLAGS} -I/usr/include/qt4 -fvisibility=hidden"
+ CXXFLAGS="${CXXFLAGS} -I/usr/include/qt4 -fvisibility=hidden"
+
+ cd mozc
+
+ # Generate zip code seed
+ msg "Generating zip code seed..."
+ python2 dictionary/gen_zip_code_seed.py --zip_code="${srcdir}/x-ken-all.csv" --jigyosyo="${srcdir}/JIGYOSYO.CSV" >> data/dictionary_oss/dictionary09.txt
+ msg "Done."
msg "Starting make..."
_targets="server/server.gyp:mozc_server gui/gui.gyp:mozc_tool unix/fcitx/fcitx.gyp:fcitx-mozc"
- QTDIR=/usr GYP_DEFINES="document_dir=/usr/share/licenses/$pkgname" python2 build_mozc.py gyp --channel_dev=0
+ QTDIR=/usr GYP_DEFINES="document_dir=/usr/share/licenses/$pkgname" python2 build_mozc.py gyp
python2 build_mozc.py build_tools -c $_bldtype
python2 build_mozc.py build -c $_bldtype $_targets
@@ -114,8 +120,9 @@ package() {
sha512sums=('SKIP'
'SKIP'
- 'f05c779257c8bc6e51ba8ab9fddec918a6de29d45c756bd3b83d42cb99265ada85313e980518096338ebcadcd0fe6433cbd9ad20a74f4116975eb7c168b72d81'
- '87e8733cfc11528fa698b0a48f4e89c0dd02e2d79c804025219531fad4776cfcba720d720003d83a65401b4631c9ae1adc3395d18965066d232a76794ae3d54f'
+ 'SKIP'
+ '3a868b8f34c6651221db585f3338c9d5ac5c832781fa23f299d6dbe24c8ec1b506e8284c113256330d340fd63e770458ff9212953a290c588ca2f3dab1a706ec'
+ '84c4c05b0a54df6cd3dbee1f7194779cdac90c3bff46bc34f4e0bb7edbcbd030fced03766f3e93a76f3c23905666d90fa80e1c69d1cc7f4a3b526fad44a42f7a'
'5994b3669808b82fef5c860ecad36358c0767f84acac877e7bfcf722e59d972835a955714149bdd4158fbd1328a51d01397a563991d26475351ee72be48142ee'
- 'cd879029d87fd80a70796bd83ac67decbb58b181acafcee22110cb46a50c371c82b67babcfe80b1c05fa9beef3d3a7ddd580105a70c411795cf8c9ef745661e2'
+ '04d695e06f895d737cf161ac00ddc774ffbf0c91c0e8a827a14f23dbe83f4a609becd6b834557befb83b923ee1a72ba237b688ee46e6b17d953f41955d985301'
'5507c637e5a65c44ccf6e32118b6d16647ece865171b9a77dd3c78e6790fbd97e6b219e68d2e27750e22074eb536bccf8d553c295d939066b72994b86b2f251a')
diff --git a/community/hwinfo/PKGBUILD b/community/hwinfo/PKGBUILD
index 79088553f..e3f9818fc 100644
--- a/community/hwinfo/PKGBUILD
+++ b/community/hwinfo/PKGBUILD
@@ -1,28 +1,29 @@
-# $Id: PKGBUILD 107044 2014-03-11 18:19:44Z arodseth $
+# $Id: PKGBUILD 111449 2014-05-18 18:02:57Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
# Contributor: champus, madeye, ranguvar and ninja_pt
pkgname=hwinfo
-pkgver=21.0.1.3
+pkgver=21.4.1.1
pkgrel=1
pkgdesc='Hardware detection tool from openSUSE'
arch=('x86_64' 'i686')
url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
license=('GPL2')
-depends=('libx86emu' 'bash')
+depends=('libx86emu' 'bash' 'perl')
makedepends=('sysfsutils' 'rpmextract' 'flex' 'aria2')
options=('!emptydirs')
-source=("hwinfo.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm"
+source=("$pkgname.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm"
'custom_ioctl.patch')
-sha256sums=('SKIP' '6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
+sha256sums=('69abbeb2e53268fcf675fea990bb6703dc3031235c130605bae853b898b59205'
+ '6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
prepare() {
# Downloading the source rpm file, using meta4
aria2c -M "$pkgname.meta4" -V -c --allow-overwrite=true --no-conf=true
- # Wish they would just provide a normal $pkgname-$pkgvar.tar.gz...
+ # Wish upstream could just provide a normal $pkgname-$pkgver.tar.gz...
rpmextract.sh "$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm"
tar jxf "$pkgname-${pkgver%.*.*}.tar.bz2"
diff --git a/community/murmur/PKGBUILD b/community/murmur/PKGBUILD
index cd0875d2e..a564fc101 100644
--- a/community/murmur/PKGBUILD
+++ b/community/murmur/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 105352 2014-02-05 20:05:30Z bluewind $
+# $Id: PKGBUILD 111408 2014-05-18 11:46:04Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Otto Allmendinger <otto.allmendinger@googlemail.com>
# Contributor: Malte Rabenseifner <malte@zearan.de>
pkgname=murmur
-pkgver=1.2.5
+pkgver=1.2.6
pkgrel=1
pkgdesc="The voice chat application server for Mumble"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ install="murmur.install"
source=("http://downloads.sourceforge.net/mumble/mumble-$pkgver.tar.gz"
"murmur.dbus.conf"
"murmur.service")
-md5sums=('084ca44252bd5356b68af555f81ba6f6'
+md5sums=('32b37ff426863d7abeb1b7c1938652ff'
'eddea4cdbd0bde4b960a67e16b5d5478'
'd27a9adcd7561859e7b033046729bc0e')
diff --git a/community/vifm/PKGBUILD b/community/vifm/PKGBUILD
index 550c690f2..9d8f30338 100644
--- a/community/vifm/PKGBUILD
+++ b/community/vifm/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 100834 2013-11-11 18:48:45Z jlichtblau $
+# $Id: PKGBUILD 111423 2014-05-18 17:02:11Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=vifm
-pkgver=0.7.6
+pkgver=0.7.7
pkgrel=1
pkgdesc="Ncurses based file manager with vi like keybindings"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('ncurses')
changelog=$pkgname.changelog
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('861798592d6fccc5d330a66e68f1c5a747732b9df587f15d892c6ff72a04650f')
+sha256sums=('0dc0271c016ab2d2017bc3c2389bd2ab747603f1c05f425a8a181f5cdaacd4d1')
build() {
cd ${srcdir}/$pkgname-$pkgver
diff --git a/community/vifm/vifm.changelog b/community/vifm/vifm.changelog
index 57a4b3831..b3ea6de8b 100644
--- a/community/vifm/vifm.changelog
+++ b/community/vifm/vifm.changelog
@@ -1,3 +1,6 @@
+2014-05-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * vifm 0.7.7-1
+
2013-11-11 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* vifm 0.7.6-1