debian/0000755000000000000000000000000011724001226007161 5ustar debian/source/0000755000000000000000000000000011723426075010475 5ustar debian/source/format0000644000000000000000000000001411723426075011703 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000001711723417553010047 0ustar AUTHORS README debian/qbrew.doc-base0000644000000000000000000000046511723417553011722 0ustar Document: qbrew Title: The QBrew Handbook Author: David Johnson Abstract: This handbook describes what QBrew is and how it can be used to create beer recipes for homebrewers. Section: Data Management Format: HTML Index: /usr/share/doc/qbrew/book/handbook-index.html Files: /usr/share/doc/qbrew/book/*.html debian/qbrew_32x32.xpm0000644000000000000000000000361611723417553011713 0ustar /* XPM */ static char *qbrew_32x32[] = { /* columns rows colors chars-per-pixel */ "32 32 45 1", " c black", ". c #336633", "X c #465D2E", "o c #55552B", "O c #47641D", "+ c #4A6A1F", "@ c #446622", "# c #4C6523", "$ c #4D6924", "% c #506A26", "& c #536C29", "* c #56702C", "= c #59712E", "- c #5C7531", "; c #5F7833", ": c #607733", "> c #617935", ", c #657C38", "< c #687E3A", "1 c #6A813D", "2 c #408040", "3 c #6D8440", "4 c #708641", "5 c #738944", "6 c #768D48", "7 c #788E49", "8 c #7C914C", "9 c #7F9550", "0 c #808000", "q c #80944E", "w c #819651", "e c #859A54", "r c #889C56", "t c #8A9E58", "y c #8DA15B", "u c #91A45E", "i c #93A660", "p c #96A861", "a c #9AAC65", "s c #9DAF68", "d c #9FB069", "f c #A3B36C", "g c #A7B770", "h c #A9B971", "j c None", /* pixels */ "jjjjjjjjjjjjj$###jjjjjjjjjjjjjjj", "jjjjjjjjjjjjjj$$$$#jjjjjjjjjjjjj", "jjjjjjjjjjjjj2$$=*$#jjjjjjjjjjjj", "jjjjjjjjjj&$&--&->>%$jjjjjjjjjjj", "jjjjjjjjj&*5etew&11<%jj0+=-=jjjj", "jjjjjjjj&,wyipi5-<55:%=>11,*jjjj", "jjjjjjj#&8yisf87a-71*=*%&#Xjjjjj", "jjjjjjj+$&-eaf,afr1-775<&#jjjjjj", "jjjjjjo&8rw,166pffq=qq75<=# jjjj", "jjjjjj&8ypsy-&yiaaaq=qq71<=#%jjj", "jjjjj$3tpdg<8;yyyiua1=475<>&#jjj", "jjjjj&9tisy,r,1351>>7a6:-&%#.jjj", "jjjj#&;18t,8yiiit15yahfa471%jjjj", "jjjj$$385;*wypffar>yaffi>yt*.jjj", "jjjj%,yii--8eyiiy6&rufa77au,#jjj", "jjj &eusw3*;131>>4q1yu7eyi>wtiir=wyaf>6::phfi;@jjj", "jjj%,,35-eyaff<8yfhu,=;qddi*jjjj", "jjj%&6w7&9riap3,yaff76y=yu8$jjjj", "jjj$3ya,-555<-4>eyay,aar*y*Ojjjj", "jjj&9yy>558,3taa:te-uhdy&&&jjjjj", "jjj=8w35tpfa,tahr=&rfhdw&+jjjjjj", "jjj$&,-6tiss:rada161afa:$jjjjjjj", "jjj&5y369tyw>>yir1h38ie&jjjjjjjj", "jjj&eyt=>-=6i655>afi=r&%jjjjjjjj", "jjj*9ty:et>tsd>*1aa6&&&jjjjjjjjj", "jjj%&:1-ri47ip5e>tr&#$jjjjjjjjjj", "jjj$&8y,7yi*w34a-,&Ojjjjjjjjjjjj", "jjjj$3w6-,-7-*iw&%.jjjjjjjjjjjjj", "jjjj+%&*ia&1&#jjjjjjjjjjjjjjj", "jjjjjjj&96&w-$&ojjjjjjjjjjjjjjjj", "jjjjjjj$%%$&$jjjjjjjjjjjjjjjjjjj" }; debian/watch0000644000000000000000000000010111723500354010207 0ustar version=3 http://usermode.org/code.html code/qbrew-(.*)\.tar\.gz debian/rules0000755000000000000000000000202411723773666010266 0ustar #!/usr/bin/make -f # This target creates the pixmaps used for the menu # It requires sodipodi and mogrify to be installed generate-xpm: sodipodi --without-gui --export-area=10.56:104.84:182.27:276.56 \ --export-height=16 --file=pics/qbrew.svg \ --export-png=debian/qbrew_16x16.png sodipodi --without-gui --export-area=10.56:104.84:182.27:276.56 \ --export-height=32 --file=pics/qbrew.svg \ --export-png=debian/qbrew_32x32.png mogrify -format xpm debian/qbrew_16x16.png mogrify -format xpm debian/qbrew_32x32.png rm -f debian/qbrew_16x16.png debian/qbrew_32x32.png %: dh $@ # dh_auto_configure does not work with this package, thus # we need to call the configure script manually. override_dh_auto_configure: LDFLAGS="-Wl,--as-needed $(LDFLAGS)" ./configure --debug --prefix=/usr # Install the two pixmaps for the menu override_dh_auto_install: dh_auto_install install -m 0644 debian/qbrew_16x16.xpm $(CURDIR)/debian/qbrew/usr/share/pixmaps install -m 0644 debian/qbrew_32x32.xpm $(CURDIR)/debian/qbrew/usr/share/pixmaps debian/compat0000644000000000000000000000000211723474214010371 0ustar 9 debian/examples0000644000000000000000000000003211723417553010732 0ustar paleale.qbrew stout.qbrew debian/patches/0000755000000000000000000000000011724000730010607 5ustar debian/patches/0005-Update-German-translation.patch0000644000000000000000000016313611724000730017211 0ustar From: Tobias Quathamer Date: Wed, 29 Feb 2012 14:41:37 +0100 Subject: Update German translation --- translations/qbrew_de.ts | 563 +++++++++++++++++++++++----------------------- 1 files changed, 281 insertions(+), 282 deletions(-) diff --git a/translations/qbrew_de.ts b/translations/qbrew_de.ts index 7d0f950..43c1301 100644 --- a/translations/qbrew_de.ts +++ b/translations/qbrew_de.ts @@ -1,11 +1,12 @@ + AlcoholTool Alcohol Tool - + Alkohol-Werkzeug @@ -15,7 +16,7 @@ 99.9% - + 99,9% @@ -50,7 +51,7 @@ - Alcohol Tool - + - Alkohol-Werkzeug @@ -58,62 +59,62 @@ Calc Configuration - + Konfiguration der Berechnungen Calculation Options - + Berechnungsoptionen <p>There are two color calculations that QBrew can use. The default method uses the <b>Daniels</b> formula. By selecting this check box, you can change the calculation to use the <b>Morey</b> formula.</p> - + <p>QBrew kann die Farbe auf zwei verschiedene Arten berechnen. Die voreingestellte Methode verwendet die Formel nach <b>Daniels</b>. Wenn Sie dieses Kontrollkästchen anwählen, können Sie für die Berechnung die Formel nach <b>Morey</b> verwenden.</p> Use &Morey color calculation - + Farbberechnung nach &Moray Alt+M - + Alt+M <p>There are two bitterness calculations that QBrew can use. The default method is to use the <b>Rager</b> formula. By selecting this check box, you can change the calculation to use the <b>Tinseth</b> formula.</p> - + <p>QBrew kann die Bitterkeit auf zwei verschiedene Arten berechnen. Die voreingestellte Methode verwendet die Formel nach <b>Rager</b>. Wenn Sie dieses Kontrollkästchen anwählen, können Sie für die Berechnung die Formel nach <b>Tinseth</b> verwenden.</p> Use &Tinseth bitterness calculation - + Bitterkeitsberechnung nach &Tinseth Alt+T - + Alt+T Mash &efficiency - + &Effizienz der Maische <p>Enter the mash efficiency for your brew house</p> - + <p>Geben Sie die Effizienz der Maische in Ihrer Brauerei an</p> <p>Select the units of measurement you wish to use. Your choices are "<b>Metric</b>" and "<b>US</b>".</p> - + <p>Wählen Sie die Maßeinheiten, mit denen Sie arbeiten möchten. Sie können "<b>Metrisch</b>" und "<b>US</b>" auswählen.</p> Measurement &units - + Maß&einheiten @@ -126,22 +127,22 @@ - Configure - + - Konfiguration &General - + &Allgemein &Calculations - + &Berechnungen &Recipe - + &Rezept @@ -189,32 +190,32 @@ &Grains - &Getreide + &Getreide &Hops - &Hopfen + &Hopfen &Miscellaneous - &Verschiedenes + &Verschiedenes &Styles - + &Sorten - + <p>Unable to save the database.You do not have permission to write to %1 - + <p>Datenbank konnte nicht gespeichert werden. Sie haben keine Schreibrechte für %1 - + <p>Unable to save the database.Error in saving %1 - + <p>Datenbank konnte nicht gespeichert werden. Fehler beim Speichern von %1 @@ -335,12 +336,12 @@ - Delete? - + - Löschen? Do you wish to remove this entry? - + Wollen Sie diesen Eintrag löschen? @@ -383,27 +384,27 @@ &Backward - + &Zurück Go to the previous page - + Vorherige Seite anzeigen Alt+ - + Alt+ &Forward - + &Vorwärts Go to the next page - + Nächste Seite anzeigen @@ -453,7 +454,7 @@ %1 Help - %2 - + %1 Hilfe - %2 @@ -480,7 +481,7 @@ min minutes - + Min @@ -494,12 +495,12 @@ - Delete? - + - Löschen? Do you wish to remove this entry? - + Wollen Sie diesen Eintrag löschen? @@ -509,7 +510,7 @@ Hop - + Hopfen @@ -524,7 +525,7 @@ Time - + Zeit @@ -547,7 +548,7 @@ 1.000 - + 1,000 @@ -587,7 +588,7 @@ - Hydrometer Tool - + - Hydrometer-Werkzeug @@ -626,47 +627,47 @@ IngredientView - + &Add Ingredient - + Ctrl+Insert - + Add a new ingredient - + &Remove Ingredient - + Ctrl+Delete - + Remove selected ingredient - + &Clear Selection - + Escape - + Clear selection @@ -676,7 +677,7 @@ QBrew[*] - + QBrew[*] @@ -946,17 +947,17 @@ Print Pre&view... - + Druck&vorschau ... Preview the printed recipe - + Vorschau des gedruckten Rezepts Use this command to preview printing the recipe - + Verwenden Sie diesen Befehl, um eine Vorschau des gedruckten Rezepts zu bekommen @@ -964,12 +965,12 @@ - Delete? - + - Löschen? Do you wish to remove this entry? - + Wollen Sie diesen Eintrag löschen? @@ -984,7 +985,7 @@ Quantity - Menge + Menge @@ -994,7 +995,7 @@ Notes - + Notizen @@ -1038,24 +1039,9 @@ PreviewDialog - - Zoom in - - - - - Zoom out - - - - - Page setup - - - Print - + Drucken @@ -1066,185 +1052,185 @@ - + /autosave. - + Canceled... - + Created new recipe - + Neues Rezept erstellt - + Opening recipe... - + Öffne Rezept ... - + Open... - + Öffnen ... - + Loaded recipe - + Load failed - + %1 was unable to make a backup of %2 - + Saved recipe - + %1 was unable to save %2 - + Error in saving recipe - + Saving recipe under new filename... - + Save As... - + Unable to save to %1 - + Saving aborted - + Export... - + Exported recipe - + Unable to export to %1 - + Error exporting recipe - + Export aborted - + Print preview... - + Printing... - + Configuring %1 ... - + Version - + <p align=center><small>Contributions by - + About - + Saved configuration - - Unable to load the recipe - - - - + Unable to import the file %1 - + Autosaving recipe... - + - Save? - + <p>Do you wish to save your work first? - + - Overwrite? - + <p>Are you sure you want to overwrite the file "%1" - + Toggle the toolbar - + Enable or disable the Toolbar + + + Unable to load the recipe %1 + + QObject @@ -1325,48 +1311,29 @@ US - + Could not open data file - + Cannot read file %1: %2 - - - - - Wrong file type for %1 - - - - - Unsupported version %1 - + Datei %1 kann nicht gelesen werden: +%2 - + Cannot write file %1: %2 - - No recipes found in %1 - - - - + Multiple recipes found. Please select one: - - Cannot process file %1 - - - Generic @@ -1412,281 +1379,308 @@ + + + Error reading file %1 + + + + + Not a recipe for qbrew + + + + + Unsupported file version + + Recipe - + Recipe - + Style - Sorte + Sorte - + Brewer - Brauer + Brauer - + Batch - + Charge - + Recipe Characteristics - + Rezepteigenschaften - + Recipe Gravity - + Stammwürzegehalt des Rezepts - + OG</td> - + Estimated FG - + Geschätzte Enddichte - + FG</td> - + Enddichte</td> + - + Recipe Bitterness - + Bitterkeit des Rezepts - + IBU</td> - + Alcohol by Volume - Alkoholvolumen + Alkoholvolumen - + %</td> - + %</td> + - + Recipe Color - + Farbe des Rezepts - + SRM</td> - + Alcohol by Weight - Alkoholgewicht + Alkoholgewicht - + Ingredients - + Zutaten - + Quantity - Menge + Menge - + Grain - Getreide + Getreide - + Type - + Use - Verwendung + Verwendung - + Hop - + Hopfen - + Time - + Zeit - + minutes</td> </tr> - + Minuten</td> +</tr> + + - + Misc - + Notes - + Notizen - + Recipe Notes - Rezeptnotizen + Rezeptnotizen - + Batch Notes - Chargennotizen + Chargennotizen - + Brewer: - + Brauer: - + Style: - + Sorte: - + Batch: - + Charge: - + Characteristics - + Eigenschaften - + Recipe Gravity: - + Stammwürzegehalt des Rezepts: - + OG - + Recipe Bitterness: - + Bitterkeit des Rezepts: - + IBU - + Recipe Color: - + Farbe des Rezepts: - + SRM - + Estimated FG: - + Alcohol by Volume: - + Alkoholvolumen: - + % - + % + - + Alcohol by Weight: - + Alkoholgewicht: - + % - + % + + - + minutes - + Minuten + - + Recipe Notes: - + Rezeptnotizen: + - + Batch Notes: - + Chargennotizen: + - + Cannot read file %1: %2 - + Datei %1 kann nicht gelesen werden: +%2 Wrong file type for %1 - + Falscher Dateityp für %1 Not a recipe for %1 - + Kein Rezept für %1 - - Unsupported version %1 + + Cannot write file %1: +%2 - - Cannot write file %1: -%2 + + Error reading file %1 @@ -1695,22 +1689,22 @@ Recipe Configuration - + Konfiguration des Rezepts Recipe Defaults - + Voreinstellungen des Rezepts &Recipe style - + &Rezeptstil &Batch size - + &Chargenmenge @@ -1743,17 +1737,17 @@ - Delete? - + - Löschen? Do you wish to remove this entry? - + Wollen Sie diesen Eintrag löschen? Style - Sorte + Sorte @@ -1801,7 +1795,7 @@ View - + Ansicht @@ -1873,12 +1867,12 @@ stylebox - + 1.000 - + 1,000 @@ -1898,7 +1892,7 @@ 000 - + 000 @@ -1933,7 +1927,7 @@ 00.0% - + 00,0% @@ -1971,40 +1965,40 @@ &Notizen - + %1 characteristics Beer style characteristics, e.g. Generic ale Eigenschaften eines %1 - + %1% %1% 00.0° - + 00,0° &Title - + &Titel &Style - + &Sorte &Brewer - + &Brauer Si&ze - + &Menge @@ -2012,7 +2006,12 @@ Copyright 1999-2007 - + Copyright 1999-2007 + + + + Copyright 1999-2008 + Copyright 1999-2008 @@ -2020,7 +2019,7 @@ A Homebrewer's Recipe Calculator - Rezeptberechner für Hobbybrauer + Rezeptberechner für Hobbybrauer @@ -2028,32 +2027,32 @@ QBrew files (*.qbrew) - QBrew-Dateien (*.qbrew) + QBrew-Dateien (*.qbrew) Text files (*.txt) - Textdateien (*.txt) + Textdateien (*.txt) HTML files (*.html *.htm) - HTML-Dateien (*.html *.htm) + HTML-Dateien (*.html *.htm) BeerXML recipes (*.xml) - BeerXML-Rezepte (*.xml) + BeerXML-Rezepte (*.xml) PDF files (*.pdf) - PDF-Dateien (*.pdf) + PDF-Dateien (*.pdf) All files (*) - Alle Dateien (*) + Alle Dateien (*) @@ -2061,7 +2060,7 @@ untitled - unbenannt + unbenannt @@ -2069,7 +2068,7 @@ Extract - Extrakt + Extrakt @@ -2084,22 +2083,22 @@ Grain - Getreide + Getreide Adjunct - + Zusatz Sugar - + Zucker Other - + Anderes @@ -2107,7 +2106,7 @@ Ready - + Fertig @@ -2115,7 +2114,7 @@ Yeast - + Hefe @@ -2125,43 +2124,43 @@ Herb - + Kräuter Spice - + Gewürz Flavor - + Geschmack Additive - + Hilfsstoffe Other - + Anderes recipe - + Extract - Extrakt + Extrakt - + Partial Mash - + All Grain @@ -2169,14 +2168,14 @@ units - + Metric - Metrisch + Metrisch - + US - US + US -- debian/patches/0001-Change-last-name-after-marriage.patch0000644000000000000000000000404611724000730020142 0ustar From: Tobias Quathamer Date: Wed, 29 Feb 2012 14:27:31 +0100 Subject: Change last name after marriage --- AUTHORS | 2 +- docs/book/handbook-credits.html | 2 +- docs/handbook.docbook | 2 +- src/resource.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 4274883..ce65898 100644 --- a/AUTHORS +++ b/AUTHORS @@ -23,4 +23,4 @@ The KDE Project Translators ----------- -Tobias Toedter +Tobias Quathamer diff --git a/docs/book/handbook-credits.html b/docs/book/handbook-credits.html index 7093f9c..b9277fc 100644 --- a/docs/book/handbook-credits.html +++ b/docs/book/handbook-credits.html @@ -98,7 +98,7 @@
  • - ...Tobias Toedter for German translation work. + ...Tobias Quathamer for German translation work.

  • diff --git a/docs/handbook.docbook b/docs/handbook.docbook index d8715d3..cc538dd 100644 --- a/docs/handbook.docbook +++ b/docs/handbook.docbook @@ -571,7 +571,7 @@ contributing bug fixes. - ...Tobias Toedter for German translation work. + ...Tobias Quathamer for German translation work. ...Stephen Lowrie for a lot of rote work with diff --git a/src/resource.h b/src/resource.h index 6480fa3..90a4dc1 100644 --- a/src/resource.h +++ b/src/resource.h @@ -66,7 +66,7 @@ const QByteArray CONTRIBUTORS = "Lee Henderson, " "Stephen Lowrie, " "Michal Palczewski, " "Kevin Pullin, " - "Tobias Toedter"; + "Tobias Quathamer"; const QByteArray READY = QT_TRANSLATE_NOOP("message", "Ready"); -- debian/patches/0002-Correct-search-paths-for-documentation.patch0000644000000000000000000000154611724000730021631 0ustar From: Tobias Quathamer Date: Wed, 29 Feb 2012 14:29:05 +0100 Subject: Correct search paths for documentation --- src/resource.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/resource.h b/src/resource.h index 90a4dc1..f4949d7 100644 --- a/src/resource.h +++ b/src/resource.h @@ -103,8 +103,8 @@ const QByteArray EXPORT_FILTER = QT_TRANSLATE_NOOP("file filter", + TEXT_FILTER); const QByteArray DATA_FILE = "qbrewdata"; -const QByteArray HELP_FILE = "handbook-index.html"; -const QByteArray PRIMER_FILE = "primer.html"; +const QByteArray HELP_FILE = "book/handbook-index.html"; +const QByteArray PRIMER_FILE = "primer/primer.html"; const QByteArray DEFAULT_FILE = QT_TRANSLATE_NOOP("file name", "untitled"); // previous valid data formats -- debian/patches/0003-Add-CXXFLAGS-and-LDFLAGS-to-configure.patch0000644000000000000000000000131311724000730020324 0ustar From: Tobias Quathamer Date: Wed, 29 Feb 2012 14:23:08 +0100 Subject: Add CXXFLAGS and LDFLAGS to configure --- configure | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 29e3a62..4e5d099 100755 --- a/configure +++ b/configure @@ -300,7 +300,9 @@ fi echo "Creating Makefile" -$QMAKE -o $SOURCEPATH/Makefile "CONFIG+=$BUILDMODE configure" $PROFILE > /dev/null 2>> $LOGFILE +$QMAKE "QMAKE_CXXFLAGS=\"$CXXFLAGS\"" "QMAKE_LFLAGS=\"$LDFLAGS\"" \ + -o $SOURCEPATH/Makefile "CONFIG+=$BUILDMODE configure" \ + $PROFILE > /dev/null 2>> $LOGFILE if [ $? != "0" ] ; then echo "ERROR: could not create Makefile. See config.log" -- debian/patches/0006-Add-lrelease-to-configuration-step.patch0000644000000000000000000000416411724000730020740 0ustar From: Tobias Quathamer Date: Thu, 1 Mar 2012 23:44:06 +0100 Subject: Add lrelease to configuration step --- configure | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 4e5d099..32bad2d 100755 --- a/configure +++ b/configure @@ -73,6 +73,10 @@ qmake_test() { if [ -x "$result" ] ; then QMAKE=$result fi + result=$QTDIR/bin/lrelease + if [ -x "$result" ] ; then + LRELEASE=$result + fi fi # check PATH @@ -81,6 +85,10 @@ qmake_test() { if [ -x "$result" ] ; then QMAKE=$result fi + result=`which lrelease 2>/dev/null` + if [ -x "$result" ] ; then + LRELEASE=$result + fi fi # check common rename @@ -89,6 +97,10 @@ qmake_test() { if [ -x "$result" ] ; then QMAKE=$result fi + result=`which lrelease-q4 2>/dev/null` + if [ -x "$result" ] ; then + LRELEASE=$result + fi fi # check pkg-config @@ -99,6 +111,10 @@ qmake_test() { if [ -x "$result" ] ; then QMAKE=$result fi + result=$result/bin/lrelease + if [ -x "$result" ] ; then + LRELEASE=$result + fi fi fi @@ -112,6 +128,7 @@ qmake_test() { echo "yes" echo "found qmake at $QMAKE" >> $LOGFILE + echo "found lrelease at $LRELEASE" >> $LOGFILE } qtversion_test() { @@ -255,6 +272,7 @@ echo `date` >>$LOGFILE parse_options $@ QMAKE=${QMAKE:-} +LRELEASE=${LRELEASE:-} PREFIX=${PREFIX:-/usr/local} BINDIR=${BINDIR:-$PREFIX/bin} DATADIR=${DATADIR:-$PREFIX/share/$PACKAGE} @@ -296,6 +314,12 @@ if [ ! -z $QMAKESPEC ] ; then export QMAKESPEC fi +### create translation + +echo "Creating translations" + +$LRELEASE $PROFILE > /dev/null 2>> $LOGFILE + ### create Makefile echo "Creating Makefile" @@ -316,4 +340,4 @@ fi echo echo "$PACKAGE configured successfully" echo "Relax, don't worry, have a homebrew!" -echo \ No newline at end of file +echo -- debian/patches/series0000644000000000000000000000042511724000730012025 0ustar 0001-Change-last-name-after-marriage.patch 0002-Correct-search-paths-for-documentation.patch 0003-Add-CXXFLAGS-and-LDFLAGS-to-configure.patch 0004-Adjust-installation-and-cleanup-routines.patch 0005-Update-German-translation.patch 0006-Add-lrelease-to-configuration-step.patch debian/patches/0004-Adjust-installation-and-cleanup-routines.patch0000644000000000000000000000200011724000730022165 0ustar From: Tobias Quathamer Date: Wed, 29 Feb 2012 14:23:48 +0100 Subject: Adjust installation and cleanup routines --- qbrew.pro | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/qbrew.pro b/qbrew.pro index 2460a7b..02f437a 100755 --- a/qbrew.pro +++ b/qbrew.pro @@ -15,6 +15,8 @@ UI_DIR = build INCLUDEPATH += src VPATH = src +QMAKE_DISTCLEAN = config.log + win32 { RC_FILE = win\icon.rc CONFIG -= console @@ -74,8 +76,12 @@ unix:!macx { trans.files = translations/*.qm data.files = data/* pics/splash.png - doc.files = docs/book/*.html docs/primer/*.html README LICENSE - INSTALLS += target trans data doc + # The handbook and the primer are installed in a different + # location. The files README and LICENSE are copied by the + # dh_installdocs script + #doc.files = docs/book/*.html docs/primer/*.html README LICENSE + #INSTALLS += target trans data doc + INSTALLS += target trans data } RESOURCES = qbrew.qrc -- debian/qbrew.doc-base.primer0000644000000000000000000000043211723417553013211 0ustar Document: qbrew-primer Title: The QBrew Brewing Primer Author: David Johnson Abstract: The Brewing Primer describes how to brew your first beer yourself. Section: Data Management Format: HTML Index: /usr/share/doc/qbrew/primer/primer.html Files: /usr/share/doc/qbrew/primer/*.html debian/copyright0000644000000000000000000000461011723474002011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: QBrew Upstream-Contact: David Johnson Source: http://www.usermode.org/code.html Files: * Copyright: © 1999-2008 David Johnson © 2001 Abe Kabakoff © 2004 Michal Palczewski License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: © 1999-2002 Remi Lefebvre © 2003-2012 Tobias Quathamer License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/README.Debian0000644000000000000000000000070711723417553011243 0ustar qbrew for Debian ---------------- If you want to know how to start brewing yourself, there's a manual for that available from within the program - Menu "Help", Topic "Primer". QBrew comes with two sample recipes in the package directory, "/usr/share/doc/qbrew/examples". Although they look sane, I haven't tried them myself and cannot guarantee for the taste ;-) Happy brewing! -- Tobias Quathamer , Wed, 18 Feb 2009 13:46:40 +0100 debian/install0000644000000000000000000000020611723773736010575 0ustar docs/book/*html usr/share/doc/qbrew/book/ docs/primer/*html usr/share/doc/qbrew/primer/ debian/qbrew.desktop /usr/share/applications/ debian/control0000644000000000000000000000105711724001076010572 0ustar Source: qbrew Section: x11 Priority: extra Maintainer: Tobias Quathamer Build-Depends: debhelper (>= 9), libqt4-dev Standards-Version: 3.9.3 Homepage: http://www.usermode.org/code.html Package: qbrew Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Homebrewer's recipe calculator QBrew is a recipe calculator for homebrewed beers. It uses Qt for creating its graphical user interface and provides facilities for creating own beer recipes. It even has a manual describing how to brew your first beer yourself! debian/qbrew.manpages0000644000000000000000000000001711723417553012031 0ustar debian/qbrew.1 debian/dirs0000644000000000000000000000003211723417553010055 0ustar usr/bin usr/share/pixmaps debian/qbrew_16x16.xpm0000644000000000000000000000573411723417553011722 0ustar /* XPM */ static char *qbrew_16x16[] = { /* columns rows colors chars-per-pixel */ "16 16 147 2", " c black", ". c #55552B", "X c #4A6722", "o c #4E6227", "O c #4C6623", "+ c #4F6724", "@ c #4A6A20", "# c #496D24", "$ c #556622", "% c #506820", "& c #516A27", "* c #556C27", "= c #516A28", "- c #526B28", "; c #526B29", ": c #546D2B", "> c #556E2A", ", c #556E2B", "< c #566E2C", "1 c #576F2E", "2 c #57712E", "3 c #58712D", "4 c #59712D", "5 c #58712E", "6 c #59712E", "7 c #58722D", "8 c #58722E", "9 c #59722E", "0 c #5A732F", "q c #5B742F", "w c #5A7330", "e c #5A7431", "r c #5C7431", "t c #5D7531", "y c #5D7632", "u c #5E7432", "i c #5E7733", "p c #5F7733", "a c #5D7932", "s c #617835", "d c #617935", "f c #617A36", "g c #627A36", "h c #627B37", "j c #637B36", "k c #637C38", "l c #647B38", "z c #647C39", "x c #647D38", "c c #657D39", "v c #657E39", "b c #667D39", "n c #677C39", "m c #667E39", "M c #677E39", "N c #667E3A", "B c #697F3A", "V c #687F3C", "C c #67803A", "Z c #68803B", "A c #69813B", "S c #6A803B", "D c #68803C", "F c #69813C", "G c #6A813D", "H c #6A823D", "J c #6B823D", "K c #6B823E", "L c #6B833E", "P c #6C823F", "I c #6C833E", "U c #6D833F", "Y c #6C843F", "T c #6D853F", "R c #6D8640", "E c #6E8440", "W c #6E8540", "Q c #6F8641", "! c #6F8742", "~ c #728843", "^ c #728844", "/ c #738944", "( c #738A45", ") c #748A44", "_ c #748A45", "` c #758B45", "' c #758B46", "] c #748C46", "[ c #758C47", "{ c #778D48", "} c #778E49", "| c #788D48", " . c #788E48", ".. c #798E49", "X. c #798F4A", "o. c #7A8E49", "O. c #7A904A", "+. c #7A914B", "@. c #7B914B", "#. c #7B924C", "$. c #7C914C", "%. c #7C924D", "&. c #7D924C", "*. c #7D934E", "=. c #7E924D", "-. c #7F934D", ";. c #7F934E", ":. c #7E944E", ">. c #7F954F", ",. c #808000", "<. c #80944E", "1. c #81944E", "2. c #81954F", "3. c #809650", "4. c #819651", "5. c #829651", "6. c #839752", "7. c #839852", "8. c #839953", "9. c #859852", "0. c #859953", "q. c #849A54", "w. c #889D57", "e. c #899D58", "r. c #8A9E58", "t. c #8B9F59", "y. c #8C9E59", "u. c #8BA059", "i. c #8DA15B", "p. c #8DA25C", "a. c #8FA35D", "s. c #92A45E", "d. c #92A55E", "f. c #95A861", "g. c #96A962", "h. c #97A862", "j. c #97A962", "k. c #97AA63", "l. c #98A963", "z. c #98AA63", "x. c #9BAD66", "c. c #9CAE67", "v. c #9FB069", "b. c #A1B16B", "n. c #A3B46C", "m. c #A7B76F", "M. c None", /* pixels */ "M.M.M.M.M.M.O O O O M.M.M.M.M.M.", "M.M.M.M.M.> t : 2 & O M.M.M.M.M.", "M.M.M.M.e W q.*.s B > S Z q M.M.", "M.M.M.$ t 2.c.$.9.I h 4 - . M.M.", "M.M.M.t 3.:.c r.n.2.~ | c - o M.", "M.M.4 #.g.2.W } 3.| Q ` h > O M.", "M.M.4 h I c t.h.1.` c.n.~ Z ,.M.", "M.M.c i.| h | *.~ W g.*.s.*.@ M.", "M.+ S 9.T t.k.E a.s.B S m.| # M.", "M.+ c } l *.#.S a.n.} +.r.c M.M.", "M.2 >.~ +.1.` h.S S c.g.q . M.M.", "M.> k c r.h.I h.*.*.z.+.S M.M.M.", "M.4 q.S C Z t.Z 9.d.n s M.M.M.M.", "M.2 i W 9.) 3.q.U n . M.M.M.M.M.", "M.M.q z m ) U ' 4 M.M.M.M.M.M.M.", "M.M.M.2 Z s s * M.M.M.M.M.M.M.M." }; debian/qbrew.10000644000000000000000000000357611723417553010413 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH QBREW 1 "February 18, 2009" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME qbrew \- homebrewer's recipe calculator (uses Qt) .SH SYNOPSIS .B qbrew .RI [ options ] " file" .SH DESCRIPTION This manual page documents briefly the .B qbrew command. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation in the html format viewable from within the program. .PP .B qbrew is a recipe calculator for homebrewed beers. In addition to managing recipes, it provides facilities for creating new beer recipes. It uses Qt for its graphical user interface. .SH OPTIONS This program follows the usual GNU command line syntax, with long options starting with two dashes (`\-'). .B qbrew supports the standard options for Qt and the X Window System (\-style, \-geometry, \-display and others). In addition, the following options are used: .TP .B \-h, \-\-help Show summary of options. .TP .B \-v, \-\-version Show version of program. .TP .I file Start the program and open the specified file. .SH AUTHOR .B qbrew was written by David Johnson . Please send any bug reports to him. This manual page was written by Tobias Quathamer , for the Debian project (but may be used by others). debian/menu0000644000000000000000000000043511723417553010067 0ustar ?package(qbrew):\ needs="X11" \ section="Applications/Data Management" \ title="QBrew" \ command="/usr/bin/qbrew" \ longtitle="Homebrewer's recipe calculator" \ icon16x16="/usr/share/pixmaps/qbrew_16x16.xpm" \ icon32x32="/usr/share/pixmaps/qbrew_32x32.xpm" debian/changelog0000644000000000000000000003142511724001172011040 0ustar qbrew (0.4.1-3) unstable; urgency=low * Convert to source format 3.0 (quilt) * Use debian/patches for upstream changes * Update German translation of program * Use machine-readable copyright format v1.0 * Switch to debhelper v9 * Reduce debian/rules for debhelper v9 * Remove dh-make comments from debian/rules * Remove versioned dependency of libqt4-dev (Qt 4.3 is long gone now) * Create and install a .desktop file for qbrew * Add lrelease to configuration step * Update to Standards-Version 3.9.3 -- Tobias Quathamer Fri, 02 Mar 2012 00:12:29 +0100 qbrew (0.4.1-2) unstable; urgency=low * Change maintainer name * Update Standards-Version to 3.8.0, no changes needed * Use debhelper v7 and use shorter debian/rules * Add ${misc:Depends} to debian/control to fix a Lintian warning * Use © in debian/copyright -- Tobias Quathamer Wed, 18 Feb 2009 16:15:54 +0100 qbrew (0.4.1-1) unstable; urgency=low * New Upstream Version * Remove config.log in distclean target, patch forwarded upstream * debian/control: - Adjust Build-Depends for minimal Qt version to 4.3 - Remove toolkit from package synopsis - Remove Vcs-Browser, because it does not contain Debian packaging information -- Tobias Toedter Mon, 26 May 2008 10:13:56 +0200 qbrew (0.4.0-3) unstable; urgency=low * Rebuild with libqt4-dev 4.4.0~rc1-4. This fixes a FTBFS with the previous version of libqt4-dev. Closes: #475742, #475813 * Change maintainer's e-mail address * Remove DM upload rights -- Tobias Toedter Tue, 22 Apr 2008 09:37:04 +0200 qbrew (0.4.0-2) unstable; urgency=low * Allow Debian-Maintainer upload * Remove XS- prefix from Vcs-Browser in debian/control * Rename doc-base section to "Data Management" * debian/rules: - Use CXXFLAGS instead of CFLAGS - Use LDFLAGS="-Wl,--as-needed" to avoid linking unneeded libraries * Reformat debian/copyright and update year information * Apply patches to upstream sources directly and remove quilt from Build-Depends * Use --debug switch during configure, so that the binary contains debugging symbols when built with DEB_BUILD_OPTIONS=nostrip. Closes: #437852 * Update Standards-Version to 3.7.3, no changes needed -- Tobias Toedter Fri, 11 Apr 2008 22:37:52 +0200 qbrew (0.4.0-1) unstable; urgency=low * New upstream version * Fix Lintian warnings: - In debian/rules, exchange "-$(MAKE) distclean" with "[ ! -f Makefile ] || $(MAKE) distclean" to enable the script to catch errors from the clean target. - Change "Apps/Tools" to "Applications/Data Management" in menu and doc-base files * Change watch file to new upstream homepage layout * Remove patches/fix_quoting.diff, it's no longer needed * Refresh remaining patch to apply cleanly, no content changes * Add new fields Homepage and XS-Vcs-Browser to control file * Add stout.qbrew to examples, it's included in upstream again -- Tobias Toedter Tue, 2 Oct 2007 17:42:47 +0200 qbrew (0.3.10-1) unstable; urgency=low * New upstream version - Fix bug which caused qbrew to display only the first item in each section. Closes: #402769 - Remove patches that have been applied upstream: - force_release_version.diff - copyright_typo.diff - remove_beerxml_filter.diff * Update remaining patches to apply cleanly, no content changes * Update years in copyright file * Remove TODO from docs, it's no longer included upstream * Remove stout.qbrew from examples, it's no longer included upstream -- Tobias Toedter Wed, 25 Apr 2007 14:05:57 +0200 qbrew (0.3.9-4) unstable; urgency=low * Remove libglib2.0-dev from Build-Depends again, the dependancy has now been added to the libqt4-dev package. * qmake seems to have problems in properly quoting constants given via the -D switch on the command line since version 4.2. The last upload already has a workaround for this, but in order to not FTBFS with previous Qt versions, the Build-Depends on libqt4-dev is now versioned. -- Tobias Toedter Sun, 22 Oct 2006 18:49:16 +0200 qbrew (0.3.9-3) unstable; urgency=medium * Add libglib2.0-dev to Build-Depends to fix an FTBFS error with the new version of libqt4 (4.2.0). Thanks to Martin Michlmayr for the bug report. Closes: #392180 * Add quotes around PACKAGE and VERSION definitions in the configure script to make gcc happy * Urgency set to medium as per release policy (RC bug fix) -- Tobias Toedter Wed, 11 Oct 2006 20:13:54 +0200 qbrew (0.3.9-2) unstable; urgency=low * Add patch to remove the BeerXML filter from the open file dialog, because the import filter is not yet implemented. Closes: #385973 -- Tobias Toedter Tue, 5 Sep 2006 16:10:21 +0200 qbrew (0.3.9-1) unstable; urgency=low * New upstream release - Code has been rewritten to work with Qt 4 - The Database Tool uses a new Qt view class, the segfault which existed in the Qt 3 version is no longer present. Closes: #343910 * patches/ directory - All former code changes are integrated or obsolete after the upstream rewrite - The library linking is done much smarter now, so that the stripping of unneeded libraries (introduced in the previous upload) is no longer necessary. - New patch to drop a build dependency on libqt4-debug-dev - New patch to install the handbook and primer HTML files in a proper location - New patch to fix a typo in the copyright dialog box * Build-Depends on quilt to manage the patches * Remove Build-Depends on autotools-dev. The build system uses qmake, which does not need config.sub and config.guess. * Add new file "install" which is used to copy the qbrew handbook and brewing primer to the appropriate locations * Register the brewing primer with doc-base * Update Standards-Version to 3.7.2, no changes needed -- Tobias Toedter Sat, 19 Aug 2006 12:43:17 +0200 qbrew (0.3.5-3) unstable; urgency=low * Added new patch to fix a FTBFS error with GCC 4.1. Thanks to Martin Michlmayr for the report and patch. Closes: #357467 * Rewrote upstream's checks for needed libraries to cut down the number of unnecessary linked in libraries. In effect, qbrew does no longer depend on libx11-dev, libice-dev, libsm-dev, and libxext-dev. * Build-Depends-Indep: debhelper >= 5.0.0 * Bumped compat file from version 4 to 5 * Updated copyright file with current year * Corrected formatting of the Homepage: entry in the description -- Tobias Toedter Sat, 22 Apr 2006 16:30:32 +0200 qbrew (0.3.5-2) unstable; urgency=low * Extracted the pixmaps from the patch into files in the debian directory, so they can be deleted in the clean target * Instead of removing the upstream config.sub and config.guess, they are now backed up and restored in the clean target * Properly escaped a dash in the manpage * Added a new target to debian/rules for regenerating the xpm images for the menu manager (generate-xpm). It requires sodipodi and mogrify and uses the SVG file provided by upstream * New patch (20_controller-warning.diff) which fixes a compiler warning in the files controller.cpp and controller.h * The script configure gets run now without using env for passing parameters; instead, the simpler form NAME=VALUE is used * Warnings about a missing non-virtual destructor in the Qt functions are suppressed currently, those will be fixed with the new release of Qt 4.0 -- Tobias Toedter Tue, 2 Nov 2005 11:33:18 +0100 qbrew (0.3.5-1) unstable; urgency=low * New upstream release * Force rebuild of the package for transitions - Link against libqt3-mt instead of libqt3c102-mt for the Qt/KDE transition (Closes: #327939) - Link against libstdc++6 instead of libstdc++5 for the C++ transition * Replaced the build dependency on xlibs-dev with libx11-dev, libsm-dev, libice-dev, and libxext-dev * Dropped the build dependency on dpatch, the patches are now applied with a hand-made system * Updated Standards-Version to 3.6.2, no changes needed -- Tobias Toedter Thu, 22 Sep 2005 22:57:08 +0200 qbrew (0.3.4-1) unstable; urgency=low * New upstream release * Included the file AUTHORS * Fixed handling of config.{guess,sub} -- the files were copied to the wrong location, so they were not used by the configure script * Generated the xpm menu icons from the upstream svg file. They look so much nicer now! -- Tobias Toedter Mon, 4 Oct 2004 20:08:23 +0200 qbrew (0.3.3.1-1) unstable; urgency=low * New upstream release, fixes a bug with spinbuttons under Qt * Build-Depends: on autotools-dev, to handle config.{guess,sub} in a sane way * Build-Depends: on dpatch. The use of dpatch is newly introduced. -- Tobias Toedter Tue, 18 May 2004 18:49:39 +0200 qbrew (0.3.3-5) unstable; urgency=low * Changing the copyright file to say something meaningful about the copyright * Removed xlibs from Build-Depends, since xlibs-dev is already listed there * Removed zlib1g and xutils from Build-Depends, since they both were not needed at all. Oops. * Removed the (pre|post)(inst|rm) scripts, since there were no special actions to perform. The necessary scripts are now generated automatically by dh_installdocs and dh_installmenu * Quoted all strings in the menu file -- Tobias Toedter Sun, 7 Mar 2004 16:43:23 +0100 qbrew (0.3.3-4) unstable; urgency=low * Changed maintainer email address * Changed short description (removed "A" according to policy) * Added a black outline to the menu icons at upstream's request * Updated to Standards-Version 3.6.1 for the upcoming release (no changes needed) -- Tobias Toedter Sun, 2 Nov 2003 12:58:12 +0100 qbrew (0.3.3-3) unstable; urgency=low * Included two icons to follow new menu policy * Updated Standards-Version to 3.5.10 (no changes needed) -- Tobias Toedter Sat, 31 May 2003 13:05:44 +0200 qbrew (0.3.3-2) unstable; urgency=low * Removed Build-Depend on libstdc++2.10-glibc2.2 (Closes: #192289) -- Tobias Toedter Thu, 8 May 2003 20:52:17 +0200 qbrew (0.3.3-1) unstable; urgency=low * New maintainer (Closes: #190195, #142618) * New upstream version, uses more up-to-date Qt (Closes: #188632) * Removed Build-Depend on obsolete xlib6g-dev (Closes: #170175) * Patched main Makefile.am and .in so that some info-files are not copied twice into the package directory -- Tobias Toedter Sat, 26 Apr 2003 17:58:25 +0200 qbrew (0.3.0-2) unstable; urgency=low * NMU * Adding include of to main.cpp, c++ is a bit stricter than C * This should satisfy ia643 compiler (Closes: #142618) -- Moshe Zadka Sun, 21 Apr 2002 01:10:34 -0500 qbrew (0.3.0-1) unstable; urgency=low * New upstream version. * Fixed spelling mistake in description. (Closes: #125294) -- Remi Lefebvre Wed, 10 Apr 2002 22:29:47 -0400 qbrew (0.2.0-2) unstable; urgency=low * Updated config.{guess,sub}. (Closes: #121623) -- Remi Lefebvre Fri, 30 Nov 2001 22:40:56 -0500 qbrew (0.2.0-1) unstable; urgency=low * New upstream. -- Remi Lefebvre Wed, 25 Apr 2001 21:32:55 -0400 qbrew (0.1.4-3) unstable; urgency=low * Rebuild qbrew against new qt libs. (Closes: 89783) * Updated config.sub to enable build on ARM architecture. (Closes: #90490) -- Remi Lefebvre Wed, 21 Mar 2001 08:58:23 -0500 qbrew (0.1.4-2) unstable; urgency=low * Recompiled to fix dependency on libmng. (Closes: #86532) -- Remi Lefebvre Sun, 18 Feb 2001 20:15:43 -0500 qbrew (0.1.4-1) unstable; urgency=low * Built on new libqt2.2. (Closes: #72540) * New upstream release. -- Remi Lefebvre Mon, 25 Sep 2000 23:12:01 -0400 qbrew (0.1.3-3) unstable; urgency=low * Build against libqt2.1. -- Remi Lefebvre Wed, 19 Jul 2000 14:22:59 -0400 qbrew (0.1.3-2) unstable; urgency=low * Added build-depend on debhelper. (Closes: #66995) -- Remi Lefebvre Mon, 10 Jul 2000 12:47:45 -0400 qbrew (0.1.3-1) unstable; urgency=low * New policy standard. * New upstream release. -- Remi Lefebvre Fri, 16 Jun 2000 22:24:13 -0400 qbrew (0.1.1-1) unstable; urgency=low * New upstream version. -- Remi Lefebvre Mon, 13 Dec 1999 13:52:33 -0500 qbrew (0.1.0-1) unstable; urgency=low * Initial Release. -- Remi Lefebvre Tue, 23 Nov 1999 18:38:11 -0500 debian/qbrew.desktop0000644000000000000000000000031211723773571011712 0ustar [Desktop Entry] Version=1.0 Type=Application Name=QBrew Comment=Homebrewer's recipe calculator Comment[de]=Rezeptrechner für Bierbrauer TryExec=qbrew Exec=qbrew Icon=qbrew_32x32 Categories=Utility;Qt;