Skip to content

Commit 53b5952

Browse files
ttyylsq66
authored andcommitted
user/showmethekey: new package
1 parent b930aeb commit 53b5952

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/meson.build b/meson.build
2+
index 0adbb05..ec7c7a3 100644
3+
--- a/meson.build
4+
+++ b/meson.build
5+
@@ -85,7 +85,7 @@ if meson.version().version_compare('>= 0.57.0')
6+
skip_if_destdir: true
7+
)
8+
meson.add_install_script(
9+
- 'gtk4-update-icon-cache',
10+
+ 'gtk-update-icon-cache',
11+
'-f',
12+
'-t',
13+
get_option('prefix') / get_option('datadir') / 'icons' / 'hicolor',

Diff for: user/showmethekey/template.py

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
pkgname = "showmethekey"
2+
pkgver = "1.18.1"
3+
pkgrel = 0
4+
build_style = "meson"
5+
hostmakedepends = [
6+
"gettext-devel",
7+
"gtk+3-update-icon-cache",
8+
"meson",
9+
"pkgconf",
10+
]
11+
makedepends = [
12+
"cairo-devel",
13+
"glib-devel",
14+
"gtk4-devel",
15+
"json-glib-devel",
16+
"libadwaita-devel",
17+
"libevdev-devel",
18+
"libinput-devel",
19+
"libxkbcommon-devel",
20+
"pango-devel",
21+
"udev-devel",
22+
]
23+
pkgdesc = "Show keys you typed on screen"
24+
license = "Apache-2.0"
25+
url = "https://github.com/AlynxZhou/showmethekey"
26+
source = f"{url}/archive/refs/tags/v{pkgver}.tar.gz"
27+
sha256 = "e457d9cd9dc267983681022f95c04b2518d92588ce356ac815c67021f5819237"

0 commit comments

Comments
 (0)