summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Berquist2019-08-11 23:52:23 -0400
committerEric Berquist2019-08-11 23:52:23 -0400
commit15f08c6516835656d042966f965062e97f437eff (patch)
tree5be8eedf09ecdce838ad5470cc395703c6f26025
parent2d04d7ec2046060af90602c691ff191546619b66 (diff)
downloadaur-15f08c6516835656d042966f965062e97f437eff.tar.gz
version bump: 2.11 -> 2.13b
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD16
-rw-r--r--iqmol.desktop10
-rw-r--r--iqmol.pngbin0 -> 89093 bytes
5 files changed, 29 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5993946ac0a2..eeccb6e37d78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Jun 21 03:38:20 UTC 2018
pkgbase = iqmol
pkgdesc = A molecular editor and visualization package with Q-Chem integration
- pkgver = 2.11.0
+ pkgver = 2.13b
pkgrel = 1
url = https://iqmol.org
arch = x86_64
@@ -11,8 +9,10 @@ pkgbase = iqmol
depends = glu
provides = iqmol
conflicts = iqmol
- source = iqmol_2.11.0.deb::http://iqmol.org/download.php?get=iqmol_2.11.0.deb
- md5sums = 11f90cc7d0a1ba9f2cbd4f0ef7c23028
+ source = iqmol_2.13b.deb::http://iqmol.org/download.php?get=iqmol_2.13b.deb
+ source = iqmol.png
+ md5sums = 2523dc7c85d5af0face568179f99ac8a
+ md5sums = 82ebad946c038562090f20efa2160929
pkgname = iqmol
diff --git a/.gitignore b/.gitignore
index 5fa83c7d2f2b..208139a1e6c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
# makepkg files
+pkg/
+src/
*.xz
-iqmol
# source files
+iqmol
*.deb
diff --git a/PKGBUILD b/PKGBUILD
index 87ecf0e2d23a..506b73bb8963 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eric Berquist <eric DOT berquist AT gmail>
pkgname=iqmol
-pkgver=2.11.0
+pkgver=2.13b
pkgrel=1
pkgdesc="A molecular editor and visualization package with Q-Chem integration"
arch=('x86_64')
@@ -10,11 +10,17 @@ license=('GPL3')
depends=('qt5-base' 'glu')
provides=("${pkgname}")
conflicts=("${pkgname}")
-source=("${pkgname}_${pkgver}.deb::http://iqmol.org/download.php?get=${pkgname}_${pkgver}.deb")
-md5sums=('11f90cc7d0a1ba9f2cbd4f0ef7c23028')
+source=("${pkgname}_${pkgver}.deb::http://iqmol.org/download.php?get=${pkgname}_${pkgver}.deb"
+ "${pkgname}.png")
+md5sums=('2523dc7c85d5af0face568179f99ac8a'
+ '82ebad946c038562090f20efa2160929')
package() {
- msg2 "Extracting the data.tar.xz..."
bsdtar -xf data.tar.xz -C "${pkgdir}/"
- find "${pkgdir}" -type d -exec chmod 755 '{}' +
+ # Fix ownership and permissions
+ find "${pkgdir}/" -exec chown root:root '{}' +
+ find "${pkgdir}/" -type d -exec chmod 755 '{}' +
+ # Icon and desktop files
+ install -Dm644 "${srcdir}/${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+ install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
}
diff --git a/iqmol.desktop b/iqmol.desktop
new file mode 100644
index 000000000000..641c8068fc30
--- /dev/null
+++ b/iqmol.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=IQmol
+Comment=
+Exec=/usr/bin/iqmol
+Icon=iqmol
+Path=
+Terminal=false
+StartupNotify=false
diff --git a/iqmol.png b/iqmol.png
new file mode 100644
index 000000000000..df9088c3ed1c
--- /dev/null
+++ b/iqmol.png
Binary files differ