diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-06 03:24:55 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 12:25:10 +0200 |
commit | a8d0c1e77c964fcb06d36c88295f4adc04be7606 (patch) | |
tree | 14102dea7d20dcbed9b0063acc5f1bc28d58fad0 | |
parent | 83d141df5d1080790718557a23772177f4ca4bb9 (diff) | |
download | pkgbuilds-a8d0c1e77c964fcb06d36c88295f4adc04be7606.tar.xz |
Various stylistic housekeeping...
Might change tabs to be 4 spaces tho..
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 13:54:04 UTC 2015 +# Mon Jun 1 13:54:05 UTC 2015 pkgbase = dvorak-se - pkgdesc = A (non-standard) Swedish dvorak keyboard layout. (Console driver, for the Xorg driver checkout the sv_dvorak package.) + pkgdesc = A Swedish dvorak keyboard layout (Console driver) pkgver = 1 pkgrel = 2 url = http://tlundqvist.org/sv_dvorak/ @@ -4,7 +4,7 @@ pkgname=dvorak-se pkgver=1 pkgrel=2 -pkgdesc="A (non-standard) Swedish dvorak keyboard layout. (Console driver, for the Xorg driver checkout the sv_dvorak package.)" +pkgdesc="A Swedish dvorak keyboard layout (Console driver)" arch=(any) url="http://tlundqvist.org/sv_dvorak/" license=('GPL') @@ -18,4 +18,4 @@ package() { install -Dm644 dvorak-se.map.gz "$pkgdir"/usr/share/kbd/keymaps/i386/dvorak/ } -# vim: set ts=4 sw=4 noet: +# vim: set ts=2 sts=2 sw=2 noet: |