summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--simple-scan/.footprint.i6862
-rw-r--r--simple-scan/.footprint.x86_642
-rw-r--r--simple-scan/.md5sum.i6862
-rw-r--r--simple-scan/.md5sum.x86_642
-rw-r--r--simple-scan/Pkgfile11
5 files changed, 12 insertions, 7 deletions
diff --git a/simple-scan/.footprint.i686 b/simple-scan/.footprint.i686
index fe474aadd..ea6889520 100644
--- a/simple-scan/.footprint.i686
+++ b/simple-scan/.footprint.i686
@@ -15,6 +15,7 @@ drwxr-xr-x root/root usr/share/help/C/simple-scan/
-rw-r--r-- root/root usr/share/help/C/simple-scan/dpi.page
-rw-r--r-- root/root usr/share/help/C/simple-scan/email.page
-rw-r--r-- root/root usr/share/help/C/simple-scan/index.page
+-rw-r--r-- root/root usr/share/help/C/simple-scan/legal.xml
-rw-r--r-- root/root usr/share/help/C/simple-scan/print.page
-rw-r--r-- root/root usr/share/help/C/simple-scan/reorder.page
-rw-r--r-- root/root usr/share/help/C/simple-scan/rotate.page
@@ -28,6 +29,7 @@ drwxr-xr-x root/root usr/share/help/de/simple-scan/
-rw-r--r-- root/root usr/share/help/de/simple-scan/dpi.page
-rw-r--r-- root/root usr/share/help/de/simple-scan/email.page
-rw-r--r-- root/root usr/share/help/de/simple-scan/index.page
+-rw-r--r-- root/root usr/share/help/de/simple-scan/legal.xml
-rw-r--r-- root/root usr/share/help/de/simple-scan/print.page
-rw-r--r-- root/root usr/share/help/de/simple-scan/reorder.page
-rw-r--r-- root/root usr/share/help/de/simple-scan/rotate.page
diff --git a/simple-scan/.footprint.x86_64 b/simple-scan/.footprint.x86_64
index fe474aadd..ea6889520 100644
--- a/simple-scan/.footprint.x86_64
+++ b/simple-scan/.footprint.x86_64
@@ -15,6 +15,7 @@ drwxr-xr-x root/root usr/share/help/C/simple-scan/
-rw-r--r-- root/root usr/share/help/C/simple-scan/dpi.page
-rw-r--r-- root/root usr/share/help/C/simple-scan/email.page
-rw-r--r-- root/root usr/share/help/C/simple-scan/index.page
+-rw-r--r-- root/root usr/share/help/C/simple-scan/legal.xml
-rw-r--r-- root/root usr/share/help/C/simple-scan/print.page
-rw-r--r-- root/root usr/share/help/C/simple-scan/reorder.page
-rw-r--r-- root/root usr/share/help/C/simple-scan/rotate.page
@@ -28,6 +29,7 @@ drwxr-xr-x root/root usr/share/help/de/simple-scan/
-rw-r--r-- root/root usr/share/help/de/simple-scan/dpi.page
-rw-r--r-- root/root usr/share/help/de/simple-scan/email.page
-rw-r--r-- root/root usr/share/help/de/simple-scan/index.page
+-rw-r--r-- root/root usr/share/help/de/simple-scan/legal.xml
-rw-r--r-- root/root usr/share/help/de/simple-scan/print.page
-rw-r--r-- root/root usr/share/help/de/simple-scan/reorder.page
-rw-r--r-- root/root usr/share/help/de/simple-scan/rotate.page
diff --git a/simple-scan/.md5sum.i686 b/simple-scan/.md5sum.i686
index 351574cac..021954a84 100644
--- a/simple-scan/.md5sum.i686
+++ b/simple-scan/.md5sum.i686
@@ -1 +1 @@
-0a3eedfeb0f3da167e21ee08f219fe0e simple-scan-3.3.92.tar.xz
+a88c5c1027f0f01cfc953a45447b3a98 simple-scan-3.4.2.tar.gz
diff --git a/simple-scan/.md5sum.x86_64 b/simple-scan/.md5sum.x86_64
index 351574cac..021954a84 100644
--- a/simple-scan/.md5sum.x86_64
+++ b/simple-scan/.md5sum.x86_64
@@ -1 +1 @@
-0a3eedfeb0f3da167e21ee08f219fe0e simple-scan-3.3.92.tar.xz
+a88c5c1027f0f01cfc953a45447b3a98 simple-scan-3.4.2.tar.gz
diff --git a/simple-scan/Pkgfile b/simple-scan/Pkgfile
index dc727510a..b199c4782 100644
--- a/simple-scan/Pkgfile
+++ b/simple-scan/Pkgfile
@@ -2,17 +2,18 @@
# URL: https://launchpad.net/simple-scan/
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
-# Depends on: gtk3, sane, yelp-tools, intltool
-# Run on: gtk3,sane
+# Depends on: gtk3, dconf, colord, sane, yelp-tools, intltool
+# Run on: gtk3,dconf,colord,sane
name=simple-scan
-version=3.3.92
+version=3.4.2
release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
+source=(https://launchpad.net/$name/${version:0:3}/$version/+download/$name-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr \
+ --disable-schemas-compile
make
make DESTDIR=$PKG install
}