baobab: update to 3.8.2.
This commit is contained in:
parent
24467c6bef
commit
236917f99f
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'baobab'
|
# Template file for 'baobab'
|
||||||
pkgname=baobab
|
pkgname=baobab
|
||||||
version=3.8.1
|
version=3.8.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile"
|
configure_args="--disable-schemas-compile"
|
||||||
|
@ -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/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=740c123cbc49f0e479a9c67d7cc7a6330b2a9d3e6a7ffde55665a1130d9209bb
|
checksum=68ce73e34378909a384d17355d2b80c14423dc54ace6a363dc93653cf608614a
|
||||||
|
|
||||||
baobab_package() {
|
baobab_package() {
|
||||||
replaces="gnome-utils>=3.0"
|
replaces="gnome-utils>=3.0"
|
||||||
depends="hicolor-icon-theme desktop-file-utils gsettings-desktop-schemas>=3.8.0"
|
depends="hicolor-icon-theme desktop-file-utils gsettings-desktop-schemas>=3.8.0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue