From 7d13548d48c1e98b9c12201685fd6fef5e9388db Mon Sep 17 00:00:00 2001 From: root Date: Fri, 15 Apr 2011 04:55:43 +0000 Subject: Fri Apr 15 04:55:43 UTC 2011 --- community/autocutsel/PKGBUILD | 13 ++++++------- community/autocutsel/autocutsel.install | 20 ++++++++++++++++++++ community/libmediainfo/PKGBUILD | 6 +++--- community/libzen/PKGBUILD | 6 +++--- community/mediainfo-gui/PKGBUILD | 6 +++--- community/mediainfo/PKGBUILD | 6 +++--- community/pdf2djvu/PKGBUILD | 11 +++++------ community/pigeonhole/PKGBUILD | 8 ++++---- community/vbindiff/PKGBUILD | 25 +++++++++++++++++++++++++ community/yagf/PKGBUILD | 23 +++++++++++++++++++++++ 10 files changed, 95 insertions(+), 29 deletions(-) create mode 100644 community/autocutsel/autocutsel.install create mode 100644 community/vbindiff/PKGBUILD create mode 100644 community/yagf/PKGBUILD (limited to 'community') diff --git a/community/autocutsel/PKGBUILD b/community/autocutsel/PKGBUILD index 6d0ea71be..452350efe 100644 --- a/community/autocutsel/PKGBUILD +++ b/community/autocutsel/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 44972 2011-04-13 15:14:58Z shusmann $ +# $Id: PKGBUILD 45035 2011-04-14 10:45:17Z shusmann $ # Contributor: Tom Killian # Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com # Maintainer: Stefan Husmann pkgname=autocutsel pkgver=0.9.0 -pkgrel=5 +pkgrel=6 pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications" arch=('i686' 'x86_64') -depends=('libxaw' 'sh') -source=(http://lepton.fr/tools/$pkgname/$pkgname-$pkgver.tar.gz $pkgname.sh) -md5sums=('ba4a6f632cb4815ae4e5c3027c24cfc5' - '27a15ab10e2988a8a479e3f015cabd00') +depends=('libxaw') +source=(http://lepton.fr/tools/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('ba4a6f632cb4815ae4e5c3027c24cfc5') url="http://lepton.fr/tools/autocutsel/" +install=autocutsel.install license=('GPL') build() { cd $srcdir/$pkgname-$pkgver @@ -22,5 +22,4 @@ build() { package() { cd $srcdir/$pkgname-$pkgver make prefix=$pkgdir/usr install - install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/X11/xinit/xinitrc.d/40-$pkgname } diff --git a/community/autocutsel/autocutsel.install b/community/autocutsel/autocutsel.install new file mode 100644 index 000000000..56fde35d7 --- /dev/null +++ b/community/autocutsel/autocutsel.install @@ -0,0 +1,20 @@ +post_install() { + cat << EOF + Add the following lines to your ~/.xinitrc or, for + system-wide use, to a new file, named, say, 40-autocutsel + in the directory /etc/X11/xinit/xinitrc.d/ : + +autocutsel -fork & +autocutsel -selection PRIMARY -fork & +EOF +} + +post_upgrade() { + post_install +} +post_remove() { +cat << EOF + you might want to remove autocutsel related files in + /etc/X11/xinit/xinitrc.d now. +EOF +} diff --git a/community/libmediainfo/PKGBUILD b/community/libmediainfo/PKGBUILD index 1da9efc75..8381d697f 100644 --- a/community/libmediainfo/PKGBUILD +++ b/community/libmediainfo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 41747 2011-03-08 20:14:52Z spupykin $ +# $Id: PKGBUILD 45009 2011-04-14 09:10:11Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: hydro pkgname=libmediainfo -pkgver=0.7.42 +pkgver=0.7.43 pkgrel=1 pkgdesc="shared library for mediainfo" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=( 'curl' 'libmms>=0.5-2' 'libzen>=0.4.15') makedepends=('libtool' 'automake' 'autoconf') options=(!libtool) source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2) -md5sums=('68beb24292e9a9d207b8226411af8d17') +md5sums=('4200c44c4f7016145d580757de18f2d4') build() { cd $srcdir/MediaInfoLib/Project/GNU/Library diff --git a/community/libzen/PKGBUILD b/community/libzen/PKGBUILD index 9f18d8ffa..dcbb073b8 100644 --- a/community/libzen/PKGBUILD +++ b/community/libzen/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 41750 2011-03-08 20:15:27Z spupykin $ +# $Id: PKGBUILD 45012 2011-04-14 09:10:57Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: hydro pkgname=libzen -pkgver=0.4.18 +pkgver=0.4.19 pkgrel=1 pkgdesc="shared library for libmediainfo and mediainfo" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('gcc-libs') makedepends=('libtool' 'automake' 'autoconf') options=('!libtool') source=(http://downloads.sourceforge.net/zenlib/${pkgname}_${pkgver}.tar.bz2) -md5sums=('418fd69a3351cd406bfb2afe0ce91628') +md5sums=('0deabb701564f2e616a7ee6dd71599a1') build() { cd $srcdir/ZenLib/Project/GNU/Library diff --git a/community/mediainfo-gui/PKGBUILD b/community/mediainfo-gui/PKGBUILD index ad49b277a..a34ce63fa 100644 --- a/community/mediainfo-gui/PKGBUILD +++ b/community/mediainfo-gui/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 41753 2011-03-08 20:16:04Z spupykin $ +# $Id: PKGBUILD 45015 2011-04-14 09:11:31Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: hydro pkgname=mediainfo-gui -pkgver=0.7.42 +pkgver=0.7.43 pkgrel=1 pkgdesc="GUI for mediainfo" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('libmediainfo>=0.7.35' 'wxgtk') makedepends=('libtool' 'automake' 'autoconf') install=mediainfo-gui.install source=(http://downloads.sourceforge.net/mediainfo/mediainfo_${pkgver}.tar.bz2) -md5sums=('ee39fda7eee7f1e27e289acc9836439c') +md5sums=('a1c61fb1385e22dc762dad33b7f37681') build() { cd $srcdir/MediaInfo/Project/GNU/GUI diff --git a/community/mediainfo/PKGBUILD b/community/mediainfo/PKGBUILD index 592875e35..d16c32b4f 100644 --- a/community/mediainfo/PKGBUILD +++ b/community/mediainfo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 41756 2011-03-08 20:16:39Z spupykin $ +# $Id: PKGBUILD 45018 2011-04-14 09:12:10Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: hydro pkgname=mediainfo -pkgver=0.7.42 +pkgver=0.7.43 pkgrel=1 pkgdesc="supplies technical and tag information about a video or audio file" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('GPL') depends=('libmediainfo>=0.7.35') makedepends=('libtool' 'automake' 'autoconf') source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2) -md5sums=('ee39fda7eee7f1e27e289acc9836439c') +md5sums=('a1c61fb1385e22dc762dad33b7f37681') build() { cd $srcdir/MediaInfo/Project/GNU/CLI diff --git a/community/pdf2djvu/PKGBUILD b/community/pdf2djvu/PKGBUILD index 2fdfe1e1b..468fc4c67 100644 --- a/community/pdf2djvu/PKGBUILD +++ b/community/pdf2djvu/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 42182 2011-03-15 10:52:31Z jelle $ +# $Id: PKGBUILD 45044 2011-04-14 15:13:18Z jelle $ # Contributor: Paulo Matias -# Maintainer: Daniel J Griffiths +# Maintainer: Jelle van der Waa pkgname=pdf2djvu -pkgver=0.7.6 -pkgrel=4 +pkgver=0.7.7 +pkgrel=1 pkgdesc="Creates DjVu files from PDF files" arch=('i686' 'x86_64') url="http://pdf2djvu.googlecode.com" @@ -12,7 +12,7 @@ license=('GPL') depends=('poppler' 'djvulibre' 'libxslt') makedepends=('pstreams') source=("http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz") -md5sums=('fde5e9bdae4f8643a3457be5989acc83') +md5sums=('85c594881ff864d5aceaa88e833d3107') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -25,4 +25,3 @@ package() { make install DESTDIR=${pkgdir} install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1 } -md5sums=('b6ff549a4fdd0c13897ef3cc37ee3996') diff --git a/community/pigeonhole/PKGBUILD b/community/pigeonhole/PKGBUILD index 79b524035..d4745e301 100644 --- a/community/pigeonhole/PKGBUILD +++ b/community/pigeonhole/PKGBUILD @@ -4,12 +4,12 @@ # This must be built against the version of dovecot being used, # else mail delivery will fail. # Specify the version of dovecot to be used here: -_dcpkgver=2.0.11 +_dcpkgver=2.0.12 # Make sure to bump pkgrel if changing this. pkgname=pigeonhole -pkgver=0.2.2 -pkgrel=3 +pkgver=0.2.3 +pkgrel=1 pkgdesc="Fully rewritten Sieve implementation for Dovecot v2.0" arch=('i686' 'x86_64') url="http://pigeonhole.dovecot.org/" @@ -19,7 +19,7 @@ makedepends=() conflicts=('dovecot-sieve' 'pigeonhole-hg') source=("http://www.rename-it.nl/dovecot/2.0/dovecot-2.0-$pkgname-$pkgver.tar.gz" "dovecot.conf") -md5sums=('23b9be534c62257a0d049b1370f11a99' +md5sums=('336cbb2073b48119d968fad7de89817a' '564b771c339f69a477c06babf53e11c2') options=('!libtool') diff --git a/community/vbindiff/PKGBUILD b/community/vbindiff/PKGBUILD new file mode 100644 index 000000000..12a64d771 --- /dev/null +++ b/community/vbindiff/PKGBUILD @@ -0,0 +1,25 @@ +# $Id: PKGBUILD 45041 2011-04-14 10:57:46Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: tyr0 + +pkgname=vbindiff +pkgver=3.0_beta4 +pkgrel=2 +pkgdesc="displays files in hexadecimal and ASCII (or EBCDIC) and highlight the differences between them" +arch=('i686' 'x86_64') +url="http://www.cjmweb.net/vbindiff/" +license=('GPL') +depends=('gcc-libs' 'ncurses') +source=($url/$pkgname-$pkgver.tar.gz) +md5sums=('dbda80ef580e1a0975ef50b9aaa5210e') + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure --prefix=$pkgdir/usr + make +} + +package() { + cd $srcdir/$pkgname-$pkgver + make install +} diff --git a/community/yagf/PKGBUILD b/community/yagf/PKGBUILD new file mode 100644 index 000000000..048e35c59 --- /dev/null +++ b/community/yagf/PKGBUILD @@ -0,0 +1,23 @@ +# $Id: PKGBUILD 45032 2011-04-14 09:33:23Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: das-ich + +pkgname=yagf +pkgver=0.8.6 +pkgrel=1 +pkgdesc="QT4-based GUI for Cuneiform OCR" +arch=(i686 x86_64) +url="http://symmetrica.net/cuneiform-linux/yagf-en.html" +license=('GPL') +depends=('cuneiform' 'qt>=4.3' 'aspell') +optdepends=('xsane: acquire images from a scanner into YAGF directly') +makedepends=('cmake') +source=(http://symmetrica.net/cuneiform-linux/${pkgname}-${pkgver}-Source.tar.gz) +md5sums=('16582668d9ae34567c4f159c3208bfca') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-Source" + cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release . + make + make DESTDIR=${pkgdir} install +} -- cgit v1.2.3-54-g00ecf