summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-28 03:59:44 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-28 03:59:44 +0000
commitf62112e9664a5448ebcceb9e4b851d65f2361a5c (patch)
treea6f1e6e4ec57e842cea624c2062897e052d20a6b /community
parent2676c8b3a08c1af42cabaa11ac68985ef635eca3 (diff)
Sat Jun 28 03:57:02 UTC 2014
Diffstat (limited to 'community')
-rw-r--r--community/dart/PKGBUILD8
-rw-r--r--community/kdeconnect/PKGBUILD8
-rw-r--r--community/lua-posix/PKGBUILD19
-rw-r--r--community/mednafen/PKGBUILD10
-rw-r--r--community/mednafen/mednafen.install6
-rw-r--r--community/pypy3/PKGBUILD25
-rw-r--r--community/the_silver_searcher/PKGBUILD6
-rw-r--r--community/tor/PKGBUILD6
-rw-r--r--community/tor/tor.service1
-rw-r--r--community/xpad/PKGBUILD9
10 files changed, 48 insertions, 50 deletions
diff --git a/community/dart/PKGBUILD b/community/dart/PKGBUILD
index 0793c09be..3a7ad5878 100644
--- a/community/dart/PKGBUILD
+++ b/community/dart/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 113346 2014-06-19 09:22:21Z arodseth $
+# $Id: PKGBUILD 113665 2014-06-27 12:44:57Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: T. Jameson Little <t.jameson.little at gmail dot com>
# Contributor: Usagi Ito <usagi@WonderRabbitProject.net>
@@ -6,7 +6,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=dart
-pkgver=1.4.3
+pkgver=1.5.1
pkgrel=1
pkgdesc='The dart programming language SDK'
arch=('x86_64' 'i686')
@@ -17,10 +17,10 @@ options=('!strip')
if [[ $CARCH == x86_64 ]]; then
source=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip")
- sha256sums=('f907e791085382f666c726aea8c5999d18e1743e4de086cc29191edfdac68007')
+ sha256sums=('c40d6546b86eb9fde96baec58d9d9d858001b3f3f22a9a84476e9fb227e4055a')
else
source=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip")
- sha256sums=('fd6e7d92584bee930725e7cbbd4895fca77534ebc0509305311d3a9d561733ac')
+ sha256sums=('f13fb568ac093f980187cf57d4321196249fd6177ff3e0ed1aae985038d57662')
fi
prepare() {
diff --git a/community/kdeconnect/PKGBUILD b/community/kdeconnect/PKGBUILD
index 0f5bbce41..b90e24598 100644
--- a/community/kdeconnect/PKGBUILD
+++ b/community/kdeconnect/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 111116 2014-05-14 09:00:22Z andrea $
+# $Id: PKGBUILD 113682 2014-06-27 19:53:51Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
pkgname=kdeconnect
-pkgver=0.5.2
+pkgver=0.7
pkgrel=1
pkgdesc='Adds communication between KDE and your smartphone'
url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
@@ -11,10 +11,10 @@ license=('GPL')
arch=('i686' 'x86_64')
depends=('kdelibs' 'qjson' 'qca-ossl')
makedepends=('automoc4' 'cmake')
-#optdepends=('sshfs: remote filesystem browser')
+optdepends=('sshfs: remote filesystem browser')
install="${pkgname}.install"
source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz")
-md5sums=('f381cb426098a0032544c0c7a9509e96')
+md5sums=('88e4b90085f37864779bb83320a2166a')
prepare() {
mkdir build
diff --git a/community/lua-posix/PKGBUILD b/community/lua-posix/PKGBUILD
index d52cbac75..dad8c5443 100644
--- a/community/lua-posix/PKGBUILD
+++ b/community/lua-posix/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 111919 2014-05-26 15:44:44Z arodseth $
+# $Id: PKGBUILD 113676 2014-06-27 18:32:24Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Sébastien Luttringer
# Contributor: SpepS <dreamspepser at yahoo dot it>
@@ -6,14 +6,14 @@
# Contributor: Donald Ephraim Curtis <dcurtis@gmail.com>
pkgname=lua-posix
-pkgver=31
-pkgrel=2
+pkgver=32
+pkgrel=3
pkgdesc='POSIX library for Lua'
arch=('x86_64' 'i686')
url='https://github.com/luaposix/luaposix'
-license=('GPL' 'LGPL')
+license=('MIT')
depends=('lua')
-makedepends=('lua' 'git' 'help2man')
+makedepends=('git' 'help2man' 'ldoc')
options=('!makeflags')
source=("$pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver")
md5sums=('SKIP')
@@ -36,12 +36,11 @@ build() {
make
}
-check() {
- make -C "$pkgname" check || true
-}
-
package() {
- make -C "$pkgname" DESTDIR="$pkgdir" install
+ cd "$pkgname"
+
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
# vim:set ts=2 sw=2 et:
diff --git a/community/mednafen/PKGBUILD b/community/mednafen/PKGBUILD
index fc4bb5fbd..2e28b6573 100644
--- a/community/mednafen/PKGBUILD
+++ b/community/mednafen/PKGBUILD
@@ -1,5 +1,5 @@
-# $Id: PKGBUILD 112769 2014-06-06 16:50:29Z jsteel $
-# Maintainer: Jonathan Steel <jsteel@aur.archlinux.org>
+# $Id: PKGBUILD 113684 2014-06-27 20:01:31Z jsteel $
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
# Contributor: megadriver <megadriver at gmx dot com>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
@@ -7,7 +7,7 @@
# Contributor: Hans-Kristian Arntzen <maister@archlinux.us>
pkgname=mednafen
-pkgver=0.9.35.1
+pkgver=0.9.36.2
pkgrel=1
pkgdesc="A command-line multi-system gaming emulator"
url="http://mednafen.sourceforge.net"
@@ -15,10 +15,8 @@ license=('GPL')
arch=('i686' 'x86_64')
depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib')
makedepends=('mesa' 'glu')
-replaces=('mednafen-wip')
-install=$pkgname.install
source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('99353ecbdd4ec4dd906aa7246f72cf51')
+md5sums=('d574f2a0e4ea9d613f503adf5491ab8e')
build() {
cd "$srcdir"/$pkgname
diff --git a/community/mednafen/mednafen.install b/community/mednafen/mednafen.install
deleted file mode 100644
index 3cf247851..000000000
--- a/community/mednafen/mednafen.install
+++ /dev/null
@@ -1,6 +0,0 @@
-post_upgrade() {
- if [ "$(vercmp 0.9 "$2")" -eq 1 ]; then
- echo '==> Save states from 0.8.x and earlier are not compatible with 0.9.x
- also the configuration file name has changed to "mednafen-09x.cfg"'
- fi
-}
diff --git a/community/pypy3/PKGBUILD b/community/pypy3/PKGBUILD
index 1cfc62720..c5947701b 100644
--- a/community/pypy3/PKGBUILD
+++ b/community/pypy3/PKGBUILD
@@ -4,10 +4,10 @@
#_hgrev=63547
pkgname=pypy3
-pkgver=2.1beta1
-_pkgver=2.1-beta1
+pkgver=2.3.1
+_pkgver=2.3.1
#[[ -n $_hgrev ]] && pkgver=2.0beta2.$_hgrev
-pkgrel=2
+pkgrel=1
pkgdesc="A Python3 implementation written in Python, JIT enabled"
url="http://pypy.org"
arch=('i686' 'x86_64')
@@ -24,25 +24,30 @@ optdepends=('openssl: openssl module'
license=('custom:MIT')
#source=("hg+https://bitbucket.org/pypy/pypy#revision=$_hgrev")
source=("https://bitbucket.org/pypy/pypy/downloads/$pkgname-$_pkgver-src.tar.bz2")
-md5sums=('bc2013d1927dc1c0c91228e566abd8da')
+md5sums=('83731c1cf0b5ecd5acf39210d7710816')
build() {
- cd "${srcdir}"/${pkgname}-${_pkgver}-src/pypy/goal
+ cd ${pkgname}-${_pkgver}-src/pypy/goal
+ export libdir=/usr/lib
python2 ../../rpython/bin/rpython -Ojit targetpypystandalone
}
package() {
- cd "${srcdir}"/${pkgname}-${_pkgver}-src/pypy/tool/release
+ cd ${pkgname}-${_pkgver}-src
- python2 package.py ../../../ pypy3 pypy-c "${srcdir}"/${pkgname}.tar.bz2
+ install -Dm755 pypy/goal/pypy-c "${pkgdir}"/opt/pypy3/bin/pypy-c
+ #install -Dm755 pypy/goal/libpypy-c.so "${pkgdir}"/usr/lib/libpypy3-c.so
+ cp -r include lib_pypy site-packages "${pkgdir}"/opt/pypy3/
- mkdir -p "${pkgdir}"/opt
- tar x -C "${pkgdir}"/opt -f "${srcdir}"/${pkgname}.tar.bz2
+ mkdir "${pkgdir}"/opt/pypy3/lib-python/
+ cp -r lib-python/3 "${pkgdir}"/opt/pypy3/lib-python/
mkdir -p "${pkgdir}"/usr/bin
ln -s /opt/pypy3/bin/pypy-c "${pkgdir}"/usr/bin/pypy3
- install -Dm644 "${pkgdir}"/opt/pypy3/LICENSE "${pkgdir}"/usr/share/licenses/pypy3/LICENSE
+ install -Dm644 LICENSE "${pkgdir}"/opt/pypy3/LICENSE
+ install -Dm644 README.rst "${pkgdir}"/opt/pypy3/README.rst
+ install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/pypy3/LICENSE
}
# vim: ts=2 sw=2 et:
diff --git a/community/the_silver_searcher/PKGBUILD b/community/the_silver_searcher/PKGBUILD
index 8c2d3aac7..a3dedd4fc 100644
--- a/community/the_silver_searcher/PKGBUILD
+++ b/community/the_silver_searcher/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 111083 2014-05-13 12:15:17Z arodseth $
+# $Id: PKGBUILD 113674 2014-06-27 16:05:06Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Jeff Horelick <jdhore1@gmail.com>
# Contributor: skydrome <skydrome@i2pmail.org>
pkgname=the_silver_searcher
-pkgver=0.22.0
-pkgrel=1
+pkgver=0.23.0
+pkgrel=2
pkgdesc='Code searching tool similar to Ack, but faster'
url='https://github.com/ggreer/the_silver_searcher'
license=('Apache')
diff --git a/community/tor/PKGBUILD b/community/tor/PKGBUILD
index 128215dbb..f805d7914 100644
--- a/community/tor/PKGBUILD
+++ b/community/tor/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 113076 2014-06-12 19:38:25Z thestinger $
+# $Id: PKGBUILD 113657 2014-06-27 00:06:25Z thestinger $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Daniel Micay <danielmicay@gmail.com>
# Contributor: simo <simo@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=tor
pkgver=0.2.4.22
-pkgrel=2
+pkgrel=3
pkgdesc='Anonymizing overlay network.'
arch=('i686' 'x86_64')
url='http://www.torproject.org/'
@@ -23,7 +23,7 @@ source=("http://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
md5sums=('5a7eee0d9df87233255d78b25c6f8270'
'SKIP'
'c1dd4004c63edaeaa829e01be5413cfc'
- '51c81cd06b75edd87aafff5a7941822c')
+ '503cedd9679f9817b2c27916ba989a74')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/tor/tor.service b/community/tor/tor.service
index 6f941afcf..a4a1a5ea9 100644
--- a/community/tor/tor.service
+++ b/community/tor/tor.service
@@ -9,6 +9,7 @@ ExecStart=/usr/bin/tor -f /etc/tor/torrc
ExecReload=/usr/bin/kill -HUP $MAINPID
KillSignal=SIGINT
LimitNOFILE=8192
+PrivateDevices=yes
[Install]
WantedBy=multi-user.target
diff --git a/community/xpad/PKGBUILD b/community/xpad/PKGBUILD
index 92a75b75e..f1346c3cd 100644
--- a/community/xpad/PKGBUILD
+++ b/community/xpad/PKGBUILD
@@ -1,10 +1,11 @@
-# $Id: PKGBUILD 113443 2014-06-23 10:52:45Z spupykin $
+# $Id: PKGBUILD 113662 2014-06-27 11:30:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Kevin Piche <kevin@archlinux.org>
# Contributor: Ben <contrasutra@myrealbox.com>
pkgname=xpad
-pkgver=4.3
+pkgver=4.3.1
+_pkgver=$(echo $pkgver | cut -f1-2 -d.)
pkgrel=1
pkgdesc="Stickies-like notes program"
arch=(i686 x86_64)
@@ -13,8 +14,8 @@ makedepends=('intltool')
url="http://mterry.name/xpad/"
license=('GPL')
install=xpad.install
-source=(http://launchpad.net/xpad/trunk/$pkgver/+download/xpad-$pkgver.tar.bz2)
-md5sums=('d524d693e2ecb6be99a3005b090b2256')
+source=(http://launchpad.net/xpad/trunk/${_pkgver}/+download/xpad-$pkgver.tar.bz2)
+md5sums=('caaa7bc779bb2388616003f20b7c1332')
build() {
cd $srcdir/$pkgname-$pkgver