[gegl] Restore the versioning of the installed *.mo files (v2)



commit 22d00b5d810f934e6b954894a66206c05fb7e46b
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Nov 14 16:38:20 2017 +0100

    Restore the versioning of the installed *.mo files (v2)
    
    Hard code the API suffix in po/Makevars instead of trying to use custom
    Automake variables. This is also what GTK+ does, and simplicity does
    have its virtues.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789010

 po/Makevars |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/po/Makevars b/po/Makevars
index 5d3a61e..ed03d18 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -1,7 +1,7 @@
 # Makefile variables for PO directory in any package using GNU gettext.
 
 # Usually the message domain is the same as the package name.
-DOMAIN = $(PACKAGE)
+DOMAIN = $(PACKAGE)-0.3
 
 # These two variables depend on the location of this directory.
 subdir = po


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