summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-28 23:10:22 +0000
committerroot <root@rshg047.dnsready.net>2011-06-28 23:10:22 +0000
commit108636e69eaeef67f4e7263c7f26105e25979e89 (patch)
tree94f902b30c95dbddd8f514c4d3645700f80ed101 /community
parent0a595245dd258cc0ad9a5de2b292cf1b1a94f51a (diff)
Tue Jun 28 23:10:22 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/clementine/PKGBUILD4
-rw-r--r--community/dante/PKGBUILD12
-rw-r--r--community/gtk2hs-buildtools/PKGBUILD4
-rw-r--r--community/gtk2hs-cairo/PKGBUILD10
-rw-r--r--community/gtk2hs-glib/PKGBUILD10
-rw-r--r--community/gtk2hs-gtk/PKGBUILD10
-rw-r--r--community/gtk2hs-pango/PKGBUILD10
-rw-r--r--community/haskell-hslogger/PKGBUILD11
-rw-r--r--community/mplayer2/PKGBUILD6
-rw-r--r--community/mupen64plus/PKGBUILD6
-rw-r--r--community/virtualbox/PKGBUILD10
11 files changed, 58 insertions, 35 deletions
diff --git a/community/clementine/PKGBUILD b/community/clementine/PKGBUILD
index c9e9763d4..eb089f8ec 100644
--- a/community/clementine/PKGBUILD
+++ b/community/clementine/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 48537 2011-06-01 16:56:54Z stephane $
+# $Id: PKGBUILD 49329 2011-06-14 11:51:15Z stephane $
#Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
#Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
#Contributor: Dany Martineau <dany.luc.martineau@gmail.com>
pkgname=clementine
pkgver=0.7.1
-pkgrel=5
+pkgrel=6
pkgdesc="A music player and library organizer"
url="http://www.clementine-player.org/"
license=('GPL')
diff --git a/community/dante/PKGBUILD b/community/dante/PKGBUILD
index 176fdafa7..54cb9c850 100644
--- a/community/dante/PKGBUILD
+++ b/community/dante/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 42958 2011-03-22 21:15:35Z spupykin $
+# $Id: PKGBUILD 50232 2011-06-27 10:23:04Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Guillem Rieu <guillemr@gmx.net>
pkgname=dante
-pkgver=1.2.3
+pkgver=1.3.1
pkgrel=1
pkgdesc="SOCKS v4 and v5 compatible proxy server and client"
url="http://www.inet.no/dante"
@@ -12,10 +12,10 @@ license=('custom')
depends=('tcp_wrappers' 'pam')
backup=('etc/socks.conf'
'etc/sockd.conf')
-options=(!libtool)
+options=('!libtool')
source=(ftp://ftp.inet.no/pub/socks/${pkgname}-${pkgver}.tar.gz
sockd.rc)
-md5sums=('b2874e53f5d8fe418cd40cb829536669'
+md5sums=('19b8a15860ce6b9e96453ddd7f1cbfe2'
'5110dfd78a2b38fff27a886ee88b58a6')
build() {
@@ -23,6 +23,10 @@ build() {
[ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --sysconfdir=/etc
make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
# Config files
diff --git a/community/gtk2hs-buildtools/PKGBUILD b/community/gtk2hs-buildtools/PKGBUILD
index 87f5c8273..0eebe2691 100644
--- a/community/gtk2hs-buildtools/PKGBUILD
+++ b/community/gtk2hs-buildtools/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 42769 2011-03-20 18:36:16Z spupykin $
+# $Id: PKGBUILD 50208 2011-06-26 20:13:31Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=gtk2hs-buildtools
pkgver=0.12.0
-pkgrel=2
+pkgrel=3
pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
url="http://hackage.haskell.org/package/gtk2hs-buildtools"
license=('GPL2')
diff --git a/community/gtk2hs-cairo/PKGBUILD b/community/gtk2hs-cairo/PKGBUILD
index 3f1afd76e..cb3fc256b 100644
--- a/community/gtk2hs-cairo/PKGBUILD
+++ b/community/gtk2hs-cairo/PKGBUILD
@@ -1,14 +1,15 @@
-# $Id: PKGBUILD 41273 2011-03-04 22:51:09Z remy $
+# $Id: PKGBUILD 50211 2011-06-26 20:14:36Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+
_hkgname=cairo
pkgname=gtk2hs-cairo
pkgver=0.12.0
-pkgrel=3.1
+pkgrel=4
pkgdesc="Binding to the cairo library for Gtk2Hs."
url="http://hackage.haskell.org/package/cairo"
license=('LGPL2.1')
arch=('i686' 'x86_64')
-depends=('ghc=7.0.2' 'cairo' 'haskell-mtl=2.0.1.0')
+depends=('ghc' 'cairo' 'haskell-mtl=2.0.1.0')
makedepends=(gtk2hs-buildtools)
options=('strip')
install=${pkgname}.install
@@ -28,6 +29,9 @@ build() {
}
package() {
+ _ghcver=`pacman -Q ghc | cut -f2 -d\ | cut -f1 -d-`
+ depends=("ghc=${_ghcver}" 'cairo' 'haskell-mtl=2.0.1.0')
+
cd ${srcdir}/${_hkgname}-${pkgver}
install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh
install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
diff --git a/community/gtk2hs-glib/PKGBUILD b/community/gtk2hs-glib/PKGBUILD
index 10f86885f..e15d65554 100644
--- a/community/gtk2hs-glib/PKGBUILD
+++ b/community/gtk2hs-glib/PKGBUILD
@@ -1,14 +1,15 @@
-# $Id: PKGBUILD 41258 2011-03-04 22:36:45Z remy $
+# $Id: PKGBUILD 50214 2011-06-26 20:15:38Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+
_hkgname=glib
pkgname=gtk2hs-glib
pkgver=0.12.0
-pkgrel=2.1
+pkgrel=3
pkgdesc="Binding to the GLIB library for Gtk2Hs."
url="http://hackage.haskell.org/package/glib"
license=('LGPL2.1')
arch=('i686' 'x86_64')
-depends=('ghc=7.0.2' 'glib2')
+depends=('ghc' 'glib2')
makedepends=('gtk2hs-buildtools=0.12.0')
options=('strip')
install=gtk2hs-glib.install
@@ -28,6 +29,9 @@ build() {
}
package() {
+ _ghcver=`pacman -Q ghc | cut -f2 -d\ | cut -f1 -d-`
+ depends=("ghc=${_ghcver}" "glib2")
+
cd ${srcdir}/${_hkgname}-${pkgver}
install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh
install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
diff --git a/community/gtk2hs-gtk/PKGBUILD b/community/gtk2hs-gtk/PKGBUILD
index a647ac0db..0ce59b9b6 100644
--- a/community/gtk2hs-gtk/PKGBUILD
+++ b/community/gtk2hs-gtk/PKGBUILD
@@ -1,14 +1,15 @@
-# $Id: PKGBUILD 41300 2011-03-05 00:05:06Z remy $
+# $Id: PKGBUILD 50218 2011-06-26 20:25:06Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+
_hkgname=gtk
pkgname=gtk2hs-gtk
pkgver=0.12.0
-pkgrel=3.1
+pkgrel=4
pkgdesc="Binding to the gtk library for Gtk2Hs."
url="http://hackage.haskell.org/package/gtk"
license=('LGPL2.1')
arch=('i686' 'x86_64')
-depends=('ghc=7.0.2' 'gtk2' 'gtk2hs-pango=0.12.0' 'haskell-mtl=2.0.1.0')
+depends=('ghc' 'gtk2' 'gtk2hs-pango=0.12.0' 'haskell-mtl=2.0.1.0')
makedepends=('gtk2hs-buildtools=0.12.0')
options=('strip')
install=gtk2hs-gtk.install
@@ -28,6 +29,9 @@ build() {
}
package() {
+ _ghcver=`pacman -Q ghc | cut -f2 -d\ | cut -f1 -d-`
+ depends=("ghc=${_ghcver}" 'gtk2' 'gtk2hs-pango=0.12.0' 'haskell-mtl=2.0.1.0')
+
cd ${srcdir}/${_hkgname}-${pkgver}
install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh
install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
diff --git a/community/gtk2hs-pango/PKGBUILD b/community/gtk2hs-pango/PKGBUILD
index 4b167ac6f..603918954 100644
--- a/community/gtk2hs-pango/PKGBUILD
+++ b/community/gtk2hs-pango/PKGBUILD
@@ -1,14 +1,15 @@
-# $Id: PKGBUILD 41288 2011-03-04 23:27:16Z remy $
+# $Id: PKGBUILD 50217 2011-06-26 20:24:03Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+
_hkgname=pango
pkgname=gtk2hs-pango
pkgver=0.12.0
-pkgrel=3.1
+pkgrel=4
pkgdesc="Binding to the pango library for Gtk2Hs."
url="http://hackage.haskell.org/package/pango"
license=('LGPL2.1')
arch=('i686' 'x86_64')
-depends=('ghc=7.0.2' 'pango' 'gtk2hs-glib' 'gtk2hs-cairo')
+depends=('ghc' 'pango' 'gtk2hs-glib' 'gtk2hs-cairo')
makedepends=('gtk2hs-buildtools=0.12.0')
options=('strip')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
@@ -28,6 +29,9 @@ build() {
}
package() {
+ _ghcver=`pacman -Q ghc | cut -f2 -d\ | cut -f1 -d-`
+ depends=("ghc=${_ghcver}" 'pango' 'gtk2hs-glib' 'gtk2hs-cairo')
+
cd ${srcdir}/${_hkgname}-${pkgver}
install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh
install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
diff --git a/community/haskell-hslogger/PKGBUILD b/community/haskell-hslogger/PKGBUILD
index 7b6e112b6..040763b2d 100644
--- a/community/haskell-hslogger/PKGBUILD
+++ b/community/haskell-hslogger/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 46145 2011-05-04 08:33:47Z spupykin $
+# $Id: PKGBUILD 50273 2011-06-27 12:56:55Z vegai $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Arch Haskell Team <arch-haskell@haskell.org>
_hkgname=hslogger
pkgname=haskell-hslogger
pkgver=1.1.0
-pkgrel=4
+pkgrel=6
pkgdesc="Versatile logging framework"
url="http://hackage.haskell.org/package/${_hkgname}"
license=('LGPL')
arch=('i686' 'x86_64')
-depends=('ghc=7.0.2' 'haskell-mtl=2.0.1.0' 'haskell-network=2.3.0.2')
+depends=('ghc=7.0.3-2' 'haskell-mtl=2.0.1.0' 'haskell-network=2.3.0.2')
options=('strip')
install=${pkgname}.install
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
@@ -18,7 +18,7 @@ md5sums=('8039e079338dae19e1273bbd73332014')
build() {
cd ${srcdir}/${_hkgname}-${pkgver}
- runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname} -O \
+ runhaskell Setup configure -p --prefix=/usr --docdir=/usr/share/doc/${pkgname} -O \
--enable-split-objs --enable-shared --libsubdir=\$compiler/site-local/\$pkgid \
--enable-library-profiling
runhaskell Setup build
@@ -29,6 +29,9 @@ build() {
}
package() {
+ _ghcver=`pacman -Q ghc | cut -f2 -d\ | cut -f1 -d-`
+ depends=("ghc=${_ghcver}" 'haskell-mtl=2.0.1.0' 'haskell-network=2.3.0.2')
+
cd ${srcdir}/${_hkgname}-${pkgver}
install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh
install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
diff --git a/community/mplayer2/PKGBUILD b/community/mplayer2/PKGBUILD
index 828951df8..267dbcdda 100644
--- a/community/mplayer2/PKGBUILD
+++ b/community/mplayer2/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 46583 2011-05-09 18:34:40Z stephane $
+# $Id: PKGBUILD 50268 2011-06-27 12:26:44Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Bartek Piotrowski <barthalion@gmail.com>
pkgname=mplayer2
pkgver=2.0
-pkgrel=12
+pkgrel=13
pkgdesc="A movie player"
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.mplayer2.org/"
depends=('libgl' 'libvdpau' 'ffmpeg' 'libdvdcss' 'libdvdread' 'libdvdnav' 'libxvmc' 'libass' 'fontconfig' 'freetype2'
'ttf-dejavu' 'sdl' 'aalib' 'libcaca' 'faad2' 'libpulse' 'jack' 'ncurses' 'libxxf86vm' 'cdparanoia' 'libmad'
- 'a52dec' 'libdca' 'libxxf86dga' 'libxss' 'mpg123')
+ 'a52dec' 'libdca' 'libxxf86dga' 'libxss' 'mpg123' 'ladspa')
makedepends=('live-media' 'mesa' 'unzip' 'yasm')
backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
provides=('mplayer')
diff --git a/community/mupen64plus/PKGBUILD b/community/mupen64plus/PKGBUILD
index e9fa43eb7..176980418 100644
--- a/community/mupen64plus/PKGBUILD
+++ b/community/mupen64plus/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 35335 2010-12-18 23:49:02Z svenstaro $
+# $Id: PKGBUILD 50291 2011-06-27 20:35:36Z jelle $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Laurent Carlier <lordheavym@gmail.com>
@@ -7,7 +7,7 @@
pkgname=mupen64plus
pkgver=1.99.4
-pkgrel=1
+pkgrel=2
pkgdesc='Nintendo64 Emulator'
arch=('i686' 'x86_64')
url='http://code.google.com/p/mupen64plus/'
@@ -26,7 +26,7 @@ package() {
cd mupen64plus-bundle-src-$pkgver
# set LDCONFIG since we are using fakeroot and scripts run root commands by checking the uid
- ./m64p_install.sh DESTDIR="$pkgdir" PREFIX='/usr' MANDIR='/usr/share/man' LDCONFIG='true'
+ ./m64p_install.sh DESTDIR="$pkgdir" PREFIX='/usr' MANDIR='/usr/share/man/man6' LDCONFIG='true'
}
# vim: ts=2:sw=2:et
diff --git a/community/virtualbox/PKGBUILD b/community/virtualbox/PKGBUILD
index ca6bff6ee..1426765a8 100644
--- a/community/virtualbox/PKGBUILD
+++ b/community/virtualbox/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 49114 2011-06-11 08:28:49Z ibiru $
+# $Id: PKGBUILD 50284 2011-06-27 19:43:47Z ibiru $
#Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgbase=virtualbox
pkgname=('virtualbox' 'virtualbox-guest-additions' 'virtualbox-guest-modules' 'virtualbox-sdk')
-pkgver=4.0.8
-pkgrel=4
+pkgver=4.0.10
+pkgrel=1
arch=('i686' 'x86_64')
url='http://virtualbox.org'
license=('GPL' 'custom')
@@ -204,8 +204,8 @@ package_virtualbox-guest-modules(){
sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" "$startdir/virtualbox-guest-modules.install"
}
-md5sums=('a3e81289f2357fcf4bbe3e77805f38b6'
- '39712ccbc16b04c1cda209ae16446bf2'
+md5sums=('956af570597850ab4d3275b54bbed049'
+ '75cdbfe8621be72b67666187c5acf172'
'44efb3c4be214daa453a317d527f1f30'
'32a232b43852b9a08cb11a7bcd64b347'
'5f85710e0b8606de967716ded7b2d351'