summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/astyle/PKGBUILD19
-rw-r--r--community/autofs/PKGBUILD6
-rw-r--r--community/calibre/PKGBUILD6
-rw-r--r--community/clanlib/PKGBUILD8
-rw-r--r--community/gavl/PKGBUILD25
-rw-r--r--community/libdaq/PKGBUILD6
-rw-r--r--community/libfakekey/PKGBUILD19
-rw-r--r--community/libquvi/PKGBUILD4
-rw-r--r--community/lmms/PKGBUILD28
-rw-r--r--community/ngrep/PKGBUILD27
-rw-r--r--community/ngrep/ngrep-1.45-fix-ipv6.patch41
-rw-r--r--community/ngrep/ngrep-1.45-use-system-pcre.patch60
-rw-r--r--community/partimage/PKGBUILD8
-rw-r--r--community/partimage/partimage-0.6.9-zlib-1.2.6.patch35
-rw-r--r--community/portaudio/PKGBUILD23
-rw-r--r--community/python-psutil/PKGBUILD46
-rw-r--r--community/python-pyxattr/PKGBUILD6
-rwxr-xr-xcommunity/qstardict/PKGBUILD10
-rw-r--r--community/qstardict/qstardict.changelog3
-rw-r--r--community/redshift/PKGBUILD9
-rw-r--r--community/skrooge/PKGBUILD19
-rw-r--r--community/skrooge/skrooge.changelog3
-rw-r--r--community/skrooge/skrooge.install14
-rw-r--r--community/speed-dreams/PKGBUILD35
-rw-r--r--community/speed-dreams/speed-dreams.desktop2
-rw-r--r--community/stfl/PKGBUILD10
-rw-r--r--community/stfl/stfl.changelog7
-rw-r--r--community/surf/PKGBUILD13
-rw-r--r--community/surf/surf-0.4.1-link-xlib.patch28
-rw-r--r--community/unhide/PKGBUILD4
-rw-r--r--community/vifm/PKGBUILD10
-rw-r--r--community/vifm/vifm.changelog3
32 files changed, 383 insertions, 154 deletions
diff --git a/community/astyle/PKGBUILD b/community/astyle/PKGBUILD
index 231621751..4b3589421 100644
--- a/community/astyle/PKGBUILD
+++ b/community/astyle/PKGBUILD
@@ -1,26 +1,27 @@
-# $Id: PKGBUILD 56885 2011-10-16 05:34:00Z bpiotrowski $
-# Maintainer: Mateusz Herych <heniekk@gmail.com>
+# $Id: PKGBUILD 66384 2012-02-24 12:10:04Z lfleischer $
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Mateusz Herych <heniekk@gmail.com>
# Contributor: Thomas Mader <thezema@gmail.com>
# Contributor: Vinay S Shastry <vinayshastry@gmail.com>
# Contributor: tardo <tardo@nagi-fanboi.net>
pkgname=astyle
pkgver=2.02
-pkgrel=1
-pkgdesc="A Free, Fast and Small Automatic Formatter for C, C++, C#, and Java Source Code"
+pkgrel=2
+pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java source code.'
arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/astyle/"
+url='http://sourceforge.net/projects/astyle/'
license=('LGPL')
depends=('gcc-libs')
-source=(http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz)
+source=("http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz")
md5sums=('6ce1f5c766ba142f152dab4ddd1ee3b7')
build() {
- cd $srcdir/$pkgname/build/gcc
+ cd "$srcdir/$pkgname/build/gcc"
make
}
package() {
- cd $srcdir/$pkgname/build/gcc
- install -D -m755 bin/astyle $pkgdir/usr/bin/astyle
+ cd "$srcdir/$pkgname/build/gcc"
+ install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
}
diff --git a/community/autofs/PKGBUILD b/community/autofs/PKGBUILD
index 9c09a332e..0bd605389 100644
--- a/community/autofs/PKGBUILD
+++ b/community/autofs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 51120 2011-07-05 13:23:33Z lfleischer $
+# $Id: PKGBUILD 66461 2012-02-25 03:07:56Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Dale Blount <dale@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=autofs
pkgver=5.0.6
-pkgrel=2
+pkgrel=3
pkgdesc='A kernel-based automounter for Linux.'
arch=('i686' 'x86_64')
url='http://freshmeat.net/projects/autofs'
@@ -18,7 +18,7 @@ backup=('etc/autofs/auto.master'
options=(!makeflags)
install='autofs.install'
source=("http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar.bz2"
- "http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}-fix-ipv6-name-for-lookup-fix.patch"
+ "http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/patches-5.0.7/${pkgname}-${pkgver}-fix-ipv6-name-for-lookup-fix.patch"
'autofs'
'autofs.conf.d'
'auto.master'
diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD
index ee4f05453..cbb8343d6 100644
--- a/community/calibre/PKGBUILD
+++ b/community/calibre/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 64659 2012-02-17 13:51:06Z giovanni $
+# $Id: PKGBUILD 66425 2012-02-24 18:43:16Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Petrov Roman <nwhisper@gmail.com>
# Contributor: Andrea Fagiani <andfagiani _at_ gmail dot com>
pkgname=calibre
-pkgver=0.8.40
+pkgver=0.8.41
pkgrel=1
pkgdesc="Ebook management application"
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ install=calibre.install
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"
'desktop_integration.patch'
'calibre-mount-helper')
-md5sums=('257ee03ab199ac5ec493c7650c7a5f35'
+md5sums=('732db88fb0a131218bf5de1331ffc6f3'
'253ce4fe5d01f8ff76b63cd3825755ea'
'675cd87d41342119827ef706055491e7')
diff --git a/community/clanlib/PKGBUILD b/community/clanlib/PKGBUILD
index df5913ecf..baf14040d 100644
--- a/community/clanlib/PKGBUILD
+++ b/community/clanlib/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 63514 2012-02-05 11:52:35Z ibiru $
+# $Id: PKGBUILD 66368 2012-02-24 10:57:28Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=clanlib
-pkgver=2.3.4
-pkgrel=2
+pkgver=2.3.5
+pkgrel=1
pkgdesc="A multi-platform game development library."
arch=('i686' 'x86_64')
url="http://clanlib.org/"
@@ -12,7 +12,7 @@ depends=('alsa-lib' 'libjpeg' 'libmikmod' 'libpng' 'libvorbis' 'libxi' 'libxmu'
makedepends=('doxygen' 'graphviz')
options=('!libtool')
source=(http://clanlib.org/download/releases-2.0/ClanLib-${pkgver}.tgz)
-md5sums=('cc89f632aa194399e909bbbd13beca1b')
+md5sums=('7c26fa5513c078a4db1b0de9035b535a')
build() {
cd ${srcdir}/ClanLib-${pkgver}
diff --git a/community/gavl/PKGBUILD b/community/gavl/PKGBUILD
index fefbd6ef5..f90579ac9 100644
--- a/community/gavl/PKGBUILD
+++ b/community/gavl/PKGBUILD
@@ -1,29 +1,28 @@
-# $Id: PKGBUILD 40491 2011-02-24 23:54:31Z mherych $
+# $Id: PKGBUILD 66386 2012-02-24 12:23:09Z lfleischer $
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Robert Emil Berge <filoktetes@linuxophic.org>
-# Maintainer: Robert Emil Berge
-# Maintaner: Mateusz Herych <heniekk@gmail.com>
+# Contributor: Mateusz Herych <heniekk@gmail.com>
pkgname=gavl
pkgver=1.2.0
-pkgrel=1
-pkgdesc="A low level library, upon which multimedia APIs can be built."
+pkgrel=2
+pkgdesc='A low level library, upon which multimedia APIs can be built.'
arch=('i686' 'x86_64')
-url="http://gmerlin.sourceforge.net/"
+url='http://gmerlin.sourceforge.net/'
license=('GPL')
depends=('glibc')
optios=(!libtool)
-source=(http://downloads.sourceforge.net/sourceforge/gmerlin/$pkgname-$pkgver.tar.gz)
+source=("http://downloads.sourceforge.net/sourceforge/gmerlin/$pkgname-$pkgver.tar.gz")
md5sums=('f7dd25d3ef26a8d22f947e9383d251e7')
build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr \
- --without-doxygen \
- --with-cpuflags=none
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr --without-doxygen --with-cpuflags=none
make
}
package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
}
diff --git a/community/libdaq/PKGBUILD b/community/libdaq/PKGBUILD
index c949ce3aa..d7df59c86 100644
--- a/community/libdaq/PKGBUILD
+++ b/community/libdaq/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 56490 2011-10-07 10:32:45Z lfleischer $
+# $Id: PKGBUILD 66392 2012-02-24 12:43:11Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
pkgname=libdaq
pkgver=0.6.2
-pkgrel=1
+pkgrel=2
pkgdesc='Data Acquisition library for packet I/O.'
arch=('i686' 'x86_64')
url='http://www.snort.org/'
@@ -11,7 +11,7 @@ license=('GPL')
depends=('libpcap')
makedepends=('ca-certificates')
options=('!libtool')
-source=('http://www.snort.org/downloads/1170')
+source=("http://www.snort.org/dl/snort-current/daq-${pkgver}.tar.gz")
md5sums=('6ea8aaa6f067f8b8ef6de45b95d55875')
build() {
diff --git a/community/libfakekey/PKGBUILD b/community/libfakekey/PKGBUILD
index 691c4ba75..9c88316ce 100644
--- a/community/libfakekey/PKGBUILD
+++ b/community/libfakekey/PKGBUILD
@@ -1,8 +1,9 @@
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: zoulnix <z[o]ulnix.borkedduck.c[o]m>
pkgname=libfakekey
pkgver=0.1
-pkgrel=4
+pkgrel=5
pkgdesc='X virtual keyboard library.'
arch=('i686' 'x86_64')
url='http://matchbox-project.org/'
@@ -13,19 +14,13 @@ source=("http://matchbox-project.org/sources/${pkgname}/${pkgver}/${pkgname}-${p
md5sums=('83dbde4d77e8baf0176fe4291d8a2303')
build() {
- cd ${pkgname}-${pkgver}
+ cd "${pkgname}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static
-
- make
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
+ make AM_LDFLAGS=-lX11
}
package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR=${pkgdir} install
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
}
diff --git a/community/libquvi/PKGBUILD b/community/libquvi/PKGBUILD
index 1f0d35065..bc155076e 100644
--- a/community/libquvi/PKGBUILD
+++ b/community/libquvi/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 57076 2011-10-20 17:03:18Z lfleischer $
+# $Id: PKGBUILD 66396 2012-02-24 12:56:50Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
pkgname=libquvi
pkgver=0.4.0
-pkgrel=2
+pkgrel=3
pkgdesc='Library for parsing video download links.'
arch=('i686' 'x86_64')
url='http://quvi.sourceforge.net/'
diff --git a/community/lmms/PKGBUILD b/community/lmms/PKGBUILD
index e3fcd7659..c7ebc3ab3 100644
--- a/community/lmms/PKGBUILD
+++ b/community/lmms/PKGBUILD
@@ -1,38 +1,42 @@
-# $Id: PKGBUILD 55251 2011-09-07 11:43:20Z schiv $
-# Maintainer: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
-# Maintainer: Mateusz Herych <heniekk@gmail.com>
+# $Id: PKGBUILD 66380 2012-02-24 11:46:22Z lfleischer $
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
+# Contributor: Mateusz Herych <heniekk@gmail.com>
# Contributor: Storyteller <spiralsorrow@hotmail.com>
pkgname=lmms
-pkgver=0.4.12
+pkgver=0.4.13
pkgrel=1
-pkgdesc="The Linux MultiMedia Studio"
+pkgdesc='The Linux MultiMedia Studio.'
arch=('i686' 'x86_64')
-url="http://lmms.sourceforge.net/"
+url='http://lmms.sourceforge.net/'
license=('GPL')
-depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 'libxinerama' 'qt' 'sdl_sound' 'libsamplerate' 'shared-mime-info')
+depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 'libxinerama' 'qt' 'sdl_sound'
+ 'libsamplerate' 'shared-mime-info')
optdepends=('wine: VST support (experimental)'
'fftw: SpectrumAnalyzer plugin'
'stk: STK instruments plugins'
'pulseaudio: PulseAudio output')
makedepends=('cmake' 'ladspa' 'libxft' 'freetype2' 'fftw' 'stk')
-[ $CARCH = i686 ] && makedepends+=('wine')
+[[ $CARCH = i686 ]] && makedepends+=('wine')
provides=('lmms-extras')
conflicts=('lmms-extras')
options=('!libtool' '!makeflags')
install=lmms.install
-source=(http://downloads.sourceforge.net/sourceforge/lmms/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('0642aba9b6b71d2ed41b44cfde4004f6')
+source=("http://downloads.sourceforge.net/sourceforge/lmms/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('80db0dc5263041d443f474220410991f')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
sed -i 's|lib64|lib|g' cmake/modules/DetectMachine.cmake
+
cmake . -DCMAKE_INSTALL_PREFIX=/usr
make
}
package() {
- cd $srcdir/$pkgname-$pkgver
+ cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="${pkgdir}" install
}
diff --git a/community/ngrep/PKGBUILD b/community/ngrep/PKGBUILD
index 2b50b67f6..2bc220a0e 100644
--- a/community/ngrep/PKGBUILD
+++ b/community/ngrep/PKGBUILD
@@ -1,27 +1,38 @@
-# $Id: PKGBUILD 64341 2012-02-11 23:22:31Z allan $
+# $Id: PKGBUILD 66459 2012-02-25 02:54:09Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=ngrep
pkgver=1.45
-pkgrel=8
+pkgrel=9
pkgdesc='A grep-like utility that allows you to search for network packets on an interface.'
arch=('i686' 'x86_64')
url='http://ngrep.sourceforge.net/'
license=('custom')
-depends=('libpcap>=1.0.0')
+depends=('libpcap>=1.0.0' 'pcre')
# Fix build failure when using "-j" (FS#27091).
options=(!makeflags)
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2" "ngrep-fix-ipv6-support.patch")
-md5sums=('bc8150331601f3b869549c94866b4f1c' '90e6dfb335bccf12615d3c468ceeb60f')
-# Added patch for broken ipv6 support (FS#27225)
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+ 'ngrep-1.45-fix-ipv6.patch'
+ 'ngrep-1.45-use-system-pcre.patch')
+md5sums=('bc8150331601f3b869549c94866b4f1c'
+ '524ee2e0d9ff3c6a262eca836ddf63ed'
+ 'c546da1e47d3e8bddc7678c81a22a6b7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i $srcdir/ngrep-fix-ipv6-support.patch
- ./configure --prefix=/usr --with-pcap-includes=/usr/include/pcap --enable-ipv6
+ # add patch for broken ipv6 support (FS#27225)
+ patch -Np1 -i "$srcdir/ngrep-1.45-fix-ipv6.patch"
+
+ # use system PCRE (FS#27225)
+ patch -Np1 -i "$srcdir/ngrep-1.45-use-system-pcre.patch"
+ autoreconf
+
+ export EXTRA_INCLUDES=$(pcre-config --cflags)
+ export EXTRA_LIBS=$(pcre-config --libs)
+ ./configure --prefix=/usr --with-pcap-includes=/usr/include/pcap --enable-ipv6 --enable-pcre
make
}
diff --git a/community/ngrep/ngrep-1.45-fix-ipv6.patch b/community/ngrep/ngrep-1.45-fix-ipv6.patch
new file mode 100644
index 000000000..66c5ff399
--- /dev/null
+++ b/community/ngrep/ngrep-1.45-fix-ipv6.patch
@@ -0,0 +1,41 @@
+--- ngrep-1.45.ds2/ngrep.c 2010-04-21 12:16:52.000000000 +0200
++++ ngrep-1.45.ds2-ipv6-patch/ngrep.c 2010-04-21 12:11:49.581088102 +0200
+@@ -711,10 +711,12 @@ void process(u_char *d, struct pcap_pkth
+ data = (unsigned char *)(tcp_pkt) + tcphdr_offset;
+ len -= link_offset + ip_hl + tcphdr_offset;
+
++/*
+ #if USE_IPv6
+ if (ip_ver == 6)
+ len -= ntohs(ip6_pkt->ip6_plen);
+-#endif
++#endif
++*/
+
+ if ((int32_t)len < 0)
+ len = 0;
+@@ -731,11 +733,12 @@ void process(u_char *d, struct pcap_pkth
+ data = (unsigned char *)(udp_pkt) + udphdr_offset;
+ len -= link_offset + ip_hl + udphdr_offset;
+
++/*
+ #if USE_IPv6
+ if (ip_ver == 6)
+ len -= ntohs(ip6_pkt->ip6_plen);
+ #endif
+-
++*/
+ if ((int32_t)len < 0)
+ len = 0;
+
+@@ -769,7 +772,7 @@ void process(u_char *d, struct pcap_pkth
+ uint16_t icmp6hdr_offset = (frag_offset) ? 0 : 4;
+
+ data = (unsigned char *)(icmp6_pkt) + icmp6hdr_offset;
+- len -= link_offset + ip_hl + ntohs(ip6_pkt->ip6_plen) + icmp6hdr_offset;
++ len -= link_offset + ip_hl + icmp6hdr_offset;
+
+ if ((int32_t)len < 0)
+ len = 0;
+
+
diff --git a/community/ngrep/ngrep-1.45-use-system-pcre.patch b/community/ngrep/ngrep-1.45-use-system-pcre.patch
new file mode 100644
index 000000000..973dd25d6
--- /dev/null
+++ b/community/ngrep/ngrep-1.45-use-system-pcre.patch
@@ -0,0 +1,60 @@
+diff -urN ngrep-1.45/configure.in ngrep-1.45-patched/configure.in
+--- ngrep-1.45/configure.in 2006-11-14 21:43:56.000000000 -0600
++++ ngrep-1.45-patched/configure.in 2006-11-29 10:34:48.000000000 -0600
+@@ -28,8 +28,8 @@
+ dnl
+
+ EXTRA_DEFINES=""
+-EXTRA_INCLUDES=""
+-EXTRA_LIBS=""
++EXTRA_INCLUDES="$EXTRA_INCLUDES"
++EXTRA_LIBS="$EXTRA_LIBS"
+
+
+ dnl
+@@ -130,8 +130,8 @@
+ echo 'Configuring Perl-Compatible Regular Expression (PCRE) library ...'
+ echo
+
+- REGEX_DIR='pcre-5.0'
+- REGEX_OBJS="$REGEX_DIR/pcre.o $REGEX_DIR/study.o"
++# REGEX_DIR='pcre-5.0'
++# REGEX_OBJS="$REGEX_DIR/pcre.o $REGEX_DIR/study.o"
+ USE_PCRE="1"
+
+ else
+@@ -146,7 +146,7 @@
+
+ fi
+
+-( cd $REGEX_DIR && ./configure )
++#( cd $REGEX_DIR && ./configure )
+
+ AC_SUBST(REGEX_DIR)
+ AC_SUBST(REGEX_OBJS)
+diff -urN ngrep-1.45/Makefile.in ngrep-1.45-patched/Makefile.in
+--- ngrep-1.45/Makefile.in 2006-11-28 07:35:37.000000000 -0600
++++ ngrep-1.45-patched/Makefile.in 2006-11-29 08:20:32.000000000 -0600
+@@ -38,7 +38,7 @@
+
+ all: $(TARGET)
+
+-$(TARGET): $(REGEX_OBJS) $(OBJS)
++$(TARGET): $(OBJS)
+ $(CC) $(CFLAGS) $(LDFLAGS) $(STRIPFLAG) -o $(TARGET) $(OBJS) $(REGEX_OBJS) $(LIBS)
+
+ debug: $(REGEX_OBJS) $(OBJS)
+diff -urN ngrep-1.45/ngrep.c ngrep-1.45-patched/ngrep.c
+--- ngrep-1.45/ngrep.c 2006-11-28 07:38:43.000000000 -0600
++++ ngrep-1.45-patched/ngrep.c 2006-11-29 08:10:48.000000000 -0600
+@@ -92,7 +92,7 @@
+ #endif
+
+ #if USE_PCRE
+-#include "pcre-5.0/pcre.h"
++#include "pcre.h"
+ #else
+ #include "regex-0.12/regex.h"
+ #endif
+
+
diff --git a/community/partimage/PKGBUILD b/community/partimage/PKGBUILD
index d3923a9a3..a8c3178b5 100644
--- a/community/partimage/PKGBUILD
+++ b/community/partimage/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 42823 2011-03-21 09:06:51Z lfleischer $
+# $Id: PKGBUILD 66450 2012-02-25 01:26:42Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Roman Kyrylych <roman@archlinux.org>
# Contributor: Sven Kauber <celeon@gmail.com>
@@ -7,7 +7,7 @@
pkgname=partimage
pkgver=0.6.9
-pkgrel=1
+pkgrel=2
pkgdesc='Partition Image saves partitions in many formats to an image file.'
arch=('i686' 'x86_64')
url='http://www.partimage.org/'
@@ -16,15 +16,19 @@ depends=('libnewt' 'lzo' 'bzip2' 'openssl')
backup=('etc/partimaged/partimagedusers')
install='partimage.install'
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+ 'partimage-0.6.9-zlib-1.2.6.patch'
'partimaged'
'partimaged-gencrt')
md5sums=('1bc046fd915c5debbafc85729464e513'
+ '202c4334766041d98c5f67c9d62c3063'
'f3b517a62de5540f3b1a8b7edf65b7ec'
'2316b116227b07efb48266e660ca1ba1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -p1 -i ../partimage-0.6.9-zlib-1.2.6.patch
+
./configure --prefix=/usr --sysconfdir=/etc --enable-pam
make
make pamfile
diff --git a/community/partimage/partimage-0.6.9-zlib-1.2.6.patch b/community/partimage/partimage-0.6.9-zlib-1.2.6.patch
new file mode 100644
index 000000000..0f311d261
--- /dev/null
+++ b/community/partimage/partimage-0.6.9-zlib-1.2.6.patch
@@ -0,0 +1,35 @@
+diff --git a/src/client/imagefile.cpp b/src/client/imagefile.cpp
+index dd83411..62d0f72 100644
+--- a/src/client/imagefile.cpp
++++ b/src/client/imagefile.cpp
+@@ -783,7 +783,7 @@ void CImage::openWriting()
+ else if (m_options.dwCompression == COMPRESS_GZIP) // Gzip compression
+ {
+ showDebug(1, "open gzip\n");
+- m_gzImageFile = (gzFile *) gzdopen(m_nFdImage, "wb"); //"wb1h");
++ m_gzImageFile = gzdopen(m_nFdImage, "wb"); //"wb1h");
+ if (m_gzImageFile == NULL)
+ {
+ showDebug(1, "error:%d %s\n", errno, strerror(errno));
+@@ -1098,7 +1098,7 @@ void CImage::openReading(CVolumeHeader *vh /* = NULL */)
+ }
+ else if (m_options.dwCompression == COMPRESS_GZIP) // Gzip compression
+ {
+- m_gzImageFile = (gzFile *) gzdopen(m_nFdImage, "rb");
++ m_gzImageFile = gzdopen(m_nFdImage, "rb");
+ if (m_gzImageFile == NULL)
+ THROW(ERR_ERRNO, errno);
+ else
+diff --git a/src/client/imagefile.h b/src/client/imagefile.h
+index 4ba8910..6adb098 100644
+--- a/src/client/imagefile.h
++++ b/src/client/imagefile.h
+@@ -41,7 +41,7 @@ class CImage
+ COptions m_options;
+
+ FILE *m_fImageFile;
+- gzFile *m_gzImageFile;
++ gzFile m_gzImageFile;
+ BZFILE *m_bzImageFile;
+
+ int m_nFdImage;
diff --git a/community/portaudio/PKGBUILD b/community/portaudio/PKGBUILD
index 1872b9457..6c726e662 100644
--- a/community/portaudio/PKGBUILD
+++ b/community/portaudio/PKGBUILD
@@ -1,28 +1,31 @@
-# $Id: PKGBUILD 55258 2011-09-07 18:41:32Z ebelanger $
-# Based on 'portaudio' package - Eric Belanger <eric@archlinux.org>
-# Last/Most-Recent Contributor: Darwin Bautista <djclue917@gmail.com>
-# Maintainer: Bob Finch <w9ya@qrparci.net>
+# $Id: PKGBUILD 66382 2012-02-24 12:03:33Z lfleischer $
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Eric Belanger <eric@archlinux.org>
+# Contributor: Darwin Bautista <djclue917@gmail.com>
+# Contributor: Bob Finch <w9ya@qrparci.net>
pkgname=portaudio
-pkgver=19_20110326
+pkgver=19_20111121
pkgrel=1
-pkgdesc="A free, cross-platform, open source, audio I/O library"
+pkgdesc='A free, cross-platform, open source, audio I/O library.'
arch=('i686' 'x86_64')
-url="http://www.portaudio.com/"
+url='http://www.portaudio.com/'
license=('custom')
depends=('jack')
options=('!libtool')
-source=(http://www.portaudio.com/archives/pa_stable_v$pkgver.tgz)
-md5sums=('8f266ce03638419ef46e4efcb0fabde6')
+source=("http://www.portaudio.com/archives/pa_stable_v$pkgver.tgz")
+md5sums=('25c85c1cc5e9e657486cbc299c6c035a')
build() {
cd "$srcdir/$pkgname"
+
./configure --prefix=/usr
make
}
package() {
cd "$srcdir/$pkgname"
+
make DESTDIR="$pkgdir" install
- install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+ install -Dm0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
}
diff --git a/community/python-psutil/PKGBUILD b/community/python-psutil/PKGBUILD
new file mode 100644
index 000000000..a062110dc
--- /dev/null
+++ b/community/python-psutil/PKGBUILD
@@ -0,0 +1,46 @@
+# $Id: PKGBUILD 66402 2012-02-24 13:09:02Z seblu $
+# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=0.4.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/psutil/'
+license=('custom: BSD')
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
+source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz")
+sha1sums=('2705862e00280a7fa76cfb687dbd61623d5e236e')
+
+build() {
+ 'cp' -a psutil-$pkgver psutil2-$pkgver
+ # build python
+ cd psutil-$pkgver
+ python setup.py build
+
+ cd ../psutil2-$pkgver
+ # change python interpreter
+ find -name '*.py' -exec \
+ sed -i '1s,^#!/usr/bin/env python$,#!/usr/bin/python2,' {} \; -print
+ python2 setup.py build
+}
+
+package_python-psutil() {
+ pkgdesc='A cross-platform process and system utilities module for Python'
+ depends=('glibc' 'python')
+
+ cd psutil-$pkgver
+ python setup.py install --root="$pkgdir"
+ install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+ pkgdesc='A cross-platform process and system utilities module for Python 2'
+ depends=('glibc' 'python2')
+
+ cd psutil2-$pkgver
+ python2 setup.py install --root="$pkgdir"
+ install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 ft=sh et:
diff --git a/community/python-pyxattr/PKGBUILD b/community/python-pyxattr/PKGBUILD
index 6316dbe6c..996d8d6b4 100644
--- a/community/python-pyxattr/PKGBUILD
+++ b/community/python-pyxattr/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 54628 2011-08-22 08:01:47Z lfleischer $
+# $Id: PKGBUILD 66406 2012-02-24 13:20:20Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Jon Bergli Heier <snakebite@jvnv.net>
@@ -6,8 +6,8 @@ pkgname=('python2-pyxattr' 'python-pyxattr')
pkgbase=python-pyxattr
_pkgname=pyxattr
pkgver=0.5.0
-pkgrel=2
-pkgdesc="A python extension module that allows you to manipulate the extended attributes."
+pkgrel=3
+pkgdesc='A python extension module that allows you to manipulate the extended attributes.'
arch=('i686' 'x86_64')
url='http://pyxattr.sourceforge.net/'
license=('GPL')
diff --git a/community/qstardict/PKGBUILD b/community/qstardict/PKGBUILD
index 8bcd24b0f..02378dbb3 100755
--- a/community/qstardict/PKGBUILD
+++ b/community/qstardict/PKGBUILD
@@ -1,23 +1,19 @@
-# $Id: PKGBUILD 60201 2011-12-07 14:41:34Z arodseth $
+# $Id: PKGBUILD 66440 2012-02-24 22:59:57Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Alois Nespor <alois.nespor@gmail.com>
pkgname=qstardict
-pkgver=1.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
arch=('i686' 'x86_64')
url="http://qstardict.ylsoftware.com/index.php"
license=('GPL2')
depends=('qt')
-optdepends=('festival-awb-arctic: for pronouncing words, Scottish English male speaker'
- 'festival-don: for pronouncing words, British English RP male speaker'
- 'festival-kallpc16k: for pronouncing words, British English RP male speaker'
- 'festival-rablpc16k: for pronouncing words, British English RP male speaker')
provides=('stardict')
changelog=$pkgname.changelog
source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9cb20f8829be0983176bc52728d3701b0862522741cac1a9967222c86aaaa9fb')
+sha256sums=('b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f')
build() {
cd ${srcdir}/$pkgname-$pkgver
diff --git a/community/qstardict/qstardict.changelog b/community/qstardict/qstardict.changelog
index aa794fc98..dcb6b166e 100644
--- a/community/qstardict/qstardict.changelog
+++ b/community/qstardict/qstardict.changelog
@@ -1,3 +1,6 @@
+2012-02-24 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * qstardict 1.0.1-1
+
2011-08-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* qstardict 1.0-1
diff --git a/community/redshift/PKGBUILD b/community/redshift/PKGBUILD
index 166657069..828bfefb6 100644
--- a/community/redshift/PKGBUILD
+++ b/community/redshift/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 51577 2011-07-11 18:47:40Z lfleischer $
+# $Id: PKGBUILD 66452 2012-02-25 01:45:00Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Geoffrey Teale <tealeg@stop-squark>
# Contributor: Mark, Huo Mian <markhuomian[at]gmail[dot]com>
@@ -6,13 +6,14 @@
pkgname=redshift
pkgver=1.7
-pkgrel=1
-pkgdesc="Adjusts the color temperature of your screen according to your surroundings."
+pkgrel=3
+pkgdesc='Adjusts the color temperature of your screen according to your surroundings.'
arch=('i686' 'x86_64')
url='http://jonls.dk/redshift/'
license=('GPL3')
depends=('gconf' 'libxxf86vm')
-optdepends=('pyxdg: for gtk-redshift')
+optdepends=('pyxdg: for gtk-redshift'
+ 'librsvg: for gtk-redshift')
makedepends=('python2')
install='redshift.install'
source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2")
diff --git a/community/skrooge/PKGBUILD b/community/skrooge/PKGBUILD
index cf52881d5..60bdd1582 100644
--- a/community/skrooge/PKGBUILD
+++ b/community/skrooge/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 59508 2011-11-27 13:44:23Z jlichtblau $
+# $Id: PKGBUILD 66443 2012-02-24 23:28:14Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Ray Rashif <schiv@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: neuromante <lorenzo.nizzi.grifi@gmail.com>
pkgname=skrooge
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=1
pkgdesc="A personal finances manager for KDE"
arch=('i686' 'x86_64')
@@ -15,22 +15,19 @@ depends=('kdebase-runtime' 'libofx' 'qca-ossl')
makedepends=('cmake' 'automoc4' 'docbook-xsl')
install=$pkgname.install
changelog=$pkgname.changelog
-source=("http://skrooge.org/files/$pkgname-$pkgver.tar.bz2")
-sha256sums=('6553a61a74bb4f5d0272fff4844e47d983fa38cd6af0481658f4d1e3150c6d62')
+source=(http://skrooge.org/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('059d2e1dd6feb8e7fcf86b61c0932359b182c207f9dda21642a50253b7857f2a')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd ${srcdir}/$pkgname-$pkgver
- cmake . -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
+ cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd ${srcdir}/$pkgname-$pkgver
- make DESTDIR="$pkgdir/" install
+ make DESTDIR=${pkgdir} install
}
-
-# vim:set ts=2 sw=2 et:
diff --git a/community/skrooge/skrooge.changelog b/community/skrooge/skrooge.changelog
index ce1768e34..bbad6e6bc 100644
--- a/community/skrooge/skrooge.changelog
+++ b/community/skrooge/skrooge.changelog
@@ -1,2 +1,5 @@
+2012-02-24 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * skrooge 1.2.0-1
+
2011-11-27 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* skrooge 1.1.1-1
diff --git a/community/skrooge/skrooge.install b/community/skrooge/skrooge.install
index 5cfbe649e..050474c59 100644
--- a/community/skrooge/skrooge.install
+++ b/community/skrooge/skrooge.install
@@ -1,16 +1,14 @@
post_install() {
- update-mime-database usr/share/mime &> /dev/null
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
- kbuildsycoca4 &> /dev/null
+ update-mime-database usr/share/mime &> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+ kbuildsycoca4 &> /dev/null
}
post_upgrade() {
- post_install
+ post_install
}
post_remove() {
- post_install
+ post_install
}
-
-# vim:set ts=2 sw=2 et:
diff --git a/community/speed-dreams/PKGBUILD b/community/speed-dreams/PKGBUILD
index 39a6dec8a..2b7195d0e 100644
--- a/community/speed-dreams/PKGBUILD
+++ b/community/speed-dreams/PKGBUILD
@@ -1,57 +1,50 @@
-# $Id: PKGBUILD 63748 2012-02-05 12:11:31Z ibiru $
+# $Id: PKGBUILD 66408 2012-02-24 13:26:23Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Adrián Chaves Fernández, aka Gallaecio <adriyetichaves@gmail.com>
# Contributor: Shahar Weiss <sweiss4@gmx.net> (build() code from his TORCS' PKGBUILD)
pkgname=speed-dreams
-pkgver=2.0.0b1
-_pkgver=2.0.0-b1-r3937
-pkgrel=2
+pkgver=2.0.0rc1
+_pkgver=2.0.0-rc1-r4420
+pkgrel=1
pkgdesc="A racing simulator with rich graphics and physics"
arch=('i686' 'x86_64')
url="http://speed-dreams.sourceforge.net/"
license=('GPL2')
depends=('sdl' 'freealut' 'freeglut' 'libpng' 'libxi' 'libxmu' 'libxrandr' 'plib>=1.8.3' 'libjpeg' 'zlib' 'enet' 'speed-dreams-data')
makedepends=('cmake' 'p7zip')
-noextract=(${pkgname}-${_pkgver}-src.tar.7z)
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${_pkgver}-src.tar.7z"
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-base-${_pkgver}.tar.xz"
+ "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz"
+ "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz"
+ "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz"
"${pkgname}.desktop")
-md5sums=('5299fe23aec3641827039ae3c69de460'
- '6b45e9c40984ebb79a1dfaddbfabde92')
+md5sums=('bce029b4519d590dfa35ed83348475cd'
+ 'f4d155ff8463c61860f767823ae314ad'
+ '9f7bbb22fbc1c18548ae616dfc06f0b0'
+ 'ca6edc5a2f420214e826e8d112967495'
+ '634f8cb8f4f96686c8049c8a025e72d0')
build() {
- 7z x ${pkgname}-${_pkgver}-src.tar.7z
- tar xf ${pkgname}-${_pkgver}-src.tar
-
- cd "${pkgname}-${_pkgver}-src"
-
cmake . \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSD_BINDIR=/usr/bin \
-DSD_DATADIR=/usr/share/speed-dreams-2 \
-DSD_LIBDIR=/usr/lib/speed-dreams-2 \
- -DOPTION_OFFICIAL_ONLY:BOOL=ON
+ -DOPTION_OFFICIAL_ONLY=ON
make
}
package() {
- cd "$srcdir/${pkgname}-${_pkgver}-src"
-
make DESTDIR="${pkgdir}/" install
rm -r "${pkgdir}/usr/share"
install -Dm644 "data/data/icons/icon.png" "${pkgdir}/usr/share/pixmaps/speed-dreams.png"
- install -Dm644 "data/data/icons/icon.svg" "${pkgdir}/usr/share/pixmaps/speed-dreams.svg"
install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/speed-dreams.desktop"
mkdir -p "${pkgdir}/usr/share/doc/${pkgname}"
cp -r doc/* "${pkgdir}/usr/share/doc/${pkgname}/"
- rm -r "${pkgdir}/usr/share/doc/${pkgname}/man"
-
- mkdir -p "${pkgdir}/usr/share/man/man6/${pkgname}"
- cp doc/man/* "${pkgdir}/usr/share/man/man6/${pkgname}"
# Symlink for backwards compatibility
cd "${pkgdir}/usr/bin"
diff --git a/community/speed-dreams/speed-dreams.desktop b/community/speed-dreams/speed-dreams.desktop
index f04b71791..7dc83f659 100644
--- a/community/speed-dreams/speed-dreams.desktop
+++ b/community/speed-dreams/speed-dreams.desktop
@@ -2,7 +2,7 @@
Name=Speed Dreams
Comment=The Open Racing Car Simulator Fork
Exec=speed-dreams-2
-Icon=speed-dreams.svg
+Icon=speed-dreams.png
Terminal=false
Type=Application
Encoding=UTF-8
diff --git a/community/stfl/PKGBUILD b/community/stfl/PKGBUILD
index c972edb2d..49fcd40db 100644
--- a/community/stfl/PKGBUILD
+++ b/community/stfl/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 40783 2011-02-27 01:50:59Z allan $
+# $Id: PKGBUILD 66465 2012-02-25 04:40:20Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Sven Pfleiderer <pfleidi@roothausen.de>
pkgname=stfl
-pkgver=0.21
-pkgrel=3
+pkgver=0.22
+pkgrel=1
pkgdesc="Library implementing a curses-based widget set for text terminals"
arch=('i686' 'x86_64')
url="http://clifford.at/stfl/"
@@ -15,8 +15,8 @@ options=('!libtool')
changelog=$pkgname.changelog
source=(http://clifford.at/stfl/$pkgname-$pkgver.tar.gz \
$pkgname-archlinux.patch)
-md5sums=('888502c3f332a0ee66e490690d79d404'
- 'a6231f269038c76a54fd08d6417f3d6d')
+sha256sums=('2dddafd331e61ad04baf1251ccecb3a69feaf99880dd75155be8423c1cc55418'
+ 'c7d7c787bcd287a776aad3b26e6a90a3b121c281125c34c7c35a87f36dcdc453')
build() {
cd ${srcdir}/$pkgname-$pkgver
diff --git a/community/stfl/stfl.changelog b/community/stfl/stfl.changelog
index ff03a6817..b72f673ed 100644
--- a/community/stfl/stfl.changelog
+++ b/community/stfl/stfl.changelog
@@ -1,8 +1,11 @@
+2012-02-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * stfl 0.22-1
+
2010-03-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * FS#18210 - [stfl] no language bindings without swig fixed in 0.2.1-2
+ * FS#18210 - [stfl] no language bindings without swig fixed in 0.21-2
2009-07-11 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * Update to major release 0.2.1
+ * Update to major release 0.21
2009-06-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* Package moved to [community]
diff --git a/community/surf/PKGBUILD b/community/surf/PKGBUILD
index 9929db995..ae6a57759 100644
--- a/community/surf/PKGBUILD
+++ b/community/surf/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 54600 2011-08-20 20:14:06Z lfleischer $
+# $Id: PKGBUILD 66413 2012-02-24 15:52:35Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Pierre Chapuis <catwell at archlinux dot us>
# Contributor: Ray Kohler <ataraxia937 at gmail dot com>
@@ -6,7 +6,7 @@
pkgname=surf
pkgver=0.4.1
-pkgrel=3
+pkgrel=4
pkgdesc="A simple web browser based on WebKit/GTK+."
arch=('i686' 'x86_64')
url='http://surf.suckless.org/'
@@ -17,15 +17,20 @@ optdepends=('dmenu: URL-bar'
makedepends=('pkgconfig')
install='surf.install'
source=("http://dl.suckless.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"
- 'config.h')
+ 'config.h'
+ 'surf-0.4.1-link-xlib.patch')
md5sums=('28ac7a6d193d25844aa6b1db77fcbafa'
- 'a1d40e130189343a74f83166410f35d7')
+ 'a1d40e130189343a74f83166410f35d7'
+ '475fe2b51802aba40ad9cd6b75d550ed')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
cp "${srcdir}/config.h" config.h
+ # build fix from upstream (http://hg.suckless.org/surf/rev/2ea243e2ca82)
+ patch -p1 -i ../surf-0.4.1-link-xlib.patch
+
sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk
sed -i 's/LDFLAGS =/LDFLAGS +=/g' config.mk
diff --git a/community/surf/surf-0.4.1-link-xlib.patch b/community/surf/surf-0.4.1-link-xlib.patch
new file mode 100644
index 000000000..25949d744
--- /dev/null
+++ b/community/surf/surf-0.4.1-link-xlib.patch
@@ -0,0 +1,28 @@
+
+diff -r 71388899ac09 -r 2ea243e2ca82 config.mk
+--- a/config.mk Tue Jun 08 09:06:10 2010 +0200
++++ b/config.mk Sun Nov 20 16:06:38 2011 +0100
+@@ -7,13 +7,15 @@
+ PREFIX = /usr/local
+ MANPREFIX = ${PREFIX}/share/man
+
+-GTKINC=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0)
+-GTKLIB=$(shell pkg-config --libs gtk+-2.0 webkit-1.0)
++X11INC = /usr/X11R6/include
++X11LIB = /usr/X11R6/lib
+
++GTKINC = `pkg-config --cflags gtk+-2.0 webkit-1.0`
++GTKLIB = `pkg-config --libs gtk+-2.0 webkit-1.0`
+
+ # includes and libs
+-INCS = -I. -I/usr/include ${GTKINC}
+-LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0
++INCS = -I. -I/usr/include -I${X11INC} ${GTKINC}
++LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0
+
+ # flags
+ CPPFLAGS = -DVERSION=\"${VERSION}\"
+
+
+
+
diff --git a/community/unhide/PKGBUILD b/community/unhide/PKGBUILD
index c825f5e48..a8b35e112 100644
--- a/community/unhide/PKGBUILD
+++ b/community/unhide/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 54495 2011-08-19 08:09:31Z lfleischer $
+# $Id: PKGBUILD 66390 2012-02-24 12:30:25Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
pkgname=unhide
pkgver=20110113
-pkgrel=2
+pkgrel=3
pkgdesc='A forensic tool to find processes hidden by rootkits, LKMs or by other techniques.'
arch=('i686' 'x86_64')
url='http://www.unhide-forensics.info/'
diff --git a/community/vifm/PKGBUILD b/community/vifm/PKGBUILD
index 88e0f1498..fab63ea39 100644
--- a/community/vifm/PKGBUILD
+++ b/community/vifm/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 59610 2007-01-01 00:15:20Z jlichtblau $
+# $Id: PKGBUILD 66446 2012-02-24 23:40:09Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=vifm
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="Ncurses based file manager with vi like keybindings"
arch=('i686' 'x86_64')
@@ -11,17 +11,17 @@ license=('GPL')
depends=('ncurses' 'gtk2')
changelog=$pkgname.changelog
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7c0f2e8949851394a0fa91a9e8509a58306ce3aebd27fed163fbec10c2258583')
+sha256sums=('f95e49a8518dd1acc9b7b750658a98bcf1cb538e25520a5a300b5812108fbc8d')
build() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd ${srcdir}
./configure --prefix=/usr
make
}
package() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd ${srcdir}
make DESTDIR=${pkgdir} install
}
diff --git a/community/vifm/vifm.changelog b/community/vifm/vifm.changelog
index 24dcb8dd5..136202fba 100644
--- a/community/vifm/vifm.changelog
+++ b/community/vifm/vifm.changelog
@@ -1,3 +1,6 @@
+2012-02-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * vifm 0.7.2-1
+
2011-11-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* vifm 0.7.1-1