Skip to content

Instantly share code, notes, and snippets.

View eht16's full-sized avatar

Enrico Tröger eht16

View GitHub Profile
@eht16
eht16 / geany_pr1087_readme.patch
Created June 27, 2016 13:53
geany_pr1087_readme
diff --git a/README b/README
index eb5394d..7d140e4 100644
--- a/README
+++ b/README
@@ -28,8 +28,27 @@ The basic features of Geany are:
- extensibility through plugins
+Installation from distribution packages
+---------------------------------------
diff --git a/geniuspaste/src/geniuspaste.c b/geniuspaste/src/geniuspaste.c
index 2988502..0990f80 100644
--- a/geniuspaste/src/geniuspaste.c
+++ b/geniuspaste/src/geniuspaste.c
@@ -236,21 +236,40 @@ static void load_pastebins_in_dir(const gchar *path)
}
}
+static gchar *get_plugin_data_directory(void)
+{
#!/bin/sh
#
# Fetch and extract Geany dependencies for Windows/MSYS2
# This script will download (or use Pacman's cache) to extract
# dependencies as defined below needed to run Geany.
# To be run within a MSYS2 shell. The extracted files will be
# placed into the current directory.
ABI=i686
use_cache="no"