summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/kphotoalbum/PKGBUILD8
-rw-r--r--community/ldc/PKGBUILD4
-rw-r--r--community/linux-tools/PKGBUILD15
-rw-r--r--community/linux-tools/cpupower.conf3
-rw-r--r--community/linux-tools/cpupower.rc1
-rw-r--r--community/lockdev/PKGBUILD12
-rw-r--r--community/ocaml-findlib/PKGBUILD2
-rw-r--r--community/pkgfile/PKGBUILD10
-rw-r--r--community/puzzles/PKGBUILD4
-rw-r--r--community/start-stop-daemon/PKGBUILD8
-rw-r--r--community/stk/PKGBUILD66
11 files changed, 56 insertions, 77 deletions
diff --git a/community/kphotoalbum/PKGBUILD b/community/kphotoalbum/PKGBUILD
index dccd9cef9..fee341d22 100644
--- a/community/kphotoalbum/PKGBUILD
+++ b/community/kphotoalbum/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 74835 2012-08-06 23:08:56Z andrea $
+# $Id: PKGBUILD 76830 2012-09-30 21:12:00Z lcarlier $
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Gilles CHAUVIN <gcnweb ][ gmail ? com>
@@ -6,8 +6,8 @@
# Contributor: chfoxli <lg ][ romandie ? com>
pkgname=kphotoalbum
-pkgver=4.2
-pkgrel=4
+pkgver=4.3
+pkgrel=1
pkgdesc="KDE Photo Album, picture collection manager"
url="http://www.kphotoalbum.org/"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ optdepends=('kdeedu-marble: integration with Marble'
'kdemultimedia-mplayerthumbs: video thumbnails')
install=${pkgname}.install
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('7cb484089477f3633657b67ce59b85f2')
+md5sums=('09b5ba7d44ee7426802b233454927b8f')
build() {
cd ${srcdir}
diff --git a/community/ldc/PKGBUILD b/community/ldc/PKGBUILD
index 3dccf2057..7871f776a 100644
--- a/community/ldc/PKGBUILD
+++ b/community/ldc/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 76398 2012-09-17 09:39:27Z svenstaro $
+# $Id: PKGBUILD 76840 2012-10-01 01:55:21Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=ldc
-pkgver=20120917
+pkgver=20121001
pkgrel=1
pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
arch=('i686' 'x86_64')
diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD
index 9237d05ef..a5d361ee0 100644
--- a/community/linux-tools/PKGBUILD
+++ b/community/linux-tools/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 75938 2012-09-05 20:32:43Z seblu $
+# $Id: PKGBUILD 76842 2012-10-01 03:29:15Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
pkgbase=linux-tools
pkgname=('perf' 'cpupower' 'x86_energy_perf_policy' 'usbip')
-pkgver=3.5
-pkgrel=5
+pkgver=3.6
+pkgrel=1
license=('GPL2')
arch=('i686' 'x86_64')
url='http://www.kernel.org'
@@ -28,9 +28,9 @@ source=("http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz"
'usbipd.conf'
'usbipd.rc'
'usbipd.service')
-md5sums=('24153eaaa81dedc9481ada8cd9c3b83d'
- '857ccdd0598511e3bf4b63522754dc48'
- '1d9214637968b91706b6e616a100d44b'
+md5sums=('1a1760420eac802c541a20ab51a093d1'
+ '56883c159381ba89e50ab8ea65efec77'
+ '5fc1fcda4cef93f16e752b1931db23e3'
'c0d17b5295fe964623c772a2dd981771'
'2450e8ff41b30eb58d43b5fffbfde1f4'
'e8fac9c45a628015644b4150b139278a'
@@ -96,6 +96,7 @@ package_cpupower() {
backup=('etc/conf.d/cpupower')
depends=('bash' 'pciutils')
conflicts=('cpufrequtils')
+ replaces=('cpufrequtils')
pushd linux-$pkgver/tools/power/cpupower
make \
@@ -137,4 +138,4 @@ package_usbip() {
install -Dm 644 usbipd.service "$pkgdir/usr/lib/systemd/system/usbipd.service"
}
-# vim:set ts=2 sw=2 ft=sh et:
+# vim:set ts=2 sw=2 et:
diff --git a/community/linux-tools/cpupower.conf b/community/linux-tools/cpupower.conf
index ee8602953..b5c522ea1 100644
--- a/community/linux-tools/cpupower.conf
+++ b/community/linux-tools/cpupower.conf
@@ -8,7 +8,8 @@
#max_freq="3GHz"
# Specific frequency to be set.
-# Requires userspace governor to be available and loaded.
+# Requires userspace governor to be available.
+# Do not set governor field if you use this one.
#freq=
# Utilizes cores in one processor package/socket first before processes are
diff --git a/community/linux-tools/cpupower.rc b/community/linux-tools/cpupower.rc
index 2c4441c4e..88edaf791 100644
--- a/community/linux-tools/cpupower.rc
+++ b/community/linux-tools/cpupower.rc
@@ -2,7 +2,6 @@
. /etc/rc.conf
. /etc/rc.d/functions
-. /etc/conf.d/${0##*/}
case "$1" in
start|restart)
diff --git a/community/lockdev/PKGBUILD b/community/lockdev/PKGBUILD
index 6486c74aa..e22deeef1 100644
--- a/community/lockdev/PKGBUILD
+++ b/community/lockdev/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 57817 2011-11-03 10:01:23Z lfleischer $
+# $Id: PKGBUILD 76820 2012-09-30 13:49:03Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andreas Wagner <a.wagner@stud.uni-frankfurt.de>
pkgname=lockdev
-pkgver=1.0.3_1.2
+pkgver=1.0.3_1.5
_pkgver=1.0.3
-pkgrel=3
+pkgrel=1
pkgdesc='Run-time shared library for locking devices, using _both_ FSSTND and SVr4 methods.'
url='http://packages.qa.debian.org/l/lockdev.html'
license=("GPL")
@@ -14,7 +14,7 @@ arch=('i686' 'x86_64')
source=("http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${_pkgver}.orig.tar.gz"
"http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver/_/-}.diff.gz")
md5sums=('64b9c1b87b125fc348e892e24625524a'
- 'afe2995ad3fc6551e107364d66a8e938')
+ 'c4e8a5a2e46b76b48339c232b358f579')
build() {
cd "${pkgname}-${_pkgver}"
@@ -22,8 +22,8 @@ build() {
patch -p1 -i "../${pkgname}_${pkgver/_/-}.diff"
sed -i "s|CFLAGS = -g|CFLAGS = -g -fPIC|" Makefile
- make shared
- make static
+ make shared CFLAGS="${CFLAGS} -D_PATH_LOCK=\\\"/run/lock/lockdev\\\""
+ make static CFLAGS="${CFLAGS} -D_PATH_LOCK=\\\"/run/lock/lockdev\\\""
}
package() {
diff --git a/community/ocaml-findlib/PKGBUILD b/community/ocaml-findlib/PKGBUILD
index e60cbfdfb..a78465650 100644
--- a/community/ocaml-findlib/PKGBUILD
+++ b/community/ocaml-findlib/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=ocaml-findlib
pkgver=1.3.3
-pkgrel=1
+pkgrel=2
license=('MIT')
arch=('i686' 'x86_64')
pkgdesc='Objective Caml (OCaml) package manager'
diff --git a/community/pkgfile/PKGBUILD b/community/pkgfile/PKGBUILD
index b43c3719a..eaa0fdb88 100644
--- a/community/pkgfile/PKGBUILD
+++ b/community/pkgfile/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 76000 2012-09-08 16:02:52Z dreisner $
+# $Id: PKGBUILD 76836 2012-10-01 01:25:40Z dreisner $
# Maintainer: Dave Reisner <dreisner@archlinux.org>
pkgname=pkgfile
-pkgver=5
-pkgrel=2
+pkgver=6
+pkgrel=1
pkgdesc="a pacman .files metadata explorer"
arch=('i686' 'x86_64')
url="http://github.com/falconindy/pkgfile"
@@ -13,8 +13,8 @@ conflicts=('pkgtools<24-2')
makedepends=('perl')
source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
install=pkgfile.install
-md5sums=('87e75949ca4ed9d60cc2dfdca9dd1a04'
- '14d174d2fe0b8e0a43392c2b4ec48a7a')
+md5sums=('75139dd8441d60ee7682d900b610e189'
+ '75cca8e3c0198fa98e32b54fd5e936e6')
build() {
cd "$pkgname-$pkgver"
diff --git a/community/puzzles/PKGBUILD b/community/puzzles/PKGBUILD
index 645f6555f..45255c407 100644
--- a/community/puzzles/PKGBUILD
+++ b/community/puzzles/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: schuay <jakob.gruber@gmail.com>
pkgname=puzzles
-pkgver=9561
+pkgver=9660
pkgrel=1
pkgdesc="Simon Tatham's Portable Puzzle Collection"
arch=('i686' 'x86_64')
@@ -38,4 +38,4 @@ package() {
mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
}
-md5sums=('d8b900ae4a7d70c692003a412241e94f')
+md5sums=('06f88f737158a1d7912b20010b75d1b1')
diff --git a/community/start-stop-daemon/PKGBUILD b/community/start-stop-daemon/PKGBUILD
index a9ba3f285..3f62b8668 100644
--- a/community/start-stop-daemon/PKGBUILD
+++ b/community/start-stop-daemon/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 64840 2012-02-18 17:37:14Z seblu $
+# $Id: PKGBUILD 76825 2012-09-30 15:07:25Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
# Contributor: Soup <soup a.t soultrap d.o.t n.e.t>
# Contributor: Vladimir Koshelenko <koshelenko@rndavia.ru>
pkgname=start-stop-daemon
-pkgver=1.15.8.12
+pkgver=1.15.8.13
pkgrel=1
pkgdesc='Start and stop system daemon programs'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL2')
url='http://packages.qa.debian.org/d/dpkg.html'
depends=('glibc')
source=("http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_$pkgver.tar.bz2")
-md5sums=('0cd6f20a574d0df31298e70fc3b26173')
+md5sums=('7f6ea19838311a66fdacce17991eba85')
build() {
cd dpkg-$pkgver
@@ -27,4 +27,4 @@ package() {
install -D -m 644 man/start-stop-daemon.8 "$pkgdir/usr/share/man/man8/start-stop-daemon.8"
}
-# vim:set ts=2 sw=2 ft=sh et:
+# vim:set ts=2 sw=2 et:
diff --git a/community/stk/PKGBUILD b/community/stk/PKGBUILD
index 498763465..2a97d360c 100644
--- a/community/stk/PKGBUILD
+++ b/community/stk/PKGBUILD
@@ -1,51 +1,38 @@
-# Maintainer: Ray Rashif <schiv@archlinux.org>
-# Maintainer: Mateusz Herych <heniekk@gmail.com>
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Ray Rashif <schiv@archlinux.org>
+# Contributor: Mateusz Herych <heniekk@gmail.com>
pkgname=stk
-pkgver=4.4.2
-pkgrel=6
-pkgdesc="The Synthesis ToolKit in C++"
+pkgver=4.4.4
+pkgrel=1
+pkgdesc='The Synthesis ToolKit in C++'
arch=('i686' 'x86_64')
-url="http://ccrma.stanford.edu/software/stk/"
+url='http://ccrma.stanford.edu/software/stk/'
license=('MIT')
depends=('gcc-libs' 'jack')
makedepends=('pkg-config')
-optdepends=('oss: use OSSv4 output/API'
- 'tk: run provided demos/samples')
-source=(http://ccrma.stanford.edu/software/stk/release/$pkgname-$pkgver.tar.gz
- $pkgname.license
- cxxflags.patch
+optdepends=('tk: run provided demos/samples')
+source=("http://ccrma.stanford.edu/software/stk/release/$pkgname-$pkgver.tar.gz"
+ "$pkgname.license"
runtime.patch)
-md5sums=('0b7bd1f913ca01fb8b2201ebcf853358'
+md5sums=('66646cb1117eee2d767c4571cc51a8c3'
'a0163d75a5f516b6c93f4fc948acff73'
- '1b09d29321d575ad670f6371651015c6'
'36551c348340307c765fde85d4336e73')
build() {
cd "$srcdir/$pkgname-$pkgver"
- # fails with --as-needed
- export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
-
- # optimise for our target architecture(s)
- patch -Np1 -i ../cxxflags.patch
- autoreconf
+ # add missing linker flag
+ export LIBS="$LIBS -lpthread"
# enable shared library
- sed -i \
- "s:cd src && \$(MAKE)$:& lib$pkgname.so.$pkgver:" \
- Makefile.in
+ sed -i 's/all : $(STATICLIB)/all : $(SHAREDLIB)/' src/Makefile.in
# fix demo rawwaves path
- sed -i 's:\.\./\.\.:/usr/lib/stk:' \
- projects/demo/demo.cpp
+ sed -i 's:\.\./\.\.:/usr/lib/stk:' projects/demo/demo.cpp
# run actual build
- ./configure RAWWAVE_PATH=/usr/lib/stk/rawwaves/ \
- --prefix=/usr \
- --with-alsa \
- --with-jack \
- --with-oss
+ ./configure RAWWAVE_PATH=/usr/lib/stk/rawwaves/ --prefix=/usr --with-alsa --with-jack
make
# fix executable scripts
@@ -62,27 +49,18 @@ package() {
# install headers
install -m644 include/* "$pkgdir/usr/include/stk/"
- rm "$pkgdir"/usr/include/stk/*~
# install runtime files
- cp -a rawwaves projects/demo/{demo,tcl} \
- projects/effects/{effects,tcl} \
- projects/ragamatic/{ragamat,tcl,rawwaves} \
- "$pkgdir/usr/lib/stk/"
+ cp -a rawwaves projects/demo/{demo,tcl} projects/effects/{effects,tcl} \
+ projects/ragamatic/{ragamat,tcl,rawwaves} "$pkgdir/usr/lib/stk/"
# install executables
- install -m755 projects/{demo/StkDemo,effects/StkEffects} \
- "$pkgdir/usr/bin/"
-
- install -m755 projects/ragamatic/Raga \
- "$pkgdir/usr/bin/StkRagamatic"
+ install -m755 projects/{demo/StkDemo,effects/StkEffects} "$pkgdir/usr/bin/"
+ install -m755 projects/ragamatic/Raga "$pkgdir/usr/bin/StkRagamatic"
# install license
- install -Dm644 ../$pkgname.license \
- "$pkgdir/usr/share/licenses/stk/LICENSE"
+ install -Dm644 "../$pkgname.license" "$pkgdir/usr/share/licenses/stk/LICENSE"
# remove .DS_Store directory: https://bugs.archlinux.org/task/25255
- rm -rf ${pkgdir}/usr/lib/stk/rawwaves/.DS_Store
+ rm -rf "${pkgdir}/usr/lib/stk/rawwaves/.DS_Store"
}
-
-# vim:set ts=2 sw=2 et: