mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
New package: baobab-3.3.4.
This commit is contained in:
parent
18c5efc5c0
commit
e4483a1a50
2 changed files with 45 additions and 0 deletions
13
srcpkgs/baobab/baobab.rshlibs
Normal file
13
srcpkgs/baobab/baobab.rshlibs
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
libm.so.6
|
||||||
|
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
|
32
srcpkgs/baobab/template
Normal file
32
srcpkgs/baobab/template
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# Template file for 'baobab'
|
||||||
|
pkgname=baobab
|
||||||
|
version=3.3.4
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-schemas-compile"
|
||||||
|
short_desc="A graphical directory tree analyzer"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://www.gnome.org"
|
||||||
|
license="GPL-2"
|
||||||
|
checksum=2f855dcc3893ca5b8d83766ff721368856c51e1e17ca51c42353b1404c938ba8
|
||||||
|
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."
|
||||||
|
|
||||||
|
replaces="gnome-utils>=3.0"
|
||||||
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
|
|
||||||
|
Add_dependency run hicolor-icon-theme
|
||||||
|
Add_dependency run desktop-file-utils
|
||||||
|
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build intltool
|
||||||
|
Add_dependency build itstool
|
||||||
|
Add_dependency build gnome-doc-utils
|
||||||
|
Add_dependency build gtk+3-devel
|
||||||
|
Add_dependency build libgtop-devel
|
||||||
|
|
||||||
|
Add_dependency full gsettings-desktop-schemas
|
Loading…
Add table
Reference in a new issue