-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2024a5
commit 34b4ae3
Showing
5 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
abinfo "Installing helper scripts" | ||
|
||
install -vDm 755 \ | ||
-t "$PKGDIR"/usr/share/keyd/ \ | ||
"$SRCDIR"/scripts/generate_xcompose \ | ||
"$SRCDIR"/scripts/dump-xkb-config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
abinfo "Building keyd" | ||
|
||
make PREFIX=/usr | ||
|
||
abinfo "Installing keyd" | ||
|
||
make PREFIX=/usr DESTDIR="$PKGDIR/" install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
PKGNAME=keyd | ||
PKGSEC=utils | ||
PKGDEP="perl" | ||
PKGRECOM="python-3 python-xlib dbus-python" | ||
PKGDES="A low-level key remapping daemon for linux" | ||
|
||
ABTYPE=self |
1 change: 1 addition & 0 deletions
1
app-utils/keyd/autobuild/overrides/usr/lib/sysusers.d/keyd.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
g keyd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
VER=2.5.0 | ||
SRCS="git::commit=tags/v$VER::https://github.com/rvaiya/keyd.git" | ||
CHKSUMS="SKIP" | ||
CHKUPDATE="anitya::id=236441" |