pkgsrc/x11/xxkb/patches/patch-aa
obache 9c4cd41701 Import xxkb version 1.11 from pkgsrc-wip.
Packaged by Aleksey Cheusov and requested to import in PR 35665.

XXKB remembers the layout for each application window and changes the
keyboard state accordingly when the window gets a focus, it also shows
the current keyboard layout (an XKB group) and allows to switch it
with a mouse click and has many other useful features.
2007-05-30 14:01:47 +00:00

22 lines
682 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2007/05/30 14:01:47 obache Exp $
--- Imakefile.orig 2007-03-14 23:54:53.000000000 +0200
+++ Imakefile
@@ -3,7 +3,7 @@
BASEDIR = $(PROJECTROOT)
BINDIR = $(BASEDIR)/bin
PIXMAPDIR = $(BASEDIR)/share/xxkb
-LOCAL_LIBRARIES = $(XONLYLIB) -lXpm -lXt
+LOCAL_LIBRARIES = $(XONLYLIB) -lXpm -lXt -lXext
OBJS = xxkb.o resource.o wlist.o
PIXMAPS = pixmaps/by15.xpm pixmaps/by48.xpm \
@@ -16,7 +16,7 @@ PIXMAPS = pixmaps/by15.xpm pixmaps/by48.
pixmaps/bg15.xpm pixmaps/bg48.xpm
DEFINES = -DAPPDEFDIR=\"$(DESTDIR)$(XAPPLOADDIR)\" -DAPPDEFFILE=\"XXkb\" \
- -DXT_RESOURCE_SEARCH -DSHAPE_EXT
+ -DSHAPE_EXT
#if WITH_SVG_SUPPORT
DEFINES += -DSVG_GRAPHICS