[postr] Bumped version in configure.ac



commit 786a39a09817b1f8b6b24903dd0b9f2fb87ea5c4
Author: GermÃn Poo-CaamaÃo <gpoo gnome org>
Date:   Wed Oct 3 15:45:34 2012 -0700

    Bumped version in configure.ac
    
    Signed-off-by: GermÃn Poo-CaamaÃo <gpoo gnome org>

 README       |    5 +++--
 configure.ac |    6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/README b/README
index 54912b4..cabb7e6 100644
--- a/README
+++ b/README
@@ -1,6 +1,7 @@
 Flickr Uploader
 aka Postr
 
-Copyright (C) 2006-2007 Ross Burton <ross burtonini com>
+Copyright (C) 2006-2008 Ross Burton <ross burtonini com>
+Copyright (C) 2009-2012 GermÃn Poo-CaamaÃo <gpoo gnome org>
 
-Postr requires PyGTK 2.
+Postr requires PyGObject and GTK+3.
diff --git a/configure.ac b/configure.ac
index 1598007..52b32fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.67])
 
-AC_INIT([Postr],[0.13],[https://bugzilla.gnome.org/browse.cgi?product=postr],[postr],[http://projects.gnome.org/postr/])
+AC_INIT([Postr],[0.20],[https://bugzilla.gnome.org/browse.cgi?product=postr],[postr],[http://projects.gnome.org/postr/])
 AC_CONFIG_SRCDIR([src/postr.py])
 AM_INIT_AUTOMAKE([1.11.1])
 
@@ -8,8 +8,8 @@ AC_CONFIG_MACRO_DIR([m4])
 
 AM_PATH_PYTHON
 PKG_CHECK_MODULES(POSTR,
-		  pygtk-2.0
-		  nautilus-python >= 0.6.1)
+		  pygobject-3.0
+		  libnautilus-extension >= 3.0)
 
 AC_ARG_WITH(nautilus-extension-dir,
 	    [AS_HELP_STRING([--with-nautilus-extension-dir],



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]