updates per xtraeme's suggestions

This commit is contained in:
graysky 2013-06-14 11:41:20 -04:00
parent 33ac50c495
commit 027873ecfa
5 changed files with 3 additions and 15 deletions

View File

@ -1,6 +0,0 @@
case "$ACTION" in
post)
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
;;
esac

View File

@ -1,6 +0,0 @@
case "$ACTION" in
pre)
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
;;
esac

View File

@ -3,7 +3,7 @@ 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."
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"

View File

@ -5,8 +5,7 @@ revision=1
build_style=gnu-configure
hostmakedepends="perl"
depends="perl"
configure_args="--prefix=/usr"
short_desc="A shell tool for executing jobs in parallel."
short_desc="A shell tool for executing jobs in parallel"
maintainer="graysky <graysky AT archlinux DOT us>"
license="GPL-3"
homepage="http://www.gnu.org/software/parallel"

View File

@ -3,6 +3,7 @@ pkgname=profile-cleaner
version=2.22
revision=1
short_desc="Reduces profile size by cleaning their sqlite databases"
makedepends="sqlite bc parallel findutils"
maintainer="graysky <graysky AT archlinux DOT us>"
license="MIT"
homepage="https://github.com/graysky2/profile-cleaner"