mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
x.org/xfixes (#2347)
* x.org/libXfixes * libxfixes -> xfixes * libxfixes -> xfixes
This commit is contained in:
parent
2709fd7f1e
commit
bbafd13ef4
1 changed files with 37 additions and 0 deletions
37
projects/x.org/xfixes/package.yml
Normal file
37
projects/x.org/xfixes/package.yml
Normal file
|
@ -0,0 +1,37 @@
|
|||
distributable:
|
||||
url: https://www.x.org/archive/individual/lib/libXfixes-{{version}}.tar.xz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
url: https://xorg.freedesktop.org/archive/individual/lib/
|
||||
match: /libXfixes-\d+\.\d+(\.\d+)?\.tar\.xz/
|
||||
strip:
|
||||
- /libXfixes-/
|
||||
- /.tar.xz/
|
||||
|
||||
dependencies:
|
||||
x.org/x11: '*'
|
||||
x.org/protocol: '*'
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
freedesktop.org/pkg-config: '*'
|
||||
script:
|
||||
- ./configure $ARGS
|
||||
- make --jobs {{ hw.concurrency }}
|
||||
- make --jobs {{ hw.concurrency }} install
|
||||
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix="{{prefix}}"
|
||||
- --disable-dependency-tracking
|
||||
- --disable-silent-rules
|
||||
- --sysconfdir={{tea.prefix}}/x.org/etc
|
||||
- --localstatedir={{tea.prefix}}/x.org/var
|
||||
|
||||
test:
|
||||
dependencies:
|
||||
freedesktop.org/pkg-config: '*'
|
||||
script: pkg-config --modversion xfixes | grep {{version}}
|
Loading…
Reference in a new issue