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

Commit cf6f5cb

Browse files
author
bleakgrey
committed
Add missing deps (close #27)
1 parent f736e73 commit cf6f5cb

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

data/com.github.bleakgrey.tootle.appdata.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</screenshots>
4848

4949
<releases>
50-
<release version="0.1.0" date="2018-05-31">
50+
<release version="0.1.1" date="2018-05-31">
5151
​ <description>
5252
​ <ul>
5353
<li>Initial release</li>

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tootle (0.1.0) xenial; urgency=low
1+
tootle (0.1.1) xenial; urgency=low
22

33
* Initial release
44

debian/control

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ Section: x11
33
Priority: extra
44
Maintainer: bleak_grey <[email protected]>
55
Build-Depends: meson,
6-
libgranite-dev,
6+
valac (>= 0.26),
77
debhelper (>= 9),
8+
libgranite-dev,
89
libgtk-3-dev,
9-
valac (>= 0.26),
10-
libglib2.0-dev (>= 2.30.0)
10+
libglib2.0-dev (>= 2.30.0),
11+
libsoup2.4-dev,
12+
libjson-glib-dev
1113
Standards-Version: 3.9.3
1214

1315
Package: com.github.bleakgrey.tootle

src/Application.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace Tootle{
2222
application_id = "com.github.bleakgrey.tootle";
2323
flags = ApplicationFlags.FLAGS_NONE;
2424
program_name = "Tootle";
25-
build_version = "0.1.0";
25+
build_version = "0.1.1";
2626
}
2727

2828
public static int main (string[] args) {

0 commit comments

Comments
 (0)