diff options
author | Cem Keylan <cem@ckyln.com> | 2024-10-09 13:06:42 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2024-10-09 13:06:42 +0200 |
commit | a0b84eb3fe57e370ccbeb2e495345be961b70fdd (patch) | |
tree | 1e2ef3bd5a014652af304a0cafb7fe5b6a75410a /extra/libdisplay-info | |
parent | fe0496012053aebdca0a9d12534928ab0c5f3633 (diff) | |
download | repository-a0b84eb3fe57e370ccbeb2e495345be961b70fdd.tar.gz |
libdisplay-info: add new package at 0.2.0
Diffstat (limited to 'extra/libdisplay-info')
-rwxr-xr-x | extra/libdisplay-info/build | 11 | ||||
-rw-r--r-- | extra/libdisplay-info/checksums | 2 | ||||
-rw-r--r-- | extra/libdisplay-info/depends | 1 | ||||
-rw-r--r-- | extra/libdisplay-info/meta | 3 | ||||
-rw-r--r-- | extra/libdisplay-info/sources | 1 | ||||
-rw-r--r-- | extra/libdisplay-info/version | 1 |
6 files changed, 19 insertions, 0 deletions
diff --git a/extra/libdisplay-info/build b/extra/libdisplay-info/build new file mode 100755 index 00000000..8d4579c7 --- /dev/null +++ b/extra/libdisplay-info/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +export LDFLAGS="$LDFLAGS -static" +export DESTDIR="$1" + +cl-meson \ + -Ddefault_library=static \ + . output + +ninja -C output +ninja -C output install diff --git a/extra/libdisplay-info/checksums b/extra/libdisplay-info/checksums new file mode 100644 index 00000000..d3fa892d --- /dev/null +++ b/extra/libdisplay-info/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +118dc0d50860fcdfd4841feb883d47967dd2fcf9be2ed416402ad86532b12c48 libdisplay-info-0.2.0.tar.gz diff --git a/extra/libdisplay-info/depends b/extra/libdisplay-info/depends new file mode 100644 index 00000000..36f6fe6c --- /dev/null +++ b/extra/libdisplay-info/depends @@ -0,0 +1 @@ +meson make diff --git a/extra/libdisplay-info/meta b/extra/libdisplay-info/meta new file mode 100644 index 00000000..d665c44d --- /dev/null +++ b/extra/libdisplay-info/meta @@ -0,0 +1,3 @@ +description: EDID and DisplayID library +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/libdisplay-info/sources b/extra/libdisplay-info/sources new file mode 100644 index 00000000..7a957294 --- /dev/null +++ b/extra/libdisplay-info/sources @@ -0,0 +1 @@ +https://gitlab.freedesktop.org/emersion/libdisplay-info/-/archive/0.2.0/libdisplay-info-0.2.0.tar.gz diff --git a/extra/libdisplay-info/version b/extra/libdisplay-info/version new file mode 100644 index 00000000..2f7905df --- /dev/null +++ b/extra/libdisplay-info/version @@ -0,0 +1 @@ +0.2.0 1 |