diff options
author | roam <roam@FreeBSD.org> | 2001-04-14 21:08:39 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-04-14 21:08:39 +0800 |
commit | 83d0f07516e33286b78390101c54a9eab7c9e4d4 (patch) | |
tree | 161636c82a76bece20fc07983ac0a13f98cc8ad2 /russian | |
parent | 031b2feb39743ad20a2d0fccc6f8d299e2a48475 (diff) | |
download | freebsd-ports-gnome-83d0f07516e33286b78390101c54a9eab7c9e4d4.tar.gz freebsd-ports-gnome-83d0f07516e33286b78390101c54a9eab7c9e4d4.tar.zst freebsd-ports-gnome-83d0f07516e33286b78390101c54a9eab7c9e4d4.zip |
Add another MASTER_SITE and a little patch for the keyboard layouts.
PR: 26537
Submitted by: maintainer
Diffstat (limited to 'russian')
-rw-r--r-- | russian/xcyrBGR/Makefile | 3 | ||||
-rw-r--r-- | russian/xcyrBGR/files/patch-aa | 22 |
2 files changed, 24 insertions, 1 deletions
diff --git a/russian/xcyrBGR/Makefile b/russian/xcyrBGR/Makefile index 706e79a5b98c..5d39ea1c3a66 100644 --- a/russian/xcyrBGR/Makefile +++ b/russian/xcyrBGR/Makefile @@ -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 diff --git a/russian/xcyrBGR/files/patch-aa b/russian/xcyrBGR/files/patch-aa new file mode 100644 index 000000000000..0f0890c068a5 --- /dev/null +++ b/russian/xcyrBGR/files/patch-aa @@ -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[]={ |