summaryrefslogtreecommitdiff
path: root/community/lazarus
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-09-05 10:33:48 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-09-05 10:33:48 +0200
commit4a133169d99e3d760caad3cbca2781872f4a0805 (patch)
tree73d442004d2d4f70e0194bd78d6b293337ec2456 /community/lazarus
parenta420f5c4c2a4eeb411175d086b339b620dba309d (diff)
parent58f5e0b164b5f4c9af61b2e42bd10c85f28b9bed (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/apcupsd/PKGBUILD community/freedroidrpg/PKGBUILD community/lincity-ng/PKGBUILD community/python2-pymongo/PKGBUILD core/openssh/PKGBUILD core/systemd/PKGBUILD core/sysvinit/PKGBUILD extra/gnutls/PKGBUILD extra/gtkmm3/PKGBUILD extra/mkvtoolnix/PKGBUILD multilib/chuck/PKGBUILD multilib/lib32-gdk-pixbuf2/PKGBUILD multilib/lib32-gnutls/PKGBUILD multilib/lib32-libdrm/PKGBUILD multilib/lib32-libdrm/no-pthread-stubs.patch multilib/lib32-sdl/PKGBUILD multilib/wine/PKGBUILD social/monkeysphere/PKGBUILD testing/cups/PKGBUILD testing/cups/cups-systemd-socket.patch testing/cups/cups.install testing/inetutils/PKGBUILD testing/inetutils/ftpd.service testing/libreoffice/PKGBUILD testing/libreoffice/libreoffice-common.csh testing/libreoffice/libreoffice-common.sh testing/modemmanager/PKGBUILD testing/openssh/PKGBUILD testing/openssh/sshd.service testing/openssh/sshd.socket testing/upower/PKGBUILD
Diffstat (limited to 'community/lazarus')
-rw-r--r--community/lazarus/PKGBUILD22
1 files changed, 8 insertions, 14 deletions
diff --git a/community/lazarus/PKGBUILD b/community/lazarus/PKGBUILD
index 04c191398..6bb13765b 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' 'mips64el')
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