Its hard to write ebuilds for smdev because this line is missing from smdev:
@mkdir -p ${DESTDIR}${PREFIX}/bin
Here is patch:
http://koti.kapsi.fi/~deferi/patches/smdev-git-create-bin.diff
diff --git a/Makefile b/Makefile
index 48749e5..59d844f 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,7 @
Greetings comrades,
I am proud to announce the 0.5 release of st. Much has changed.
Here is the changelog:
* the drawing code has been reworked
* higly efficient blinking support
* jumping back in time now works
* selection code has been fixed in many ways
* wrapping
On Sat, Apr 05, 2014 at 08:35:59PM +0200, Christoph Lohmann wrote:
> According to sysprof st is spending on my system most of the time in de‐
> coding utf8. But that’s not what’s hogging the system when running cma‐
> trix(1). The Intel DRM driver is too slow, as it seems. I have the same
> hoggi
Greetings.
On Sat, 05 Apr 2014 20:35:59 +0200 Toaster Toaster
wrote:
> On Thu, Apr 3, 2014 at 10:34 PM, Toaster Toaster
> wrote:
> > On Thu, Apr 3, 2014 at 9:34 PM, Christoph Lohmann <2...@r-36.net> wrote:
> >> Greetings.
> >>
> >> On Fri, 04 Apr 2014 06:34:55 +0200 Toaster Toaster
> >> wrot
Replaced #defines with typedefs where possible, patch attached.
diff --git a/st.c b/st.c
index a4f467d..89e93e0 100644
--- a/st.c
+++ b/st.c
@@ -36,10 +36,6 @@ char *argv0;
#define Glyph Glyph_
#define Font Font_
-#define Draw XftDraw *
-#define Colour XftColor
-#define Colourmap Colormap
-#def
> well, the information got updated to the latest stable release, and IMHO the
> system default only matters for
>
> * people using st from their repositories (which is the latest stable, 0.4.1),
> so the def. matches now
> * people using openbsd, which relies entirely on entries in the terminfo
Roberto E. Vargas Caballero schrieb am 05.04.2014 08:22:
> > Just checked, the information already got updated in
> >http://invisible-island.net/datafiles/current/terminfo.src.gz:
>
> Uhmmm, too fast!. I was thinking change the behaviour of backspace,
> that in this moment is generating delete ins