Date: Sunday, May 1, 2016 @ 12:59:43 Author: jlichtblau Revision: 173243
upgpkg: pinot 1.08-9 pacman hooks part 1 rebuild Modified: pinot/trunk/PKGBUILD pinot/trunk/pinot.changelog Deleted: pinot/trunk/pinot.install -----------------+ PKGBUILD | 6 ++---- pinot.changelog | 3 +++ pinot.install | 15 --------------- 3 files changed, 5 insertions(+), 19 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-01 10:53:45 UTC (rev 173242) +++ PKGBUILD 2016-05-01 10:59:43 UTC (rev 173243) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Jaroslav Lichtblau <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> # Contributor: Alexander Fehr <pizzapunk gmail com> # Contributor: William Rea <[email protected]> # Contributor: Daniel J Griffiths <[email protected]> @@ -7,7 +7,7 @@ pkgname=pinot pkgver=1.08 -pkgrel=8 +pkgrel=9 pkgdesc='Personal search and metasearch tool' arch=('i686' 'x86_64') url='http://code.google.com/p/pinot-search/' @@ -23,11 +23,9 @@ 'antiword: MS Word to text conversion' 'catdoc: XLS and PPT to text conversion') options=('!emptydirs') -install=$pkgname.install changelog=$pkgname.changelog source=() - _svntrunk=http://pinot-search.googlecode.com/svn/tags/v${pkgver} prepare() { Modified: pinot.changelog =================================================================== --- pinot.changelog 2016-05-01 10:53:45 UTC (rev 173242) +++ pinot.changelog 2016-05-01 10:59:43 UTC (rev 173243) @@ -1,3 +1,6 @@ +2016-05-01 Jaroslav Lichtblau <[email protected]> + * pinot 1.08-9 pacman hooks rebuild + 2015-07-03 Jaroslav Lichtblau <[email protected]> * pinot 1.08-4 exiv2-0.25 rebuild Deleted: pinot.install =================================================================== --- pinot.install 2016-05-01 10:53:45 UTC (rev 173242) +++ pinot.install 2016-05-01 10:59:43 UTC (rev 173243) @@ -1,15 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - echo "Starting with 0.63, the service is auto-started. " - echo "The file that enables this is located at " - echo "/etc/xdg/autostart/pinot-dbus-daemon.desktop" - echo "Delete this file if you don't want the auto-start." -} - -post_upgrade() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -}
