[arch-commits] Commit in libliftoff/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Feb 18 09:13:29 UTC 2022


    Date: Friday, February 18, 2022 @ 09:13:29
  Author: alucryd
Revision: 1133851

archrelease: copy trunk to community-x86_64

Added:
  libliftoff/repos/community-x86_64/PKGBUILD
    (from rev 1133850, libliftoff/trunk/PKGBUILD)
Deleted:
  libliftoff/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-18 09:13:19 UTC (rev 1133850)
+++ PKGBUILD	2022-02-18 09:13:29 UTC (rev 1133851)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
-# Contributor: Sefa Eyeoglu <contact at scrumplex.net>
-
-pkgname=libliftoff
-pkgver=0.1.0.r31.2e1dd93
-pkgrel=1
-pkgdesc='Lightweight KMS plane library'
-arch=(x86_64)
-url=https://gitlab.freedesktop.org/emersion/libliftoff
-license=(MIT)
-depends=(
-  glibc
-  libdrm
-)
-makedepends=(
-  git
-  meson
-)
-provides=(libliftoff.so)
-_commit=2e1dd93b60224e77f6a49ad8fb36d184e3a9a3bc
-source=(git+https://gitlab.freedesktop.org/emersion/libliftoff.git#commit=${_commit})
-b2sums=(SKIP)
-
-pkgver() {
-  cd libliftoff
-  git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./'
-}
-
-build() {
-  arch-meson libliftoff build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 libliftoff/LICENSE -t "${pkgdir}"/usr/share/licenses/libliftoff/
-  install -Dm 644 libliftoff/README.md -t "${pkgdir}"/usr/share/doc/libliftoff/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libliftoff/repos/community-x86_64/PKGBUILD (from rev 1133850, libliftoff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-18 09:13:29 UTC (rev 1133851)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+# Contributor: Sefa Eyeoglu <contact at scrumplex.net>
+
+pkgname=libliftoff
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Lightweight KMS plane library'
+arch=(x86_64)
+url=https://gitlab.freedesktop.org/emersion/libliftoff
+license=(MIT)
+depends=(
+  glibc
+  libdrm
+)
+makedepends=(
+  git
+  meson
+)
+provides=(libliftoff.so)
+_tag=378ccb4f84a2473fe73dbdc56fe35a0d2ee661cc
+source=(git+https://gitlab.freedesktop.org/emersion/libliftoff.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd libliftoff
+  git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./'
+}
+
+build() {
+  arch-meson libliftoff build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 libliftoff/LICENSE -t "${pkgdir}"/usr/share/licenses/libliftoff/
+  install -Dm 644 libliftoff/README.md -t "${pkgdir}"/usr/share/doc/libliftoff/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list