summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-03-18 23:23:28 +0100
committerhaawda2017-03-18 23:23:28 +0100
commit1209b1e48b89723ed6291800a9c06b7a8e018bd4 (patch)
tree1f510537c01b69f630b59a0ad962cd3c4bdb2e12
parent864a16968854b791191996ae80968b52b4e0e739 (diff)
downloadaur-1209b1e48b89723ed6291800a9c06b7a8e018bd4.tar.gz
adopted and fixed
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
-rw-r--r--bibus.install13
3 files changed, 5 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 889f0b4dca84..45d58da9dd3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Sat Mar 18 22:22:52 UTC 2017
pkgbase = bibus
pkgdesc = A bibliographic database that can directly insert references in OpenOffice.org/LibreOffice and generate the bibliographic index.
pkgver = 1.5.2
- pkgrel = 5
+ pkgrel = 6
url = http://sourceforge.net/projects/bibus-biblio/
- install = bibus.install
arch = any
license = GPL
depends = python2-pysqlite
diff --git a/PKGBUILD b/PKGBUILD
index fffc4236625b..2d165c3932ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,16 @@
pkgname=bibus
pkgver=1.5.2
-pkgrel=5
+pkgrel=6
pkgdesc="A bibliographic database that can directly insert references in \
OpenOffice.org/LibreOffice and generate the bibliographic index."
url="http://sourceforge.net/projects/bibus-biblio/"
-license="GPL"
+license=('GPL')
arch=('any')
depends=('python2-pysqlite' 'wxpython' 'python2-lxml' 'unixodbc' 'hicolor-icon-theme')
optdepends=('libreoffice' 'openoffice-base-bin')
source=(http://downloads.sourceforge.net/project/$pkgname-biblio/$pkgname-biblio/${pkgname}-${pkgver}/${pkgname}_${pkgver}.orig.tar.gz)
md5sums=('5bb8b26d0980ebb72a2882b618fbe62c')
-install=${pkgname}.install
backup=(etc/bibus.config)
package() {
diff --git a/bibus.install b/bibus.install
deleted file mode 100644
index 2f704e1e0d85..000000000000
--- a/bibus.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
- post_upgrade
-}