ports/xorg (3.6): xorg-libxcvt: initial commit, version 0.1.1
commit c39d15df2ba805bf4de711d04c429096af98be17 Author: Tim Biermann <tbier@posteo.de> Date: Sun Oct 31 14:46:34 2021 +0100 xorg-libxcvt: initial commit, version 0.1.1 diff --git a/xorg-libxcvt/.footprint b/xorg-libxcvt/.footprint new file mode 100644 index 00000000..cf4b5c43 --- /dev/null +++ b/xorg-libxcvt/.footprint @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/cvt +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libxcvt/ +-rw-r--r-- root/root usr/include/libxcvt/libxcvt.h +-rw-r--r-- root/root usr/include/libxcvt/libxcvt_mode.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libxcvt.so -> libxcvt.so.0 +lrwxrwxrwx root/root usr/lib/libxcvt.so.0 -> libxcvt.so.0.1.1 +-rwxr-xr-x root/root usr/lib/libxcvt.so.0.1.1 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libxcvt.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/cvt.1.gz diff --git a/xorg-libxcvt/.signature b/xorg-libxcvt/.signature new file mode 100644 index 00000000..ef5c5074 --- /dev/null +++ b/xorg-libxcvt/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/xorg.pub +RWTSGWF5Q7TndMQzLmmWUG/b0qs0lBl7RV8adEnw8ZSDX3zQYGthRslAAFKPvexjLGrUThqSXKi2A2VP63FRn1wN/63szVjhIgk= +SHA256 (Pkgfile) = f10859ca8c9a1110102b14b618035a90c09d58484974718ba5da7c4967f5a698 +SHA256 (.footprint) = f115ff9bcd4153011b7108f4f0937d82ad5683ff55632adb82f19a5f5a74a3e3 +SHA256 (libxcvt-0.1.1.tar.xz) = 27ebce180d355f94c1992930bedb40a36f6d7312ee50bf7f0acbcd22f33e8c29 diff --git a/xorg-libxcvt/Pkgfile b/xorg-libxcvt/Pkgfile new file mode 100644 index 00000000..c966870e --- /dev/null +++ b/xorg-libxcvt/Pkgfile @@ -0,0 +1,20 @@ +# Description: library providing a standalone version of the X server implementation of the VESA CVT standard timing modelines generator +# URL: https://gitlab.freedesktop.org/xorg/lib/libxcvt +# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu +# Depends on: meson ninja + +name=xorg-libxcvt +version=0.1.1 +release=1 +source=(https://xorg.freedesktop.org/releases/individual/lib/libxcvt-$version.tar.xz) + +build() { + meson setup libxcvt-$version build \ + --prefix=/usr \ + --buildtype=plain \ + --wrap-mode nodownload \ + -D b_lto=true \ + -D b_pie=true + meson compile -C build + DESTDIR=$PKG meson install -C build +}
participants (1)
-
crux@crux.nu