summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/i3-wm/PKGBUILD12
-rw-r--r--community/instead-launcher/PKGBUILD27
-rw-r--r--community/instead/PKGBUILD26
-rw-r--r--community/libmemcached/PKGBUILD6
-rw-r--r--community/qupzilla/PKGBUILD10
-rw-r--r--community/qupzilla/qupzilla.install2
-rw-r--r--community/sage-mathematics/PKGBUILD11
7 files changed, 73 insertions, 21 deletions
diff --git a/community/i3-wm/PKGBUILD b/community/i3-wm/PKGBUILD
index a98298013..10c29f4fc 100644
--- a/community/i3-wm/PKGBUILD
+++ b/community/i3-wm/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 71887 2012-06-02 21:17:12Z heftig $
+# $Id: PKGBUILD 76500 2012-09-19 17:49:55Z ttopper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=i3-wm
_pkgsourcename=i3
-pkgver=4.2
-pkgrel=2
+pkgver=4.3
+pkgrel=1
pkgdesc="An improved dynamic tiling window manager"
arch=('i686' 'x86_64')
url="http://i3wm.org/"
license=('BSD')
replaces=("i3" "i3bar")
groups=("i3")
-depends=('libxcursor' 'xcb-util-wm' 'xcb-util-keysyms' 'libev' 'yajl' 'startup-notification' 'pcre')
+depends=('libxcursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl' 'startup-notification' 'pango')
makedepends=('bison' 'flex')
optdepends=('rxvt-unicode: The terminal emulator used in the default config.'
'dmenu: As menu.'
@@ -20,7 +20,7 @@ optdepends=('rxvt-unicode: The terminal emulator used in the default config.'
'perl: To migrate your configuration to v4 format.')
options=('docs' '!strip')
source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2")
-md5sums=('11b7e5ecdd837341978c72341cb890c6')
+md5sums=('6e0258e08f644532497cc97bde937a6c')
build() {
cd "$srcdir/$_pkgsourcename-$pkgver"
@@ -37,7 +37,7 @@ package() {
install -Dm644 man/i3.1 \
${pkgdir}/usr/share/man/man1/i3.1
- install -Dm644 i3bar/doc/i3bar.1 \
+ install -Dm644 man/i3bar.1 \
${pkgdir}/usr/share/man/man1/i3bar.1
install -Dm644 man/i3-config-wizard.1 \
${pkgdir}/usr/share/man/man1/i3-config-wizard.1
diff --git a/community/instead-launcher/PKGBUILD b/community/instead-launcher/PKGBUILD
new file mode 100644
index 000000000..1a118f518
--- /dev/null
+++ b/community/instead-launcher/PKGBUILD
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 76496 2012-09-19 14:12:35Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Peter Kosyh <p.kosyhgmail.com>
+
+pkgname=instead-launcher
+pkgver=0.6.1
+pkgrel=2
+pkgdesc="launcher and games downloader for INSTEAD quest interpreter"
+arch=('i686' 'x86_64')
+url="http://instead-launcher.googlecode.com/"
+license=('GPL')
+makedepends=('sed' 'qt')
+source=(http://instead-launcher.googlecode.com/files/instead-launcher_$pkgver.tar.gz)
+md5sums=('b2136e535dbb77eacb79e3357dc2a173')
+
+build() {
+ cd $srcdir/instead-launcher-$pkgver
+ sed -i 's|/usr/local/bin/sdl-instead|/usr/bin/sdl-instead|g' platform.cpp
+ qmake PREFIX=/usr
+ make
+}
+
+package() {
+ depends=('qt' 'instead')
+ cd $srcdir/instead-launcher-$pkgver
+ make INSTALL_ROOT=$pkgdir install
+}
diff --git a/community/instead/PKGBUILD b/community/instead/PKGBUILD
new file mode 100644
index 000000000..5cc378466
--- /dev/null
+++ b/community/instead/PKGBUILD
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 76494 2012-09-19 14:03:04Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Peter Kosyh <p.kosyhgmail.com>
+
+pkgname=instead
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="instead quest interpreter"
+arch=('i686' 'x86_64')
+url="http://instead.googlecode.com/"
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
+optdepends=('instead-launcher: install and update INSTEAD games from net')
+source=(http://instead.googlecode.com/files/instead_${pkgver}.tar.gz)
+md5sums=('08acf9f7de60b8e1c23d6e9368093d1f')
+
+build() {
+ cd "${srcdir}/instead-${pkgver}"
+ echo "2" | ./configure.sh
+ make PREFIX=/usr
+}
+
+package() {
+ cd "${srcdir}/instead-${pkgver}"
+ make DESTDIR="${pkgdir}" PREFIX=/usr install
+}
diff --git a/community/libmemcached/PKGBUILD b/community/libmemcached/PKGBUILD
index 0515ffa42..26efe1b92 100644
--- a/community/libmemcached/PKGBUILD
+++ b/community/libmemcached/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 74634 2012-07-31 20:58:13Z foutrelis $
+# $Id: PKGBUILD 76498 2012-09-19 16:39:12Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
pkgname=libmemcached
-pkgver=1.0.10
+pkgver=1.0.11
pkgrel=1
pkgdesc="C and C++ client library to the memcached server"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('glibc' 'libsasl' 'libevent')
makedepends=('perl')
options=('!libtool')
source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-sha256sums=('0bbb5e310b3d175dfbde99a463ba4474aa22b4ad88ffea2afe76c868d6e1290b')
+sha256sums=('d1bf75110fa9220c0c2287e6fc81ce70b83d91453ce09120553f8f531ffd2137')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/qupzilla/PKGBUILD b/community/qupzilla/PKGBUILD
index 6439f0a8c..680aa3393 100644
--- a/community/qupzilla/PKGBUILD
+++ b/community/qupzilla/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 73955 2012-07-17 13:02:36Z speps $
+# $Id: PKGBUILD 76491 2012-09-19 13:21:07Z speps $
# Maintainer: speps <speps at aur dot archlinux dot org>
_name=QupZilla
pkgname=qupzilla
-pkgver=1.3.1
-pkgrel=1
+pkgver=1.3.5
+pkgrel=2
pkgdesc="Cross-platform QtWebKit browser"
arch=(i686 x86_64)
url="http://www.qupzilla.com/"
license=('GPL3')
-depends=('qtwebkit' 'gtk-update-icon-cache')
+depends=('qtwebkit')
install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/v$pkgver")
-md5sums=('7b035f028a6ff4b20310fee4b1c3264f')
+md5sums=('95d19c0e22c6dbf605b760125a4b7ef3')
build() {
cd "$srcdir/$_name-$pkgname-"*
diff --git a/community/qupzilla/qupzilla.install b/community/qupzilla/qupzilla.install
index bce670aff..029294d67 100644
--- a/community/qupzilla/qupzilla.install
+++ b/community/qupzilla/qupzilla.install
@@ -1,5 +1,5 @@
post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
update-desktop-database -q
}
diff --git a/community/sage-mathematics/PKGBUILD b/community/sage-mathematics/PKGBUILD
index e520c5f69..8a18e68ee 100644
--- a/community/sage-mathematics/PKGBUILD
+++ b/community/sage-mathematics/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 75207 2012-08-16 01:57:26Z allan $
+# $Id: PKGBUILD 76484 2012-09-19 03:50:08Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: Antonio Rojas < nqn1976 @ gmail.com >
# Contributor: Thomas Dziedzic < gostrc at gmail >
@@ -7,8 +7,8 @@
# Special thanks to Nareto for moving the compile from the .install to the PKGBUILD
pkgname=sage-mathematics
-pkgver=5.2
-pkgrel=2
+pkgver=5.3
+pkgrel=1
pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to Magma, Maple, Mathematica, and Matlab.'
url='http://www.sagemath.org'
arch=('i686' 'x86_64')
@@ -40,8 +40,7 @@ build() {
export MAKE="make -j${SAGE_BUILD_THREADS}"
# use archlinux's fortran rather then the one that ships with sage to compile sage's fortran
- export SAGE_FORTRAN='/usr/bin/gfortran'
- export SAGE_FORTRAN_LIB='/usr/lib/libgfortran.so'
+ export FC=/usr/bin/gfortran
# disable building with debugging support
export SAGE_DEBUG='no'
@@ -96,5 +95,5 @@ package() {
}
# vim :set ts=2 sw=2 et:
-md5sums=('59f55ec8cdd1ca595c56cc72620b3576'
+md5sums=('0de76f570c405ecfaa46839803978542'
'dc391f12b7d17dd37326343ec0e99bbd')