Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Jan 22, 2023
1 parent 62c513c commit 217aed7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ install
Workbench.flatpak

/subprojects/blueprint-compiler
.fenv
11 changes: 4 additions & 7 deletions Workbench.doap
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#"
>
xmlns="http://usefulinc.com/ns/doap#">
<name>Workbench</name>
<shortdesc>Learn and prototype with GNOME technologies</shortdesc>
<description
>Workbench goal is to let you experiment with GNOME technologies, no matter if tinkering for the first time or building and testing a custom GTK widget.</description>
<description>Workbench goal is to let you experiment with GNOME technologies, no matter if tinkering for the first time or building and testing a custom GTK widget.</description>

<homepage rdf:resource="https://workbench.sonny.re" />
<bug-database rdf:resource="https://workbench.sonny.re/feedback" />
Expand All @@ -19,6 +17,7 @@
<foaf:Person>
<foaf:name>Sonny Piers</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>sonnyp</gnome:userid>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://github.com/" />
Expand All @@ -27,9 +26,7 @@
</foaf:account>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage
rdf:resource="https://gitlab.gnome.org"
/>
<foaf:accountServiceHomepage rdf:resource="https://gitlab.gnome.org"/>
<foaf:accountName>sonny</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
Expand Down
9 changes: 5 additions & 4 deletions data/app.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<ul>
<li>realtime GTK/CSS preview</li>
<li>library of examples</li>
<li>1000+ icons</li>
<li>JavaScript and Vala support</li>
<li>XML and Blueprint for describing user interface</li>
<li>syntax highlighting, undo/redo, autosave, session restore</li>
<li>code formatter</li>
<li>code formatter, linter</li>
<li>console logs</li>
<li>1000+ icons</li>
</ul>
</description>
<url type="homepage">https://workbench.sonny.re</url>
Expand All @@ -46,15 +46,16 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="43.2" date="2022-12-xx">
<release version="43.3" date="2023-01-xx">
<description>
<ul>
<li>Switching between XML and Blueprint will now convert between the two</li>
<li>Add support for JavaScript diagnostics and linting</li>
<li>Optimize Blueprint preview</li>
<li>Blueprint 0.6.0</li>
<li>Fix preview of non GtkBuildable</li>
<li>Prevent all GtkBuilder related crash</li>
<li>Prevent GtkBuilder related crashes</li>
<li>Reset top-level windows on update</li>
</ul>
</description>
</release>
Expand Down
10 changes: 5 additions & 5 deletions src/Library/demos/Welcome/main.blp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Box welcome {
icon-size: normal;
}
Label {
label: "Edit Style and UI to reload the Preview";
label: "Edit Style or UI to reload the Preview";
}
}

Expand Down Expand Up @@ -75,24 +75,24 @@ Box welcome {
Box {
margin-bottom: 12;
Image {
icon-name: "user-bookmarks-symbolic";
icon-name: "library-symbolic";
margin-end: 12;
icon-size: normal;
}
Label {
label: "Checkout the Bookmarks menu to learn and get help";
label: "Browse the Library for demos and examples";
}
}

Box {
margin-bottom: 12;
Image {
icon-name: "open-book-symbolic";
icon-name: "user-bookmarks-symbolic";
margin-end: 12;
icon-size: normal;
}
Label {
label: "Browse the Library for demos and examples";
label: "Checkout the Bookmarks menu to learn and get help";
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ menu menu_app {
item {
label: _("Matrix");
action: "app.open_uri";
target: "https://matrix.to/#/#workbench:matrix.org";
target: "https://matrix.to/#/#workbench:gnome.org";
}
}
}
Expand Down

0 comments on commit 217aed7

Please sign in to comment.