summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-29 03:34:34 +0000
committerroot <root@rshg054.dnsready.net>2012-02-29 03:34:34 +0000
commit32b05a621cb20af1bd4b7cd6f5609b7512bb20f1 (patch)
tree60ba7e9c94b5ea69643a2022cd2ff890958da0f9 /community
parent1f567a9d58d16b76320168f0624aa55bd6320284 (diff)
Wed Feb 29 03:34:34 UTC 2012
Diffstat (limited to 'community')
-rw-r--r--community/aria2/PKGBUILD11
-rw-r--r--community/cdemu-daemon/60-vhba.rules2
-rw-r--r--community/cdemu-daemon/PKGBUILD20
-rw-r--r--community/collectd/PKGBUILD14
-rw-r--r--community/gdk-pixbuf/PKGBUILD4
-rw-r--r--community/gnubiff-gtk/PKGBUILD11
-rw-r--r--community/gnubiff/PKGBUILD6
-rw-r--r--community/libmirage/PKGBUILD14
-rw-r--r--community/mythtv/PKGBUILD2
-rw-r--r--community/mythtv/mythbackend.conf92
-rw-r--r--community/mythtv/mythbackend.rc82
-rw-r--r--community/mythtv/mythtv.install11
-rw-r--r--community/scantailor/PKGBUILD16
-rw-r--r--community/sigil/PKGBUILD6
-rw-r--r--community/spectrwm/PKGBUILD6
-rw-r--r--community/viewnior/PKGBUILD8
-rw-r--r--community/wesnoth/PKGBUILD6
17 files changed, 248 insertions, 63 deletions
diff --git a/community/aria2/PKGBUILD b/community/aria2/PKGBUILD
index ff8e20911..5111715b2 100644
--- a/community/aria2/PKGBUILD
+++ b/community/aria2/PKGBUILD
@@ -4,15 +4,16 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=aria2
-pkgver=1.14.1
+pkgver=1.14.2
pkgrel=1
pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
arch=('i686' 'x86_64')
url='http://aria2.sourceforge.net/'
license=('GPL')
depends=('gnutls' 'libxml2' 'sqlite3' 'c-ares' 'ca-certificates')
+checkdepends=('cppunit')
source=("http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2")
-md5sums=('3a23844ab3e1460eb7e6dac9b5dd798c')
+md5sums=('19b1a9f83a09c6ef5c7ab87e4e0f7974')
build() {
cd aria2-${pkgver}
@@ -24,6 +25,12 @@ build() {
make
}
+check() {
+ cd aria2-${pkgver}
+
+ make check
+}
+
package() {
cd aria2-${pkgver}
diff --git a/community/cdemu-daemon/60-vhba.rules b/community/cdemu-daemon/60-vhba.rules
index 0a80d63e0..5ee03c807 100644
--- a/community/cdemu-daemon/60-vhba.rules
+++ b/community/cdemu-daemon/60-vhba.rules
@@ -1 +1 @@
-KERNEL=="vhba_ctl", NAME="%k", MODE="0660", OWNER="root", GROUP="cdemu"
+KERNEL=="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu"
diff --git a/community/cdemu-daemon/PKGBUILD b/community/cdemu-daemon/PKGBUILD
index dd47d1248..e70da39d3 100644
--- a/community/cdemu-daemon/PKGBUILD
+++ b/community/cdemu-daemon/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 57021 2011-10-18 18:14:16Z bpiotrowski $
+# $Id: PKGBUILD 66730 2012-02-27 20:43:21Z heftig $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: Charles Lindsay <charles@chaoslizard.org>
pkgname=cdemu-daemon
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="CD/DVD-ROM device emulator daemon"
arch=('i686' 'x86_64')
@@ -13,18 +13,16 @@ url="http://cdemu.sourceforge.net/"
license=('GPL')
depends=('glib2' 'dbus' 'dbus-glib' 'libdaemon' 'vhba-module' "libmirage=$pkgver" 'libao')
install=cdemud.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.gz
- cdemud.conf
- cdemud.rc
- 60-vhba.rules)
-md5sums=('f7ccc0abc33057d552ec7b0925fce63a'
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2
+ cdemud.conf cdemud.rc 60-vhba.rules)
+md5sums=('5ba780caa26d855942512b5b3c22405a'
'2b94bd399873e585e40b2bfd8634f322'
'340a30ab2c42162b3bd042c74a399219'
- '93324b320e7b68d01ad9a0b548018ed5')
+ 'f551504552d7693ac79e8e0d302f62b9')
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc
+ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/$pkgname
make
}
@@ -35,6 +33,8 @@ package() {
install -m 755 -D ../cdemud.rc $pkgdir/etc/rc.d/cdemud
# Install udev rule for non-root mounting of iso's
- install -D -m 755 "${srcdir}/60-vhba.rules" "$pkgdir/lib/udev/rules.d/60-vhba.rules"
+ install -D -m 644 "${srcdir}/60-vhba.rules" "$pkgdir/lib/udev/rules.d/60-vhba.rules"
+ install -d "$pkgdir/usr/lib/modules-load.d"
+ echo "vhba" > "$pkgdir/usr/lib/modules-load.d/cdemu.conf"
}
diff --git a/community/collectd/PKGBUILD b/community/collectd/PKGBUILD
index c566a9a43..0e56fcb6b 100644
--- a/community/collectd/PKGBUILD
+++ b/community/collectd/PKGBUILD
@@ -1,16 +1,14 @@
-# $Id: PKGBUILD 63391 2012-02-01 06:31:42Z bisson $
+# $Id: PKGBUILD 66741 2012-02-28 02:31:36Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Gerhard Brauer <gerhard.brauer@web.de>
pkgname=collectd
-pkgver=5.0.2
+pkgver=5.0.3
pkgrel=1
pkgdesc='Daemon which collects system performance statistics periodically'
arch=('i686' 'x86_64')
url='http://collectd.org/'
license=('GPL')
-options=('!libtool')
-backup=('etc/collectd.conf')
optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
'libdbi: dbi plugin'
@@ -45,11 +43,13 @@ source=("${url}files/${pkgname}-${pkgver}.tar.gz"
'rtnl_dump_filter.patch'
'libperl.patch'
'rc.d')
-sha1sums=('96b2b2c285b2334d41b6ebb2a58acd28757e69fc'
+sha1sums=('3af68f7dcc0de829ee41b2354da9655d96dda695'
'c92b8dacff0a71f2cc8645c2e350ff9bdc1cbd5f'
'245c098d121a4a05594553583310953b3a2f6461'
'0f441718d5519cb043b1130e5a1d0379078adbcc')
+backup=('etc/collectd.conf')
+options=('!libtool')
install=install
build() {
@@ -74,6 +74,6 @@ package() {
make DESTDIR="${pkgdir}" install
- install -D -m 755 ../rc.d "${pkgdir}/etc/rc.d/${pkgname}"
- install -D -m 644 contrib/collectd2html.pl "${pkgdir}"/usr/share/collectd/collectd2html.pl
+ install -Dm755 ../rc.d "${pkgdir}/etc/rc.d/${pkgname}"
+ install -Dm644 contrib/collectd2html.pl "${pkgdir}"/usr/share/collectd/collectd2html.pl
}
diff --git a/community/gdk-pixbuf/PKGBUILD b/community/gdk-pixbuf/PKGBUILD
index 286f0ef52..7b0059d51 100644
--- a/community/gdk-pixbuf/PKGBUILD
+++ b/community/gdk-pixbuf/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 63580 2012-02-05 11:57:50Z ibiru $
+# $Id: PKGBUILD 66703 2012-02-27 17:09:51Z ibiru $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: dorphell <dorphell@archlinux.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
@@ -13,7 +13,7 @@ license=('GPL' 'LGPL')
depends=('gtk' 'libtiff' 'libpng')
makedepends=('libxt')
options=('!libtool')
-source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.24/${pkgname}-${pkgver}.tar.bz2
+source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.22/${pkgname}-${pkgver}.tar.bz2
gdk-pixbuf-0.22.0-bmp_reject_corrupt.patch
gdk-pixbuf-0.22.0-bmp_secure.patch
gdk-pixbuf-0.22.0-loaders.patch
diff --git a/community/gnubiff-gtk/PKGBUILD b/community/gnubiff-gtk/PKGBUILD
index a632caace..5bf35b283 100644
--- a/community/gnubiff-gtk/PKGBUILD
+++ b/community/gnubiff-gtk/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 63602 2012-02-05 11:59:50Z ibiru $
+# $Id: PKGBUILD 66678 2012-02-27 10:01:18Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Tom K <tomk@runbox.com>
# Contributor: Todd Musall <tmusall@gmail.com>
pkgname=gnubiff-gtk
-pkgver=2.2.14
+pkgver=2.2.15
pkgrel=1
pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived. GTK version."
arch=('i686' 'x86_64')
@@ -13,14 +13,11 @@ license=("GPL")
depends=('libglade' 'gtk3' 'openssl' 'popt')
makedepends=('intltool')
conflicts=('gnubiff')
-source=(http://downloads.sourceforge.net/sourceforge/gnubiff/gnubiff-$pkgver.tar.gz
- build.patch)
-md5sums=('f2a2c3485d2f3f0adff1b7665c2f3b24'
- '96fde605eb69e300f6014546d4339beb')
+source=(http://downloads.sourceforge.net/sourceforge/gnubiff/gnubiff-$pkgver.tar.gz)
+md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443')
build() {
cd $srcdir/gnubiff-$pkgver
-# patch -p1 <../build.patch
export LDFLAGS=-lX11
./configure --prefix=/usr --disable-gnome --disable-fam --with-password --with-password-string="65423957eb027b94c9e661611c0e4271"
make
diff --git a/community/gnubiff/PKGBUILD b/community/gnubiff/PKGBUILD
index 03485f1f1..814259c8a 100644
--- a/community/gnubiff/PKGBUILD
+++ b/community/gnubiff/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 63600 2012-02-05 11:59:28Z ibiru $
+# $Id: PKGBUILD 66676 2012-02-27 10:00:34Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Tom K <tomk@runbox.com>
# Contributor: Todd Musall <tmusall@gmail.com>
pkgname=gnubiff
-pkgver=2.2.14
+pkgver=2.2.15
pkgrel=1
pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('libglade' 'gtk3' 'popt')
makedepends=('perlxml' 'intltool')
conflicts=(gnubiff-gtk)
source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz)
-md5sums=('f2a2c3485d2f3f0adff1b7665c2f3b24')
+md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443')
build() {
[ "$GNOMEDIR" = "" ] && GNOMEDIR=/usr
diff --git a/community/libmirage/PKGBUILD b/community/libmirage/PKGBUILD
index b0d1ba02b..0238a6320 100644
--- a/community/libmirage/PKGBUILD
+++ b/community/libmirage/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 56986 2011-10-17 16:29:39Z bpiotrowski $
+# $Id: PKGBUILD 66729 2012-02-27 20:41:55Z heftig $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: Charles Lindsay <charles@chaoslizard.org>
pkgname=libmirage
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="CD-ROM image (B6T/CCD/CDI/CUE/ISO/MDS/NRG/TOC) access library"
arch=('i686' 'x86_64')
url="http://cdemu.sourceforge.net/"
license=('GPL')
-depends=('glib2' 'libsndfile')
-makedepends=('bison' 'flex')
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.gz)
+depends=('glib2' 'libsndfile' 'zlib')
+makedepends=('bison' 'flex' 'gtk-doc')
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2)
options=(!libtool)
-md5sums=('cd6cc75e1b76a0ef72821b30168c94d9')
+md5sums=('b60d9baa754efee6e0f6a584ec033fff')
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-static
make
}
diff --git a/community/mythtv/PKGBUILD b/community/mythtv/PKGBUILD
index 53309c180..69703ea49 100644
--- a/community/mythtv/PKGBUILD
+++ b/community/mythtv/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 62798 2012-01-27 02:10:36Z jconder $
+# $Id: PKGBUILD 66708 2012-02-27 17:31:49Z ibiru $
# Maintainer: Jonathan Conder <jonno.conder@gmail.com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
diff --git a/community/mythtv/mythbackend.conf b/community/mythtv/mythbackend.conf
new file mode 100644
index 000000000..e004ae5bd
--- /dev/null
+++ b/community/mythtv/mythbackend.conf
@@ -0,0 +1,92 @@
+#!/bin/bash
+#
+# Rename this file to:
+#
+# /etc/config.d/mythbackend
+#
+###############################################################################
+#
+# Copyright (c) by the MythTV Development Team.
+#
+# Derived from work by:
+#
+# Michael Thomson <linux at m-thomson dot net>
+# Stu Tomlinson <stu at nosnilmot dot com>
+# Axel Thimm <axel.thimm at atrpms dot net>
+# Adopted for ArchLinux:
+# Jürgen Hoetzel <juergen@archinux.org>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+###############################################################################
+#
+# Config variables for the mythbackend startup script, which is usually
+# located in /etc/rc.d/mythbackend
+#
+# When the startup script is executed, it sources this file if it exists,
+# otherwise it will fall back on default values.
+#
+# Leave variables commented out to use default values in init script
+# (/etc/rc.d/mythbackend).
+#
+# To override defaults, uncomment the relevant variable definition and
+# edit as required.
+#
+
+#
+# User who should start the mythbackend processes
+#
+# Running mythbackend as non-root requires you to ensure that audio/video
+# devices used for recording have suitable user permissions. One way
+# to achieve this is to modify existing or create new udev rules which
+# assign these devices to a non-root group with rw permissions and add
+# your mythbackend user to that group. Be aware that console.perms can
+# also affect device permissions and may need additional configuration.
+# Running as non-root may also introduce increased process latency.
+#
+# MBE_USER='root'
+
+#
+# Directory holding the mythbackend binary (empty means autodetect).
+#
+# MBE_DIR=''
+
+#
+# Name of mythbackend binary.
+#
+# MBE_PROG='mythbackend'
+
+#
+# Other startup options for mythbackend (see 'mythbackend --help' for a list).
+#
+# MBE_OPTIONS=''
+
+#
+# Directory holding the mythbackend log file
+#
+# LOG_DIR='/var/log/mythtv'
+
+#
+# Name of mythbackend log file.
+#
+# NOTE: If you are running as non-root take care to ensure the mythbackend user
+# has permission to write to this log file.
+#
+# LOG_FILE='mythbackend.log'
+
+#
+# Logging options for mythbackend (see 'mythbackend -v help' for a list)
+#
+# LOG_OPTS=''
diff --git a/community/mythtv/mythbackend.rc b/community/mythtv/mythbackend.rc
new file mode 100644
index 000000000..410e8de41
--- /dev/null
+++ b/community/mythtv/mythbackend.rc
@@ -0,0 +1,82 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+# Default values to use if none are supplied in the config file.
+
+# Running mythbackend as non-root requires you to ensure that audio/video
+# devices used for recording have suitable user permissions. One way
+# to achieve this is to modify existing or create new udev rules which
+# assign these devices to a non-root group with rw permissions and add
+# your mythbackend user to that group. Be aware that console.perms can
+# also affect device permissions and may need additional configuration.
+# Running as non-root may also introduce increased process latency.
+#
+# User who should start the mythbackend processes
+MBE_USER='root'
+
+# Startup options for mythbackend
+MBE_OPTIONS=''
+
+# Name of mythbackend log file
+LOG_FILE='/var/log/mythbackend.log'
+
+# Logging options for mythbackend (empty means '-v important,general')
+LOG_OPTS=''
+
+###############################################################################
+
+CONFIG_FILE=/etc/conf.d/mythbackend
+PIDFILE=/var/run/mythbackend.pid
+
+if [[ -f ${CONFIG_FILE} ]]; then
+ . ${CONFIG_FILE}
+fi
+
+pid="$(cat ${PIDFILE} 2>/dev/null || pidof mythbackend)";
+
+# fix FS#11890
+mbe_user_home="$(getent passwd ${MBE_USER}|cut -d : -f 6)"
+
+case "$1" in
+ start)
+ stat_busy "Starting MythTV Backend"
+
+ # already running ?
+ if [[ "${pid}" -gt 0 ]] && kill -0 "${pid}"; then
+ stat_fail
+ exit 1;
+ fi
+ touch ${PIDFILE} ${LOG_FILE}
+ chown "$MBE_USER" ${PIDFILE} ${LOG_FILE}
+ if su "$MBE_USER" -c "HOME=${mbe_user_home} mythbackend \
+ --daemon \
+ --logfile $LOG_FILE $LOG_OPTS \
+ --pidfile ${PIDFILE} $MBE_OPTIONS";
+ then
+ add_daemon mythbackend
+ stat_done
+ else
+ stat_fail
+ fi
+ ;;
+
+ stop)
+ stat_busy "Stopping MythTV Backend"
+ if [[ "${pid}" -gt 0 ]] && kill $pid &>/dev/null; then
+ rm_daemon mythbackend
+ stat_done
+ rm ${PIDFILE} 2>/dev/null
+ else
+ stat_fail
+ fi
+ ;;
+ restart)
+ $0 stop
+ $0 start
+ ;;
+ *)
+ echo "usage: $0 {start|stop|restart}"
+esac
+exit 0
diff --git a/community/mythtv/mythtv.install b/community/mythtv/mythtv.install
new file mode 100644
index 000000000..c29a53454
--- /dev/null
+++ b/community/mythtv/mythtv.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo "See \"MythTV\" on the Archlinux Wiki for installation information - Extensive!!"
+}
+
+post_upgrade() {
+ return
+}
+
+post_remove() {
+ echo -e "NOTE: mysql database was not removed. To remove run:\nmysql -u root -e 'drop database mythconverg;'"
+}
diff --git a/community/scantailor/PKGBUILD b/community/scantailor/PKGBUILD
index b69f026c3..3de94b785 100644
--- a/community/scantailor/PKGBUILD
+++ b/community/scantailor/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 63736 2012-02-05 12:10:28Z ibiru $
+# $Id: PKGBUILD 66680 2012-02-27 10:02:02Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Denis Terskov aka neurosurgeon <terskov.den@gmail.com>
pkgname=scantailor
-pkgver=0.9.10
-pkgrel=2
+pkgver=0.9.11
+pkgrel=1
pkgdesc="Interactive post-processing tool for scanned pages"
arch=(i686 x86_64)
url="http://scantailor.sourceforge.net"
@@ -12,17 +12,11 @@ license="GPL"
depends=('qt')
makedepends=('cmake' 'boost')
options=('!makeflags')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
- build-fix.patch)
-md5sums=('f962c93a2d63b449fa3f6612ade3b028'
- '0aeb1bae724b5cae208ae8af95e8ed9b')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('15984c8828ecb2de542ac94e3c41a810')
build() {
cd $srcdir/$pkgname-$pkgver
- unset CFLAGS
- unset CPPFLAGS
- unset CXXFLAGS
- patch -p1 <$srcdir/build-fix.patch
cmake .
cmake \
-DCMAKE_CXX_FLAGS="-DBOOST_NO_MEMBER_TEMPLATE_FRIENDS" \
diff --git a/community/sigil/PKGBUILD b/community/sigil/PKGBUILD
index 0a25efc66..a2bc241ca 100644
--- a/community/sigil/PKGBUILD
+++ b/community/sigil/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 64563 2012-02-16 14:20:35Z giovanni $
+# $Id: PKGBUILD 66696 2012-02-27 15:03:06Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
pkgname=sigil
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc="A WYSIWYG ebook editor"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('cmake')
install=sigil.install
source=("http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip"
"${pkgname}.desktop")
-md5sums=('f32da6168a475041e4337fd70845851d'
+md5sums=('83c1a5608a2ec59a83c86ccc1429b5cc'
'fef6aa492af487ccccd6b133635cee5a')
build() {
diff --git a/community/spectrwm/PKGBUILD b/community/spectrwm/PKGBUILD
index 0c19df98a..8a45faf45 100644
--- a/community/spectrwm/PKGBUILD
+++ b/community/spectrwm/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 64758 2012-02-18 04:02:43Z kkeen $
+# $Id: PKGBUILD 66738 2012-02-27 21:56:37Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
pkgname=spectrwm
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A minimalistic dynamic tiling window manager that tries to stay out of the way."
arch=('i686' 'x86_64')
url="http://www.spectrwm.org"
@@ -49,6 +49,8 @@ package() {
ln -s /usr/lib/libswmhack.so.0.0 "$pkgdir/usr/lib/libswmhack.so"
# fix this for real in the makefile
+ rm "$pkgdir/usr/bin/scrotwm"
+ ln -s "/usr/bin/spectrwm" "$pkgdir/usr/bin/scrotwm"
mkdir -p "$pkgdir"/usr/share/man/{es,it,pt,ru}/man1/
mv "$pkgdir/usr/share/man/man1/spectrwm_es.1" "$pkgdir/usr/share/man/es/man1/"
mv "$pkgdir/usr/share/man/man1/spectrwm_it.1" "$pkgdir/usr/share/man/it/man1/"
diff --git a/community/viewnior/PKGBUILD b/community/viewnior/PKGBUILD
index 2c2c78215..cf29740da 100644
--- a/community/viewnior/PKGBUILD
+++ b/community/viewnior/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 65365 2012-02-21 02:22:51Z spupykin $
+# $Id: PKGBUILD 66682 2012-02-27 10:02:48Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
# Maintainer: M Rawash <mrawash@gmail.com>
pkgname=viewnior
-pkgver=1.1
-pkgrel=2
+pkgver=1.3
+pkgrel=1
pkgdesc="A simple, fast and elegant image viewer program"
arch=('i686' 'x86_64')
url="http://xsisqox.github.com/Viewnior/"
@@ -14,7 +14,7 @@ depends=('gtk2>=2.12')
makedepends=('make' 'intltool>=0.35' 'pkgconfig>=0.9' 'perl>=5.8.1')
install=viewnior.install
source=(http://cloud.github.com/downloads/xsisqox/Viewnior/$pkgname-$pkgver.tar.gz)
-md5sums=('5b14c6edaf78fdd3259f148ae9d7f062')
+md5sums=('273c379933ae3e74ad414fde00198695')
build() {
cd $pkgname-$pkgver
diff --git a/community/wesnoth/PKGBUILD b/community/wesnoth/PKGBUILD
index 19e8c83f5..ba3715bf3 100644
--- a/community/wesnoth/PKGBUILD
+++ b/community/wesnoth/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: PKGBUILD 66692 2012-02-27 12:46:09Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
@@ -6,7 +6,7 @@
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=wesnoth
-pkgver=1.10
+pkgver=1.10.1
pkgrel=1
pkgdesc="A turn-based strategy game on a fantasy world"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ options=(!emptydirs)
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
wesnoth.tmpfiles.conf
wesnothd.rc.d)
-md5sums=('707daa13e2f5b3976d9b169aab62dc29'
+md5sums=('a2ac2d629d4e3e5fc7e7e48f935d9960'
'b8122f5054e3895c9c054e87460869dc'
'85659b47d22dfdf4e4d046556973fc3e')