baobab: update to 3.6.0.
This commit is contained in:
parent
966c78fdca
commit
71f95125c4
2 changed files with 8 additions and 13 deletions
|
@ -3,11 +3,9 @@ libgtk-3.so.0
|
|||
libgdk-3.so.0
|
||||
libgio-2.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libpango-1.0.so.0
|
||||
libcairo.so.2
|
||||
libgobject-2.0.so.0
|
||||
libgtop-2.0.so.7
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
|
|
|
@ -1,27 +1,24 @@
|
|||
# Template file for 'baobab'
|
||||
pkgname=baobab
|
||||
version=3.4.1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
version=3.6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile"
|
||||
depends="hicolor-icon-theme desktop-file-utils"
|
||||
makedepends="pkg-config intltool itstool gnome-doc-utils gtk+3-devel libgtop-devel"
|
||||
fulldepends="gsettings-desktop-schemas"
|
||||
revision=1
|
||||
depends="hicolor-icon-theme desktop-file-utils gsettings-desktop-schemas>=3.6.0"
|
||||
makedepends="pkg-config intltool itstool gnome-doc-utils gtk+3-devel>=3.6.0_2
|
||||
gsettings-desktop-schemas-devel"
|
||||
short_desc="A graphical directory tree analyzer"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
checksum=0c9743caf8cdc6dd69d694453cd57816c1ca0514cf51111022846088021949f7
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=cb252b5384287b31d5f945607ad4c8432fd2936087e714ab9d052ca0c08ffb55
|
||||
long_desc="
|
||||
Baobab is able to scan either specific directories or the whole
|
||||
filesystem, in order to give the user a graphical tree representation
|
||||
including each directory size or percentage in the branch.
|
||||
It also auto-detects in real-time any change made to your home
|
||||
folder as far as any mounted/unmounted device."
|
||||
folder as far as any mounted/unmounted device."
|
||||
|
||||
replaces="gnome-utils>=3.0"
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue