32 lines
972 B
Plaintext
32 lines
972 B
Plaintext
# Template file for 'gnome-disk-utility'
|
|
pkgname=gnome-disk-utility
|
|
version=3.3.93
|
|
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
short_desc="GNOME libraries and applications for dealing with storage devices"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org"
|
|
license="GPL-2"
|
|
checksum=714d6a986ae04762d1a4ee6696ae3869f301e82a23701e2d4378e4263e04f20f
|
|
long_desc="
|
|
palimpsest (from the gnome-disk-utility project) is a tool to manage disk
|
|
drives and media:
|
|
|
|
* Format and partition drives.
|
|
* Mount and unmount partitions.
|
|
* Query S.M.A.R.T. attributes.
|
|
|
|
It utilizes udisks2."
|
|
|
|
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 gnome-doc-utils
|
|
Add_dependency build gtk+3-devel
|
|
Add_dependency build udisks2-devel
|