extra/avogadro to 1.1.1-9

This commit is contained in:
Kevin Mihelich 2016-04-27 18:10:39 +00:00
parent 078f3ac7b5
commit dd1a3b9496
2 changed files with 1 additions and 13 deletions

View file

@ -8,14 +8,13 @@
pkgname=avogadro
pkgver=1.1.1
pkgrel=8
pkgrel=9
pkgdesc="An advanced molecular editor based on Qt"
arch=('i686' 'x86_64')
url="http://avogadro.openmolecules.net/wiki/Main_Page"
license=('GPL2')
depends=('openbabel' 'python2-pyqt4' 'boost-libs' 'glew' 'python2-numpy')
makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl' 'eigen2')
install=avogadro.install
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
'boost153.patch'
'https://github.com/cryos/avogadro/commit/6f1a111bab5798a4289187bdf747c3be4e176534.patch')

View file

@ -1,11 +0,0 @@
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}