[girl] Update on the GTK+ 3.0 port in progress



commit fd60f031735c6879814eceb321816be63eddde00
Author: Ole Aamot <oka oka no>
Date:   Fri Mar 17 17:20:46 2017 +0100

    Update on the GTK+ 3.0 port in progress

 GNOME3    |   13 ++++++++++++-
 configure |   22 ++--------------------
 2 files changed, 14 insertions(+), 21 deletions(-)
---
diff --git a/GNOME3 b/GNOME3
index 39fd681..686bca4 100644
--- a/GNOME3
+++ b/GNOME3
@@ -1,4 +1,15 @@
-GNOME Internet Radio Locator 10.0.0 is being written.
+GNOME Internet Radio Locator 10.0.0 is a current app in progress.
+
+==========
+2017-03-17
+==========
+
+We now build the GTK+ 3.0 executable gnome-internet-radio-locator
+in the GIRL 9.9 source tree without branching the git repository.
+
+==========
+2017-03-16
+==========
 
 You can download a GNOME 3 release for GTK+ 3.0, libchamplain and
 GNOME Maps - https://people.gnome.org/~ole/girl/girl-9.9.0.tar.xz
diff --git a/configure b/configure
index a8420ac..758ab24 100755
--- a/configure
+++ b/configure
@@ -775,7 +775,6 @@ infodir
 docdir
 oldincludedir
 includedir
-runstatedir
 localstatedir
 sharedstatedir
 sysconfdir
@@ -866,7 +865,6 @@ datadir='${datarootdir}'
 sysconfdir='${prefix}/etc'
 sharedstatedir='${prefix}/com'
 localstatedir='${prefix}/var'
-runstatedir='${localstatedir}/run'
 includedir='${prefix}/include'
 oldincludedir='/usr/include'
 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1119,15 +1117,6 @@ do
   | -silent | --silent | --silen | --sile | --sil)
     silent=yes ;;
 
-  -runstatedir | --runstatedir | --runstatedi | --runstated \
-  | --runstate | --runstat | --runsta | --runst | --runs \
-  | --run | --ru | --r)
-    ac_prev=runstatedir ;;
-  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
-  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
-  | --run=* | --ru=* | --r=*)
-    runstatedir=$ac_optarg ;;
-
   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
     ac_prev=sbindir ;;
   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1265,7 +1254,7 @@ fi
 for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
                datadir sysconfdir sharedstatedir localstatedir includedir \
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
-               libdir localedir mandir runstatedir
+               libdir localedir mandir
 do
   eval ac_val=\$$ac_var
   # Remove trailing slashes.
@@ -1418,7 +1407,6 @@ Fine tuning of the installation directories:
   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
-  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
   --libdir=DIR            object code libraries [EPREFIX/lib]
   --includedir=DIR        C header files [PREFIX/include]
   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
@@ -6837,13 +6825,7 @@ install-help: $(_HELP_LC_FILES)
            elif test "x$$lc" != "xC"; then \
              if test "x$(YELP_LC_MEDIA_LINKS)" != "x"; then \
                echo "$(LN_S) -f $(HELP_DIR)/C/$(HELP_ID)/$$f $$helpdir$$f"; \
-               dname="$$f"; \
-               pars="../"; \
-               while test "$$dname" != "." -a "$$dname" != "/"; do \
-                 pars="../$$pars"; \
-                 dname=$$(dirname "$$dname"); \
-               done; \
-               $(LN_S) -f $$pars"C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \
+               $(LN_S) -f "$(HELP_DIR)/C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \
              fi; \
            fi; \
          done; \


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