diff options
68 files changed, 35 insertions, 31 deletions
diff --git a/community/9base/9 b/community/9base/9 index de6a2d070..de6a2d070 100755..100644 --- a/community/9base/9 +++ b/community/9base/9 diff --git a/community/9base/plan9.sh b/community/9base/plan9.sh index 3fb0b9813..3fb0b9813 100755..100644 --- a/community/9base/plan9.sh +++ b/community/9base/plan9.sh diff --git a/community/apcupsd/apcupsd b/community/apcupsd/apcupsd index 8a96e9b07..8a96e9b07 100755..100644 --- a/community/apcupsd/apcupsd +++ b/community/apcupsd/apcupsd diff --git a/community/audit/auditd.rc b/community/audit/auditd.rc index 13976341c..13976341c 100755..100644 --- a/community/audit/auditd.rc +++ b/community/audit/auditd.rc diff --git a/community/awesome/PKGBUILD b/community/awesome/PKGBUILD index a2d473592..4d8d8f07b 100644 --- a/community/awesome/PKGBUILD +++ b/community/awesome/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 81796 2012-12-30 13:27:20Z seblu $ +# $Id: PKGBUILD 81846 2013-01-02 00:52:38Z seblu $ # Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> # Contributor: xduugu # Contributor: Ronald van Haren <ronald.archlinux.org> @@ -6,7 +6,7 @@ pkgname=awesome pkgver=3.5 -pkgrel=1 +pkgrel=2 pkgdesc='Highly configurable framework window manager' arch=('i686' 'x86_64') url='http://awesome.naquadah.org/' @@ -16,10 +16,10 @@ depends=( 'dbus' 'gdk-pixbuf2' 'imlib2' - 'lgi' 'libxcursor' 'libxdg-basedir' 'lua' + 'lua-lgi' 'pango' 'startup-notification' 'xcb-util-image' @@ -38,7 +38,6 @@ makedepends=( ) optdepends=( 'rlwrap: readline support for awesome-client' - 'feh: image background setter for awsetbg' 'dex: autostart your desktop files' 'vicious: widgets for the Awesome window manager' ) diff --git a/community/confuse/PKGBUILD b/community/confuse/PKGBUILD index 2d7f3d77b..2d7f3d77b 100755..100644 --- a/community/confuse/PKGBUILD +++ b/community/confuse/PKGBUILD diff --git a/community/dante/sockd.rc b/community/dante/sockd.rc index 00ea5a7d4..00ea5a7d4 100755..100644 --- a/community/dante/sockd.rc +++ b/community/dante/sockd.rc diff --git a/community/distcc/distccd b/community/distcc/distccd index 4702d6820..4702d6820 100755..100644 --- a/community/distcc/distccd +++ b/community/distcc/distccd diff --git a/community/espeakup/espeakup b/community/espeakup/espeakup index 94a71701a..94a71701a 100755..100644 --- a/community/espeakup/espeakup +++ b/community/espeakup/espeakup diff --git a/community/exim/exim b/community/exim/exim index 8e9640b32..8e9640b32 100755..100644 --- a/community/exim/exim +++ b/community/exim/exim diff --git a/community/fcron/PKGBUILD b/community/fcron/PKGBUILD index 8fa9c82a0..8fa9c82a0 100755..100644 --- a/community/fcron/PKGBUILD +++ b/community/fcron/PKGBUILD diff --git a/community/fcron/fcron.rc b/community/fcron/fcron.rc index 880439a1d..880439a1d 100755..100644 --- a/community/fcron/fcron.rc +++ b/community/fcron/fcron.rc diff --git a/community/fcron/run-cron b/community/fcron/run-cron index 51007a15a..51007a15a 100755..100644 --- a/community/fcron/run-cron +++ b/community/fcron/run-cron diff --git a/community/fcron/systab b/community/fcron/systab Binary files differindex 11c7e2fd0..11c7e2fd0 100755..100644 --- a/community/fcron/systab +++ b/community/fcron/systab diff --git a/community/freeradius/radiusd b/community/freeradius/radiusd index bf872b6f2..bf872b6f2 100755..100644 --- a/community/freeradius/radiusd +++ b/community/freeradius/radiusd diff --git a/community/ginac/PKGBUILD b/community/ginac/PKGBUILD index 01c21fd7a..26109b01b 100644 --- a/community/ginac/PKGBUILD +++ b/community/ginac/PKGBUILD @@ -1,5 +1,6 @@ -# $Id: PKGBUILD 174027 2013-01-02 02:57:17Z stephane $ +# $Id: PKGBUILD 81849 2013-01-02 03:07:05Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> +# Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Thomas Baechler <thomas@archlinux.org> pkgname=ginac @@ -7,27 +8,30 @@ pkgver=1.6.2 pkgrel=2 pkgdesc="C++ library for symbolic calculations" arch=('i686' 'x86_64') -url="http://www.ginac.de/" -license=("GPL") +url='http://www.ginac.de/' +license=('GPL') depends=('cln') makedepends=('transfig' 'doxygen' 'texlive-bin') source=(http://www.ginac.de/${pkgname}-${pkgver}.tar.bz2) sha1sums=('c93913c4c543874b2ade4f0390030641be7e0c41') -options=(!libtool) install=${pkgname}.install build() { cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --disable-static + make } check() { cd "${srcdir}/${pkgname}-${pkgver}" + make check } package() { cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install } diff --git a/community/goocanvasmm/PKGBUILD b/community/goocanvasmm/PKGBUILD index e44d3e6a9..e44d3e6a9 100755..100644 --- a/community/goocanvasmm/PKGBUILD +++ b/community/goocanvasmm/PKGBUILD diff --git a/community/guake/guake.install b/community/guake/guake.install index 8084333b1..8084333b1 100755..100644 --- a/community/guake/guake.install +++ b/community/guake/guake.install diff --git a/community/hostapd/hostapd b/community/hostapd/hostapd index b4709d7bf..b4709d7bf 100755..100644 --- a/community/hostapd/hostapd +++ b/community/hostapd/hostapd diff --git a/community/ipsec-tools/ipsec.rc b/community/ipsec-tools/ipsec.rc index cff472c59..cff472c59 100755..100644 --- a/community/ipsec-tools/ipsec.rc +++ b/community/ipsec-tools/ipsec.rc diff --git a/community/ipsec-tools/racoon.rc b/community/ipsec-tools/racoon.rc index 1a67dcac5..1a67dcac5 100755..100644 --- a/community/ipsec-tools/racoon.rc +++ b/community/ipsec-tools/racoon.rc diff --git a/community/kcheckers/PKGBUILD b/community/kcheckers/PKGBUILD index b99753db4..b99753db4 100755..100644 --- a/community/kcheckers/PKGBUILD +++ b/community/kcheckers/PKGBUILD diff --git a/community/lgi/PKGBUILD b/community/lgi/PKGBUILD index 8aa162684..a59c2817c 100644 --- a/community/lgi/PKGBUILD +++ b/community/lgi/PKGBUILD @@ -1,25 +1,28 @@ -# $Id: PKGBUILD 81537 2012-12-23 19:51:51Z seblu $ +# $Id: PKGBUILD 81847 2013-01-02 00:52:50Z seblu $ # Maintainer: speps <speps at aur dot archlinux dot org> # Maintainer: Sébastien Luttringer <seblu@archlinux.org> -pkgname=lgi +pkgbase=lgi +pkgname=(lua-lgi) pkgver=0.6.2 pkgrel=1 -pkgdesc='Lua binadings for gnome/gobject using gobject-introspection library' +pkgdesc='Lua bindings for gnome/gobject using gobject-introspection library' arch=(i686 x86_64) url='https://github.com/pavouk/lgi' license=('custom:MIT') depends=('glibc' 'glib2' 'libffi' 'lua' 'gobject-introspection') -source=("https://github.com/downloads/pavouk/lgi/$pkgname-$pkgver.tar.gz") +replaces=('lgi') +conflicts=('lgi') +source=("https://github.com/downloads/pavouk/lgi/$pkgbase-$pkgver.tar.gz") md5sums=('9ae2c0740e9ea536b6b6afacea5bd21b') build() { - cd $pkgname-$pkgver + cd $pkgbase-$pkgver make } -package() { - cd $pkgname-$pkgver +package_lua-lgi() { + cd $pkgbase-$pkgver make \ LUA_LIBDIR=/usr/lib/lua/5.2 \ LUA_SHAREDIR=/usr/share/lua/5.2 \ diff --git a/community/libfbclient/PKGBUILD b/community/libfbclient/PKGBUILD index 969cb6ecb..969cb6ecb 100755..100644 --- a/community/libfbclient/PKGBUILD +++ b/community/libfbclient/PKGBUILD diff --git a/community/libvirt/libvirtd-guests.rc.d b/community/libvirt/libvirtd-guests.rc.d index 3100b34fb..3100b34fb 100755..100644 --- a/community/libvirt/libvirtd-guests.rc.d +++ b/community/libvirt/libvirtd-guests.rc.d diff --git a/community/libvirt/libvirtd.rc.d b/community/libvirt/libvirtd.rc.d index 193bffa9c..193bffa9c 100755..100644 --- a/community/libvirt/libvirtd.rc.d +++ b/community/libvirt/libvirtd.rc.d diff --git a/community/lout/lout.install b/community/lout/lout.install index f05b4b601..f05b4b601 100755..100644 --- a/community/lout/lout.install +++ b/community/lout/lout.install diff --git a/community/madman/fake-g++.sh b/community/madman/fake-g++.sh index af424f5ca..af424f5ca 100755..100644 --- a/community/madman/fake-g++.sh +++ b/community/madman/fake-g++.sh diff --git a/community/mathomatic/PKGBUILD b/community/mathomatic/PKGBUILD index d3067ade0..d3067ade0 100755..100644 --- a/community/mathomatic/PKGBUILD +++ b/community/mathomatic/PKGBUILD diff --git a/community/mediaproxy/mediaproxy.init b/community/mediaproxy/mediaproxy.init index ba9fe90b2..ba9fe90b2 100755..100644 --- a/community/mediaproxy/mediaproxy.init +++ b/community/mediaproxy/mediaproxy.init diff --git a/community/mednafen/PKGBUILD b/community/mednafen/PKGBUILD index 802249f21..802249f21 100755..100644 --- a/community/mednafen/PKGBUILD +++ b/community/mednafen/PKGBUILD diff --git a/community/mfs/mfscgiserv b/community/mfs/mfscgiserv index 2f176d239..2f176d239 100755..100644 --- a/community/mfs/mfscgiserv +++ b/community/mfs/mfscgiserv diff --git a/community/mfs/mfschunkserver b/community/mfs/mfschunkserver index 606d00f48..606d00f48 100755..100644 --- a/community/mfs/mfschunkserver +++ b/community/mfs/mfschunkserver diff --git a/community/mfs/mfsmaster b/community/mfs/mfsmaster index b0cfd8299..b0cfd8299 100755..100644 --- a/community/mfs/mfsmaster +++ b/community/mfs/mfsmaster diff --git a/community/mfs/mfsmetalogger b/community/mfs/mfsmetalogger index a870cc5a7..a870cc5a7 100755..100644 --- a/community/mfs/mfsmetalogger +++ b/community/mfs/mfsmetalogger diff --git a/community/minidlna/minidlna.rc b/community/minidlna/minidlna.rc index dd5910544..dd5910544 100755..100644 --- a/community/minidlna/minidlna.rc +++ b/community/minidlna/minidlna.rc diff --git a/community/mongodb/mongodb.install b/community/mongodb/mongodb.install index 2ea94553c..2ea94553c 100755..100644 --- a/community/mongodb/mongodb.install +++ b/community/mongodb/mongodb.install diff --git a/community/mongodb/mongodb.rc b/community/mongodb/mongodb.rc index 30f2bbf79..30f2bbf79 100755..100644 --- a/community/mongodb/mongodb.rc +++ b/community/mongodb/mongodb.rc diff --git a/community/motion/rc.motion b/community/motion/rc.motion index 5b4c65500..5b4c65500 100755..100644 --- a/community/motion/rc.motion +++ b/community/motion/rc.motion diff --git a/community/nbtscan/PKGBUILD b/community/nbtscan/PKGBUILD index 03c637932..03c637932 100755..100644 --- a/community/nbtscan/PKGBUILD +++ b/community/nbtscan/PKGBUILD diff --git a/community/ntop/ntop b/community/ntop/ntop index 2f0dbcbdd..2f0dbcbdd 100755..100644 --- a/community/ntop/ntop +++ b/community/ntop/ntop diff --git a/community/oolite/oolite b/community/oolite/oolite index 6c9de2446..6c9de2446 100755..100644 --- a/community/oolite/oolite +++ b/community/oolite/oolite diff --git a/community/openntpd/openntpd b/community/openntpd/openntpd index 59fa8107d..59fa8107d 100755..100644 --- a/community/openntpd/openntpd +++ b/community/openntpd/openntpd diff --git a/community/osiris/osirisd.init b/community/osiris/osirisd.init index 8262d902e..8262d902e 100755..100644 --- a/community/osiris/osirisd.init +++ b/community/osiris/osirisd.init diff --git a/community/osiris/osirismd.init b/community/osiris/osirismd.init index 0bdae5e10..0bdae5e10 100755..100644 --- a/community/osiris/osirismd.init +++ b/community/osiris/osirismd.init diff --git a/community/pigz/PKGBUILD b/community/pigz/PKGBUILD index f9331664b..f9331664b 100755..100644 --- a/community/pigz/PKGBUILD +++ b/community/pigz/PKGBUILD diff --git a/community/plan9port/plan9.sh b/community/plan9port/plan9.sh index 84c3d7ef4..84c3d7ef4 100755..100644 --- a/community/plan9port/plan9.sh +++ b/community/plan9port/plan9.sh diff --git a/community/pound/pound.init b/community/pound/pound.init index b8187c81f..b8187c81f 100755..100644 --- a/community/pound/pound.init +++ b/community/pound/pound.init diff --git a/community/pound/pound.runit b/community/pound/pound.runit index ed59ea046..ed59ea046 100755..100644 --- a/community/pound/pound.runit +++ b/community/pound/pound.runit diff --git a/community/pptpd/pptpd b/community/pptpd/pptpd index 08c4de496..08c4de496 100755..100644 --- a/community/pptpd/pptpd +++ b/community/pptpd/pptpd diff --git a/community/pragha/PKGBUILD b/community/pragha/PKGBUILD index ea590746b..ea590746b 100755..100644 --- a/community/pragha/PKGBUILD +++ b/community/pragha/PKGBUILD diff --git a/community/pragha/pragha.install b/community/pragha/pragha.install index ff5a644bd..ff5a644bd 100755..100644 --- a/community/pragha/pragha.install +++ b/community/pragha/pragha.install diff --git a/community/privoxy/privoxy b/community/privoxy/privoxy index 754453de5..754453de5 100755..100644 --- a/community/privoxy/privoxy +++ b/community/privoxy/privoxy diff --git a/community/python-psycopg1/PKGBUILD b/community/python-psycopg1/PKGBUILD index 143034103..143034103 100755..100644 --- a/community/python-psycopg1/PKGBUILD +++ b/community/python-psycopg1/PKGBUILD diff --git a/community/python-scipy/PKGBUILD b/community/python-scipy/PKGBUILD index 403dbfece..403dbfece 100755..100644 --- a/community/python-scipy/PKGBUILD +++ b/community/python-scipy/PKGBUILD diff --git a/community/qstardict/PKGBUILD b/community/qstardict/PKGBUILD index 02378dbb3..02378dbb3 100755..100644 --- a/community/qstardict/PKGBUILD +++ b/community/qstardict/PKGBUILD diff --git a/community/rsyslog/rsyslog b/community/rsyslog/rsyslog index ee0145418..ee0145418 100755..100644 --- a/community/rsyslog/rsyslog +++ b/community/rsyslog/rsyslog diff --git a/community/scponly/setup_chroot.sh b/community/scponly/setup_chroot.sh index 1af9807e0..1af9807e0 100755..100644 --- a/community/scponly/setup_chroot.sh +++ b/community/scponly/setup_chroot.sh diff --git a/community/sshguard/sshguard.rc b/community/sshguard/sshguard.rc index dbd95c9ea..dbd95c9ea 100755..100644 --- a/community/sshguard/sshguard.rc +++ b/community/sshguard/sshguard.rc diff --git a/community/tdfsb/tdfsb.desktop b/community/tdfsb/tdfsb.desktop index 7167e022a..7167e022a 100755..100644 --- a/community/tdfsb/tdfsb.desktop +++ b/community/tdfsb/tdfsb.desktop diff --git a/community/tinyproxy/tinyproxy b/community/tinyproxy/tinyproxy index 5580ea804..5580ea804 100755..100644 --- a/community/tinyproxy/tinyproxy +++ b/community/tinyproxy/tinyproxy diff --git a/community/unrealircd/unrealircd.rc b/community/unrealircd/unrealircd.rc index 2cede46c8..2cede46c8 100755..100644 --- a/community/unrealircd/unrealircd.rc +++ b/community/unrealircd/unrealircd.rc diff --git a/community/ushare/ushare b/community/ushare/ushare index b545b85d4..b545b85d4 100755..100644 --- a/community/ushare/ushare +++ b/community/ushare/ushare diff --git a/community/wesnoth/wesnothd.rc.d b/community/wesnoth/wesnothd.rc.d index 95e312b7b..95e312b7b 100755..100644 --- a/community/wesnoth/wesnothd.rc.d +++ b/community/wesnoth/wesnothd.rc.d diff --git a/community/xl2tpd/xl2tpd.rc b/community/xl2tpd/xl2tpd.rc index a06e0d41e..a06e0d41e 100755..100644 --- a/community/xl2tpd/xl2tpd.rc +++ b/community/xl2tpd/xl2tpd.rc diff --git a/community/xmms2/xmms2d.rc b/community/xmms2/xmms2d.rc index 5387448d9..5387448d9 100755..100644 --- a/community/xmms2/xmms2d.rc +++ b/community/xmms2/xmms2d.rc diff --git a/community/xmonad-contrib/PKGBUILD b/community/xmonad-contrib/PKGBUILD index 095158c1d..7863c5dba 100644 --- a/community/xmonad-contrib/PKGBUILD +++ b/community/xmonad-contrib/PKGBUILD @@ -1,25 +1,22 @@ -# $Id: PKGBUILD 77365 2012-10-09 04:19:28Z tdziedzic $ +# $Id: PKGBUILD 81836 2013-01-01 13:44:05Z jelle $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: orbisvicis <gmail.com> pkgname=xmonad-contrib -pkgver=0.10 -pkgrel=5 +pkgver=0.11 +pkgrel=1 pkgdesc="Add-ons for xmonad" arch=('i686' 'x86_64') url="http://xmonad.org/" license=('BSD') -depends=('ghc=7.6.1' 'xmonad=0.10-5' 'sh' 'haskell-x11=1.6.0.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7' 'haskell-random=1.0.1.1-3') +depends=('ghc=7.6.1' 'xmonad=0.11' 'sh' 'haskell-x11=1.6.0.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7' 'haskell-random=1.0.1.1-3') install='xmonad-contrib.install' -source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz xmonad-contrib-0.10-x11-1.6.patch) -md5sums=('9a4353a94ec0ea3a9c4700757ef5ae81' - '32163aaeb3424cf73bf831640c162a8a') +source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz) +md5sums=('05fba258ac6063e49b50786a0869bd1f') build() { cd $srcdir/$pkgname-$pkgver - # Patch xmonad-contrib to support haskell-x11 - patch -Np1 -i $srcdir/xmonad-contrib-0.10-x11-1.6.patch runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs --prefix=/usr -fuse_xft \ --libsubdir=\$compiler/site-local/\$pkgid diff --git a/community/xmonad/PKGBUILD b/community/xmonad/PKGBUILD index d513338e3..4b570db5c 100644 --- a/community/xmonad/PKGBUILD +++ b/community/xmonad/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 77364 2012-10-09 04:19:21Z tdziedzic $ +# $Id: PKGBUILD 81832 2013-01-01 11:47:18Z jelle $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: shild <shildv@gmail.com> pkgname=xmonad -pkgver=0.10 -pkgrel=5 +pkgver=0.11 +pkgrel=1 pkgdesc="Lightweight X11 tiled window manager written in Haskell" arch=('i686' 'x86_64') url="http://xmonad.org/" @@ -16,6 +16,9 @@ optdepends=('xorg-xmessage: for displaying visual error messages') install='xmonad.install' source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz xmonad.svg xmonad-0.10-x11-1.6.patch) +md5sums=('5ac9dc1dae5e85dcbdfb9f70cbe312c1' + '72bfa5e62e4e44fe7fa59b6a7593d993' + '22d29900d71f09a8f9fa6f0d2f3fed32') build() { cd "$srcdir" @@ -24,7 +27,7 @@ build() { cd $srcdir/$pkgname-$pkgver # Patch XMonad so we support haskell 1.6 - patch -Np1 -i $srcdir/xmonad-0.10-x11-1.6.patch + # patch -Np1 -i $srcdir/xmonad-0.10-x11-1.6.patch runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs --prefix=/usr \ @@ -40,6 +43,7 @@ package() { install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh runhaskell Setup.lhs copy --destdir=$pkgdir + #runhaskell util/GenerateManpage.hs install -D -m644 man/xmonad.1 $pkgdir/usr/share/man/man1/xmonad.1 @@ -48,6 +52,3 @@ package() { install -D -m644 $srcdir/xmonad.svg $pkgdir/usr/share/pixmaps/xmonad.svg } -md5sums=('f8381e1ec15137863558a454d4466467' - '72bfa5e62e4e44fe7fa59b6a7593d993' - '22d29900d71f09a8f9fa6f0d2f3fed32') |