@eht16 commented on this pull request.


In builders/scripts/build_debian_geany.sh:

> +	COMPILER_VERSION=$(gcc -dumpfullversion)
+
+	echo "Debian Distribution  : $(grep PRETTY_NAME /etc/os-release | cut -d '=' -f 2)"
+	echo "Geany version        : ${GEANY_VERSION}"
+	echo "Geany GIT revision   : ${GEANY_GIT_REVISION}"
+	echo "GLib version         : ${GLIB_VERSION}"
+	echo "GTK version          : ${GTK_VERSION}"
+	echo "GCC version          : ${COMPILER_VERSION}"
+
+	cat <<EOT > ${OUTPUT_DIRECTORY}/geany/versions.json
+	{
+		"glib_version": "${GLIB_VERSION}",
+		"gtk_version": "${GTK_VERSION}",
+		"gcc_version": "${COMPILER_VERSION}",
+	}
+EOT

They are gone with the whole Debian code.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/infrastructure/pull/7/review/1158165825@github.com>