Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Add missing deps (close #27)
Browse files Browse the repository at this point in the history
  • Loading branch information
bleakgrey committed May 31, 2018
1 parent f736e73 commit cf6f5cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/com.github.bleakgrey.tootle.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</screenshots>

<releases>
<release version="0.1.0" date="2018-05-31">
<release version="0.1.1" date="2018-05-31">
​ <description>
​ <ul>
<li>Initial release</li>
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tootle (0.1.0) xenial; urgency=low
tootle (0.1.1) xenial; urgency=low

* Initial release

Expand Down
8 changes: 5 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ Section: x11
Priority: extra
Maintainer: bleak_grey <[email protected]>
Build-Depends: meson,
libgranite-dev,
valac (>= 0.26),
debhelper (>= 9),
libgranite-dev,
libgtk-3-dev,
valac (>= 0.26),
libglib2.0-dev (>= 2.30.0)
libglib2.0-dev (>= 2.30.0),
libsoup2.4-dev,
libjson-glib-dev
Standards-Version: 3.9.3

Package: com.github.bleakgrey.tootle
Expand Down
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace Tootle{
application_id = "com.github.bleakgrey.tootle";
flags = ApplicationFlags.FLAGS_NONE;
program_name = "Tootle";
build_version = "0.1.0";
build_version = "0.1.1";
}

public static int main (string[] args) {
Expand Down

0 comments on commit cf6f5cb

Please sign in to comment.