-
Install WiX : http://wixtoolset.org/
-
Install GTK+ 3 bundle by following http://www.gtk.org/download/win32_tutorial.php
-
Install Microsoft Windows SDK:
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:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |