Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 6036bfa

Browse files
committed
update packaging and metadata
1 parent c915b5c commit 6036bfa

File tree

8 files changed

+25
-6
lines changed

8 files changed

+25
-6
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,25 @@
22
# quickDocs ![Icon](https://github.com/mdh34/quickDocs/raw/master/data/icons/64/com.github.mdh34.quickdocs.svg?sanitize=true)
33

44

5-
![build](https://travis-ci.org/mdh34/quickDocs.svg?branch=master) [![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.mdh34.quickdocs)
5+
![build](https://travis-ci.org/mdh34/quickDocs.svg?branch=master) [![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.mdh34.quickdocs)
66

77
A fast developer docs reader
88
![Screenshot](https://raw.githubusercontent.com/mdh34/quickDocs/master/data/images/screenshot-1.png)
99

1010
## Doc Sources:
1111
- Valadoc
12-
- DevDocs (supports viewing docs offline)
13-
12+
- DevDocs
13+
14+
Both are avalibale to use offline
1415
## Build Dependencies:
1516
- libgtk-3-dev
1617
- libwebkit2gtk-4.0-dev
1718
- meson
1819
- valac
1920

2021
## Run Dependencies:
22+
- curl
23+
- wget
2124
- libwebkit2gtk-4.0
2225

2326
## Install:

data/com.github.mdh34.quickdocs.appdata.xml.in

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@
1111
<p>Read developer docs from:</p>
1212
<ul>
1313
<li>Valadoc</li>
14-
<li>DevDocs (Works offline)</li>
14+
<li>DevDocs</li>
15+
</ul>
16+
<p>Includes:</p>
17+
<ul>
18+
<li>Offline support for both Valadoc and Devdocs</li>
19+
<li>Dark mode toggle to suit your workflow</li>
1520
</ul>
16-
<p>Includes dark mode support to suit your workflow</p>
1721
</description>
1822
<provides>
1923
<binary>com.github.mdh34.quickdocs</binary>
@@ -22,6 +26,13 @@
2226
<url type="homepage">https://github.com/mdh34/quickDocs</url>
2327
<url type="bugtracker">https://github.com/mdh34/quickDocs/issues</url>
2428
<releases>
29+
<release version="1.2.0" date="2018-03-04">
30+
<description>
31+
<ul>
32+
<li>Added the ability to use Valadoc offline</li>
33+
</ul>
34+
</description>
35+
</release>
2536
<release version="1.1.6" date="2018-02-28">
2637
<description>
2738
<ul>

data/images/screenshot-1.png

20.6 KB
Loading

data/images/screenshot-2.png

15.1 KB
Loading

data/images/screenshot-3.png

56.5 KB
Loading

data/images/screenshot-4.png

56.8 KB
Loading

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
com.github.mdh34.quickdocs (1.2.0) xenial; urgency=low
2+
3+
* Added the ability to use Valadoc offline
4+
-- Matt Harris <[email protected]> Sun, 4 Mar 2018 16:00:00 +0000
5+
16
com.github.mdh34.quickdocs (1.1.6) xenial; urgency=low
27

38
* quickDocs now restores the last page you were on

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Standards-Version: 3.9.3
1111

1212
Package: com.github.mdh34.quickdocs
1313
Architecture: any
14-
Depends: ${misc:Depends}, ${shlibs:Depends}, libwebkit2gtk-4.0-37
14+
Depends: ${misc:Depends}, ${shlibs:Depends}, curl, wget, libwebkit2gtk-4.0-37
1515
Description: Quickly read developer docs
1616
A fast developer docs reader that supports Valadoc and DevDocs

0 commit comments

Comments
 (0)