diff options
| author | zorz <zorz@opentux.org> | 2026-03-28 14:40:33 +0200 |
|---|---|---|
| committer | zorz <zorz@opentux.org> | 2026-03-28 14:40:33 +0200 |
| commit | a9230107e4c1d51d62e315aeda5e6e80511c667b (patch) | |
| tree | 4727b8bbc1d39cd953e2f50ce93e8426098a758d /libxkbfile/MAKEPKG | |
| parent | e092488d813b621809994b5e41d772636ec8796c (diff) | |
| download | xorg-main.tar.gz xorg-main.tar.xz | |
Diffstat (limited to 'libxkbfile/MAKEPKG')
| -rw-r--r-- | libxkbfile/MAKEPKG | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/libxkbfile/MAKEPKG b/libxkbfile/MAKEPKG deleted file mode 100644 index d25adfb..0000000 --- a/libxkbfile/MAKEPKG +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | #!/bin/mkpkg | ||
| 2 | # *** OpenTUX *** | ||
| 3 | # description: X keyboard file library | ||
| 4 | # url: https://xorg.freedesktop.org | ||
| 5 | |||
| 6 | name=libxkbfile | ||
| 7 | version=1.2.0 | ||
| 8 | release=1 | ||
| 9 | depends=(libx11) | ||
| 10 | makedeps=(meson) | ||
| 11 | source=(https://www.x.org/releases/individual/lib/$name-$version.tar.xz) | ||
| 12 | |||
| 13 | sha256sums=( | ||
| 14 | "7f71884e5faf56fb0e823f3848599cf9b5a9afce51c90982baeb64f635233ebf" | ||
| 15 | ) | ||
| 16 | |||
| 17 | build() { | ||
| 18 | meson setup $name-$version build \ | ||
| 19 | --prefix=/usr \ | ||
| 20 | --buildtype=plain | ||
| 21 | |||
| 22 | meson compile -C build | ||
| 23 | DESTDIR=$PKG meson install -C build | ||
| 24 | } | ||
| 25 | |||
| 26 | signify() { | ||
| 27 | untrusted comment: *** OpenTUX *** public key | ||
| 28 | RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 | ||
| 29 | } | ||
| 30 | |||
| 31 | # vim: filetype=sh | ||