summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-27 02:19:29 -0800
committerroot <root@rshg054.dnsready.net>2012-11-27 02:19:29 -0800
commitc008601effc878e60852f7928ddadcf5a16eb851 (patch)
tree50f2e1a3e779a9a93deadc396c29f80c6f24de0e /community
parentd41782ebd2416faf39268ec9a2c3242430390308 (diff)
Tue Nov 27 02:14:24 PST 2012
Diffstat (limited to 'community')
-rw-r--r--community/darktable/PKGBUILD12
-rw-r--r--community/erlang-nox/PKGBUILD56
-rw-r--r--community/fcitx-rime/PKGBUILD46
-rw-r--r--community/fcitx-rime/fcitx-rime.install11
-rw-r--r--community/ibus-chewing/PKGBUILD13
-rw-r--r--community/ibus-rime/PKGBUILD28
-rw-r--r--community/ibus-rime/ibus-rime.install3
-rw-r--r--community/kyotocabinet/PKGBUILD29
-rw-r--r--community/librime/PKGBUILD28
-rw-r--r--community/polipo/PKGBUILD2
-rw-r--r--community/polipo/polipo.service3
-rw-r--r--community/spacefm/PKGBUILD8
-rw-r--r--community/udevil/PKGBUILD6
-rw-r--r--community/unbound/PKGBUILD4
14 files changed, 225 insertions, 24 deletions
diff --git a/community/darktable/PKGBUILD b/community/darktable/PKGBUILD
index db75f8f2c..9c1689761 100644
--- a/community/darktable/PKGBUILD
+++ b/community/darktable/PKGBUILD
@@ -1,25 +1,25 @@
-# $Id: PKGBUILD 78926 2012-10-27 23:44:11Z ebelanger $
+# $Id: PKGBUILD 80581 2012-11-26 09:25:03Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Christian Himpel <chressie at gmail dot com>
# Contributor: Johannes Hanika <hanatos at gmail dot com>
pkgname=darktable
-pkgver=1.0.5
-_pkgver=1.0
-pkgrel=4
+pkgver=1.1
+_pkgver=1.1
+pkgrel=1
pkgdesc="Utility to organize and develop raw images"
arch=('i686' 'x86_64')
url=http://darktable.sf.net/
license=('GPL3')
depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 'dbus-glib'
- 'curl' 'libgnome-keyring' 'libgphoto2' 'libusb-compat' 'openexr' 'sqlite')
+ 'curl' 'libgnome-keyring' 'libgphoto2' 'libusb-compat' 'openexr' 'sqlite' 'libxslt')
makedepends=('intltool>=0.40' 'cmake' 'librsvg')
# 'gnome-doc-utils' 'libxslt' 'fop')
optdepends=('librsvg')
install=darktable.install
options=(!libtool)
source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.gz)
-md5sums=('9ad88a1a6b9761fce28c8073d8f47941')
+md5sums=('1b399636a0386f2167521a0d30c29032')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/erlang-nox/PKGBUILD b/community/erlang-nox/PKGBUILD
new file mode 100644
index 000000000..17710327f
--- /dev/null
+++ b/community/erlang-nox/PKGBUILD
@@ -0,0 +1,56 @@
+# $Id: PKGBUILD 80307 2012-11-19 19:18:28Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# Contributor: Lukas Fleischer <archlinux@cryptocrack.de>
+# Contributor: Vesa Kaihlavirta <vesa@archlinux.org>
+# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
+# Contributor: Tom Burdick <thomas.burdick@wrightwoodtech.com>
+# Contributor: Ricardo Catalinas Jiménez <jimenezrick@gmail.com>
+
+pkgname=erlang-nox
+pkgver=R15B02
+pkgrel=1
+pkgdesc='General-purpose concurrent functional programming language developed by Ericsson (headless version)'
+arch=('x86_64' 'i686')
+url='http://www.erlang.org'
+license=('custom')
+depends=('ncurses')
+provides=('erlang')
+conflicts=('erlang')
+makedepends=('perl' 'openssl')
+optdepends=('unixodbc: for database support'
+ 'java-environment: for Java support')
+source=("http://www.erlang.org/download/otp_src_$pkgver.tar.gz"
+ "http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz")
+sha256sums=('03eb0bd640916666ff83df1330912225fbf555e0c8cf58bb35d8307a314f1158'
+ 'e27ed26259a2560b81e02b89190ae2a3bf0a777dc2e875f9615adab0a5388f95')
+
+build() {
+ cd "$srcdir/otp_src_$pkgver"
+
+ msg2 'Configuring...'
+ ./configure --prefix=/usr --enable-smp-support
+ msg2 'Compiling...'
+ make
+}
+
+package() {
+ cd "$srcdir/otp_src_$pkgver"
+
+ make DESTDIR="$pkgdir" install
+
+ # Install documentation
+ install -d "$pkgdir/usr/share/doc/erlang"
+ install -m0644 "$srcdir/otp_src_$pkgver/README.md" \
+ "$srcdir"/{README,COPYRIGHT} \
+ "$pkgdir/usr/share/doc/erlang"
+
+ # Install compressed man pages
+ for page in "$srcdir/man/man?/*"; do gzip $page; done
+ cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang"
+
+ # Install license
+ install -Dm0644 "$srcdir/otp_src_$pkgver/EPLICENCE" \
+ "$pkgdir/usr/share/licenses/$pkgname/EPLICENCE"
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/fcitx-rime/PKGBUILD b/community/fcitx-rime/PKGBUILD
new file mode 100644
index 000000000..6d9cee68c
--- /dev/null
+++ b/community/fcitx-rime/PKGBUILD
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+# Contributor: lh <jason52lh@gmail.com>
+
+pkgname=fcitx-rime
+pkgver=0.1.2
+pkgrel=2
+_rimever=0.9.3
+pkgdesc="Fcitx Wrapper for librime"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx>=4.2.0' "librime>=$_rimever" "brise")
+makedepends=('cmake' 'intltool')
+install='fcitx-rime.install'
+source=(
+ "rime-$_rimever.tar.gz::https://github.com/lotem/brise/tarball/rime-$_rimever"
+ "http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz"
+)
+
+_brise_name=lotem-brise-149c684
+
+build() {
+ cd "$srcdir"
+ rm -rf brise/
+ cp -r ${_brise_name}/ brise/
+
+ msg "Starting make..."
+
+ cd "$pkgname-$pkgver"
+
+ rm -rf build
+ mkdir build
+ cd build
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver/build"
+ make DESTDIR="$pkgdir" install
+}
+
+md5sums=('7a210167c0e5a474716a3bd1d553ff5a'
+ '3b1d2ad3363910ed214672078c72e23f')
diff --git a/community/fcitx-rime/fcitx-rime.install b/community/fcitx-rime/fcitx-rime.install
new file mode 100644
index 000000000..c0797237a
--- /dev/null
+++ b/community/fcitx-rime/fcitx-rime.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
diff --git a/community/ibus-chewing/PKGBUILD b/community/ibus-chewing/PKGBUILD
index ec7cdfe7b..8e0967fd8 100644
--- a/community/ibus-chewing/PKGBUILD
+++ b/community/ibus-chewing/PKGBUILD
@@ -1,12 +1,13 @@
-# $Id: PKGBUILD 79173 2012-10-31 06:03:57Z ebelanger $
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# $Id: PKGBUILD 80617 2012-11-27 04:47:44Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Rainy <rainylau(at)gmail(dot)com>
# Contributor: Lee.MaRS <leemars@gmail.com>
# Contributor: Hiroshi Yui <hiroshiyui@gmail.com>
pkgname=ibus-chewing
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.4.3
+pkgrel=1
pkgdesc='Chinese Chewing Engine for IBus Framework'
arch=('i686' 'x86_64')
license=('GPL')
@@ -15,8 +16,7 @@ depends=('ibus' 'libchewing' 'libxtst')
makedepends=('swig' 'cmake' 'gob2' 'gconf')
options=('!makeflags')
install=ibus-chewing.install
-source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}-Source.tar.gz)
-md5sums=('67d944ddfb7dd4eb325967ce43390092')
+source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}-Source.tar.gz")
build() {
cd "${srcdir}/${pkgname}-${pkgver}-Source"
@@ -30,3 +30,4 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}-Source"
make DESTDIR="${pkgdir}" install
}
+md5sums=('20b1d553ba14cecabcf7418e91da353b')
diff --git a/community/ibus-rime/PKGBUILD b/community/ibus-rime/PKGBUILD
new file mode 100644
index 000000000..7507f1ec7
--- /dev/null
+++ b/community/ibus-rime/PKGBUILD
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 80615 2012-11-27 03:11:48Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+# Contributor: 網軍總司令
+
+pkgname=ibus-rime
+pkgver=0.9.4
+pkgrel=2
+pkgdesc="Rime input method engine for ibus"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+depends=('ibus' 'libnotify' 'librime>=0.9.3' 'brise')
+makedepends=('cmake')
+install='ibus-rime.install'
+source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+
+build() {
+ cd "$srcdir/$pkgname"
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname"
+ make DESTDIR="$pkgdir" install
+}
+
+md5sums=('ec7fdc6f8c772b1c5412be59546bc667')
diff --git a/community/ibus-rime/ibus-rime.install b/community/ibus-rime/ibus-rime.install
new file mode 100644
index 000000000..220126eb3
--- /dev/null
+++ b/community/ibus-rime/ibus-rime.install
@@ -0,0 +1,3 @@
+pre_upgrade() {
+ rm /usr/share/ibus-rime/*.bin || true
+}
diff --git a/community/kyotocabinet/PKGBUILD b/community/kyotocabinet/PKGBUILD
new file mode 100644
index 000000000..34cb5c73a
--- /dev/null
+++ b/community/kyotocabinet/PKGBUILD
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 80585 2012-11-26 11:05:40Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+# Contributor: Alexander Duscheleit <jinks@archlinux.us>
+# Contributor: Joaquim Pedro (osmano807) <osmano807@gmail.com>
+
+pkgname=kyotocabinet
+pkgver=1.2.76
+pkgrel=1
+pkgdesc="a modern implementation of DBM in C++"
+arch=('i686' 'x86_64')
+url="http://fallabs.com/kyotocabinet"
+license=('LGPL3')
+makedepends=('gcc>=3.1' 'make' 'pkgconfig' 'zlib')
+depends=('zlib' 'gcc-libs')
+source=("http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz")
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make install DESTDIR="$pkgdir/"
+}
+sha512sums=('278db7b327eb4c21bf0137d9aa14fb67d74d5ce7ed1cb29fc9120d157a60de165ec0cf842903eb7952e8f998045ae585b958977fa973ba0e0773381de71d9f6a')
diff --git a/community/librime/PKGBUILD b/community/librime/PKGBUILD
new file mode 100644
index 000000000..5448efe84
--- /dev/null
+++ b/community/librime/PKGBUILD
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 80591 2012-11-26 15:20:56Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+# Contributor: GONG Chen <chen dot sst at gmail dot com>
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=0.9.4
+pkgrel=3
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/"
+license=('GPL3')
+depends=('boost>=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake')
+source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+
+build() {
+ cd "${srcdir}/$pkgname"
+ make
+}
+
+package() {
+ cd "${srcdir}/$pkgname"
+ make DESTDIR="$pkgdir" install
+}
+
+md5sums=('c917d52ddc5483147d0409de9dafc8af')
diff --git a/community/polipo/PKGBUILD b/community/polipo/PKGBUILD
index 19a681a81..7dc429c63 100644
--- a/community/polipo/PKGBUILD
+++ b/community/polipo/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 80058 2012-11-15 19:30:39Z ttoepper $
+# $Id: PKGBUILD 80595 2012-11-26 19:52:10Z eric $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
# Contributor: Jelle van der Waa <jelle vdwaa nl>
# Contributor: Thomas Holmquist <thomas@vorget.com>
diff --git a/community/polipo/polipo.service b/community/polipo/polipo.service
index 057d1c3c2..59aeb9f3b 100644
--- a/community/polipo/polipo.service
+++ b/community/polipo/polipo.service
@@ -2,10 +2,9 @@
Description=Polipo Proxy Server
[Service]
-Type=oneshot
+Type=forking
ExecStart=/usr/bin/polipo daemonise=true logFile="/var/log/polipo.log"
User=nobody
-RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
diff --git a/community/spacefm/PKGBUILD b/community/spacefm/PKGBUILD
index 561b2ef5b..ff3588e52 100644
--- a/community/spacefm/PKGBUILD
+++ b/community/spacefm/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 78846 2012-10-25 18:08:49Z bpiotrowski $
+# $Id: PKGBUILD 80587 2012-11-26 14:57:25Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
# Contributor: ridikulus_rat <the.ridikulus.rat@gmail.com>
pkgname=spacefm
-pkgver=0.8.2
+pkgver=0.8.3
pkgrel=1
-pkgdesc='A multi-panel tabbed file manager'
+pkgdesc='Multi-panel tabbed file manager'
arch=('i686' 'x86_64')
url='http://ignorantguru.github.com/spacefm/'
license=('GPL3')
@@ -22,7 +22,7 @@ optdepends=('lsof: device processes'
'udisks: mount as non-root user'
'udisks2: mount as non-root user')
source=(https://raw.github.com/IgnorantGuru/spacefm/master/packages/${pkgver}/spacefm-${pkgver}.tar.xz)
-md5sums=('fbae23404d44a7eea5453217f0102eb7')
+md5sums=('247165245bb3d6f5afbff07649fe8f57')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/udevil/PKGBUILD b/community/udevil/PKGBUILD
index 7e4142bba..ae4d65460 100644
--- a/community/udevil/PKGBUILD
+++ b/community/udevil/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 78681 2012-10-22 20:02:54Z bpiotrowski $
+# $Id: PKGBUILD 80589 2012-11-26 14:58:37Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
pkgname=udevil
-pkgver=0.3.4
+pkgver=0.3.5
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Mount and unmount without password'
@@ -24,7 +24,7 @@ provides=('devmon')
backup=('etc/udevil/udevil.conf')
install=$pkgname.install
source=(https://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz)
-md5sums=('6b2fef714c0ef184086901896e226a80')
+md5sums=('0acb03c85f06fc8b59c6997830613529')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD
index 21921a415..30ad550d3 100644
--- a/community/unbound/PKGBUILD
+++ b/community/unbound/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 78792 2012-10-24 23:47:43Z bisson $
+# $Id: PKGBUILD 80605 2012-11-27 00:42:31Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Hisato Tatekura <hisato_tatekura@excentrics.net>
# Contributor: Massimiliano Torromeo <massimiliano DOT torromeo AT google mail service>
pkgname=unbound
pkgver=1.4.18
-pkgrel=2
+pkgrel=3
pkgdesc='Validating, recursive, and caching DNS resolver'
url='http://unbound.net/'
license=('custom:BSD')