[arch-commits] Commit in gambas3/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sun Nov 9 02:58:14 UTC 2014


    Date: Sunday, November 9, 2014 @ 03:58:13
  Author: foutrelis
Revision: 122269

upgpkg: gambas3 3.5.4-5

- poppler 0.28.1 rebuild.
- Replace dbus-core dependency with dbus.

Modified:
  gambas3/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-08 18:53:53 UTC (rev 122268)
+++ PKGBUILD	2014-11-09 02:58:13 UTC (rev 122269)
@@ -16,7 +16,7 @@
          'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 'gambas3-gb-xml' 'gambas3-gb-web')
 pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script' 'gambas3-examples')
 pkgver=3.5.4
-pkgrel=4
+pkgrel=5
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('i686' 'x86_64')
 url="http://gambas.sourceforge.net/"
@@ -26,7 +26,7 @@
          'zlib' 'mesa' 'glew' 'xdg-utils' 'gtk2' 'imlib2' 'gdk-pixbuf2'
          'postgresql-libs' 'libmariadbclient' 'unixodbc' 'sqlite2' 'sqlite' 'librsvg'
          'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'libxtst' 'pcre' 'qtwebkit'
-         'libxcursor' 'libsm' 'dbus-core' 'libxml2' 'libxslt' 'libgnome-keyring'
+         'libxcursor' 'libsm' 'dbus' 'libxml2' 'libxslt' 'libgnome-keyring'
 	 'gsl' 'gst-plugins-base-libs' 'alure' 'gtkglext' 'ncurses' 'llvm'
 	 'gmime')
 options=('!emptydirs' 'libtool')
@@ -242,7 +242,7 @@
 }
 
 package_gambas3-gb-dbus() {
-  depends=('gambas3-runtime' 'dbus-core')
+  depends=('gambas3-runtime' 'dbus')
   pkgdesc="DBUS component"
 
   cd ${srcdir}/fakeinstall



More information about the arch-commits mailing list