diff --git a/srcpkgs/bleachbit/INSTALL b/srcpkgs/bleachbit/INSTALL deleted file mode 100644 index 261fc619b7..0000000000 --- a/srcpkgs/bleachbit/INSTALL +++ /dev/null @@ -1,6 +0,0 @@ -case "$ACTION" in - post) - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q - ;; -esac diff --git a/srcpkgs/bleachbit/REMOVE b/srcpkgs/bleachbit/REMOVE deleted file mode 100644 index 0d93623d0f..0000000000 --- a/srcpkgs/bleachbit/REMOVE +++ /dev/null @@ -1,6 +0,0 @@ -case "$ACTION" in - pre) - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q - ;; -esac diff --git a/srcpkgs/bleachbit/template b/srcpkgs/bleachbit/template index 92a7dca779..338ad1a81d 100644 --- a/srcpkgs/bleachbit/template +++ b/srcpkgs/bleachbit/template @@ -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 " license="GPL3" homepage="http://bleachbit.sourceforge.net" diff --git a/srcpkgs/parallel/template b/srcpkgs/parallel/template index d8e9150994..57541aa785 100644 --- a/srcpkgs/parallel/template +++ b/srcpkgs/parallel/template @@ -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 " license="GPL-3" homepage="http://www.gnu.org/software/parallel" diff --git a/srcpkgs/profile-cleaner/template b/srcpkgs/profile-cleaner/template index 1634990166..fa24807219 100644 --- a/srcpkgs/profile-cleaner/template +++ b/srcpkgs/profile-cleaner/template @@ -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 " license="MIT" homepage="https://github.com/graysky2/profile-cleaner"