summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4e1e3243e45fe59acd3da1f59c8b5afac6b78e25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Maintainer: linuxer <linuxer@arixlinux.org> 
# https://gitlab.com/linuxer.gr
# Contributor: Kostas Gewrgiou <gewrgiou@imbc.gr>
# Contributor: Vasilis Vasaitis <vvas@hal.csd.auth.gr>
# Contributor: Ivan Pascal <pascal@info.tsu.ru>
pkgname=greeklayoutwithdotonnumpad
pkgver=1.3
pkgrel=0
pkgdesc="Greek layout with dot on numpad instead of comma for ARCH Linux"
pkgdir="src/"
instdir="/usr/share/X11/xkb/symbols/"
url="https://gitlab.com/linuxergr/greek-layout-dot-instead-of-comma-on-keypad/"
license=('GPL3')
replaces=('greeklayoutwithdotonnumpad')
arch=('any')
depends=('xkeyboard-config')
provides=("${pkgname}")
source=('https://gitlab.com/linuxer.gr/greek-layout-dot-instead-of-comma-on-keypad/uploads/f57fde6f22aac3598d1ad4944f1f1559/gr')
sha256sums=('SKIP')

package() {
#    cd "${pkgname}-${pkgver}"
    cd "${pkgdir}"
	sudo cp ../../gr /usr/share/X11/xkb/symbols/ 
	sudo chmod -R +r /usr/share/X11/xkb/symbols/gr
}

# vim:set ts=4 sw=2 ft=sh et: