mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
bleachbit: update to 1.10.
This commit is contained in:
parent
ce6950a458
commit
2b87c413a9
1 changed files with 5 additions and 6 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'bleachbit'
|
# Template file for 'bleachbit'
|
||||||
pkgname=bleachbit
|
pkgname=bleachbit
|
||||||
version=1.9.2
|
version=1.10
|
||||||
revision=1
|
revision=1
|
||||||
noarch="yes"
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="prefix=/usr"
|
make_install_args="prefix=/usr"
|
||||||
hostmakedepends="desktop-file-utils gtk-update-icon-cache hicolor-icon-theme python"
|
hostmakedepends="python"
|
||||||
makedepends="pygtk-devel"
|
depends="pygtk>=2 desktop-file-utils gtk-update-icon-cache hicolor-icon-theme"
|
||||||
depends="pygtk>=2 ${hostmakedepends}"
|
|
||||||
pycompile_dirs="/usr/share/bleachbit"
|
pycompile_dirs="/usr/share/bleachbit"
|
||||||
short_desc="Deletes unneeded files to free disk space and maintain privacy"
|
short_desc="Deletes unneeded files to free disk space and maintain privacy"
|
||||||
maintainer="graysky <graysky AT archlinux DOT us>"
|
maintainer="graysky <graysky AT archlinux DOT us>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://bleachbit.sourceforge.net"
|
homepage="http://bleachbit.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=c4d2e5b13a9fdb2188e401eefe958497b1f667b2665f5524779fc504562d63d1
|
checksum=33209c8f11a1417ef61231a34a8468831b1583a000330092034568b0904f6948
|
||||||
|
|
Loading…
Add table
Reference in a new issue