Skip to content

Commit

Permalink
New package: libxcvt-0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Oct 29, 2021
1 parent aba63d6 commit 096d43e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -4032,3 +4032,4 @@ libstemmer.so.2 libstemmer-2.1.0_1
libdecor-0.so.0 libdecor-0.1.0_1
libavif.so.13 libavif-0.9.3_1
libkdumpfile.so.8 libkdumpfile-0.4.0_1
libxcvt.so.0 libxcvt-0.1.1_1
1 change: 1 addition & 0 deletions srcpkgs/libxcvt-devel
26 changes: 26 additions & 0 deletions srcpkgs/libxcvt/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Template file for 'libxcvt'
pkgname=libxcvt
version=0.1.1
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=meson
short_desc="VESA CVT standard timing modelines generator"
maintainer="Leah Neukirchen <[email protected]>"
license="MIT"
homepage="https://gitlab.freedesktop.org/xorg/lib/libxcvt/"
distfiles="https://gitlab.freedesktop.org/xorg/lib/libxcvt/-/archive/libxcvt-${version}/libxcvt-libxcvt-${version}.tar.gz"
checksum=2dc651a0944d1f0b95747a095e0ea16f870f12168d09d5200dac518d02273224

post_install() {
vlicense COPYING
}

libxcvt-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
}
}

0 comments on commit 096d43e

Please sign in to comment.