yelp: update to 3.6.0.
This commit is contained in:
parent
35e8c0617f
commit
92bc640793
2 changed files with 10 additions and 9 deletions
srcpkgs/yelp
|
@ -1,20 +1,22 @@
|
||||||
# Template file for 'yelp'
|
# Template file for 'yelp'
|
||||||
pkgname=yelp
|
pkgname=yelp
|
||||||
version=3.4.2
|
version=3.6.0
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --disable-static"
|
configure_args="--disable-schemas-compile --disable-static"
|
||||||
subpackages="yelp-devel"
|
subpackages="yelp-devel"
|
||||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
depends="dconf hicolor-icon-theme desktop-file-utils webkit-gtk3>=1.6.3"
|
depends="dconf>=0.13.90 hicolor-icon-theme desktop-file-utils webkit-gtk3>=1.8.3"
|
||||||
makedepends="pkg-config intltool itstool bzip2-devel liblzma-devel sqlite-devel libgpg-error-devel libgcrypt-devel libxslt-devel libsoup-devel webkit-gtk3-devel"
|
makedepends="pkg-config intltool itstool bzip2-devel liblzma-devel
|
||||||
fulldepends="yelp-xsl"
|
sqlite-devel libgpg-error-devel libgcrypt-devel libxslt-devel
|
||||||
revision=2
|
libsoup-devel gtk+3-devel>=3.6.0_2 webkit-gtk3-devel"
|
||||||
|
fulldepends="yelp-xsl>=3.6.0"
|
||||||
short_desc="Help browser for GNOME desktop"
|
short_desc="Help browser for GNOME desktop"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=33f573da4d0b766aba7ebfab14470694e3245dffb2b63153f34bf8240b13c3a3
|
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||||
|
checksum=966a513420674c488b18df0ffcf51f8b4687cdba04b1d1d5e76d59c0484ac048
|
||||||
long_desc="
|
long_desc="
|
||||||
Yelp is the help browser for GNOME. It lets you navigate through all
|
Yelp is the help browser for GNOME. It lets you navigate through all
|
||||||
installed documentation."
|
installed documentation."
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'yelp-devel'.
|
# Template file for 'yelp-devel'.
|
||||||
#
|
#
|
||||||
depends="yelp>=3.4.2"
|
depends="yelp>=${version}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in a new issue