gnome-dictionary: update to 3.6.0.
This commit is contained in:
parent
dcc3d2235e
commit
667dc22255
1 changed files with 7 additions and 9 deletions
|
@ -1,27 +1,25 @@
|
||||||
# Template file for 'gnome-dictionary'
|
# Template file for 'gnome-dictionary'
|
||||||
pkgname=gnome-dictionary
|
pkgname=gnome-dictionary
|
||||||
version=3.4.0
|
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-scrollkeeper"
|
configure_args="--disable-schemas-compile --disable-scrollkeeper"
|
||||||
depends="hicolor-icon-theme desktop-file-utils"
|
depends="hicolor-icon-theme desktop-file-utils"
|
||||||
makedepends="which pkg-config intltool itstool gnome-doc-utils gtk+3-devel"
|
makedepends="which pkg-config intltool itstool gnome-doc-utils
|
||||||
fulldepends="gsettings-desktop-schemas"
|
gtk+3-devel>=3.6.0_2 gsettings-desktop-schemas-devel>=3.6.0"
|
||||||
revision=1
|
fulldepends="gsettings-desktop-schemas>=3.6.0"
|
||||||
short_desc="Look up words in dictionary sources"
|
short_desc="Look up words in dictionary sources"
|
||||||
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=70a15987617f5ae39f1fc27f7ed0a039193b4704cef7b89ed3aea30ac38f56af
|
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||||
|
checksum=1ad03f629bbfe4360fc6d8dd2d7cb4a03e24579068bdd79a25ff5fc5fbff6fa9
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains $pkgname, to look up words in dictionary sources."
|
This package contains $pkgname, to look up words in dictionary sources."
|
||||||
|
|
||||||
replaces="gnome-utils>=3.0"
|
replaces="gnome-utils>=3.0"
|
||||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Remove -devel stuff.
|
# Remove -devel stuff.
|
||||||
rm -rf ${DESTDIR}/usr/include ${DESTDIR}/usr/lib/pkgconfig \
|
rm -rf ${DESTDIR}/usr/include ${DESTDIR}/usr/lib/pkgconfig \
|
||||||
|
|
Loading…
Reference in a new issue