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

Jan de Groot jgc at archlinux.org
Tue Jan 18 10:59:40 UTC 2011


    Date: Tuesday, January 18, 2011 @ 05:59:40
  Author: jgc
Revision: 106717

upgpkg: gnome-blog 0.9.2-4
Move some optdepends to depends, depend on splitted gnome-python-extras libraries

Modified:
  gnome-blog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-18 10:45:12 UTC (rev 106716)
+++ PKGBUILD	2011-01-18 10:59:40 UTC (rev 106717)
@@ -8,12 +8,9 @@
 pkgdesc="A gnome application that allows you to post entries to many different blog formats."
 arch=('any')
 license=('GPL')
-depends=('python2-gconf' 'python2-libgnome')
+depends=('python2-gconf' 'python2-libgnome' 'python2-gtkspell' 'python-gdata')
 makedepends=('intltool' 'desktop-file-utils' 'gnome-python')
-optdepends=('python-gnomeapplet: GNOME panel applet'
-            'python-gdata: Blogger.com support'
-            'gnome-python-extras: Spell checker'
-            'gtkspell: Spell checker')
+optdepends=('python-gnomeapplet: GNOME panel applet')
 install=gnome-blog.install
 url="http://www.gnome.org/~seth/gnome-blog/"
 source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.9/${pkgname}-${pkgver}.tar.bz2)
@@ -23,7 +20,7 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
   rm -f GNOME_BlogApplet.server.in
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
     --libexecdir=/usr/lib/gnome-blog \
     --localstatedir=/var
   make




More information about the arch-commits mailing list