summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-04-30 15:44:49 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-04-30 15:44:49 +0200
commitc7b10b6c255b81d54e165ae0564b626b0dbfad10 (patch)
tree133f5994398d21ef3b5b294d7ffa95f43759f759 /README.md
parentab6556e393162fff0e0e0c80a9fff689b4e2ca05 (diff)
New upstream version 3.28.1upstream/3.28.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md55
1 files changed, 8 insertions, 47 deletions
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