gnome-calculator: update to 3.8.2.
This commit is contained in:
parent
e484223d05
commit
c8ddca792a
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gnome-calculator'
|
# Template file for 'gnome-calculator'
|
||||||
pkgname=gnome-calculator
|
pkgname=gnome-calculator
|
||||||
version=3.8.1
|
version=3.8.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="which pkg-config intltool itstool gnome-doc-utils"
|
hostmakedepends="which pkg-config intltool itstool gnome-doc-utils"
|
||||||
|
@ -11,12 +11,12 @@ 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.8/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||||
checksum=24ae856c90a3df62c52dc413ceb2c9bad15e7ad146de0469b53c70681a4ad435
|
checksum=13d67b6dfa2501b883add8adf5470c5fea5eb1f1fa87f84e8ceda069418f1e81
|
||||||
|
|
||||||
gnome-calculator_package() {
|
gnome-calculator_package() {
|
||||||
depends="hicolor-icon-theme desktop-file-utils"
|
depends="hicolor-icon-theme desktop-file-utils"
|
||||||
replaces="gcalctool>=0"
|
replaces="gcalctool>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue