kolbusa/stalonetray

version bump

Closed this issue · 2 comments

Hi! Kind of a specific request, but could we get a version bump? My issue is that /bin/sh not being bash breaks the build on v0.8.4:

make[1]: Entering directory '/var/tmp/portage/x11-misc/stalonetray-0.8.4/work/stalonetray-0.8.4'
VERSION_STR=`echo 0.8.4 | sed 's/\([^\.]*\.[^\.]*\)\..*/\1/'`; \
cat stalonetray.xml.in | sed "s/@VERSION_STR@/$VERSION_STR/g" > stalonetray.xml
xsltproc --nonet /usr/share/sgml/docbook/xsl-stylesheets//manpages/docbook.xsl stalonetray.xml
Note: Writing stalonetray.1
make[1]: Leaving directory '/var/tmp/portage/x11-misc/stalonetray-0.8.4/work/stalonetray-0.8.4'
make -j12 dist 
make  dist-gzip am__post_remove_distdir='@:'
make[1]: Entering directory '/var/tmp/portage/x11-misc/stalonetray-0.8.4/work/stalonetray-0.8.4'
make  distdir-am
make[2]: Entering directory '/var/tmp/portage/x11-misc/stalonetray-0.8.4/work/stalonetray-0.8.4'
VERSION_STR=`echo 0.8.4 | sed 's/\([^\.]*\.[^\.]*\)\..*/\1/'`; \
cat stalonetrayrc.sample.in | sed "s/@VERSION_STR@/$VERSION_STR/g" > stalonetrayrc.sample
xsltproc --nonet /usr/share/sgml/docbook/xsl-stylesheets//xhtml/docbook.xsl stalonetray.xml >& stalonetray.html
VERSION_STR=`echo 0.8.4 | sed 's/\([^\.]*\.[^\.]*\)\..*/\1/'`; \
cat stalonetray.spec.in | sed "s/@VERSION_STR@/$VERSION_STR/g" > stalonetray.spec
/bin/sh: 1: Syntax error: Bad fd number
make[2]: *** [Makefile:863: stalonetray.html] Error 2
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/var/tmp/portage/x11-misc/stalonetray-0.8.4/work/stalonetray-0.8.4'
make[1]: *** [Makefile:521: distdir] Error 2
make[1]: Leaving directory '/var/tmp/portage/x11-misc/stalonetray-0.8.4/work/stalonetray-0.8.4'
make: *** [Makefile:627: dist] Error 2

This seems to be fixed on master, which is great, but there hasn't been a release in almost two years now, so for example it does not build on some specific systems, like mine, until I figured out why this was happening. Great little program otherwise, thanks for making it!

Sure, give me a few days to find some time to do a release.