Update to 1.6.
Submitted by: maintainer
This commit is contained in:
parent
af0be8e375
commit
e38e6ac0ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40732
@ -6,10 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= xxkb
|
||||
PORTVERSION= 1.5.1
|
||||
CATEGORIES= russian x11
|
||||
MASTER_SITES= http://www.tsu.ru/~pascal/other/xxkb/ \
|
||||
http://www.cis.ohio-state.edu/~matey/distfiles/
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= russian ukrainian
|
||||
MASTER_SITES= http://www.tsu.ru/~pascal/other/xxkb/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= matey@cis.ohio-state.edu
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xxkb-1.5.1.tgz) = bae814a30d7231c4e472bb7f706f544e
|
||||
MD5 (xxkb-1.6.tgz) = 4a83a19299a6f51736bedefb131310cb
|
||||
|
@ -1,11 +1,10 @@
|
||||
--- Imakefile.orig Wed Oct 25 06:39:57 2000
|
||||
+++ Imakefile Mon Mar 5 12:38:05 2001
|
||||
@@ -12,10 +12,8 @@
|
||||
su48.xpm su15.xpm ua48.xpm ua15.xpm by15.xpm by48.xpm
|
||||
--- Imakefile.orig Sat Mar 31 15:30:22 2001
|
||||
+++ Imakefile Sat Mar 31 15:30:55 2001
|
||||
@@ -13,9 +13,7 @@
|
||||
|
||||
DEFINES = -DAPPDEFDIR=\"$(DESTDIR)$(XAPPLOADDIR)\" \
|
||||
-DPIXMAPDIR=\"$(DESTDIR)$(PIXMAPDIR)\"
|
||||
-CDEBUGFLAGS = -g -O2
|
||||
-CDEBUGFLAGS = -O2
|
||||
+CFLAGS ?= -Wall -O2
|
||||
|
||||
-ComplexProgramTarget(xxkb)
|
||||
|
@ -1,10 +1,10 @@
|
||||
Xxkb is a simple XKB keyboard mapping switcher. It maintains
|
||||
the active keyboard mapping on a per-window basis. An optional
|
||||
small icon is added to each window to indicate the current
|
||||
keyboard mapping for that window. In addition to using a key
|
||||
combination specified in XKB configuration you can also
|
||||
click on this icon to switch between mappings.
|
||||
an active keyboard mapping on a per-window basis. An optional
|
||||
small icon is displayed in each window to indicate the selected
|
||||
keyboard mapping. You can click this icon to switch between
|
||||
mappings in addition to being able to use the key combination
|
||||
specified in the XKB configuration.
|
||||
|
||||
Xxkb works with basically any window manager.
|
||||
Xxkb works with virtually any window manager.
|
||||
|
||||
WWW: http://www.tsu.ru/~pascal/other/xxkb/
|
||||
|
@ -6,10 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= xxkb
|
||||
PORTVERSION= 1.5.1
|
||||
CATEGORIES= russian x11
|
||||
MASTER_SITES= http://www.tsu.ru/~pascal/other/xxkb/ \
|
||||
http://www.cis.ohio-state.edu/~matey/distfiles/
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= russian ukrainian
|
||||
MASTER_SITES= http://www.tsu.ru/~pascal/other/xxkb/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= matey@cis.ohio-state.edu
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xxkb-1.5.1.tgz) = bae814a30d7231c4e472bb7f706f544e
|
||||
MD5 (xxkb-1.6.tgz) = 4a83a19299a6f51736bedefb131310cb
|
||||
|
@ -1,11 +1,10 @@
|
||||
--- Imakefile.orig Wed Oct 25 06:39:57 2000
|
||||
+++ Imakefile Mon Mar 5 12:38:05 2001
|
||||
@@ -12,10 +12,8 @@
|
||||
su48.xpm su15.xpm ua48.xpm ua15.xpm by15.xpm by48.xpm
|
||||
--- Imakefile.orig Sat Mar 31 15:30:22 2001
|
||||
+++ Imakefile Sat Mar 31 15:30:55 2001
|
||||
@@ -13,9 +13,7 @@
|
||||
|
||||
DEFINES = -DAPPDEFDIR=\"$(DESTDIR)$(XAPPLOADDIR)\" \
|
||||
-DPIXMAPDIR=\"$(DESTDIR)$(PIXMAPDIR)\"
|
||||
-CDEBUGFLAGS = -g -O2
|
||||
-CDEBUGFLAGS = -O2
|
||||
+CFLAGS ?= -Wall -O2
|
||||
|
||||
-ComplexProgramTarget(xxkb)
|
||||
|
@ -1,10 +1,10 @@
|
||||
Xxkb is a simple XKB keyboard mapping switcher. It maintains
|
||||
the active keyboard mapping on a per-window basis. An optional
|
||||
small icon is added to each window to indicate the current
|
||||
keyboard mapping for that window. In addition to using a key
|
||||
combination specified in XKB configuration you can also
|
||||
click on this icon to switch between mappings.
|
||||
an active keyboard mapping on a per-window basis. An optional
|
||||
small icon is displayed in each window to indicate the selected
|
||||
keyboard mapping. You can click this icon to switch between
|
||||
mappings in addition to being able to use the key combination
|
||||
specified in the XKB configuration.
|
||||
|
||||
Xxkb works with basically any window manager.
|
||||
Xxkb works with virtually any window manager.
|
||||
|
||||
WWW: http://www.tsu.ru/~pascal/other/xxkb/
|
||||
|
Loading…
Reference in New Issue
Block a user