summaryrefslogtreecommitdiff
path: root/community-testing/gambas2
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-09 00:33:26 -0700
committerroot <root@rshg054.dnsready.net>2012-10-09 00:33:26 -0700
commit965fe5dd2bc0fae6b53c10d880c15f494dd589ac (patch)
tree910883dffa913262b28fb7a0e3bc41c3325b1dd2 /community-testing/gambas2
parent962d1e81a62d7259ccb686da1a44de2bb28e73a5 (diff)
Tue Oct 9 00:33:25 PDT 2012
Diffstat (limited to 'community-testing/gambas2')
-rw-r--r--community-testing/gambas2/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/community-testing/gambas2/PKGBUILD b/community-testing/gambas2/PKGBUILD
index 0c75e0d4d..ea0642eb5 100644
--- a/community-testing/gambas2/PKGBUILD
+++ b/community-testing/gambas2/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 75178 2012-08-14 20:07:53Z dreisner $
+# $Id: PKGBUILD 77261 2012-10-08 12:51:43Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Contributor: Biru Ionut <ionut@archlinux.ro>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
@@ -20,11 +20,11 @@ pkgname=('gambas2-meta' 'gambas2-runtime' 'gambas2-devel' 'gambas2-ide' 'gambas2
'gambas2-gb-sdl-sound' 'gambas2-gb-settings' 'gambas2-gb-v4l' 'gambas2-gb-vb'
'gambas2-gb-web' 'gambas2-gb-xml' 'gambas2-gb-xml-rpc' 'gambas2-gb-xml-xslt')
pkgver=2.24.0
-pkgrel=6
+pkgrel=7
pkgdesc="A free development environment based on a Basic interpreter."
arch=('i686' 'x86_64')
url="http://gambas.sourceforge.net"
-makedepends=('libffi' 'bzip2' 'libfbclient' 'zlib' 'kdelibs3' 'libgl' 'gtk2' 'librsvg' 'xdg-utils'
+makedepends=('libffi' 'bzip2' 'libfbclient' 'zlib' 'kdelibs3' 'glu' 'gtk2' 'librsvg' 'xdg-utils'
'postgresql-libs' 'libmysqlclient' 'unixodbc' 'sqlite2' 'sqlite'
'curl' 'poppler-glib' 'sdl_mixer' 'sdl_image' 'libxtst' 'pcre' 'omniorb' 'libxft'
'libxcursor' 'libsm' 'intltool' 'mysql' 'postgresql')
@@ -390,7 +390,7 @@ package_gambas2-gb-db-postgresql() {
}
package_gambas2-gb-db-sqlite2() {
- depends=('gambas2-gb-db' 'sqlite2')
+ depends=('gambas2-gb-db' 'sqlite2' 'gcc-libs')
pkgdesc="Gambas2 Sqlite2 database access component"
cd ${srcdir}/${pkgbase}-${pkgver}/gb.db.sqlite2
@@ -398,7 +398,7 @@ package_gambas2-gb-db-sqlite2() {
}
package_gambas2-gb-db-sqlite3() {
- depends=('gambas2-gb-db' 'sqlite')
+ depends=('gambas2-gb-db' 'sqlite' 'gcc-libs')
pkgdesc="Gambas2 Sqlite3 database access component"
cd ${srcdir}/${pkgbase}-${pkgver}/gb.db.sqlite3
@@ -580,7 +580,7 @@ package_gambas2-gb-gtk-svg() {
}
package_gambas2-gb-image() {
- depends=('gambas2-runtime')
+ depends=('gambas2-runtime' 'gcc-libs')
pkgdesc="Gambas2 image processing component"
cd ${srcdir}/${pkgbase}-${pkgver}/gb.image
@@ -632,7 +632,7 @@ package_gambas2-gb-net-smtp() {
}
package_gambas2-gb-opengl() {
- depends=('gambas2-runtime' 'libgl' 'mesa')
+ depends=('gambas2-runtime' 'glu')
pkgdesc="Gambas2 OpenGL component"
cd ${srcdir}/${pkgbase}-${pkgver}/gb.opengl
@@ -778,7 +778,7 @@ package_gambas2-gb-report() {
}
package_gambas2-gb-sdl() {
- depends=('gambas2-runtime' 'sdl_image' 'libxft' 'libxcursor' 'libgl')
+ depends=('gambas2-runtime' 'sdl_image' 'libxft' 'libxcursor' 'glu')
pkgdesc="Gambas2 SDL component"
cd ${srcdir}/${pkgbase}-${pkgver}/gb.sdl