summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/arm-wince-cegcc-binutils/PKGBUILD36
-rw-r--r--community/ibus-kkc/ChangeLog14
-rw-r--r--community/ibus-kkc/PKGBUILD9
-rw-r--r--community/libkkc-data/PKGBUILD9
-rw-r--r--community/libkkc/ChangeLog26
-rw-r--r--community/libkkc/PKGBUILD9
-rw-r--r--community/mashup/PKGBUILD10
-rw-r--r--community/mongodb/PKGBUILD46
8 files changed, 46 insertions, 113 deletions
diff --git a/community/arm-wince-cegcc-binutils/PKGBUILD b/community/arm-wince-cegcc-binutils/PKGBUILD
deleted file mode 100644
index edd8f46df..000000000
--- a/community/arm-wince-cegcc-binutils/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 60993 2011-12-20 11:27:39Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
-pkgname=arm-wince-cegcc-binutils
-pkgver=0.59.1
-pkgrel=1
-_prefix=/opt/cegcc
-pkgdesc="CE GCC bundle - cross compilation tools for WinCE"
-arch=(i686 x86_64)
-license=(GPL)
-options=(!libtool)
-url="http://cegcc.sf.net"
-depends=(zlib)
-groups=('cegcc')
-source=(http://arch.p5n.pp.ru/~sergej/dl/cegcc-$pkgver.tar.bz2)
-md5sums=('5e3c1098abdf8e5db2a3518ee3578b4b')
-
-build() {
- cd $srcdir/cegcc/src/binutils
-
- unset CFLAGS
- unset LDFLAGS
-
- find . -name Makefile.in -exec sed -i 's|WARN_CFLAGS =.*|WARN_CFLAGS =|g' {} \;
- [ $NOEXTRACT -eq 1 ] || ./configure \
- --prefix=${_prefix} \
- --exec-prefix=${_prefix} \
- --bindir=${_prefix}/bin \
- --target=arm-wince-cegcc \
- --disable-nls \
- --includedir=${_prefix}/include
-
- make || (cd etc && make) && make
- make DESTDIR=$pkgdir install
- rm -rf $pkgdir/opt/cegcc/info
-}
diff --git a/community/ibus-kkc/ChangeLog b/community/ibus-kkc/ChangeLog
deleted file mode 100644
index 61358e57e..000000000
--- a/community/ibus-kkc/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-2013-06-07 ponsfoot <cabezon dot hashimoto at gmail dot com>
-
- * ibus-kkc 1.5.14-1
- - upstream update
-
-2013-05-27 ponsfoot <cabezon dot hashimoto at gmail dot com>
-
- * ibus-kkc 1.5.13-2
- - Fix dependency (Add libkkc)
-
-2013-05-27 ponsfoot <cabezon dot hashimoto at gmail dot com>
-
- * ibus-kkc 1.5.13-1
- - Initial release on AUR
diff --git a/community/ibus-kkc/PKGBUILD b/community/ibus-kkc/PKGBUILD
index d9d9a5a07..dadd66602 100644
--- a/community/ibus-kkc/PKGBUILD
+++ b/community/ibus-kkc/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
pkgname=ibus-kkc
-pkgver=1.5.14
-pkgrel=2
+pkgver=1.5.15
+pkgrel=1
pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus"
arch=('i686' 'x86_64')
url="https://bitbucket.org/libkkc"
@@ -11,13 +11,10 @@ license=('GPL')
options=(!libtool)
depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
makedepends=('vala' 'intltool')
-changelog=ChangeLog
source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('9396521d85501757dd42c64f92e52a2e5f514872')
build() {
cd "${pkgname}-${pkgver}"
- # VALAC=/usr/bin/valac-0.18 \
./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
make
}
@@ -26,3 +23,5 @@ package() {
cd "${pkgname}-${pkgver}"
make DESTDIR="$pkgdir" install
}
+
+md5sums=('b5014e47c80d01d0774ac539d6ee7f5f')
diff --git a/community/libkkc-data/PKGBUILD b/community/libkkc-data/PKGBUILD
index 1c84beae9..0a235cb22 100644
--- a/community/libkkc-data/PKGBUILD
+++ b/community/libkkc-data/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
pkgname=libkkc-data
-pkgver=0.2.0
-pkgrel=4
+pkgver=0.2.5
+pkgrel=1
pkgdesc="Language model data package for libkkc"
arch=('i686' 'x86_64')
url="https://bitbucket.org/libkkc"
@@ -11,15 +11,16 @@ license=('GPL')
makedepends=('python2-marisa')
changelog=ChangeLog
source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('6bc5601b3ec4c76066255827563b8debb50dd917')
build() {
cd "${pkgname}-${pkgver}"
./configure PYTHON=/usr/bin/python2 --prefix=/usr
- make -j1
+ make
}
package() {
cd "${pkgname}-${pkgver}"
make DESTDIR="$pkgdir" install
}
+
+md5sums=('bb31dca814e72dfcddf88f2da3fc37c5')
diff --git a/community/libkkc/ChangeLog b/community/libkkc/ChangeLog
deleted file mode 100644
index 8067acabf..000000000
--- a/community/libkkc/ChangeLog
+++ /dev/null
@@ -1,26 +0,0 @@
-2013-06-07 ponsfoot <cabezon dot hashimoto at gmail dot com>
-
- * libkkc 0.2.4-1
- - upstream update
-
-2013-05-29 ponsfoot <cabezon dot hashimoto at gmail dot com>
-
- * libkkc 0.2.3-4
- - Fix makedepends (s/python2/marisa-python2/)
- - Add to install docs
-
-2013-05-28 ponsfoot <cabezon dot hashimoto at gmail dot com>
-
- * libkkc 0.2.3-3
- - Fix dependency (libgee-0.6 -> libgee06 [extra])
-
-2013-05-27 ponsfoot <cabezon dot hashimoto at gmail dot com>
-
- * libkkc 0.2.3-2
- - Fix dependency (move some of makedepends into depends)
-
-2013-05-27 ponsfoot <cabezon dot hashimoto at gmail dot com>
-
- * libkkc 0.2.3-1
- - Initial release on AUR
-
diff --git a/community/libkkc/PKGBUILD b/community/libkkc/PKGBUILD
index 32afb6144..c80ee65ec 100644
--- a/community/libkkc/PKGBUILD
+++ b/community/libkkc/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
pkgname=libkkc
-pkgver=0.2.4
-pkgrel=2
+pkgver=0.2.6
+pkgrel=1
pkgdesc="Japanese Kana Kanji conversion library"
arch=('i686' 'x86_64')
url="https://bitbucket.org/libkkc"
@@ -11,14 +11,11 @@ license=('GPL')
options=(!libtool)
depends=('marisa' 'json-glib' 'libgee06')
makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
-changelog=ChangeLog
source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('28bafb612f8176735f02bd6f49581e072700af4e')
build() {
cd "${pkgname}-${pkgver}"
- #VALAC=/usr/bin/valac-0.18 \
PYTHON=/usr/bin/python2 \
./configure --prefix=/usr --disable-static --disable-silent-rules
make
@@ -31,3 +28,5 @@ package() {
install -m 644 README data/rules/README.rules COPYING \
"${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/"
}
+
+md5sums=('b50f0341596a4e290188a7bf5195cd26')
diff --git a/community/mashup/PKGBUILD b/community/mashup/PKGBUILD
index 6dfd64c16..c17c47e0a 100644
--- a/community/mashup/PKGBUILD
+++ b/community/mashup/PKGBUILD
@@ -2,16 +2,16 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mashup
-pkgver=3.5
-pkgrel=2
+pkgver=3.7.1
+pkgrel=1
pkgdesc="Adjusting images on a sheet of paper for printing"
-url="http://kornelix.squarespace.com/$pkgname"
+url="http://kornelix.com/$pkgname"
arch=('i686' 'x86_64')
license=('GPL3')
depends=('gtk3')
replaces=('printoxx')
-source=("http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz")
-md5sums=('454b08e5589f93b3bdd4577c2578ae36')
+source=("http://www.kornelix.com/uploads/1/3/0/3/13035936/$pkgname-$pkgver.tar.gz")
+md5sums=('e93e38fb831b01a30bf90684ea4e44c9')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD
index 85e53fafc..b98d832d8 100644
--- a/community/mongodb/PKGBUILD
+++ b/community/mongodb/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 92438 2013-06-05 11:16:09Z fyan $
+# $Id: PKGBUILD 93615 2013-07-07 11:23:57Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
@@ -6,21 +6,20 @@
# Contributor: Alec Thomas
pkgname=mongodb
-pkgver=2.4.4
+pkgver=2.4.5
pkgrel=1
pkgdesc='A high-performance, open source, schema-free document-oriented database'
arch=('i686' 'x86_64')
url='http://www.mongodb.org'
license=('AGPL3')
-depends=('boost-libs')
-makedepends=('scons' 'boost' 'libpcap')
+depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools') # 'v8') doesn't work
+makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap') # 'cyrus-sasl') doesn't work
checkdepends=('python2-pymongo')
optdepends=('libpcap: needed for mongosniff')
backup=('etc/mongodb.conf')
install=mongodb.install
source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz"
- 'mongodb.conf' 'mongodb.service' 'SConscript.client.patch'
- 'removeWerror.patch')
+ 'mongodb.conf' 'mongodb.service' 'removeWerror.patch')
build() {
# fucking mongo aint no fun to package
@@ -28,13 +27,18 @@ build() {
cd mongodb-src-r${pkgver}
- # fix https://jira.mongodb.org/browse/SERVER-5575
- patch -Np1 -i ${srcdir}/SConscript.client.patch
-
# failed to build with -Werror since 2.4.0
patch -Np1 -i "$srcdir/removeWerror.patch"
- scons all --use-system-boost # --sharedclient currently fails
+ scons all \
+ --use-system-boost \
+ --use-system-pcre \
+ --use-system-snappy \
+ --use-system-tcmalloc \
+ --ssl \
+ --sharedclient
+ # --use-sasl-client doesn't work
+ # --use-system-v8 doesn't work
}
<<COMMENT
@@ -52,21 +56,27 @@ package() {
cd mongodb-src-r${pkgver}
- scons install --use-system-boost --full --prefix=$pkgdir/usr # --sharedclient currently fails
+ scons install \
+ --use-system-boost \
+ --use-system-pcre \
+ --use-system-snappy \
+ --use-system-tcmalloc \
+ --ssl \
+ --sharedclient \
+ --full \
+ --prefix="$pkgdir/usr"
+ # --use-sasl-client doesn't work
+ # --use-system-v8 doesn't work
+
+ rm "$pkgdir/usr/lib/libmongoclient.a"
install -Dm644 "$srcdir/mongodb.conf" "$pkgdir/etc/mongodb.conf"
- [[ -f "$pkgdir/usr/lib" ]] && rm "$pkgdir/usr/lib" # wtf mongo
install -Dm644 "$srcdir/mongodb.service" "$pkgdir/usr/lib/systemd/system/mongodb.service"
install -dm700 "$pkgdir/var/lib/mongodb"
install -dm755 "$pkgdir/var/log/mongodb"
-
- # the earlier SConscript patch actually gives us some trouble on x86_64 so we need to hack it out again
- mv ${pkgdir}/usr/lib64/libmongoclient.a ${pkgdir}/usr/lib/ || true
- rm -r ${pkgdir}/usr/lib64 || true
}
-sha512sums=('f72aee0a9c979756741902eb87775d154de45660596ec4507274a7719d376869510f192cf7777840821cb491cfe009beced8891e3f243c761ee758ab023a457d'
+sha512sums=('07a46770c5acc0e046750e0299e669b934f6093705f5979bc5fa8bb56e73761f9602a5bdbaaad688700e4dde32d1e5f48a6cf3763ffab4d80a47f0158d8fb89e'
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
- '2f7d0e9e35a043d9006fd429f36cd6b45ed4edd98ce653b35b237e0313d2d7ef39ae85dcd31713bae7ab68e40a38534bba5f7746653e9380f2106865a8b3b9a5'
'e709f76fa71a10d6b72d2eeae65d715e0a0a7e6cb93704114f22db8662d7102de77bd1e6706049351beb159aaa04548cfe4b14fe6ee498a166c5ad54c8275f84')