Add missing deps (close #27)
This commit is contained in:
parent
f736e73f16
commit
cf6f5cb10b
|
@ -47,7 +47,7 @@
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="0.1.0" date="2018-05-31">
|
<release version="0.1.1" date="2018-05-31">
|
||||||
<description>
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Initial release</li>
|
<li>Initial release</li>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tootle (0.1.0) xenial; urgency=low
|
tootle (0.1.1) xenial; urgency=low
|
||||||
|
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
|
|
|
@ -3,11 +3,13 @@ Section: x11
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: bleak_grey <bleakgrey@gmail.com>
|
Maintainer: bleak_grey <bleakgrey@gmail.com>
|
||||||
Build-Depends: meson,
|
Build-Depends: meson,
|
||||||
libgranite-dev,
|
|
||||||
debhelper (>= 9),
|
|
||||||
libgtk-3-dev,
|
|
||||||
valac (>= 0.26),
|
valac (>= 0.26),
|
||||||
libglib2.0-dev (>= 2.30.0)
|
debhelper (>= 9),
|
||||||
|
libgranite-dev,
|
||||||
|
libgtk-3-dev,
|
||||||
|
libglib2.0-dev (>= 2.30.0),
|
||||||
|
libsoup2.4-dev,
|
||||||
|
libjson-glib-dev
|
||||||
Standards-Version: 3.9.3
|
Standards-Version: 3.9.3
|
||||||
|
|
||||||
Package: com.github.bleakgrey.tootle
|
Package: com.github.bleakgrey.tootle
|
||||||
|
|
|
@ -22,7 +22,7 @@ namespace Tootle{
|
||||||
application_id = "com.github.bleakgrey.tootle";
|
application_id = "com.github.bleakgrey.tootle";
|
||||||
flags = ApplicationFlags.FLAGS_NONE;
|
flags = ApplicationFlags.FLAGS_NONE;
|
||||||
program_name = "Tootle";
|
program_name = "Tootle";
|
||||||
build_version = "0.1.0";
|
build_version = "0.1.1";
|
||||||
}
|
}
|
||||||
|
|
||||||
public static int main (string[] args) {
|
public static int main (string[] args) {
|
||||||
|
|
Loading…
Reference in New Issue