yelp: update to 3.4.2.
This commit is contained in:
parent
7abd34764b
commit
e70e68d32e
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'yelp'
|
||||
pkgname=yelp
|
||||
version=3.4.1
|
||||
version=3.4.2
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-static"
|
||||
|
@ -8,7 +8,7 @@ short_desc="Help browser for GNOME desktop"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
checksum=0485c170210b681a07b709fad7c43010cd683f33f7cb5a62eb05fcccf2507184
|
||||
checksum=33f573da4d0b766aba7ebfab14470694e3245dffb2b63153f34bf8240b13c3a3
|
||||
long_desc="
|
||||
Yelp is the help browser for GNOME. It lets you navigate through all
|
||||
installed documentation."
|
||||
|
@ -17,10 +17,6 @@ shlib_depends="webkit-gtk3>=1.6.3"
|
|||
subpackages="yelp-devel"
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
Add_dependency run dconf
|
||||
Add_dependency run hicolor-icon-theme
|
||||
Add_dependency run desktop-file-utils
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build itstool
|
||||
|
@ -33,4 +29,7 @@ Add_dependency build libxslt-devel
|
|||
Add_dependency build libsoup-devel
|
||||
Add_dependency build webkit-gtk3-devel
|
||||
|
||||
Add_dependency run dconf
|
||||
Add_dependency run hicolor-icon-theme
|
||||
Add_dependency run desktop-file-utils
|
||||
Add_dependency full yelp-xsl
|
||||
|
|
Loading…
Reference in New Issue