From 0297e16d6d46f426939811847e72539d15bbf12d Mon Sep 17 00:00:00 2001 From: root Date: Sat, 22 Sep 2012 00:17:51 -0700 Subject: Sat Sep 22 00:17:51 PDT 2012 --- community/denemo/PKGBUILD | 8 ++++---- community/john/PKGBUILD | 6 +++--- community/libestr/PKGBUILD | 8 ++++---- community/libfm/PKGBUILD | 12 ++++++------ community/optipng/PKGBUILD | 6 +++--- community/pcmanfm/PKGBUILD | 6 +++--- 6 files changed, 23 insertions(+), 23 deletions(-) (limited to 'community') diff --git a/community/denemo/PKGBUILD b/community/denemo/PKGBUILD index bf7aa71ac..2fc7ef464 100644 --- a/community/denemo/PKGBUILD +++ b/community/denemo/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 72932 2012-06-25 10:29:45Z spupykin $ +# $Id: PKGBUILD 76519 2012-09-21 13:30:51Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Philipp Sandhaus # Contributor: Robert Emil Berge # Contributor: Gnud pkgname=denemo -pkgver=0.9.4 +pkgver=0.9.6 pkgrel=1 pkgdesc="A music score editor" arch=('i686' 'x86_64') @@ -16,12 +16,12 @@ depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw' options=('!libtool') backup=('etc/denemo/denemo.conf') source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('25f141beedbb067aa361975935588862') +md5sums=('48dd1b0801dba574517bcaf0b86d714a') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc - sed -i 's|#include |#include |' src/pitchrecog.c +# sed -i 's|#include |#include |' src/pitchrecog.c make make DESTDIR=$pkgdir install } diff --git a/community/john/PKGBUILD b/community/john/PKGBUILD index 66860b3d4..20e0a3d7c 100644 --- a/community/john/PKGBUILD +++ b/community/john/PKGBUILD @@ -6,8 +6,8 @@ pkgname=john pkgver=1.7.9 -pkgrel=6 -_jumbover=6 +pkgrel=7 +_jumbover=7 pkgdesc="John The Ripper - A fast password cracker (jumbo-$_jumbover included)" arch=('i686' 'x86_64') url="http://www.openwall.com/$pkgname/" @@ -23,7 +23,7 @@ source=(http://www.openwall.com/$pkgname/g/$pkgname-$pkgver.tar.bz2 ftp://ftp.kfki.hu/pub/packages/security/ssh/ossh/libdes-4.04b.tar.gz params.h.patch) md5sums=('45f54fc59386ecd67daaef9f19781d93' - '685c759ec6f865ea81f40a487cd56882' + 'b953fcb7f743eeeb5f938a28c352b8ef' 'c8d5c69f86c2eedb485583b0305284a1' 'f69ed632eba8fb9e45847a4b4a323787') diff --git a/community/libestr/PKGBUILD b/community/libestr/PKGBUILD index adb612d56..3d494274e 100644 --- a/community/libestr/PKGBUILD +++ b/community/libestr/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 62740 2012-01-25 15:38:28Z spupykin $ +# $Id: PKGBUILD 76517 2012-09-21 10:06:06Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Brian Knox pkgname=libestr -pkgver=0.1.2 -pkgrel=2 +pkgver=0.1.4 +pkgrel=1 pkgdesc="essentials for string handling (and a bit more)" url="http://libestr.adiscon.com/" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('LGPL2.1') depends=() options=(!libtool) source=("http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz") -md5sums=('30ec4054155dc7d7e9b06418181c4f12') +md5sums=('ee3ff39f421f47b2a9551a7f9011d084') build() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/community/libfm/PKGBUILD b/community/libfm/PKGBUILD index 7186b054b..6048981a8 100644 --- a/community/libfm/PKGBUILD +++ b/community/libfm/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 75270 2012-08-17 10:52:47Z bpiotrowski $ +# $Id: PKGBUILD 76525 2012-09-21 15:37:33Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Unknown47 # Contributor: Angel Velasquez # Contributor: Juergen Hoetzel pkgname=libfm -pkgver=1.0 -pkgrel=2 +pkgver=1.0.1 +pkgrel=1 pkgdesc="A library for file management" url="http://pcmanfm.sourceforge.net/" arch=('i686' 'x86_64') @@ -14,9 +14,9 @@ license=('GPL') groups=('lxde') options=('!libtool') install=libfm.install -depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils') +depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils' 'vala') source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz) -md5sums=('9f978eb58c72a6623021504832a9da1b') +md5sums=('7fb406f38f99c9171661f72fa6d4da7f') build() { cd $srcdir/$pkgname-$pkgver @@ -25,7 +25,7 @@ build() { --sysconfdir=/etc \ --enable-udisks \ --with-gnu-ld - make + make LDFLAGS+=' -lgobject-2.0 -lglib-2.0' } package() { diff --git a/community/optipng/PKGBUILD b/community/optipng/PKGBUILD index 1070611b5..e72ddb97d 100644 --- a/community/optipng/PKGBUILD +++ b/community/optipng/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 76192 2012-09-13 08:01:17Z lfleischer $ +# $Id: PKGBUILD 76515 2012-09-21 06:14:03Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: Stefan Husmann # Contributor: Aaron Schaefer pkgname=optipng -pkgver=0.7.2 +pkgver=0.7.3 pkgrel=1 pkgdesc='Compresses PNG files to a smaller size, without losing any information.' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ url='http://optipng.sourceforge.net/' license=('ZLIB') depends=('glibc') source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('3bf5ff3e1dff99adb3c0b3dd9fd99f8a') +md5sums=('ceceb66b4d2e1f632ea6786a0adafd11') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/pcmanfm/PKGBUILD b/community/pcmanfm/PKGBUILD index ea293c269..5ff7a76bf 100644 --- a/community/pcmanfm/PKGBUILD +++ b/community/pcmanfm/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 75067 2012-08-13 13:28:46Z bpiotrowski $ +# $Id: PKGBUILD 76527 2012-09-21 15:38:13Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Unknown47 # Contributor: Angel Velasquez # Contributor: Juergen Hoetzel pkgname=pcmanfm -pkgver=1.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="An extremely fast and lightweight file manager" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data') makedepends=('intltool' 'pkgconfig') install=$pkgname.install source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.gz) -md5sums=('df082fde42c4036b220cd3167ceab98e') +md5sums=('f373ee514bae37b53b152d02ac465058') build() { cd "$srcdir/$pkgname-$pkgver" -- cgit v1.2.3-54-g00ecf