summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-17 03:22:26 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-17 03:22:26 +0000
commit35e9f8bc93db9e691bf6d00950956ca3e5d86e83 (patch)
treef00547d7fa71a3c490077d233f63c66efe8e5cac /community
parent7695869e55415ddd53069b90850a387e73f04f4e (diff)
Mon Feb 17 03:19:04 UTC 2014
Diffstat (limited to 'community')
-rw-r--r--community/0ad/PKGBUILD24
-rw-r--r--community/bitcoin/PKGBUILD4
-rw-r--r--community/bmake/PKGBUILD3
-rw-r--r--community/c++-gtk-utils/PKGBUILD6
-rw-r--r--community/ccid/PKGBUILD10
-rw-r--r--community/dolphin-emu/PKGBUILD2
-rw-r--r--community/ipmitool/PKGBUILD30
-rw-r--r--community/megaglest/PKGBUILD4
-rw-r--r--community/mpv/PKGBUILD6
-rw-r--r--community/ode/PKGBUILD8
-rw-r--r--community/pcsclite/PKGBUILD8
-rw-r--r--community/qcad/PKGBUILD8
-rw-r--r--community/sslh/PKGBUILD12
13 files changed, 81 insertions, 44 deletions
diff --git a/community/0ad/PKGBUILD b/community/0ad/PKGBUILD
index b109ae0c5..a510a3e0f 100644
--- a/community/0ad/PKGBUILD
+++ b/community/0ad/PKGBUILD
@@ -1,16 +1,18 @@
-# $Id: PKGBUILD 103787 2014-01-11 20:08:18Z eric $
+# $Id: PKGBUILD 105861 2014-02-16 16:38:12Z bpiotrowski $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: t3ddy <t3ddy1988 "at" gmail {dot} com>
# Contributor: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
pkgname=0ad
pkgver=a15
_pkgver=0.0.15-alpha
-pkgrel=2
+pkgrel=3
pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
arch=('i686' 'x86_64')
url="http://play0ad.com/"
license=('GPL2' 'CCPL')
-depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu' 'gloox' 'miniupnpc' 'libsm')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'libsm')
makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz")
md5sums=('a651d81eb9b31da01e376ddaa597e954')
@@ -20,9 +22,9 @@ build() {
unset CPPFLAGS # for le spidermonkey
+ export WX_CONFIG=/usr/bin/wx-config-2.8
./update-workspaces.sh \
--with-system-enet \
- --with-system-miniupnpc \
--bindir=/usr/bin \
--libdir=/usr/lib/0ad \
--datadir=/usr/share/${pkgname}/data
@@ -34,10 +36,14 @@ build() {
package() {
install -d "${pkgdir}"/usr/{bin,lib/0ad}
- install -Dm755 "${srcdir}"/${pkgname}-${_pkgver}/binaries/system/pyrogenesis "${pkgdir}/usr/bin"
- install -Dm755 "${srcdir}"/${pkgname}-${_pkgver}/binaries/system/*.so{,.1.0} "${pkgdir}/usr/lib/0ad"
+ cd "$srcdir/$pkgname-$_pkgver"
- install -Dm755 "${srcdir}/${pkgname}-${_pkgver}/build/resources/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
- install -Dm644 "${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
- install -Dm644 "${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+ install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+ install -Dm755 binaries/system/*.so{,.1.0} "${pkgdir}/usr/lib/0ad"
+
+ install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+ install -Dm644 build/resources/${pkgname}.desktop \
+ "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+ install -Dm644 build/resources/${pkgname}.png \
+ "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
}
diff --git a/community/bitcoin/PKGBUILD b/community/bitcoin/PKGBUILD
index 24a8d44e8..a3d3c0cbe 100644
--- a/community/bitcoin/PKGBUILD
+++ b/community/bitcoin/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 102409 2013-12-10 14:39:27Z tredaelli $
+# $Id: PKGBUILD 105855 2014-02-16 14:27:32Z bpiotrowski $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: shahid <helllamer@gmail.com>
pkgbase=bitcoin
pkgname=('bitcoin-daemon' 'bitcoin-qt')
pkgver=0.8.6
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.bitcoin.org/"
makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
diff --git a/community/bmake/PKGBUILD b/community/bmake/PKGBUILD
index 385a425e6..a0c30709c 100644
--- a/community/bmake/PKGBUILD
+++ b/community/bmake/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Imanol Celaya <ilcra1989@gmail.com>
pkgname=bmake
-pkgver=20140101
+pkgver=20140214
pkgrel=1
pkgdesc="Portable version of the NetBSD 'make' build tool"
arch=('i686' 'x86_64')
@@ -12,6 +12,7 @@ license=('BSD')
source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz")
sha256sums=('0a91ac60b82270c4b4f21a43e66eb51c32b4df55e01ea592e42eb323909a559b')
sha256sums=('0f7ecadb6dcd5e4902a03137daba6fd7756f54e82942b524f3b38d7406b6d83e')
+sha256sums=('2ec1771a800431c26361659ab0f96ec5c2536e85b46564eb69fa75a4b12886de')
prepare() {
cd "$srcdir/$pkgname"
diff --git a/community/c++-gtk-utils/PKGBUILD b/community/c++-gtk-utils/PKGBUILD
index b2f38d9c6..159655bd5 100644
--- a/community/c++-gtk-utils/PKGBUILD
+++ b/community/c++-gtk-utils/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 102095 2013-12-05 08:00:44Z giovanni $
+# $Id: PKGBUILD 105838 2014-02-16 09:04:54Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
pkgname=c++-gtk-utils
-pkgver=2.0.21
+pkgver=2.0.22
pkgrel=1
pkgdesc="Classes and functions for programming in GTK+"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('LGPL2.1')
depends=('gtk3')
options=('!docs' '!emptydirs')
source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('98f5f211907c89dd978255e48d31a9ca')
+md5sums=('c00afed7f58c6d71e38d226f9447266a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/ccid/PKGBUILD b/community/ccid/PKGBUILD
index ed6a8e23f..1001d3729 100644
--- a/community/ccid/PKGBUILD
+++ b/community/ccid/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 102093 2013-12-05 07:50:08Z giovanni $
+# $Id: PKGBUILD 105836 2014-02-16 08:59:50Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
pkgname=ccid
-pkgver=1.4.14
+pkgver=1.4.15
pkgrel=1
pkgdesc="A generic USB Chip/Smart Card Interface Devices driver"
arch=('i686' 'x86_64')
url="http://pcsclite.alioth.debian.org/ccid.html"
license=('LGPL' 'GPL')
-depends=('pcsclite' 'libusbx')
+depends=('pcsclite' 'libusbx' 'flex')
makedepends=('pkg-config')
backup=(etc/reader.conf.d/libccidtwin)
-source=("https://alioth.debian.org/frs/download.php/file/3971/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('4596f82e85e2996f7877e892b5c18382')
+source=("https://alioth.debian.org/frs/download.php/file/3989/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('c195333c953f5530bc04a194b5ac1b71')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/dolphin-emu/PKGBUILD b/community/dolphin-emu/PKGBUILD
index cf58b80c9..db96fd674 100644
--- a/community/dolphin-emu/PKGBUILD
+++ b/community/dolphin-emu/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=dolphin-emu
pkgver=4.0.2
-pkgrel=3
+pkgrel=4
epoch=1
pkgdesc='A Gamecube / Wii / Triforce emulator'
arch=('i686' 'x86_64')
diff --git a/community/ipmitool/PKGBUILD b/community/ipmitool/PKGBUILD
new file mode 100644
index 000000000..1b48c5230
--- /dev/null
+++ b/community/ipmitool/PKGBUILD
@@ -0,0 +1,30 @@
+# Maintainer: Florian Pritz <bluewind@xinu.at>
+# Contributor: Florian Dejonckheere <florian@floriandejonckheere.be>
+# Contributor: gori
+
+pkgname=ipmitool
+pkgver=1.8.13
+pkgrel=2
+pkgdesc="Command-line interface to IPMI-enabled devices"
+arch=('i686' 'x86_64')
+url="http://ipmitool.sourceforge.net"
+depends=('openssl')
+license=('BSD')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('64f36baea740f701c5f287805da968a2')
+
+build(){
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr --sbindir=/usr/bin --with-kerneldir
+ make
+}
+
+package(){
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+
+ # Install license
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
diff --git a/community/megaglest/PKGBUILD b/community/megaglest/PKGBUILD
index 12c8736cc..2ff399ad9 100644
--- a/community/megaglest/PKGBUILD
+++ b/community/megaglest/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 104556 2014-01-22 18:55:27Z svenstaro $
+# $Id: PKGBUILD 105859 2014-02-16 14:27:59Z bpiotrowski $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
pkgname=megaglest
pkgver=3.9.2
-pkgrel=1
+pkgrel=2
pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/megaglest/"
diff --git a/community/mpv/PKGBUILD b/community/mpv/PKGBUILD
index 9a47e7bf2..0756bc09a 100644
--- a/community/mpv/PKGBUILD
+++ b/community/mpv/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 105136 2014-02-01 12:59:23Z bpiotrowski $
+# $Id: PKGBUILD 105849 2014-02-16 12:44:18Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Eivind Uggedal <eivind@uggedal.com>
pkgname=mpv
-pkgver=0.3.4
+pkgver=0.3.5
pkgrel=1
pkgdesc='Video player based on MPlayer/mplayer2'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ makedepends=('mesa' 'python-docutils' 'waf')
options=('!emptydirs' '!buildflags')
install=mpv.install
source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('274bf45367df99774512cf43659004d5')
+md5sums=('b3fdd3e70d6e53a14c3b1881343d2aca')
build() {
cd $pkgname-$pkgver
diff --git a/community/ode/PKGBUILD b/community/ode/PKGBUILD
index efd509bd3..49d2ad72a 100644
--- a/community/ode/PKGBUILD
+++ b/community/ode/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 102181 2013-12-06 12:14:44Z giovanni $
+# $Id: PKGBUILD 105840 2014-02-16 09:40:14Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Adam Griffiths <adam_griffithsAATTdart.net.au>
pkgname=ode
-pkgver=0.12
-pkgrel=5
+pkgver=0.13
+pkgrel=1
pkgdesc="An open source, high performance library for simulating rigid body dynamics"
arch=('i686' 'x86_64')
url="http://www.ode.org"
license=('LGPL' 'BSD')
depends=('gcc-libs' 'bash')
source=("http://downloads.sourceforge.net/sourceforge/opende/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('48fdd41fae1a7e7831feeded09826599')
+md5sums=('04b32c9645c147e18caff7a597a19f84')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD
index d99d8e53e..78f98e255 100644
--- a/community/pcsclite/PKGBUILD
+++ b/community/pcsclite/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 99948 2013-10-31 02:38:13Z allan $
+# $Id: PKGBUILD 105842 2014-02-16 09:46:31Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
pkgname=pcsclite
-pkgver=1.8.10
+pkgver=1.8.11
pkgrel=1
pkgdesc="PC/SC Architecture smartcard middleware library"
arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@ license=('BSD')
depends=('python2' 'systemd')
makedepends=('pkg-config')
options=('!docs')
-source=("https://alioth.debian.org/frs/download.php/file/3963/pcsc-lite-${pkgver}.tar.bz2")
-md5sums=('7268cc5ef8fc01b785c7cea87adb1ade')
+source=("https://alioth.debian.org/frs/download.php/file/3991/pcsc-lite-${pkgver}.tar.bz2")
+md5sums=('73502ca4ba6526727f9f49c63d805408')
build() {
cd "${srcdir}/pcsc-lite-${pkgver}"
diff --git a/community/qcad/PKGBUILD b/community/qcad/PKGBUILD
index d84674d90..0ffb49aa0 100644
--- a/community/qcad/PKGBUILD
+++ b/community/qcad/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 103632 2014-01-08 14:10:43Z spupykin $
+# $Id: PKGBUILD 105852 2014-02-16 14:13:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: Giovanni Scafora <linuxmania@gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=qcad
-pkgver=3.4.5.0
-pkgrel=2
+pkgver=3.4.6.0
+pkgrel=1
pkgdesc="A 2D CAD package based upon Qt"
arch=('i686' 'x86_64')
url="http://www.ribbonsoft.com/qcad.html"
@@ -16,7 +16,7 @@ makedepends=('glu')
options=('libtool')
source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
QCad.desktop)
-md5sums=('d7e5a77d05bdc7f6d5762029ec03fc2d'
+md5sums=('b446738ba71ee0a0ba1431b95d07a2fd'
'84f189dd152e7614a1265659dac6222d')
prepare() {
diff --git a/community/sslh/PKGBUILD b/community/sslh/PKGBUILD
index c2235965f..8af57a0ad 100644
--- a/community/sslh/PKGBUILD
+++ b/community/sslh/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 94597 2013-07-27 17:54:41Z seblu $
+# $Id: PKGBUILD 105863 2014-02-16 17:09:52Z seblu $
# Maintainer: Sébastien Luttringer
# Contributor: Le_suisse <lesuisse.dev+aur at gmail dot com>
# Contributor: Jason Rodriguez <jason-aur@catloaf.net>
pkgname=sslh
-pkgver=1.15
+pkgver=1.16
pkgrel=1
pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
arch=('i686' 'x86_64')
@@ -13,21 +13,21 @@ license=('GPL2')
depends=('libconfig')
backup=('etc/sslh.conf')
install=$pkgname.install
-source=("http://www.rutschle.net/tech/$pkgname-$pkgver.tar.gz"
+source=("http://www.rutschle.net/tech/$pkgname-v$pkgver.tar.gz"
'sslh-select.service'
'sslh-fork.service')
-md5sums=('cdb3e4499ff00438495f46ef7204ec58'
+md5sums=('1e85b84eb82a96b81de9b1e637a3e795'
'67e8c9511508673254afa3e1ca61ff89'
'a4402244a4d819beb3c6dc7ff031084e')
build() {
- cd $pkgname-$pkgver
+ cd $pkgname-v$pkgver
make VERSION=\"v$pkgver\"
}
package() {
# manually install to have both ssl-fork and ssl-select
- cd $pkgname-$pkgver
+ cd $pkgname-v$pkgver
install -Dm 0755 sslh-fork "$pkgdir/usr/bin/sslh-fork"
install -Dm 0755 sslh-select "$pkgdir/usr/bin/sslh-select"
ln -s sslh-fork "$pkgdir/usr/bin/sslh"