diff options
Diffstat (limited to 'community')
25 files changed, 282 insertions, 93 deletions
diff --git a/community/apcupsd/PKGBUILD b/community/apcupsd/PKGBUILD index 7ebe951f5..672f094ec 100644 --- a/community/apcupsd/PKGBUILD +++ b/community/apcupsd/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 91912 2013-05-29 10:15:12Z spupykin $ +# $Id: PKGBUILD 93771 2013-07-10 07:27:11Z bpiotrowski $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Todd Musall <tmusall@comcast.net> # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> pkgname=apcupsd pkgver=3.14.10 -pkgrel=5 +pkgrel=7 pkgdesc="Power mangement and controlling most of APC's UPS models" arch=(i686 x86_64) url="http://www.apcupsd.org" diff --git a/community/cegui/PKGBUILD b/community/cegui/PKGBUILD index 60cffc542..843a5867d 100644 --- a/community/cegui/PKGBUILD +++ b/community/cegui/PKGBUILD @@ -1,56 +1,51 @@ -# $Id: PKGBUILD 90790 2013-05-13 22:47:24Z svenstaro $ +# $Id: PKGBUILD 93820 2013-07-10 15:57:17Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com>, # Contributor: Bjorn Lindeijer <bjorn@lindeijer.nl> -pkgbase=cegui -pkgname=('cegui' 'cegui-docs') -pkgver=0.7.9 -pkgrel=3 +pkgname=cegui +pkgver=0.8.2 +pkgrel=1 pkgdesc="A free library providing windowing and widgets for graphics APIs/engines" arch=('i686' 'x86_64') url="http://crayzedsgui.sourceforge.net" -#options=('!libtool') license=("MIT") depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 'lua51' 'silly') -makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht') +makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht') optdepends=("python2: python bindings" "ogre: ogre module" "gtk2: gtk2 module" "irrlicht: irrlicht module") -options=(!libtool) -source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz) -md5sums=('a8b682daf82e383edc169c2e6eb2b321') +source=(http://downloads.sourceforge.net/crayzedsgui/cegui-$pkgver.tar.gz) +md5sums=('f72951f0cc0374bb2294035cb639bb83') build() { - cd "$srcdir/CEGUI-${pkgver}" + cd "$srcdir/cegui-${pkgver}" - ./bootstrap + sed -i "s/lib64/lib/g" CMakeLists.txt + sed -i "s/lib32/lib/g" CMakeLists.txt - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --enable-null-renderer \ - --with-gtk2 + [[ -d build ]] && rm -r build + mkdir build && cd build + + cmake .. \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCEGUI_LIB_INSTALL_DIR=lib \ + -DPYTHON_EXECUTABLE=/usr/bin/python2 make + make html } -package_cegui() { - cd "$srcdir/CEGUI-${pkgver}" +package() { + cd "$srcdir/cegui-${pkgver}" - make DESTDIR="${pkgdir}" install + cd build - install -Dm644 doc/COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" -} - -package_cegui-docs() { - pkgdesc="Documentation for cegui" - depends=() + make DESTDIR="${pkgdir}" install - cd "$srcdir/CEGUI-${pkgver}" + cd .. - cd doc/doxygen && doxygen - cd .. && make DESTDIR="${pkgdir}" install-html - install -Dm644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" + install -Dm644 doc/COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" } diff --git a/community/denemo/PKGBUILD b/community/denemo/PKGBUILD index c2b4d0ba0..f1066366e 100644 --- a/community/denemo/PKGBUILD +++ b/community/denemo/PKGBUILD @@ -1,22 +1,23 @@ -# $Id: PKGBUILD 92551 2013-06-08 11:18:47Z bpiotrowski $ +# $Id: PKGBUILD 93805 2013-07-10 13:14:17Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Philipp Sandhaus <philipp.sandhaus@gmx.de> # Contributor: Robert Emil Berge <filoktetes@linuxophic.org> # Contributor: Gnud <ach.gnud@gmail.com> pkgname=denemo -pkgver=1.0.0 -pkgrel=5 +pkgver=1.0.4 +pkgrel=1 pkgdesc="A music score editor" arch=('i686' 'x86_64') url="http://www.denemo.org" license=('GPL') depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw' 'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi') +makedepends=('intltool') options=('!libtool') backup=('etc/denemo/denemo.conf') source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('92bfd2e661387f791e4aa6c23dc7d90b') +md5sums=('1d633ad7741ab12dab865219a20559f0') build() { cd $srcdir/$pkgname-$pkgver diff --git a/community/fceux/PKGBUILD b/community/fceux/PKGBUILD index 86893f0b5..15050fb34 100644 --- a/community/fceux/PKGBUILD +++ b/community/fceux/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 86026 2013-03-11 13:34:12Z arodseth $ +# $Id: PKGBUILD 93772 2013-07-10 07:27:12Z bpiotrowski $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contriutor: Eric Belanger <eric@archlinux.org> # Contributor: Jo Christian Bergskås <jcberg@gmail.com> pkgname=fceux pkgver=2.2.1.1 -pkgrel=1 +pkgrel=2 url='http://www.fceux.com/' pkgdesc='Fast and ultra-compatible NES/Famicom emulator' arch=('x86_64' 'i686') diff --git a/community/fswebcam/PKGBUILD b/community/fswebcam/PKGBUILD index ae1493bdb..2fa49872d 100644 --- a/community/fswebcam/PKGBUILD +++ b/community/fswebcam/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 64170 2012-02-09 17:15:43Z ttopper $ +# $Id: PKGBUILD 93773 2013-07-10 07:27:13Z bpiotrowski $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: SpepS <dreamspepser at yahoo dot it> # Contributor: Philipp Robbel <robbel@gmail.com> pkgname=fswebcam pkgver=20110717 -pkgrel=2 +pkgrel=3 pkgdesc="Tiny and flexible webcam app." arch=('i686' 'x86_64') url="http://www.firestorm.cx/fswebcam" diff --git a/community/guitarix2/PKGBUILD b/community/guitarix2/PKGBUILD new file mode 100644 index 000000000..6eff8e6c2 --- /dev/null +++ b/community/guitarix2/PKGBUILD @@ -0,0 +1,37 @@ +# $Id: PKGBUILD 93760 2013-07-10 02:27:39Z speps $ +# Maintainer: speps <speps at aur dot archlinux dot org> + +pkgname=guitarix2 +pkgver=0.27.1 +pkgrel=1 +pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust" +arch=('i686' 'x86_64') +url="http://guitarix.sourceforge.net/" +license=('GPL') +depends=('gtkmm' 'jack' 'liblrdf' 'boost-libs' 'zita-convolver' 'zita-resampler') +makedepends=('python2' 'boost' 'intltool' 'lv2') +optdepends=('meterbridge: sound meters') +provides=('guitarix' 'gx_head') +conflicts=('guitarix' 'gx_head') +replaces=('guitarix' 'gx_head') +install="$pkgname.install" +source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2") +md5sums=('65e0917f9529460931be522e2879e514') + +build() { + cd "$srcdir/guitarix-$pkgver" + python2 waf configure --prefix=/usr \ + --no-desktop-update \ + --no-ldconfig \ + --no-faust \ + --optimization \ + --shared-lib \ + --lib-dev \ + --build-lv2 + python2 waf build +} + +package() { + cd "$srcdir/guitarix-$pkgver" + python2 waf install --destdir="$pkgdir" +} diff --git a/community/guitarix2/guitarix2.install b/community/guitarix2/guitarix2.install new file mode 100644 index 000000000..e111ef946 --- /dev/null +++ b/community/guitarix2/guitarix2.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} diff --git a/community/ioping/PKGBUILD b/community/ioping/PKGBUILD index 7485789ef..1b8482b6c 100644 --- a/community/ioping/PKGBUILD +++ b/community/ioping/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 73606 2012-07-11 14:58:41Z seblu $ -# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> +# $Id: PKGBUILD 93783 2013-07-10 08:34:25Z seblu $ +# Maintainer: Sébastien Luttringer # Contributor: Kovivchak Evgen <oneonfire@gmail.com> pkgname=ioping -pkgver=0.6 +pkgver=0.7 pkgrel=1 pkgdesc='Simple disk I/0 latency measuring tool' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL3') url='http://ioping.googlecode.com' depends=('glibc') source=("http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz") -md5sums=('f96b382a6517c7eac744291b04b928b1') +sha1sums=('f841244149830506daca1b052694965d94fe2408') build() { cd $pkgname-$pkgver diff --git a/community/kimtoy/PKGBUILD b/community/kimtoy/PKGBUILD new file mode 100644 index 000000000..f278a3d5f --- /dev/null +++ b/community/kimtoy/PKGBUILD @@ -0,0 +1,33 @@ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Contributor: CSSlayer <wengxt@gmail.com> + +pkgname=kimtoy +pkgver=1.9.2 +pkgdesc="Standalone input method panel" +pkgrel=1 +arch=(i686 x86_64) +url="http://kde-apps.org/content/show.php/KIMToy?content=140967" +license=(GPL) +makedepends=(cmake automoc4 fcitx scim dbus-c++) #ibus) ibus support not working due to upstream ABI change +depends=(kdebase-workspace) +optdepends=('fcitx: fcitx support' + 'scim: scim support' + 'dbus-c++: scim support') + #'ibus: ibus support') ibus support not working due to upstream ABI change +install=$pkgname.install +source=(http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + cmake -DCMAKE_INSTALL_PREFIX=/usr . + make +} + +package () +{ + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} + +md5sums=('94f09a33940d189059f9620427689af5') diff --git a/community/kimtoy/kimtoy.install b/community/kimtoy/kimtoy.install new file mode 100644 index 000000000..db2bfe60e --- /dev/null +++ b/community/kimtoy/kimtoy.install @@ -0,0 +1,11 @@ +post_upgrade() { + update-mime-database usr/share/mime &> /dev/null +} + +post_install() { + post_upgrade +} + +post_remove() { + post_upgrade +} diff --git a/community/kshutdown/PKGBUILD b/community/kshutdown/PKGBUILD index 6c1e0c174..01108ab54 100644 --- a/community/kshutdown/PKGBUILD +++ b/community/kshutdown/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 92861 2013-06-17 10:22:44Z arodseth $ +# $Id: PKGBUILD 93787 2013-07-10 09:09:23Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=kshutdown -pkgver=3.0beta8 +pkgver=3.0 pkgrel=1 pkgdesc='Shutdown Utility for KDE' arch=('x86_64' 'i686') @@ -13,7 +13,7 @@ depends=('kdebase-workspace') makedepends=('cmake' 'automoc4') install="$pkgname.install" source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip") -sha256sums=('5b4242777943574e0607687af6e6270ff655f16612c8b35400a872de35c2a4bd') +sha256sums=('71295e88e30538e6bc9aceb0ba2d60c2bb6c47739a97ee76f7f1f767044493ee') build() { mkdir "$srcdir/build" diff --git a/community/libfm/PKGBUILD b/community/libfm/PKGBUILD index b84cd94f9..b92caf778 100644 --- a/community/libfm/PKGBUILD +++ b/community/libfm/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 87492 2013-04-01 17:16:51Z bpiotrowski $ +# $Id: PKGBUILD 93766 2013-07-10 06:57:36Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> # Contributor: Unknown47 <unknown47r@gmail.com> # Contributor: Angel Velasquez <angvp@archlinux.org> @@ -6,7 +6,7 @@ pkgname=libfm pkgver=1.1.0 -pkgrel=4 +pkgrel=5 pkgdesc='Library for file management' url='http://pcmanfm.sourceforge.net/' arch=('i686' 'x86_64') @@ -19,8 +19,7 @@ source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz) md5sums=('a5bc8b8291cf810c659bfb3af378b5de') build() { - cd $srcdir/$pkgname-$pkgver - + cd $pkgname-$pkgver ./configure --prefix=/usr \ --sysconfdir=/etc \ --enable-udisks \ @@ -29,10 +28,10 @@ build() { } package() { - cd $srcdir/$pkgname-$pkgver - make DESTDIR=$pkgdir install + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install # Temporary fix to FS#32361 - rm $pkgdir/usr/include/libfm - mv $pkgdir/usr/include/libfm-1.0/ $pkgdir/usr/include/libfm + rm "$pkgdir"/usr/include/libfm + mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm } diff --git a/community/lxlauncher/PKGBUILD b/community/lxlauncher/PKGBUILD index a3db8405c..42e2df8ef 100644 --- a/community/lxlauncher/PKGBUILD +++ b/community/lxlauncher/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 80054 2012-11-15 19:13:49Z bpiotrowski $ +# $Id: PKGBUILD 93768 2013-07-10 07:02:47Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> pkgname=lxlauncher pkgver=0.2.2 -pkgrel=2 +pkgrel=3 pkgdesc='Open source clone of the Asus launcher for EeePC' arch=('i686' 'x86_64') license=('GPL2') @@ -17,12 +17,12 @@ source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.g md5sums=('16df627447838b170a72cc3a9ee21497') build() { - cd $srcdir/$pkgname-$pkgver + cd $pkgname-$pkgver ./configure --sysconfdir=/etc --prefix=/usr make } package() { - cd $srcdir/$pkgname-$pkgver - make DESTDIR=$pkgdir install + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install } diff --git a/community/lxpanel/PKGBUILD b/community/lxpanel/PKGBUILD index 71eb369b8..d9e2cdaf5 100644 --- a/community/lxpanel/PKGBUILD +++ b/community/lxpanel/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 83070 2013-01-27 10:16:43Z bpiotrowski $ +# $Id: PKGBUILD 93770 2013-07-10 07:14:37Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> pkgname=lxpanel pkgver=0.5.12 -pkgrel=1 +pkgrel=2 pkgdesc='Lightweight X11 desktop panel for LXDE' arch=('i686' 'x86_64') license=('GPL2') @@ -15,16 +15,18 @@ depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck') makedepends=('docbook-xml' 'docbook-xsl' 'wireless_tools') optdepends=('wireless_tools: netstat plugin') source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz - lxpanel-0.5.12-automake-1.13-support.patch) + lxpanel-0.5.12-automake-1.14-support.patch) sha256sums=('c29997c522f138e4beb02fc549c84136fc840a836c1f69b400d90d2d4e91de1b' - 'a35c786e3cd2977c5cf018e126c7f309b7fc4c15f9b821895e1f6fe25125f68f') + 'ce5bf608374188da00ce3f0a1c74d1ddebd160555db4119eebd85f64731fe1d1') -build() { - cd $srcdir/$pkgname-$pkgver - - patch -Np0 -i $srcdir/lxpanel-0.5.12-automake-1.13-support.patch +prepare() { + cd $pkgname-$pkgver + patch -Np0 -i ../lxpanel-0.5.12-automake-1.14-support.patch ./autogen.sh +} +build() { + cd $pkgname-$pkgver CFLAGS+=' -lgmodule-2.0' ./configure \ --sysconfdir=/etc \ --prefix=/usr \ @@ -33,6 +35,6 @@ build() { } package() { - cd $srcdir/$pkgname-$pkgver - make DESTDIR=$pkgdir install + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install } diff --git a/community/lxpanel/lxpanel-0.5.12-automake-1.13-support.patch b/community/lxpanel/lxpanel-0.5.12-automake-1.14-support.patch index 25916bbf6..3b40931de 100644 --- a/community/lxpanel/lxpanel-0.5.12-automake-1.13-support.patch +++ b/community/lxpanel/lxpanel-0.5.12-automake-1.14-support.patch @@ -6,7 +6,7 @@ -a "$AM_INSTALLED_VERSION" != "1.11" \ - -a "$AM_INSTALLED_VERSION" != "1.12" ];then + -a "$AM_INSTALLED_VERSION" != "1.12" \ -+ -a "$AM_INSTALLED_VERSION" != "1.13" ];then ++ -a "$AM_INSTALLED_VERSION" != "1.14" ];then echo - echo "You must have automake 1.10, 1.11, or 1.12 installed to compile lxpanel." + echo "You must have automake >=1.10 installed to compile lxpanel." diff --git a/community/menu-cache/PKGBUILD b/community/menu-cache/PKGBUILD index 4b5a67698..915f30b71 100644 --- a/community/menu-cache/PKGBUILD +++ b/community/menu-cache/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 84578 2013-02-20 05:00:21Z bpiotrowski $ +# $Id: PKGBUILD 93764 2013-07-10 06:48:17Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> pkgname=menu-cache -pkgver=0.4.1 +pkgver=0.5.0 pkgrel=1 pkgdesc='Caching mechanism for freedesktop.org compliant menus' arch=('i686' 'x86_64') @@ -15,11 +15,10 @@ depends=('intltool' 'glib2') options=('!libtool') makedepends=('pkgconfig') source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz) -sha256sums=('4fa9408e353fedba5b7314cbf6b6cd06d873a1424e281aa050d88bb9c0a0191e') +sha256sums=('875a7441b34bb24debc1c8017d74d59987d7a704c4c023e81a0b4ebcc2d7904a') build() { - cd $srcdir/$pkgname-$pkgver - + cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/menu-cache \ --disable-static @@ -27,6 +26,6 @@ build() { } package() { - cd $srcdir/$pkgname-$pkgver - make DESTDIR=$pkgdir install + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install } diff --git a/community/mrtg/PKGBUILD b/community/mrtg/PKGBUILD index ac3238d72..344ea6af2 100644 --- a/community/mrtg/PKGBUILD +++ b/community/mrtg/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 81983 2013-01-05 08:47:24Z giovanni $ +# $Id: PKGBUILD 93774 2013-07-10 07:27:14Z bpiotrowski $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> pkgname=mrtg pkgver=2.17.4 -pkgrel=1 +pkgrel=2 pkgdesc="Multi Router Traffic Grapher." arch=('i686' 'x86_64') url="http://oss.oetiker.ch/mrtg/" diff --git a/community/openlierox/PKGBUILD b/community/openlierox/PKGBUILD index 8aa85dfa6..d358dc718 100644 --- a/community/openlierox/PKGBUILD +++ b/community/openlierox/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 64779 2012-02-18 04:37:35Z svenstaro $ +# $Id: PKGBUILD 93775 2013-07-10 07:27:15Z bpiotrowski $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Anton Bazhenov <anton.bazhenov at gmail> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=openlierox pkgver=0.58_rc3 -pkgrel=4 +pkgrel=5 pkgdesc="A real-time excessive Worms-clone" arch=('i686' 'x86_64') url="http://www.openlierox.net/" diff --git a/community/perl-gd/PKGBUILD b/community/perl-gd/PKGBUILD index ffb1b6b58..28c7ffde7 100644 --- a/community/perl-gd/PKGBUILD +++ b/community/perl-gd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 93678 2013-07-08 11:29:22Z spupykin $ +# $Id: PKGBUILD 93776 2013-07-10 07:27:16Z bpiotrowski $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+aur@gmail.com> pkgname=perl-gd pkgver=2.50 -pkgrel=1 +pkgrel=2 pkgdesc="Interface to Gd Graphics Library" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/GD" diff --git a/community/sage-mathematics/PKGBUILD b/community/sage-mathematics/PKGBUILD index 57d6934a8..c4ddb2d10 100644 --- a/community/sage-mathematics/PKGBUILD +++ b/community/sage-mathematics/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 91566 2013-05-23 21:46:56Z dwallace $ +# $Id: PKGBUILD 93777 2013-07-10 07:27:17Z bpiotrowski $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Antonio Rojas < nqn1976 @ gmail.com > # Contributor: Thomas Dziedzic < gostrc at gmail > @@ -7,7 +7,7 @@ # Special thanks to Nareto for moving the compile from the .install to the PKGBUILD pkgname=sage-mathematics -pkgver=5.9 +pkgver=5.10 pkgrel=1 pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to Magma, Maple, Mathematica, and Matlab.' url='http://www.sagemath.org' @@ -103,6 +103,6 @@ package() { } # vim :set ts=2 sw=2 et: -md5sums=('708520904f2d42039c714ac72a631948' +md5sums=('bfca3afc9030e63c7e7200287ee0135e' 'b82f94383829eee26648feb977e2d89b' '985da1c1d1dcdc3ea9aa73035cb7996b') diff --git a/community/sarg/PKGBUILD b/community/sarg/PKGBUILD index a319abdf7..2ee80b3c6 100644 --- a/community/sarg/PKGBUILD +++ b/community/sarg/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 89921 2013-05-05 14:50:59Z spupykin $ +# $Id: PKGBUILD 93778 2013-07-10 07:27:18Z bpiotrowski $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: JJDaNiMoTh <jjdanimoth.aur@gmail.com> # Contributor: Tino Reichardt <milky-archlinux@mcmilk.de> pkgname=sarg pkgver=2.3.6 -pkgrel=1 +pkgrel=3 pkgdesc="Squid Analysis Report Generator" arch=('i686' 'x86_64') url="http://sarg.sourceforge.net" diff --git a/community/sfk/PKGBUILD b/community/sfk/PKGBUILD index 70b202aa6..4f9e3d965 100644 --- a/community/sfk/PKGBUILD +++ b/community/sfk/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 88535 2013-04-19 12:59:02Z seblu $ +# $Id: PKGBUILD 93781 2013-07-10 08:33:37Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Baumi <baumi@gmx.com> pkgname=sfk -pkgver=1.6.7 +pkgver=1.6.8 pkgrel=1 pkgdesc='Swiss File Knife - A Command Line Tools Collection' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url='http://stahlforce.com/dev/?tool=sfk' license=('custom: BSD') depends=('gcc-libs') source=("http://downloads.sourceforge.net/swissfileknife/${pkgname}${pkgver//./}.zip") -md5sums=('cd900b0c2f6fb362d5d3ef5190b96767') +md5sums=('cce2184223597cfe314ca7a5f247d1ce') build() { cd ${pkgname}${pkgver//./} diff --git a/community/vnstat/PKGBUILD b/community/vnstat/PKGBUILD index 29d424a9e..7cc05f52d 100644 --- a/community/vnstat/PKGBUILD +++ b/community/vnstat/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 91534 2013-05-23 11:17:51Z spupykin $ +# $Id: PKGBUILD 93779 2013-07-10 07:27:19Z bpiotrowski $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=vnstat pkgver=1.11 -pkgrel=5 +pkgrel=7 pkgdesc="A console-based network traffic monitor" arch=('i686' 'x86_64') url="http://humdi.net/vnstat/" diff --git a/community/zita-convolver/PKGBUILD b/community/zita-convolver/PKGBUILD new file mode 100644 index 000000000..fee89316f --- /dev/null +++ b/community/zita-convolver/PKGBUILD @@ -0,0 +1,37 @@ +# $Id: PKGBUILD 93759 2013-07-10 02:26:55Z speps $ +# Maintainer : speps <speps at aur dot archlinux dot org> +# Contributor: Philipp Überbacher <murks at lavabit dot com> +# Contributor: Stefan Husmann <stefan-husmann@t-online.de> +# Contributor: orbisvicis + +pkgname=zita-convolver +pkgver=3.1.0 +pkgrel=1 +pkgdesc="A fast, partitioned convolution engine library." +arch=('i686' 'x86_64') +url="http://kokkinizita.linuxaudio.org/linuxaudio/" +license=('GPL3') +depends=('gcc-libs' 'fftw') +source=("${url}downloads/zita-convolver-$pkgver.tar.bz2") +md5sums=('7e264d0fb0d8ea277cdb4e33d764c68a') + +prepare() { + cd "$srcdir/$pkgname-$pkgver/libs" + + # prevent ldconfig call + sed -i 's/ldconfig//' Makefile +} + +build() { + cd "$srcdir/$pkgname-$pkgver/libs" + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver/libs" + make SUFFIX="" PREFIX=/usr DESTDIR="$pkgdir/" install + + # missing softlink + ln -s lib$pkgname.so.$pkgver \ + "$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}" +} diff --git a/community/zita-resampler/PKGBUILD b/community/zita-resampler/PKGBUILD new file mode 100644 index 000000000..f43665891 --- /dev/null +++ b/community/zita-resampler/PKGBUILD @@ -0,0 +1,64 @@ +# $Id: PKGBUILD 93758 2013-07-10 02:26:27Z speps $ +# Maintainer : speps <speps at aur dot archlinux dot org> +# Contributor: Philipp Überbacher <murks at lavabit dot com> + +pkgname=zita-resampler +pkgver=1.3.0 +pkgrel=1 +pkgdesc="A C++ library for resampling audio signals." +url="http://kokkinizita.linuxaudio.org/linuxaudio/" +arch=('i686' 'x86_64') +license=('GPL3') +depends=('gcc-libs' 'libsndfile') +source=("${url}downloads/$pkgname-$pkgver.tar.bz2") +md5sums=('74c12e2280008f63ac9f2670fe4cf79b') + +build() { + cd "$srcdir/$pkgname-$pkgver/libs" + + # lib + make PREFIX=/usr + + # create lib link for building apps + ln -s lib$pkgname.so.$pkgver lib$pkgname.so + + # apps + cd ../apps + CXXFLAGS+=" -I../libs" \ + LDFLAGS+=" -L../libs" \ + make PREFIX=/usr +} + +package() { + cd "$srcdir/$pkgname-$pkgver/libs" + + # lib + install -Dm755 lib$pkgname.so.$pkgver \ + "$pkgdir/usr/lib/lib$pkgname.so.$pkgver" + + # links + ln -s lib$pkgname.so.$pkgver \ + "$pkgdir/usr/lib/lib$pkgname.so" + ln -s lib$pkgname.so.$pkgver \ + "$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}" + + # headers + install -d "$pkgdir/usr/include/$pkgname" + install -Dm644 $pkgname/*.h \ + "$pkgdir/usr/include/$pkgname" + + # apps + install -d "$pkgdir/usr/bin" + install -Dm755 ../apps/zre{sample,tune} \ + "$pkgdir/usr/bin" + + # docs + install -d "$pkgdir/usr/share/doc/$pkgname" + install -Dm644 ../docs/* \ + "$pkgdir/usr/share/doc/$pkgname" + + # man + install -d "$pkgdir/usr/share/man/man1" + install -Dm644 ../apps/zre{sample,tune}.1 \ + "$pkgdir/usr/share/man/man1" +} |