Browse Source

Fix debian packaging files and add instructions for use.

12min.
tags/v1.0.0
Adrian Cochrane 6 years ago
parent
commit
ddc2f07601
3 changed files with 11 additions and 13 deletions
  1. +8
    -0
      README.md
  2. +1
    -1
      debian/changelog
  3. +2
    -12
      debian/control

+ 8
- 0
README.md View File

@@ -19,3 +19,11 @@ any FreeDesktop.Org compatible system using:
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.

+ 1
- 1
debian/changelog View File

@@ -2,4 +2,4 @@ write-as-gtk (0.1.0) precise; urgency=low

* Initial Release.

-- Adrian Cochrane <alcinnz@lavabit.com> Wed, 18 April 2018 14:20:25 +1200
-- Adrian Cochrane <alcinnz@lavabit.com> Wed, 18 Apr 2018 14:20:25 +1200

+ 2
- 12
debian/control View File

@@ -3,7 +3,7 @@ Section: x11
Priority: extra
Maintainer: Adrian Cochrane <alcinnz@lavabit.com>
Build-Depends: meson,
deb-helper (>= 9),
debhelper (>= 9),
libgtk-3-dev,
valac (>= 0.26),
libjson-glib-dev (>= 1.1.2),
@@ -13,14 +13,4 @@ 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.

Loading…
Cancel
Save