mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Add another MASTER_SITE and a little patch for the keyboard layouts.
PR: 26537 Submitted by: maintainer
This commit is contained in:
parent
db9ca188e2
commit
9189627d80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41373
@ -8,7 +8,8 @@
|
||||
PORTNAME= xcyrBGR
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= russian
|
||||
MASTER_SITES= ftp://aladdin.cblink.net/pub/FreeBSD/X11/cyrillic/
|
||||
MASTER_SITES= ftp://aladdin.cblink.net/pub/FreeBSD/X11/cyrillic/ \
|
||||
ftp://ftp.cit.bg/pub/FreeBSD/X11/cyrillic/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= vess@btc.net
|
||||
|
22
russian/xcyrBGR/files/patch-aa
Normal file
22
russian/xcyrBGR/files/patch-aa
Normal file
@ -0,0 +1,22 @@
|
||||
--- xcyrBGR.cc.orig Sat Feb 17 12:32:23 2001
|
||||
+++ xcyrBGR.cc Thu Mar 22 14:09:55 2001
|
||||
@@ -1,8 +1,6 @@
|
||||
/*
|
||||
Pached for Bulgarian Cyrilic keyboard
|
||||
-supported BSD and Phonetic
|
||||
-
|
||||
-
|
||||
+supported BDS and Phonetic
|
||||
*/
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/xpm.h>
|
||||
@@ -43,8 +41,7 @@
|
||||
};
|
||||
|
||||
AuxLayout auxlayout[]={
|
||||
-// {XK_slash, XK_question, XK_period, XK_comma},
|
||||
- {XK_1, XK_exclam, XK_1, XK_exclam}
|
||||
+ {XK_z, XK_Z, 0xE7, 0xC7}
|
||||
};
|
||||
|
||||
AuxLayout auxlayout1[]={
|
Loading…
Reference in New Issue
Block a user