Date: Thursday, April 28, 2016 @ 21:20:09 Author: kkeen Revision: 172441
upgpkg: geda-gaf 1.8.2-2 install hook rebuild Modified: geda-gaf/trunk/ChangeLog geda-gaf/trunk/PKGBUILD Deleted: geda-gaf/trunk/geda-gaf.install ------------------+ ChangeLog | 4 ++++ PKGBUILD | 3 +-- geda-gaf.install | 19 ------------------- 3 files changed, 5 insertions(+), 21 deletions(-) Modified: ChangeLog =================================================================== --- ChangeLog 2016-04-28 17:51:43 UTC (rev 172440) +++ ChangeLog 2016-04-28 19:20:09 UTC (rev 172441) @@ -1,3 +1,7 @@ +2016-04-28 Kyle Keen <[email protected]> + * 1.8.2-2 + - Install hooks + 2014-01-24 Kyle Keen <[email protected]> * 1.8.2-1 - Version bump Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 17:51:43 UTC (rev 172440) +++ PKGBUILD 2016-04-28 19:20:09 UTC (rev 172441) @@ -5,7 +5,7 @@ pkgname=geda-gaf pkgver=1.8.2 -pkgrel=1 +pkgrel=2 pkgdesc="gEDA/gaf suite - Contains gschem, gnetlist, gsymcheck, gattrib, utilities and documentation from the gEDA project" arch=('i686' 'x86_64') url="http://geda-project.org/" @@ -15,7 +15,6 @@ optdepends=('python2: for two of the commands (garchive, tragesym)' 'gawk: for sw2asc') replaces=('geda-suite' 'geda-libs') -install=geda-gaf.install source=(http://ftp.geda-project.org/geda-gaf/stable/v1.8/$pkgver/$pkgname-$pkgver.tar.gz) md5sums=('fa8a807615decf47027e22a217dd0ded') Deleted: geda-gaf.install =================================================================== --- geda-gaf.install 2016-04-28 17:51:43 UTC (rev 172440) +++ geda-gaf.install 2016-04-28 19:20:09 UTC (rev 172441) @@ -1,19 +0,0 @@ -post_install() { -if [ -x /usr/bin/gtk-update-icon-cache ]; then - echo Updating icon cache... - /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor -fi -if [ -x /usr/bin/update-desktop-database ]; then - echo Updating desktop database.. - /usr/bin/update-desktop-database /usr/share/applications -fi -update-mime-database usr/share/mime -} - -post_upgrade() { -post_install -} - -post_remove() { -post_install -} \ No newline at end of file
