[gnome-contacts] Release version 3.25.92.1



commit a5789c226f9bc10617261f4e07aa27af77ff3e6e
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Tue Sep 5 14:27:38 2017 +0200

    Release version 3.25.92.1
    
    This fixes a build error (bug 787299), by remove an unused enum
    from the GSettings file.
    
    The option for the enum itself was removed in commit
    6e8656ec552891f00bbe4ac2892c619e14029a90 and hasn't been used since.
    It only gave us errors when trying to compile the schema.

 configure.ac                           |    2 +-
 data/org.gnome.Contacts.appdata.xml.in |    8 ++++++++
 meson.build                            |    2 +-
 src/Makefile.am                        |    4 ----
 src/org.gnome.Contacts.gschema.xml     |    5 -----
 5 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0532d15..97cf863 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.67])
-AC_INIT([gnome-contacts],[3.25.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts])
+AC_INIT([gnome-contacts],[3.25.92.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts])
 AC_CONFIG_SRCDIR([src/main.vala])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/data/org.gnome.Contacts.appdata.xml.in b/data/org.gnome.Contacts.appdata.xml.in
index 247b479..527ed3c 100644
--- a/data/org.gnome.Contacts.appdata.xml.in
+++ b/data/org.gnome.Contacts.appdata.xml.in
@@ -26,6 +26,14 @@
   </screenshots>
 
   <releases>
+    <release date="2017-09-05" version="3.25.92.1">
+      <description>
+        <p>
+          This is an unstable release in the 3.25 development series,
+          which fixes build errors in version 3.25.92.
+        </p>
+      </description>
+    </release>
     <release date="2017-09-04" version="3.25.92">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 8ce272d..d498df6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-contacts', [ 'vala', 'c' ],
-  version: '3.25.92',
+  version: '3.25.92.1',
   license: 'GPL2+',
   meson_version: '>= 0.37',
 )
diff --git a/src/Makefile.am b/src/Makefile.am
index e0e1389..f167672 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -46,10 +46,6 @@ vala_sources = \
        contact-resources.c \
        $(NULL)
 
-gsettings_ENUM_NAMESPACE = org.gnome.Contacts
-gsettings_ENUM_FILES = \
-        contacts-view.c
-
 gsettings_SCHEMAS = org.gnome.Contacts.gschema.xml
 
 @GSETTINGS_RULES@
diff --git a/src/org.gnome.Contacts.gschema.xml b/src/org.gnome.Contacts.gschema.xml
index 825fcae..701ec64 100644
--- a/src/org.gnome.Contacts.gschema.xml
+++ b/src/org.gnome.Contacts.gschema.xml
@@ -5,10 +5,5 @@
       <summary>First-time setup done.</summary>
       <description>Set to true when the user ran the first-time setup wizard.</description>
     </key>
-    <key name="view-subset" enum="org.gnome.Contacts.ContactsViewSubset">
-      <default>'main'</default>
-      <summary>View subset</summary>
-      <description>View contacts subset</description>
-    </key>
   </schema>
 </schemalist>


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