simple-scan: update to 3.8.0.

This commit is contained in:
Juan RP 2013-04-27 03:37:44 +02:00
parent 66c7c7829c
commit 0c754982a3

View file

@ -1,17 +1,17 @@
# Template file for 'simple-scan' # Template file for 'simple-scan'
pkgname=simple-scan pkgname=simple-scan
version=3.6.0 version=3.8.0
revision=3 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-schemas-compile" configure_args="--disable-schemas-compile"
makedepends="pkg-config itstool intltool colord-devel>=0.1.23_3 hostmakedepends="pkg-config itstool intltool"
gtk+3-devel>=3.6.0_3 dconf-devel sane-devel libgudev-devel" makedepends="colord-devel>=0.1.23_3 gtk+3-devel>=3.6.0_3 dconf-devel sane-devel libgudev-devel"
short_desc="Simple scanning utility" short_desc="Simple scanning utility"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3" license="GPL-3"
homepage="http://launchpad.net/simple-scan" homepage="http://launchpad.net/simple-scan"
distfiles="https://launchpad.net/$pkgname/3.6/$version/+download/$pkgname-$version.tar.gz" distfiles="https://launchpad.net/$pkgname/3.8/$version/+download/$pkgname-$version.tar.xz"
checksum=d00684d4697de6753b6633d7c87b9c067fdbf99b732da9007ea2bb6cbdad1cde checksum=8df71e5f9e5db5c53217cb56b0e23b58dfe65bc174e873ad3ee576fbeccadc22
long_desc=" long_desc="
Simple Scan is an easy-to-use application, designed to let users connect their Simple Scan is an easy-to-use application, designed to let users connect their
scanner and quickly have the image/document in an appropriate format. scanner and quickly have the image/document in an appropriate format.
@ -22,6 +22,6 @@ long_desc="
simple-scan_package() { simple-scan_package() {
depends="hicolor-icon-theme sane" depends="hicolor-icon-theme sane"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }