Package Details: qbrew 0.4.1-6

Git Clone URL: https://aur.archlinux.org/qbrew.git (read-only, click to copy)
Package Base: qbrew
Description: Homebrewer's beer recipe calculator
Upstream URL: http://www.usermode.org/code.html
Licenses: BSD
Submitter: peets
Maintainer: phillid
Last Packager: phillid
Votes: 9
Popularity: 0.000000
First Submitted: 2009-09-09 13:42 (UTC)
Last Updated: 2018-05-02 05:28 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

phillid commented on 2018-05-02 05:30 (UTC)

Thanks for the heads up. This is an issue with upstream, not this AUR package itself. Regardless, I have put a temporary patch for the problem into the AUR package and I'll try and get it accepted upstream.

erkin commented on 2018-05-02 02:38 (UTC) (edited on 2018-05-02 02:39 (UTC) by erkin)

Compilation fails with

src/beerxmlreader.cpp: In member function ‘Recipe BeerXmlReader::readSingleRecipe()’:
src/beerxmlreader.cpp:257:16: error: could not convert ‘false’ from ‘bool’ to ‘Recipe’
         return false;
                ^~~~~

phillid commented on 2015-02-17 22:10 (UTC)

beermeister, I've written a sed line in the PKGBUILD (0.4.1-4) to fix this. I will also notify upstream. Cheers

beermeister commented on 2015-02-17 21:04 (UTC)

Hi, had a bit of trouble as configure choked unable to find 'qmake'. I checked the configure script and edited the line where it looks for alternatively named qmake files, changed the search for 'qmake-q4' to 'qmake-qt4' # check common rename if [ -z "$QMAKE" ] ; then result=`which qmake-qt4 2>/dev/null` Then used 'makepkg -e' to run again without wiping out the change.

phillid commented on 2014-12-20 10:36 (UTC)

@DrZaius, adopted and fixed :)

phillid commented on 2014-12-20 10:20 (UTC)

Hi all, would anyone be interested in having screwy's qbrewdata [1] as the default qbrewdata for this package? For the uninitiated, the qbrewdata file contains all the default hops, grains, malts, adjuncts, yeasts, additives and so on. Since this package was last updated upstream in 2008, its qbrewdata is slightly dated. I've been using screwy's qbrewdata and have been enjoying the extras it has that the stock/upstream qbrewdata doesn't. Any objections? [1] http://www.thescrewybrewer.com/2014/11/november-2014-qbrew-update-classic.html

DrZaius commented on 2013-06-29 21:00 (UTC)

The " || return 1" is not necessary and the empty "makedepends=()" and "optdepends=()" are also not needed.

enderst commented on 2013-04-04 06:01 (UTC)

to get it to build i had to change: ./configure --prefix="${pkgdir}/usr" --qtdir=/opt || return 1 to ./configure --prefix="${pkgdir}/usr" --qtdir=/usr/lib/qt4 || return 1