Search Criteria
Package Details: bibfilex-qt 1.2.8.0-1
Git Clone URL: | https://aur.archlinux.org/bibfilex-qt.git (read-only, click to copy) |
---|---|
Package Base: | bibfilex-qt |
Description: | A free bibliographic manager for GNU/Linux |
Upstream URL: | https://sites.google.com/site/bibfilex/home |
Licenses: | |
Submitter: | techno-geek |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2014-08-17 19:37 |
Last Updated: | 2021-02-03 20:31 |
Latest Comments
techno-geek commented on 2015-11-14 00:09
Updated to 1.2.6
techno-geek commented on 2015-03-19 16:28
Updated.
szaghi commented on 2015-01-23 10:29
Thank you very much for your work. However, it seems that this version is no longer available. I have edited your PKGBUILD to install the new 1.2.5.0.
Below there is the patched file.
My best regards.
pkgname=bibfilex-qt
name=bibfilex-qt
pkgver=1.2.5.0
pkgrel=1
pkgdesc="A free bibliographic manager for GNU/Linux"
arch=('i686' 'x86_64')
url="https://sites.google.com/site/bibfilex/home"
license=('GPLv3')
depends=('qt5-base')
if [ ! -z "${DEVARCH}" ]; then
CARCH=$DEVARCH
fi
if [ "${CARCH}" = 'x86_64' ]; then
ARCH='amd64'
md5sums=('61a5d047d4075eeb213d5033b767dac6')
elif [ "${CARCH}" = 'i686' ]; then
ARCH='i386'
md5sums=('0621bdb94bd60a3a54d24be85ccc96d7')
fi
source=("https://sites.google.com/site/bibfilex/download/${pkgname}_${pkgver}_${ARCH}.deb?attredirects=0&d=1")
build() {
echo "Nothing to do."
}
package() {
cd ${pkgdir}
tar -xvf ${startdir}/src/data.tar.xz
mv -v opt/bibfilex opt/${pkgname}
mv -v usr/share/applications/Bibfilex.desktop usr/share/applications/${pkgname}.desktop
mv -v usr/share/doc/bibfilex usr/share/doc/${pkgname}
}