gnome-dictionary: update to 3.8.0.
This commit is contained in:
parent
d16813f83a
commit
2c48ae2d16
1 changed files with 6 additions and 8 deletions
|
@ -1,19 +1,17 @@
|
||||||
# Template file for 'gnome-dictionary'
|
# Template file for 'gnome-dictionary'
|
||||||
pkgname=gnome-dictionary
|
pkgname=gnome-dictionary
|
||||||
version=3.6.0
|
version=3.8.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --disable-scrollkeeper"
|
configure_args="--disable-schemas-compile --disable-scrollkeeper"
|
||||||
makedepends="which pkg-config intltool itstool gnome-doc-utils
|
hostmakedepends="which pkg-config intltool itstool gnome-doc-utils"
|
||||||
gtk+3-devel>=3.6.0_2 gsettings-desktop-schemas-devel>=3.6.0"
|
makedepends="gtk+3-devel>=3.8 gsettings-desktop-schemas-devel>=3.8"
|
||||||
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"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||||
checksum=1ad03f629bbfe4360fc6d8dd2d7cb4a03e24579068bdd79a25ff5fc5fbff6fa9
|
checksum=faebbca7684aeef5ff4111305bc8e0c1790b0551445df404b68f3d7cf2c50421
|
||||||
long_desc="
|
|
||||||
This package contains $pkgname, to look up words in dictionary sources."
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Remove -devel stuff.
|
# Remove -devel stuff.
|
||||||
|
@ -26,6 +24,6 @@ gnome-dictionary_package() {
|
||||||
depends="hicolor-icon-theme desktop-file-utils
|
depends="hicolor-icon-theme desktop-file-utils
|
||||||
gsettings-desktop-schemas>=3.6.0"
|
gsettings-desktop-schemas>=3.6.0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue