Skip to content

Instantly share code, notes, and snippets.

@bl8
bl8 / Gtk# Windows installer - Notes.md
Last active May 19, 2016 19:29
Gtk# Windows installer
@bl8
bl8 / keybase.md
Created December 23, 2014 20:41
keybase.md

Keybase proof

I hereby claim:

  • I am bl8 on github.
  • I am bl8 (https://keybase.io/bl8) on keybase.
  • I have a public key whose fingerprint is 53C8 7770 8A7E F265 E059 6C20 6F5A 65E2 5A11 CA60

To claim this, I am signing this object:

@bl8
bl8 / gist:6954333
Created October 12, 2013 20:09
Autotools stuff for GSettings
diff --git a/data/Makefile.am b/data/Makefile.am
index f4af134..3937c2d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -21,15 +21,22 @@ appdatadir = $(datadir)/appdata
dist_appdata_DATA = $(appdata_in_files:.xml.in=.xml)
appdata_in_files = banshee.appdata.xml.in
+gsettingsschema_in_files = org.gnome.banshee.gschema.xml.in
+gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml)
@bl8
bl8 / gist:4007935
Created November 3, 2012 17:05
Make bindinate default to GAPI 3
diff --git a/bindinate/preprocess.xslt b/bindinate/preprocess.xslt
index e07b628..ca6cb85 100644
--- a/bindinate/preprocess.xslt
+++ b/bindinate/preprocess.xslt
@@ -63,8 +63,8 @@ exclude-result-prefixes="xsl exsl gir c glib"
</xsl:when>
<xsl:when test="$type='gapi'">
<xsl:choose>
- <xsl:when test="gir:repository/gir:include/@name='Gdk' and gir:repository/gir:include/@version='3.0'">3</xsl:when>
- <xsl:otherwise>2</xsl:otherwise>