From 862a468489b5081755f9086204a012c7cd3beb3e Mon Sep 17 00:00:00 2001 From: root Date: Wed, 20 Apr 2011 05:15:36 +0000 Subject: Wed Apr 20 05:15:36 UTC 2011 --- community/cuneiform/PKGBUILD | 14 +++++++------- community/omniorb/PKGBUILD | 12 ++++++++---- community/systemd/PKGBUILD | 11 ++++++----- 3 files changed, 21 insertions(+), 16 deletions(-) (limited to 'community') diff --git a/community/cuneiform/PKGBUILD b/community/cuneiform/PKGBUILD index 5f780e969..93e8496ed 100644 --- a/community/cuneiform/PKGBUILD +++ b/community/cuneiform/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 20123 2010-07-02 14:54:46Z spupykin $ +# $Id: PKGBUILD 45314 2011-04-19 21:30:46Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Maxim Vuets pkgname=cuneiform -pkgver=1.0.0 -_dpkgver=1.0 +pkgver=1.1.0 +_dpkgver=1.1 pkgrel=1 pkgdesc="Linux port of an OCR system developed in Russia. Supports more than 20 languages." arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('BSD') depends=(imagemagick) makedepends=(cmake) source=(http://launchpad.net/cuneiform-linux/${_dpkgver}/${_dpkgver}/+download/cuneiform-linux-${pkgver}.tar.bz2) -md5sums=('785232ffffad7d82446fbac08a1c3ef9') +md5sums=('09fd160cdfc512f26442a7e91246598d') build() { _SRC_ROOT="${srcdir}/${pkgname}-linux-${pkgver}" @@ -22,9 +22,9 @@ build() { mkdir builddir cd builddir - cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr .. || return 1 - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 + cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr .. + make + make DESTDIR="${pkgdir}" install mkdir -p "${pkgdir}/usr/share/licenses/cuneiform" cp "${_SRC_ROOT}/cuneiform_src/Kern/license.txt" \ diff --git a/community/omniorb/PKGBUILD b/community/omniorb/PKGBUILD index 0cd67c2bd..a67bc410a 100644 --- a/community/omniorb/PKGBUILD +++ b/community/omniorb/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 27121 2010-09-17 15:17:17Z schuay $ +# $Id: PKGBUILD 45305 2011-04-19 11:39:08Z jelle $ # Maintainer: Giovanni Scafora # Contributor: Essien Ita Essien # Contributor: Brice Mealier pkgname=omniorb -pkgver=4.1.4 -pkgrel=2 +pkgver=4.1.5 +pkgrel=1 pkgdesc="A CORBA object request broker for C++ and Python." arch=('i686' 'x86_64') url="http://omniorb.sourceforge.net/" license=('GPL2' 'LGPL2') depends=('gcc-libs' 'python2' 'openssl') makedepends=('pkgconfig') -source=(http://downloads.sourceforge.net/omniorb/omniORB-$pkgver.tar.gz) +source=(http://downloads.sourceforge.net/omniorb/omniORB-$pkgver.tar.bz2) md5sums=('1f6070ff9b6339876976d61981eeaa6a') build() { @@ -31,9 +31,13 @@ build() { ./configure --prefix=/usr --with-omniORB-config=/etc/omniorb/omniORB.cfg \ --with-omniNames-logdir=/var/log/omniORB --with-openssl=/usr make +} +package(){ + cd $srcdir/omniORB-$pkgver make DESTDIR=$pkgdir install for i in man/man1/*.1; do install -D -m 644 $i $pkgdir/usr/share/$i done chmod 755 $pkgdir/{usr,usr/bin,usr/lib,usr/share,usr/include,usr/share/idl,usr/lib/pkgconfig,usr/lib/python2.7,usr/lib/python2.7/site-packages} } +md5sums=('579af43a7ab1f2f88a845f1436e5238b') diff --git a/community/systemd/PKGBUILD b/community/systemd/PKGBUILD index fb4e9f3e2..ff51c553d 100644 --- a/community/systemd/PKGBUILD +++ b/community/systemd/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 43947 2011-04-01 02:11:49Z dreisner $ +# $Id: PKGBUILD 44387 2011-04-06 23:47:15Z dreisner $ # Maintainer: Dave Reisner pkgname=systemd -pkgver=22 -pkgrel=2 +pkgver=24 +pkgrel=1 pkgdesc="Session and Startup manager" arch=('i686' 'x86_64') url="http://www.freedesktop.org/wiki/Software/systemd" @@ -11,10 +11,11 @@ license=('GPL2') depends=('dbus-core' 'initscripts' 'sysvinit' 'util-linux>=2.19') makedepends=('docbook-xsl' 'libxslt' 'cryptsetup' 'gtk2' 'libnotify') optdepends=('cryptsetup: required for encrypted block devices' - 'initscripts-systemd: native boot and initialization scripts' 'dbus-python: systemd-analyze' 'gtk2: systemadm' + 'initscripts-systemd: native boot and initialization scripts' 'libnotify: systemadm' + 'python2-cairo: systemd-analyze' 'systemd-arch-units: collection of native unit files for Arch daemon/init scripts') groups=('systemd') options=('!libtool') @@ -24,7 +25,7 @@ backup=(etc/systemd/system.conf install=systemd.install source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.bz2" "os-release") -md5sums=('79cfbca526eaa5833723b48adeb0b323' +md5sums=('4a6b7d99f35bdae21d7f9b698792b8d3' 'f9922299150b4adda7b89e10bca33033') build() { -- cgit v1.2.3-54-g00ecf