Solved problem choosing keyboard layouts

This commit is contained in:
jolupa 2019-06-27 01:42:53 +02:00
parent 82019c03bc
commit 3b725bbf86
8 changed files with 3 additions and 92 deletions

Binary file not shown.

View File

@ -1,19 +0,0 @@
drwxr-xr-x jolupa/users usr/
drwxr-xr-x jolupa/users usr/bin/
-rwxr-xr-x jolupa/users usr/bin/gvim
drwxr-xr-x jolupa/users usr/share/
drwxr-xr-x jolupa/users usr/share/applications/
-rw-r--r-- jolupa/users usr/share/applications/gvim.desktop
-rw-r--r-- jolupa/users usr/share/applications/vim.desktop
drwxr-xr-x jolupa/users usr/share/icons/
drwxr-xr-x jolupa/users usr/share/icons/hicolor/
drwxr-xr-x jolupa/users usr/share/icons/hicolor/48x48/
drwxr-xr-x jolupa/users usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- jolupa/users usr/share/icons/hicolor/48x48/apps/gvim.png
drwxr-xr-x jolupa/users usr/share/icons/locolor/
drwxr-xr-x jolupa/users usr/share/icons/locolor/16x16/
drwxr-xr-x jolupa/users usr/share/icons/locolor/16x16/apps/
-rw-r--r-- jolupa/users usr/share/icons/locolor/16x16/apps/gvim.png
drwxr-xr-x jolupa/users usr/share/icons/locolor/32x32/
drwxr-xr-x jolupa/users usr/share/icons/locolor/32x32/apps/
-rw-r--r-- jolupa/users usr/share/icons/locolor/32x32/apps/gvim.png

View File

@ -1 +0,0 @@
19d5cd3a3087a60b3fe1985a1398537d vim-8.1.1390.tar.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/WoPW4MehEW09kojfnxj/cOXQYlc2vYMZ0OkQ6iaMX5lSfVyYbtWNpAUkANAOzyDEHOhLIS7WlEyqDPlLrHbOgs=
SHA256 (Pkgfile) = 52e15bb8deef617b0c034be673f392b2a8bbe24603d4332c77013f443c6d42ad
SHA256 (.footprint) = 13bd98cda11996ac1175c063a94f9a8a70ce58cd9d746a6ed295d41f9eaa9b0b
SHA256 (vim-8.1.1390.tar.gz) = a0a7b835757229ab543e396a70dad33e6e735520c5461e4721c4c9950bb805ad

View File

@ -1,29 +0,0 @@
# Description: GTK version of the vim editor
# URL: http://www.vim.org/
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: vim, gtk3, xorg-libxt
name=gvim-gtk3
version=8.1.1390
release=1
source=(https://github.com/vim/vim/archive/v${version}/vim-$version.tar.gz)
build () {
cd vim-$version/src
sed -i '/^CFLAGS/d' Makefile
./configure --prefix=/usr \
--with-vim-name=gvim \
--with-x=yes \
--enable-gui=gtk3 \
--enable-multibyte \
--enable-cscope \
--disable-gpm \
--disable-nls
make VIMRTDIR=
make VIMRTDIR= DESTDIR=$PKG installvimbin install-icons
sed -ri '/\[.+\]=/d' $PKG/usr/share/applications/*.desktop
}

View File

@ -1,29 +0,0 @@
# Description: GTK version of the vim editor
# URL: http://www.vim.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: vim, gtk, xorg-libxt
name=gvim
version=8.1.1390
release=1
source=(https://github.com/vim/vim/archive/v${version}/vim-$version.tar.gz)
build () {
cd vim-$version/src
sed -i '/^CFLAGS/d' Makefile
./configure --prefix=/usr \
--with-vim-name=gvim \
--with-x=yes \
--enable-gui=gtk3 \
--enable-multibyte \
--enable-cscope \
--disable-gpm \
--disable-nls
make VIMRTDIR=
make VIMRTDIR= DESTDIR=$PKG installvimbin install-icons
sed -ri '/\[.+\]=/d' $PKG/usr/share/applications/*.desktop
}

View File

@ -5,7 +5,7 @@
name=xfce4-settings
version=4.13.6
release=5
release=6
source=(https://git.xfce.org/xfce/$name/snapshot/$name-$version.tar.gz)
build() {
@ -22,9 +22,10 @@ build() {
--enable-libnotify \
--enable-gio-unix \
--enable-xcursor \
--enable-libxklavier \
--enable-libxklavier \
--enable-pluggable-dialogs \
--enable-sound-settings \
--x-libraries=/usr/share/X11 \
--disable-gtk2 \
--enable-gtk3

View File

@ -3,11 +3,4 @@
gtk-update-icon-cache /usr/share/icons/hicolor
if [ ! -f "/usr/share/xmodmap/base.xml" ]; then
mkdir -p /usr/share/xmodmap
ln -s /usr/share/X11/xkb/rules/base.xml /usr/share/xmodmap
else
echo "All files correct..."
fi
# End post install file