summaryrefslogtreecommitdiff
path: root/community/lazarus/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lazarus/PKGBUILD')
-rw-r--r--community/lazarus/PKGBUILD22
1 files changed, 8 insertions, 14 deletions
diff --git a/community/lazarus/PKGBUILD b/community/lazarus/PKGBUILD
index fc1a1ebcf..54e8cd33c 100644
--- a/community/lazarus/PKGBUILD
+++ b/community/lazarus/PKGBUILD
@@ -1,32 +1,26 @@
-# $Id: PKGBUILD 70866 2012-05-18 06:01:51Z ebelanger $
+# $Id: PKGBUILD 75791 2012-08-31 12:11:31Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jens Adam (byte/jra) <j_adam@web.de>
# Contributor: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
pkgbase=lazarus
pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
-pkgver=0.9.30.4
-pkgrel=5
+pkgver=1.0
+_pkgsubver=0
+pkgrel=1
url='http://www.lazarus.freepascal.org/'
license=('GPL2' 'MPL' 'custom:LGPL')
arch=('i686' 'x86_64')
makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync')
options=('!emptydirs' '!makeflags')
-source=("http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-src.tar.bz2"
- 'lazcontrols2.diff'
-)
-md5sums=('ebd40cdfdfc4b66d1ced7a0d48d6da84'
- '288bca6ad5ade79deec34c3602daaaa9'
-)
+source=("http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz"
+ 'lazcontrols2.diff')
+md5sums=('2412545d740059d006485f5d17ef0eca'
+ '288bca6ad5ade79deec34c3602daaaa9')
build() {
cd $srcdir/${pkgbase}
- ( # patch lazcontrols
- cd components/lazcontrols
- patch -p0 -i "$srcdir/lazcontrols2.diff"
- )
-
# build gtk2 ide
make FPC=/usr/bin/fpc LCL_PLATFORM=gtk2 clean bigide
# move gtk binaries