[gnome-clocks/bilelmoussaoui/flatpak-fix] Flatpak: remove finish-args comments



commit ed04db5788028718c5db159d7193203f1c2bfde6
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Sat May 2 10:10:35 2020 +0200

    Flatpak: remove finish-args comments
    
    this causes the CI to fail since the introduction of
    rewrite-flatpak-manifest that doesn't seem to use json-glib for now

 build-aux/flatpak/org.gnome.clocks.json |  6 ------
 src/tags.92h9tB                         | 15 +++++++++++++++
 2 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.clocks.json b/build-aux/flatpak/org.gnome.clocks.json
index 0e8f61b..c085f05 100644
--- a/build-aux/flatpak/org.gnome.clocks.json
+++ b/build-aux/flatpak/org.gnome.clocks.json
@@ -7,17 +7,11 @@
     "tags": ["nightly"],
     "desktop-file-name-prefix": "(Development) ",
     "finish-args": [
-        /* X11 + XShm access */
         "--share=ipc", "--socket=x11",
-        /* Wayland access */
         "--socket=wayland",
-        /* PulseAudio access */
         "--socket=pulseaudio",
-        /* Needs to talk to the network: */
         "--share=network",
-        /* Needed to get geo-positioning */
         "--system-talk-name=org.freedesktop.GeoClue2",
-        /* Needed for dconf to work */
         "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
         "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
     ],
diff --git a/src/tags.92h9tB b/src/tags.92h9tB
new file mode 100644
index 0000000..855e6c4
--- /dev/null
+++ b/src/tags.92h9tB
@@ -0,0 +1,15 @@
+clocks_cutils_get_week_start   cutils.c        /^clocks_cutils_get_week_start (void)$/;"       f       
typeref:typename:int
+__anon1dc5ff8a010a     cutils.c        /^  union { unsigned int word; char *string; } langinfo;$/;"    u     
  function:clocks_cutils_get_week_start   file:
+word   cutils.c        /^  union { unsigned int word; char *string; } langinfo;$/;"    m       
union:clocks_cutils_get_week_start::__anon1dc5ff8a010a  typeref:typename:unsigned int   file:
+string cutils.c        /^  union { unsigned int word; char *string; } langinfo;$/;"    m       
union:clocks_cutils_get_week_start::__anon1dc5ff8a010a  typeref:typename:char * file:
+GTK_WEEK_START cutils.c        /^# define GTK_WEEK_START /;"   d       file:
+JULIAN_YEAR_2000       twilight.c      /^#define JULIAN_YEAR_2000 /;"  d       file:
+RADIANS        twilight.c      /^#define RADIANS(/;"   d       file:
+DEGREES        twilight.c      /^#define DEGREES(/;"   d       file:
+RISESET_CORRECTION_NONE        twilight.c      /^#define RISESET_CORRECTION_NONE /;"   d       file:
+RISESET_CORRECTION_CIVIL       twilight.c      /^#define RISESET_CORRECTION_CIVIL /;"  d       file:
+RISESET_CORRECTION_NAUTICAL    twilight.c      /^#define RISESET_CORRECTION_NAUTICAL /;"       d       file:
+RISESET_CORRECTION_ASTRONOMICAL        twilight.c      /^#define RISESET_CORRECTION_ASTRONOMICAL /;"   d     
  file:
+is_in_north_summer     twilight.c      /^is_in_north_summer (int month)$/;"    f       
typeref:typename:gboolean       file:
+is_in_north_winter     twilight.c      /^is_in_north_winter (int month)$/;"    f       
typeref:typename:gboolean       file:
+calculate_sunrise_sunset       twilight.c      /^calculate_sunrise_sunset (double  lat,$/;"    f       
typeref:typename:gboolean


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