From c7b10b6c255b81d54e165ae0564b626b0dbfad10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 30 Apr 2018 15:44:49 +0200 Subject: New upstream version 3.28.1 --- README.md | 55 ++++++++----------------------------------------------- 1 file changed, 8 insertions(+), 47 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2034383..ac6b51c 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,20 @@ +[![Build Status](https://gitlab.gnome.org/GNOME/simple-scan/badges/master/build.svg)](https://gitlab.gnome.org/GNOME/simple-scan/pipelines) + # SIMPLE SCAN This is the source code to "Simple Scan" a simple GNOME scanning application, -using the sane scanning libraries. - -The Simple Scan homepage with further information is located at: -https://launchpad.net/simple-scan - - +using the [SANE](http://sane-project.org/) scanning libraries. ## BUILDING Install the dependencies (on Ubuntu/Debian): ``` -$ sudo apt install bzr meson valac libgtk-3-dev libgusb-dev libcolord-dev libpackagekit-glib2-dev libwebp-dev libsane-dev gettext itstool +$ sudo apt install git meson valac libgtk-3-dev libgusb-dev libcolord-dev libpackagekit-glib2-dev libwebp-dev libsane-dev gettext itstool ``` Get the source: ``` -$ bzr branch lp:simple-scan +$ git clone https://gitlab.gnome.org/GNOME/simple-scan.git ``` Build locally with: @@ -36,9 +33,6 @@ There is a --debug command line switch to enable more verbose logging: Log messages can also be found in the $HOME/.cache/simple-scan folder. -Simple Scan config goes to $HOME/.gconf/apps/simple-scan/%gconf.xml -and that file is best edited with the gconf-editor tool. - If you don't have a scanner ready, you can use a virtual "test" scanner: ``` ./install/bin/simple-scan --debug test @@ -52,46 +46,13 @@ When debugging hardware issues always check xsane and especially scanimage. ## CONTRIBUTING The preferred way to contribute code to Simple Scan is -to create a merge request on Launchpad. - -* Creating a merge request on Launchpad involves creating an account: -https://login.launchpad.net/+new_account -* You need set up a SSH key with Launchpad: -https://launchpad.net/~/+editsshkeys -* How to configure bazaar (whoami) and create commits: -http://doc.bazaar.canonical.com/latest/en/mini-tutorial/ -* Push the changes to a personal repository on Launchpad: -bzr push lp:~$USER/simple-scan/$BRANCHNAME -where $USER is your Launchpad Id and $COMMENT is a newly created branch name. -* Propose merging your new branch to the master branch on: -https://code.launchpad.net/~ - -If everything is set up correctly the following should work: -``` -FEATURE="foobar" -LAUNCHPADID="name" -bzr branch lp:simple-scan simple-scan-$FEATURE && cd simple-scan-$FEATURE -bzr add . -bzr commit -m "add $FEATURE" -bzr push lp:~$LAUNCHPADID/simple-scan/$FEATURE -xdg-open "https://code.launchpad.net/~" -``` - -If this does not work for you, feel free to contact us -via one of the channels listed below. - - +to create a merge request on gitlab.gnome.org. ## CONTACT ### Websites -* https://launchpad.net/simple-scan -* https://bugs.launchpad.net/simple-scan -* https://answers.launchpad.net/simple-scan - -### Mailing Lists -* https://launchpad.net/~simple-scan-users -* https://launchpad.net/~simple-scan-team +* https://gitlab.gnome.org/GNOME/simple-scan +* https://gitlab.gnome.org/GNOME/simple-scan/issues ### IRC * Freenode (irc.ubuntu.com): #simple-scan -- cgit v1.2.3