Skip to content

Commit a3d9cc6

Browse files
committed
fix nautilus package
1 parent 1b02ce5 commit a3d9cc6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

gir-fixes/Nautilus-4.0.xslt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0"?>
2+
<xsl:stylesheet
3+
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4+
xmlns:core="http://www.gtk.org/introspection/core/1.0"
5+
xmlns:c="http://www.gtk.org/introspection/c/1.0"
6+
xmlns:glib="http://www.gtk.org/introspection/glib/1.0"
7+
version="1.0">
8+
9+
<xsl:template match="@* | node()">
10+
<xsl:copy>
11+
<xsl:apply-templates select="@* | node()"/>
12+
</xsl:copy>
13+
</xsl:template>
14+
15+
<xsl:template match="core:package/@name">
16+
<xsl:attribute name="name">libnautilus-extension-4</xsl:attribute>
17+
</xsl:template>
18+
19+
</xsl:stylesheet>

0 commit comments

Comments
 (0)