bleachbit: added version 0.9.5
This commit is contained in:
parent
6e453bd749
commit
33ac50c495
3 changed files with 36 additions and 0 deletions
6
srcpkgs/bleachbit/INSTALL
Normal file
6
srcpkgs/bleachbit/INSTALL
Normal file
|
@ -0,0 +1,6 @@
|
|||
case "$ACTION" in
|
||||
post)
|
||||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
||||
update-desktop-database -q
|
||||
;;
|
||||
esac
|
6
srcpkgs/bleachbit/REMOVE
Normal file
6
srcpkgs/bleachbit/REMOVE
Normal file
|
@ -0,0 +1,6 @@
|
|||
case "$ACTION" in
|
||||
pre)
|
||||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
||||
update-desktop-database -q
|
||||
;;
|
||||
esac
|
24
srcpkgs/bleachbit/template
Normal file
24
srcpkgs/bleachbit/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'bleachbit'
|
||||
pkgname=bleachbit
|
||||
version=0.9.5
|
||||
revision=1
|
||||
hostmakedepends="pygtk>=2 python>=2.6 desktop-file-utils gtk-update-icon-cache hicolor-icon-theme"
|
||||
short_desc="Deletes unneeded files to free disk space and maintain privacy."
|
||||
maintainer="graysky <graysky AT archlinux DOT us>"
|
||||
license="GPL3"
|
||||
homepage="http://bleachbit.sourceforge.net"
|
||||
distfiles="http://downloads.sourceforge.net/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=dd8ecded6f078efb0e421c4d43a0481411e28ef6dac6d25653cd8e3cddf196f7
|
||||
|
||||
do_install() {
|
||||
make
|
||||
make prefix=/usr DESTDIR="$DESTDIR" install
|
||||
}
|
||||
|
||||
bleachbit_package() {
|
||||
noarch="yes"
|
||||
depends="pygtk>=2 python>=2.6 desktop-file-utils gtk-update-icon-cache hicolor-icon-theme"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue