summaryrefslogtreecommitdiffstats
path: root/gnome2-apps
diff options
context:
space:
mode:
authorFlorian Franzmann2020-10-31 12:04:57 +0100
committerFlorian Franzmann2020-11-05 20:49:34 +0100
commitc61746a94a44ca41f1a0aee02b6b0c3ba5010fe0 (patch)
tree760b6bcd65b10e2cb6c998e1f031b7803824f8ad /gnome2-apps
parent55cee461fa9b76f9de1254fcfdef37dfa2994f72 (diff)
gnome2-apps/simple-scan: new spell, a scanning app for gnome
Diffstat (limited to 'gnome2-apps')
-rwxr-xr-xgnome2-apps/simple-scan/CONFIGURE1
-rwxr-xr-xgnome2-apps/simple-scan/DEPENDS9
-rwxr-xr-xgnome2-apps/simple-scan/DETAILS16
-rw-r--r--gnome2-apps/simple-scan/HISTORY3
4 files changed, 29 insertions, 0 deletions
diff --git a/gnome2-apps/simple-scan/CONFIGURE b/gnome2-apps/simple-scan/CONFIGURE
new file mode 100755
index 0000000000..9f48d22f39
--- /dev/null
+++ b/gnome2-apps/simple-scan/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/gnome2-apps/simple-scan/DEPENDS b/gnome2-apps/simple-scan/DEPENDS
new file mode 100755
index 0000000000..4de4f2eea6
--- /dev/null
+++ b/gnome2-apps/simple-scan/DEPENDS
@@ -0,0 +1,9 @@
+depends colord &&
+depends gettext &&
+depends glib2 &&
+depends gtk+3 &&
+depends itstool &&
+depends libgusb &&
+depends libwebp &&
+depends meson &&
+depends sane-backends
diff --git a/gnome2-apps/simple-scan/DETAILS b/gnome2-apps/simple-scan/DETAILS
new file mode 100755
index 0000000000..8669954cff
--- /dev/null
+++ b/gnome2-apps/simple-scan/DETAILS
@@ -0,0 +1,16 @@
+source "${GRIMOIRE}/MESON_FUNCTIONS"
+ SPELL=simple-scan
+ VERSION=3.38.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/GNOME/${SPELL}/archive/$VERSION.tar.gz
+ SOURCE_HASH=sha512:42a470f2606cb987e8998007e50312a448fa14b180b5df40a3bbdd60c213c8f9f9ee3bde0920906181448d64b420f4384bc8180dbc0994df5e7b2e86d9820618
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://gitlab.gnome.org/GNOME/simple-scan"
+ LICENSE[0]=GPL
+ ENTERED=20201031
+ SHORT="a document scanning application for GNOME"
+cat << EOF
+Document Scanner is a document scanning application for GNOME It allows you
+to capture images using image scanners (e.g. flatbed scanners) that have
+suitable SANE drivers installed.
+EOF
diff --git a/gnome2-apps/simple-scan/HISTORY b/gnome2-apps/simple-scan/HISTORY
new file mode 100644
index 0000000000..8b503b88ab
--- /dev/null
+++ b/gnome2-apps/simple-scan/HISTORY
@@ -0,0 +1,3 @@
+2020-10-31 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+