diff --git a/README.md b/README.md index 02c2d52..24f6db9 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,29 @@ # Write.as GTK App A Write.as desktop app that targets all freedesktop.org compliant desktops, e.g. GNU/Linux, FreeBSD, etc; basically everything except Windows, Mac, iOS, and Android. It allows you to compose and publish posts to https://write.as/. For a UI toolkit it uses GTK (where some systems may slightly prefer, say, Qt), but do to the simplicity of the app this shouldn't be much of a problem to anyone. ## Installation Write.as GTK uses the [Meson/Ninja](http://mesonbuild.com/) build system, and as such you can install it on any FreeDesktop.Org compatible system using: mkdir build cd build meson .. ninja sudo ninja install This will install the executable file and the metadata required to integrate with those desktops. It also installs metadata to be collected by package repositories which integrate with certain package managers for richer presentation of apps. + +## Packaging +You can package Write.as GTK for Debian/Apt-based systems by running in this +repository's root directory: + + dpkg-buildpackage -us -uc + +This'll give you a .deb file in the parent directory. diff --git a/debian/changelog b/debian/changelog index 7e8090a..5cd1aef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ write-as-gtk (0.1.0) precise; urgency=low * Initial Release. - -- Adrian Cochrane Wed, 18 April 2018 14:20:25 +1200 + -- Adrian Cochrane Wed, 18 Apr 2018 14:20:25 +1200 diff --git a/debian/control b/debian/control index 007689c..886187a 100644 --- a/debian/control +++ b/debian/control @@ -1,26 +1,16 @@ Source: write-as-gtk Section: x11 Priority: extra Maintainer: Adrian Cochrane Build-Depends: meson, - deb-helper (>= 9), + debhelper (>= 9), libgtk-3-dev, valac (>= 0.26), libjson-glib-dev (>= 1.1.2), libsoup2.4-dev (>= 2.52.2) Standards-Version: 3.9.3 Package: write-as-gtk Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} -Description: A Distraction Free Writing Tool - - We eliminate notifications, streams, likes, and commentary so you can focus on your words. Enjoy a clear mind and a beautifully simple space to write your thoughts. - - Publish Articles - - Write your apps in the privacy and convenience of your desktop of choice with this native app, all without signing up. Write something, press publish, and share the link to your new post — that's all there is to it! - - Privacy By Default - - Focus on your ideas — not who's listening. We go farther than the rest to protect your privacy, and even make it easy to publish under multiple pen names if you want. +Description: A distraction free and private writing tool, with builtin publishing.