summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-31 03:55:10 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-31 03:55:10 +0000
commite1cbaf963e362056815d598332d8599a83cd0954 (patch)
tree898641ef879a5a61aaad412c11d08c04467f9f9f /community
parent5077e205a00f5babff7ecf515d82b1a0bac4379e (diff)
Mon Mar 31 03:50:18 UTC 2014
Diffstat (limited to 'community')
-rw-r--r--community/aria2/PKGBUILD7
-rw-r--r--community/desmume/PKGBUILD8
-rw-r--r--community/fbterm/PKGBUILD10
-rw-r--r--community/mpv/PKGBUILD21
-rw-r--r--community/playpen/PKGBUILD4
-rw-r--r--community/profanity/PKGBUILD18
-rw-r--r--community/v8/PKGBUILD6
7 files changed, 37 insertions, 37 deletions
diff --git a/community/aria2/PKGBUILD b/community/aria2/PKGBUILD
index 7ab4fafb8..75f68b666 100644
--- a/community/aria2/PKGBUILD
+++ b/community/aria2/PKGBUILD
@@ -1,4 +1,5 @@
-# $Id: PKGBUILD 108149 2014-03-24 05:54:46Z fyan $
+# $Id: PKGBUILD 108617 2014-03-30 14:15:46Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Angel Velasquez <angvp@archlinux.org>
@@ -6,7 +7,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=aria2
-pkgver=1.18.4
+pkgver=1.18.5
pkgrel=1
pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
arch=('i686' 'x86_64')
@@ -15,7 +16,7 @@ license=('GPL')
depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
checkdepends=('cppunit')
source=(http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz)
-sha256sums=('bc6b9d1eb215bba1948ebb7725301658f7125c7345d2a25f971cb8e11204c88d')
+sha256sums=('90a15959498673ebe6a964f8f9fe840f4adbb0a1904a9810cd7da6743c0b619b')
build() {
cd $pkgname-$pkgver
diff --git a/community/desmume/PKGBUILD b/community/desmume/PKGBUILD
index cfc22754a..fbc0d31dd 100644
--- a/community/desmume/PKGBUILD
+++ b/community/desmume/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 101801 2013-12-01 11:51:18Z schuay $
+# $Id: PKGBUILD 108630 2014-03-30 18:34:19Z schuay $
# Maintainer: schuay <jakob.gruber@gmail.com>
# Contributor: Jonathan Conder <jonno dot conder at gmail dot com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
@@ -13,7 +13,7 @@
pkgname=desmume
pkgver=0.9.10
-pkgrel=2
+pkgrel=3
pkgdesc="Nintendo DS emulator"
arch=('i686' 'x86_64')
url="http://desmume.org/"
@@ -21,7 +21,7 @@ license=('GPL')
depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 'gtk2' 'zziplib')
makedepends=('intltool' 'mesa')
install=desmume.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.tar"
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
"glx_3Demu.patch")
build() {
@@ -34,7 +34,7 @@ build() {
# https://sourceforge.net/tracker/?func=detail&aid=3612768&group_id=164579&atid=832291
sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
- ./configure --prefix=/usr --enable-wifi
+ ./configure --prefix=/usr --enable-wifi --enable-openal
make
}
diff --git a/community/fbterm/PKGBUILD b/community/fbterm/PKGBUILD
index d2ebdb0d7..5d7928410 100644
--- a/community/fbterm/PKGBUILD
+++ b/community/fbterm/PKGBUILD
@@ -1,23 +1,25 @@
-# $Id: PKGBUILD 81466 2012-12-21 12:36:51Z fyan $
+# $Id: PKGBUILD 108611 2014-03-30 05:06:34Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: noonov <noonov@gmail.com>
pkgname=fbterm
pkgver=1.7.0
-pkgrel=5
+pkgrel=6
pkgdesc="A fast terminal emulator for linux with frame buffer device or VESA video card"
arch=('i686' 'x86_64')
url="http://code.google.com/p/fbterm/"
license=('GPL2')
+makedepends=('gpm')
depends=('gcc-libs' 'fontconfig')
-optdepends=('libx86: for VESA video card support')
+optdepends=('libx86: for VESA video card support'
+ 'gpm: for mouse support')
install=fbterm.install
source=("http://fbterm.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
build() {
cd "${srcdir}/${pkgname}-${pkgver%.?}"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-gpm
make
}
diff --git a/community/mpv/PKGBUILD b/community/mpv/PKGBUILD
index aad5cd3a3..20320b54e 100644
--- a/community/mpv/PKGBUILD
+++ b/community/mpv/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 108557 2014-03-28 15:46:57Z bpiotrowski $
+# $Id: PKGBUILD 108621 2014-03-30 17:03:31Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Eivind Uggedal <eivind@uggedal.com>
pkgname=mpv
-pkgver=0.3.6
-pkgrel=2
+pkgver=0.3.7
+pkgrel=1
pkgdesc='Video player based on MPlayer/mplayer2'
arch=('i686' 'x86_64')
license=('GPL')
@@ -14,25 +14,30 @@ depends=(
'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
)
-makedepends=('mesa' 'python-docutils' 'waf' 'ladspa')
+makedepends=('mesa' 'python-docutils' 'ladspa')
options=('!emptydirs' '!buildflags')
install=mpv.install
source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('11a8bb5f10056b7cc0dbedd38fe6e581')
+md5sums=('0e1398c324775998b0e60fdb11b9e06d')
+
+prepare() {
+ cd $pkgname-$pkgver
+ ./bootstrap.py
+}
build() {
cd $pkgname-$pkgver
- waf configure --prefix=/usr \
+ ./waf configure --prefix=/usr \
--confdir=/etc/mpv \
--enable-joystick
- waf build
+ ./waf build
}
package() {
cd $pkgname-$pkgver
- waf install --destdir="$pkgdir"
+ ./waf install --destdir="$pkgdir"
install -d "$pkgdir"/usr/share/doc/mpv/examples
install -m644 etc/{input,example}.conf \
diff --git a/community/playpen/PKGBUILD b/community/playpen/PKGBUILD
index 450d7b9d8..3e5d7a9f4 100644
--- a/community/playpen/PKGBUILD
+++ b/community/playpen/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Daniel Micay <danielmicay@gmail.com>
pkgname=playpen
-pkgver=2
+pkgver=3
pkgrel=1
epoch=1
pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
arch=(i686 x86_64)
url='https://github.com/thestinger/playpen/'
license=(MIT)
-depends=(libseccomp)
+depends=(libseccomp systemd)
makedepends=(git clang)
source=(git://github.com/thestinger/playpen#tag=$pkgver)
md5sums=(SKIP)
diff --git a/community/profanity/PKGBUILD b/community/profanity/PKGBUILD
index b1707d6b8..106d00854 100644
--- a/community/profanity/PKGBUILD
+++ b/community/profanity/PKGBUILD
@@ -3,25 +3,17 @@
# Contributor: jason ryan <jasonwryan@gmail.com>
pkgname=profanity
-pkgver=0.4.0.rc1
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
+epoch=1
pkgdesc='Console based XMPP client'
arch=('i686' 'x86_64')
url='http://www.profanity.im'
license=('GPL3')
depends=('curl' 'expat' 'glib2' 'libotr')
makedepends=('doxygen' 'libstrophe')
-source=(https://github.com/boothj5/profanity/archive/$pkgver.tar.gz
- 0001-Change-libotr-4.0.0-code-to-use-only-OTR-spec-v2.patch)
-md5sums=('1b96b279bced5896c223d088c99c0ca6'
- 'e957a737bb9d9f456f0b602815e6fe1e')
-
-prepare() {
- cd $pkgname-$pkgver
- sed -i '21s/development/release/' configure.ac
- patch -p1 -i ../0001-Change-libotr-4.0.0-code-to-use-only-OTR-spec-v2.patch
- autoreconf -fi
-}
+source=(http://www.profanity.im/profanity-$pkgver.tar.gz)
+md5sums=('1ac10474d7c36eb546f7085003049ec5')
build() {
cd $pkgname-$pkgver
diff --git a/community/v8/PKGBUILD b/community/v8/PKGBUILD
index 0bd5f7e58..613cac784 100644
--- a/community/v8/PKGBUILD
+++ b/community/v8/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 106071 2014-02-21 22:59:53Z anatolik $
+# $Id: PKGBUILD 108609 2014-03-30 02:00:54Z anatolik $
# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Kaiting Chen <kaitocracy@gmail.com>
@@ -6,7 +6,7 @@
pkgname=v8
# use http://omahaproxy.appspot.com/ to find stable v8 version
-pkgver=3.23.17.13
+pkgver=3.23.17.23
pkgrel=1
pkgdesc='Fast and modern Javascript engine'
arch=(i686 x86_64)
@@ -17,7 +17,7 @@ makedepends=(subversion python2)
# unfortunately https://github.com/$pkgname/$pkgname does not contain all tags
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2
v8.pc)
-sha256sums=('4b826735d182e9615fd9259e3f5d008c4f53d98c9f3531a6af75f00bd07be0b1'
+sha256sums=('b6702e68755adab3457d4e066957356c7a4e5eab3624edd39daad82818eb870e'
'2b054309df9af9fb2e3e14527e88360b44745649b4866e592fb357ac90935f5d')
[[ "$CARCH" = 'i686' ]] && ARCH=ia32