[postr/postr-0-13] Fix installation of UI file



commit e1406c262a7e487964d2bda2d11d8893a58a901c
Author: GermÃn Poo-CaamaÃo <gpoo gnome org>
Date:   Thu Oct 4 04:08:21 2012 -0700

    Fix installation of UI file
    
    Install glade file in pythondir as in previous versions.
    
    Signed-off-by: GermÃn Poo-CaamaÃo <gpoo gnome org>

 Makefile.am    |    2 +-
 configure.ac   |    2 +-
 src/version.py |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4c39546..8055e4a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ SUBDIRS = help po
 
 bin_SCRIPTS = postr
 
-uidir = $(datadir)/postr
+uidir = $(pythondir)/postr
 ui_DATA = src/postr.glade
 
 postrdir = $(pythondir)/postr
diff --git a/configure.ac b/configure.ac
index 1598007..84763ca 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.13.1],[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])
 
diff --git a/src/version.py b/src/version.py
index 1d329a6..deea98b 100644
--- a/src/version.py
+++ b/src/version.py
@@ -1 +1 @@
-__version__ = '0.12.90'
+__version__ = '0.13.1'



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