diff options
author | root <root@rshg054.dnsready.net> | 2011-09-27 23:14:33 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-27 23:14:33 +0000 |
commit | ccb9d72bbf1ee4f7a54113eac76a16b0b5014869 (patch) | |
tree | b54ca3606d7cff4133dac1e84183328e555f4085 /community | |
parent | abcf87c553a18aec8372de7f690b5aa91a7a0d24 (diff) |
Tue Sep 27 23:14:33 UTC 2011
Diffstat (limited to 'community')
-rw-r--r-- | community/box2d/PKGBUILD | 20 | ||||
-rw-r--r-- | community/cclive/PKGBUILD | 6 | ||||
-rw-r--r-- | community/dillo/PKGBUILD | 6 | ||||
-rw-r--r-- | community/fotoxx/PKGBUILD | 6 | ||||
-rw-r--r-- | community/gource/PKGBUILD | 8 | ||||
-rw-r--r-- | community/ibus/PKGBUILD | 47 | ||||
-rwxr-xr-x | community/mathomatic/PKGBUILD | 4 | ||||
-rw-r--r-- | community/redis/PKGBUILD | 6 | ||||
-rw-r--r-- | community/root/PKGBUILD | 6 | ||||
-rw-r--r-- | community/solfege/PKGBUILD | 9 | ||||
-rw-r--r-- | community/synfig/PKGBUILD | 14 | ||||
-rw-r--r-- | community/synfigstudio/PKGBUILD | 14 | ||||
-rw-r--r-- | community/tellico/PKGBUILD | 8 | ||||
-rw-r--r-- | community/zeromq/PKGBUILD | 11 |
14 files changed, 82 insertions, 83 deletions
diff --git a/community/box2d/PKGBUILD b/community/box2d/PKGBUILD index 1ec4e1925..e0c5a3db5 100644 --- a/community/box2d/PKGBUILD +++ b/community/box2d/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 55402 2011-09-12 02:48:21Z svenstaro $ +# $Id: PKGBUILD 55963 2011-09-27 03:30:57Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> pkgname=box2d -pkgver=2.2.0 +pkgver=2.2.1 pkgrel=1 pkgdesc="2D rigid body simulation library for games" url="http://www.box2d.org/" @@ -12,10 +12,10 @@ arch=('i686' 'x86_64') makedepends=('cmake') optdepends=() source=(http://box2d.googlecode.com/files/Box2D_v${pkgver}.zip) -md5sums=('220f1d604444d00844cc91933c07ecd8') +md5sums=('9e9d32a34fb5554c47f0f9cade0fa611') build() { - cd ${srcdir}/Box2D_v${pkgver}/Box2D/ + cd ${srcdir}/Box2D_v${pkgver} msg "Starting build" [[ -d build ]] && rm -r build @@ -30,15 +30,15 @@ build() { } package() { - cd ${srcdir}/Box2D_v${pkgver}/Box2D/build + cd ${srcdir}/Box2D_v${pkgver}/build - make DESTDIR=${pkgdir} install + make DESTDIR=${pkgdir} install mkdir -p ${pkgdir}/usr/share/doc/box2d/ - cp -r ${srcdir}/Box2D_v${pkgver}/Box2D/Documentation/* ${pkgdir}/usr/share/doc/box2d/ - find ${pkgdir}/usr/share/doc/box2d/ -type f|xargs chmod 644 - find ${pkgdir}/usr/share/doc/box2d/ -type d|xargs chmod 755 + cp -r ${srcdir}/Box2D_v${pkgver}/Documentation/* ${pkgdir}/usr/share/doc/box2d/ + find ${pkgdir}/usr/share/doc/box2d/ -type f | xargs chmod 644 + find ${pkgdir}/usr/share/doc/box2d/ -type d | xargs chmod 755 - install -Dm644 ${srcdir}/Box2D_v${pkgver}/Box2D/License.txt ${pkgdir}/usr/share/licenses/box2d/LICENSE + install -Dm644 ${srcdir}/Box2D_v${pkgver}/License.txt ${pkgdir}/usr/share/licenses/box2d/LICENSE } # vim: sw=2 ts=2 et: diff --git a/community/cclive/PKGBUILD b/community/cclive/PKGBUILD index 2c1c42be8..7fd861848 100644 --- a/community/cclive/PKGBUILD +++ b/community/cclive/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 54180 2011-08-14 12:19:01Z lfleischer $ +# $Id: PKGBUILD 55940 2011-09-26 09:58:23Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: joyfulgirl@archlinux.us # Contributor: nathan owe ndowens04 at gmail dot com pkgname=cclive -pkgver=0.7.5 +pkgver=0.7.6 pkgrel=1 pkgdesc='Commandline downloader for popular video websites.' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('GPL3') depends=('boost-libs' 'quvi') makedepends=('boost') source=("http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.gz") -md5sums=('7d727db64bcf490b7ecd192ec0f6a7fa') +md5sums=('714ecd9952f79ac9d2c954e5e84fb843') build() { cd "$pkgname-$pkgver" diff --git a/community/dillo/PKGBUILD b/community/dillo/PKGBUILD index 979a4a267..c0476bb17 100644 --- a/community/dillo/PKGBUILD +++ b/community/dillo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 55292 2011-09-09 09:39:35Z spupykin $ +# $Id: PKGBUILD 55932 2011-09-26 09:36:25Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: dorphell <dorphell@archlinux.org> pkgname=dillo -pkgver=3.0 +pkgver=3.0.1 pkgrel=1 pkgdesc="A small, fast graphical web browser built on FLTK" arch=(i686 x86_64) @@ -13,7 +13,7 @@ depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor' 'libxi' 'libxinerama') backup=(etc/dillo/{dillorc,dpidrc}) source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2) -md5sums=('448f44a923222270cb0c84e55adc1be1') +md5sums=('f201e771a4bc70e801521000763b82fb') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/fotoxx/PKGBUILD b/community/fotoxx/PKGBUILD index 0bf347cb8..65ee90593 100644 --- a/community/fotoxx/PKGBUILD +++ b/community/fotoxx/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=fotoxx -pkgver=11.09 -pkgrel=2 +pkgver=11.09.1 +pkgrel=1 pkgdesc="A program for improving image files made with a digital camera" url="http://kornelix.squarespace.com/fotoxx" arch=('i686' 'x86_64') @@ -9,7 +9,7 @@ license=('GPL3') depends=('gimp-ufraw' 'perl-exiftool' 'xdg-utils' 'desktop-file-utils') optdepends=('mashup: for composing pages to print from within fotoxx' 'brasero: for burning') source=("http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz") -md5sums=('7001aec08a6291abf1c7c480b79cc38f') +md5sums=('a532c4ef6b00e682319a68416c9c0eeb') install=fotoxx.install build() { diff --git a/community/gource/PKGBUILD b/community/gource/PKGBUILD index b3f7c9cef..63e0ee8e5 100644 --- a/community/gource/PKGBUILD +++ b/community/gource/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 55887 2011-09-24 16:48:53Z stephane $ +# $Id: PKGBUILD 55965 2011-09-27 03:33:41Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Jose Valecillos <valecillosjg (at) gmail (dot) com> # Contributor: Olivier Ramonat <olivier at ramonat dot fr> pkgname=gource -pkgver=0.35 -pkgrel=2 +pkgver=0.37 +pkgrel=1 pkgdesc="software version control visualization" license=(GPL3) arch=(i686 x86_64) url=http://code.google.com/p/gource/ depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew') source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz) -md5sums=('6d4f776d314da3ae5d309cb580b83a9f') +md5sums=('9c023429a8a495e6473d4c166788278a') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/ibus/PKGBUILD b/community/ibus/PKGBUILD index ab31b3bf7..445e8fd37 100644 --- a/community/ibus/PKGBUILD +++ b/community/ibus/PKGBUILD @@ -1,50 +1,49 @@ # Contributor: Rainy <rainylau(at)gmail(dot)com> # Contributor: Lee.MaRS <leemars at gmail dot com> -# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> +# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> +# Maintainer: Brad Fanella <bradfanella@archlinux.us> pkgname=ibus -pkgver=1.3.9 -pkgrel=3 +pkgver=1.4.0 +pkgrel=1 pkgdesc='Next Generation Input Bus for Linux.' arch=('i686' 'x86_64') license=('LGPL') url='http://ibus.googlecode.com' -depends=('dbus-python>=0.83.0' 'gconf' 'python2' 'pygtk' 'pyxdg' 'iso-codes' 'librsvg' 'python-notify' 'hicolor-icon-theme' 'gtk3') +depends=('dbus-python>=0.84.0' 'gconf' 'dconf' 'python2' 'pygtk' 'pyxdg' 'iso-codes' 'librsvg' 'python-notify' 'hicolor-icon-theme' 'gtk3') optdepends=('notification-daemon') makedepends=('intltool') options=('!libtool') install=ibus.install source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") -md5sums=('57345a3c1cfe37ce3825f6221676dcfe') +md5sums=('b4f063794e89c71eb1f8cb543210da30') build() { - cd ${pkgname}-${pkgver} + cd ${pkgname}-${pkgver} - export PYTHON=python2 + export PYTHON=python2 - ./configure \ - --prefix=/usr \ - --libexecdir=/usr/lib/ibus \ - --sysconfdir=/etc \ - --with-gconf-schema-file-dir=/usr/share/gconf/schemas \ - --enable-gtk3 - #--enable-introspection=no # disabled because build fails with - # gobject-introspection 0.9.10-2 + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/ibus \ + --sysconfdir=/etc \ + --with-gconf-schema-file-dir=/usr/share/gconf/schemas \ + --enable-gtk3 - # python2 fix - for file in setup/ibus-setup.in ui/gtk/ibus-ui-gtk.in; do - sed -i 's_exec python_exec python2_' $file - done + # python2 fix + for file in setup/ibus-setup.in ui/gtk/ibus-ui-gtk.in; do + sed -i 's_exec python_exec python2_' $file + done - make + make } package() { - cd ${pkgname}-${pkgver} + cd ${pkgname}-${pkgver} - export PYTHON=python2 + export PYTHON=python2 - make DESTDIR=${pkgdir} install + make DESTDIR=${pkgdir} install - find ${pkgdir} -type f -exec sed -i 's_exec /usr/bin/python_exec /usr/bin/python2_' {} \; + find ${pkgdir} -type f -exec sed -i 's_exec /usr/bin/python_exec /usr/bin/python2_' {} \; } diff --git a/community/mathomatic/PKGBUILD b/community/mathomatic/PKGBUILD index 5c55c37e6..37b36c3b0 100755 --- a/community/mathomatic/PKGBUILD +++ b/community/mathomatic/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=mathomatic -pkgver=15.6.4 +pkgver=15.6.5 pkgrel=1 pkgdesc="General purpose Computer Algebra System written in C" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ optdepends=('python2: for running /usr/share/doc/mathomatic/factorial/factorial' 'bash: for running a test script' 'gnuplot: for plotting') source=(http://mathomatic.org/$pkgname-$pkgver.tar.bz2) -md5sums=('94af08340953c05bbc47eaf33adbc2dc') +md5sums=('1dc244232986f98611c8d2723ae3a497') build() { cd "$srcdir"/$pkgname-$pkgver diff --git a/community/redis/PKGBUILD b/community/redis/PKGBUILD index 6e824e496..4fd24a269 100644 --- a/community/redis/PKGBUILD +++ b/community/redis/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 53250 2011-08-02 14:55:17Z spupykin $ +# $Id: PKGBUILD 55934 2011-09-26 09:37:58Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Jan-Erik Rediger <badboy at archlinux dot us> # Contributor: nofxx <x@<nick>.com> pkgname=redis -pkgver=2.2.12 +pkgver=2.2.14 pkgrel=1 pkgdesc="Advanced key-value store" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ backup=("etc/redis.conf" source=("http://redis.googlecode.com/files/${pkgname}-${pkgver}.tar.gz" "redis.d" "redis.logrotate") -md5sums=('61b287860cab3e89c49390b8f5ffb697' +md5sums=('3605e3d4c9465fdfefa2e96f3a408ef5' 'bf61968d18d0e42529880f5c488ea9ed' '9e2d75b7a9dc421122d673fe520ef17f') diff --git a/community/root/PKGBUILD b/community/root/PKGBUILD index 2b246efc2..08160bda1 100644 --- a/community/root/PKGBUILD +++ b/community/root/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Sebastian Voecking <voeck@web.de> pkgname=root -pkgver=5.30.01 -pkgrel=2 +pkgver=5.30.02 +pkgrel=1 pkgdesc='C++ data analysis framework and interpreter from CERN.' arch=('i686' 'x86_64') url='http://root.cern.ch' @@ -17,7 +17,7 @@ source=("ftp://root.cern.ch/root/root_v${pkgver}.source.tar.gz" 'rootd' 'root.desktop' 'root.xml') -md5sums=('be7443a1b243c51b3c1ec435a5a9453e' +md5sums=('8a5a5451ddaae276abc9d2e263b29b88' '0e883ad44f99da9bc7c23bc102800b62' 'efd06bfa230cc2194b38e0c8939e72af' 'ac61b17395d75a2705fefa2ef841a6bf' diff --git a/community/solfege/PKGBUILD b/community/solfege/PKGBUILD index 219ef52ed..255ea0f87 100644 --- a/community/solfege/PKGBUILD +++ b/community/solfege/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 55432 2011-09-12 10:32:31Z schiv $ +# $Id: PKGBUILD 55949 2011-09-26 18:58:53Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Corrado Primier <bardo@aur.archlinux.org> # Contributor: sickhate <sickhate@tux-linux.net> # TODO: # bring in pyalsa, csound, mma - +options=('!makeflags') pkgname=solfege -pkgver=3.20.1 +pkgver=3.20.3 pkgrel=1 pkgdesc="Music education and ear training software" arch=('i686' 'x86_64') @@ -23,9 +23,8 @@ optdepends=('timidity++: or any MIDI player & MIDI-WAV converter' #'lilypond: for generating print-outs & score sheets' 'texlive-bin: use LaTeX to replace HTML reports with DVI') changelog=$pkgname.changelog -install=$pkgname.install source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('41e04601afe758dc9e44c08d82193855') +md5sums=('b6546691d0e34595e3c87c0e38a8ae15') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/synfig/PKGBUILD b/community/synfig/PKGBUILD index fa0e14cf7..4a0b6d1b9 100644 --- a/community/synfig/PKGBUILD +++ b/community/synfig/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 49350 2011-06-14 17:04:03Z spupykin $ +# $Id: PKGBUILD 55936 2011-09-26 09:39:06Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Franco Iacomella <yaco@gnu.org> pkgname=synfig -pkgver=0.63.00 -pkgrel=2 +pkgver=0.63.01 +pkgrel=1 pkgdesc="Professional vector animation program (CLI renderer only)" arch=(i686 x86_64) url="http://synfig.org" @@ -15,13 +15,13 @@ optdepends=('openexr' 'libsigc++') conflicts=('synfig-core') replaces=('synfig-core') options=(!libtool) -source=(http://arch.p5n.pp.ru/~sergej/dl/$pkgname-$pkgver.tar.gz +source=(http://downloads.sourceforge.net/project/synfig/synfig/$pkgver/synfig-$pkgver.tar.gz build-fix.patch) -md5sums=('ea3633e9522ae89489519af351ba2443' +md5sums=('2ff9271324c322266be048c4a0a22b5b' '2de5e74159a38e4b1788c20d4c4b6f68') build() { - cd $srcdir/$pkgname-fb5ba9c/synfig-core + cd $srcdir/$pkgname-$pkgver [ -f configure ] || { libtoolize --ltdl --copy --force && autoreconf --install --force; } [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc --with-libavcodec --with-libdv patch -p1 <$srcdir/build-fix.patch @@ -29,6 +29,6 @@ build() { } package() { - cd $srcdir/$pkgname-fb5ba9c/synfig-core + cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install } diff --git a/community/synfigstudio/PKGBUILD b/community/synfigstudio/PKGBUILD index 2568df68d..b10b44c2d 100644 --- a/community/synfigstudio/PKGBUILD +++ b/community/synfigstudio/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 49390 2011-06-15 10:42:38Z spupykin $ +# $Id: PKGBUILD 55938 2011-09-26 09:40:28Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Franco Iacomella <yaco@gnu.org> pkgname=synfigstudio -pkgver=0.63.00 -pkgrel=2 +pkgver=0.63.01 +pkgrel=1 pkgdesc="Professional vector animation program (GUI)" arch=(i686 x86_64) url="http://synfig.org" @@ -13,11 +13,11 @@ depends=('gtkmm' 'synfig') makedepends=('openexr' 'imagemagick' 'xorg-fonts-100dpi' 'xorg-fonts-75dpi' 'xorg-fonts-misc' 'xorg-fonts-type1') install=synfigstudio.install -source=(http://arch.p5n.pp.ru/~sergej/dl/synfig-$pkgver.tar.gz) -md5sums=('ea3633e9522ae89489519af351ba2443') +source=(http://downloads.sourceforge.net/project/synfig/synfigstudio/$pkgver/synfigstudio-$pkgver.tar.gz) +md5sums=('b77e3e8f449753dab07425d1d4460b72') build() { - cd $srcdir/synfig-fb5ba9c/synfig-studio + cd $srcdir/synfigstudio-$pkgver [ -f configure ] || { libtoolize --ltdl --copy --force && autoreconf --install --force; } [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc --with-libavcodec --with-libdv sed -i 's#Gtk::IconSize::IconSize#Gtk::IconSize#' src/gui/dialogs/dialog_color.cpp @@ -25,7 +25,7 @@ build() { } package() { - cd $srcdir/synfig-fb5ba9c/synfig-studio + cd $srcdir/synfigstudio-$pkgver make DESTDIR=$pkgdir install rm -f $pkgdir/usr/share/pixmaps/$pkgname/*.mng install -m644 images/*.png -t $pkgdir/usr/share/pixmaps/$pkgname/ diff --git a/community/tellico/PKGBUILD b/community/tellico/PKGBUILD index 02b08e051..96a6e142f 100644 --- a/community/tellico/PKGBUILD +++ b/community/tellico/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 52662 2011-07-27 08:16:49Z andrea $ +# $Id: PKGBUILD 55957 2011-09-26 19:23:41Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org> # Contributor: mdv pkgname=tellico -pkgver=2.3.3 -pkgrel=2 +pkgver=2.3.4 +pkgrel=1 pkgdesc="A collection manager for KDE" arch=('i686' 'x86_64') url="http://tellico-project.org/" @@ -16,7 +16,7 @@ depends=('kdebase-workspace' 'yaz' 'exempi' 'libksane' 'taglib' makedepends=('automoc4' 'cmake') install=$pkgname.install source=("http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2") -md5sums=('7e3da69119324995308fca7ddf8ea6a9') +md5sums=('0a955754e89fc96d9745266ec97410c7') build() { cd "${srcdir}" diff --git a/community/zeromq/PKGBUILD b/community/zeromq/PKGBUILD index 6ec4926a0..bf6d15206 100644 --- a/community/zeromq/PKGBUILD +++ b/community/zeromq/PKGBUILD @@ -1,25 +1,26 @@ -# $Id: PKGBUILD 55008 2011-08-30 20:20:52Z kkeen $ +# $Id: PKGBUILD 55967 2011-09-27 03:46:54Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> pkgname=zeromq pkgver=2.1.9 -pkgrel=1 +pkgrel=2 pkgdesc="Fast messaging system built on sockets, C and C++ bindings. aka 0MQ, ZMQ." arch=('i686' 'x86_64') url="http://www.zeromq.org" license=('LGPL') -depends=('gcc-libs' 'util-linux-ng') +depends=('gcc-libs' 'util-linux') makedepends=() source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz) md5sums=('94c5e0262a79c5f82bc0b178c1f8a33d') build() { cd "$srcdir/$pkgname-$pkgver" - ./configure prefix="$pkgdir/usr" + ./configure prefix=/usr make } package() { cd "$srcdir/$pkgname-$pkgver" - make install + make DESTDIR="$pkgdir" install } + |