[arch-commits] Commit in kicad/trunk (PKGBUILD kicad.install)
Kyle Keen
kkeen at archlinux.org
Sun May 8 11:43:28 UTC 2016
Date: Sunday, May 8, 2016 @ 13:43:27
Author: kkeen
Revision: 174315
upgpkg: kicad 4.0.2-5 hooks rebuild
Modified:
kicad/trunk/PKGBUILD
Deleted:
kicad/trunk/kicad.install
---------------+
PKGBUILD | 3 +--
kicad.install | 15 ---------------
2 files changed, 1 insertion(+), 17 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-08 11:42:19 UTC (rev 174314)
+++ PKGBUILD 2016-05-08 11:43:27 UTC (rev 174315)
@@ -4,7 +4,7 @@
pkgname=kicad
pkgver=4.0.2
-pkgrel=4
+pkgrel=5
pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
arch=('i686' 'x86_64')
#url="http://iut-tice.ujf-grenoble.fr/kicad/"
@@ -14,7 +14,6 @@
makedepends=('cmake' 'zlib' 'mesa' 'boost' 'gettext' 'wxpython' 'swig')
optdepends=('kicad-library: for footprints and symbols'
'kicad-library-3d: for 3d models of components')
-install=kicad.install
source=("https://launchpad.net/kicad/4.0/$pkgver/+download/kicad-$pkgver.tar.xz"
"kicad-i18n.$pkgver.tar.gz::https://github.com/KiCad/kicad-i18n/archive/$pkgver.tar.gz")
md5sums=('6c40f3a511f47c1145ccc75b9c3729f7'
Deleted: kicad.install
===================================================================
--- kicad.install 2016-05-08 11:42:19 UTC (rev 174314)
+++ kicad.install 2016-05-08 11:43:27 UTC (rev 174315)
@@ -1,15 +0,0 @@
-pkgname=kicad
-
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-mime-database usr/share/mime > /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
More information about the arch-commits
mailing list