Package Details: kleiner-brauhelfer 2.6.2-1

Git Clone URL: https://aur.archlinux.org/kleiner-brauhelfer.git (read-only, click to copy)
Package Base: kleiner-brauhelfer
Description: A Qt-based tool for hobby brewer to calculate and manage the beer brewing process.
Upstream URL: https://github.com/kleiner-brauhelfer/kleiner-brauhelfer-2
Keywords: brewing
Licenses: GPL3
Submitter: shaddow
Maintainer: bitwave
Last Packager: bitwave
Votes: 8
Popularity: 0.000438
First Submitted: 2013-12-20 12:36 (UTC)
Last Updated: 2024-01-07 13:55 (UTC)

Latest Comments

ventusfahrer commented on 2023-03-01 14:15 (UTC)

sorry for the bad habit to paste some code into the comment, this does not work very well.

https://raw.githubusercontent.com/Ventusfahrer/kleiner-brauhelfer-2/master/deployment/arch-linux/PKGBUILD

contains the necessary changes to build version 2.5.0

https://raw.githubusercontent.com/Ventusfahrer/kleiner-brauhelfer-2/master/deployment/arch-linux/kleiner-brauhelfer.desktop

contains a change to show the app-icon correctly on gnome's dashboard

ventusfahrer commented on 2023-02-28 22:59 (UTC)

Currently kleiner-brauhelfer-2 is not working completely correct when trying to use the AppImage version. Therefore it is more or less evident to use a version build on Manjaro or Arch-Linux. The build works fine for 2.4.0 (which is already outdated).

This week 2.5.0 was released.

The necessary changes on PKGBUILD are (it's my first try to get an AUR package build work with a modified aur, this is the version which works on my current manjaro box):

Maintainer: bitwave <aur [aT] oomlu {d.0t} de>
Contributor: jkoch < johannes [aTTTT] ortsraum {d00t} de>
Contributor: Daniel Dietrich shaddow2k@@gmail..com

pkgname=kleiner-brauhelfer pkgver=2.5.0 pkgrel=1 pkgdesc="A Qt-based tool for hobby brewer to calculate and manage the beer brewing process." arch=("i686" "x86_64") url="https://github.com/kleiner-brauhelfer/kleiner-brauhelfer-2" license=('GPL3') depends=('qt5-webengine' 'qt5-charts' 'qt5-svg') source=("$pkgname-$pkgver.tar.gz::https://github.com/kleiner-brauhelfer/$pkgname-2/archive/v$pkgver.tar.gz" kleiner-brauhelfer.desktop)

build() { pwd cd "$pkgname-2-$pkgver"

qmake-qt5 kleiner-brauhelfer-2.pro make }

package() { cd "$pkgname-2-$pkgver"

install -d "$pkgdir/usr/bin" install -m755 -D "bin/kleiner-brauhelfer-2" "$pkgdir/usr/bin"

install -d "$pkgdir/usr/share/pixmaps" install -m644 -D "deployment/kleiner-brauhelfer-2.svg" "$pkgdir/usr/share/pixmaps"

install -d "$pkgdir/usr/share/applications" install -m644 -D "$srcdir/kleiner-brauhelfer.desktop" "$pkgdir/usr/share/applications" }

sha256sums=('025d833802d542bb1271e6c9293bca448b134b0f8e3cf44b0cf06e6a43b1077c' '688d4ca1c70d19bbfdcd2b1f546f52e7ef585d5ed0b3566a4fb5f0c29317a11a')

bitwave commented on 2020-01-25 15:15 (UTC)

@jkoch thx. email config was broken.

jkoch commented on 2020-01-08 16:35 (UTC)

There is a new major release out. This is a rewrite of kleiner-brauhelfer and can be found here: https://github.com/kleiner-brauhelfer/kleiner-brauhelfer-2

@bitwave Your mail address does not work. I took the liberty to create a PKGBUILD for the new version: http://ix.io/26PO http://ix.io/26PN

erkin commented on 2018-05-02 03:23 (UTC)

Calling kleiner-brauhelfer from shell returns a permission denied error because... it's a directory.

For some reason /usr/bin/kleiner-brauhelfer/kleiner-brauhelfer is the actual executable which you need to call manually. The directory also contains language files.

Is this intended behaviour? Shouldn't it at least be /usr/lib/kleiner-brauhelfer/kleiner-brauhelfer with a symbolic link from /usr/bin/kleiner-brauhelfer or something?

shaddow commented on 2018-03-03 12:24 (UTC)

Pushed with slight modifications, thanks!

bitwave commented on 2018-02-08 14:18 (UTC)

please update your pkgbuild. See https://github.com/Gremmel/kleiner-brauhelfer/pull/49