Merge pull request #4962 from enguerrand/master
gthumb: update to 3.4.4.1.
This commit is contained in:
commit
c0e1e5cde3
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'GThumb'.
|
||||
pkgname=gthumb
|
||||
version=3.4.4
|
||||
version=3.4.4.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-static
|
||||
|
@ -17,8 +17,9 @@ short_desc='An image viewer and browser for the GNOME Desktop'
|
|||
maintainer="Enguerrand de Rochefort <voidlinux@rochefort.de>"
|
||||
homepage="http://live.gnome.org/gthumb"
|
||||
license="GPL-3"
|
||||
distfiles="$GNOME_SITE/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=154bdc8c1940209f1e3d9c60184efef45b0d24f5f7f7f59b819e9c08e19c2981
|
||||
version_dir="$(echo $version | grep -o '^[1-9]\.[0-9]\+')"
|
||||
distfiles="$GNOME_SITE/${pkgname}/${version_dir}/${pkgname}-${version}.tar.xz"
|
||||
checksum=4dc63bb1cc1f139259bba7f9fd1735182f16ba37254119a9f9c3e13a898a9533
|
||||
|
||||
## Package build options
|
||||
build_options="brasero clutter gstreamer soup tiff"
|
||||
|
|
Loading…
Reference in a new issue