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

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Aug 18 09:00:18 UTC 2022


    Date: Thursday, August 18, 2022 @ 09:00:18
  Author: alucryd
Revision: 1266808

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-18 09:00:08 UTC (rev 1266807)
+++ PKGBUILD	2022-08-18 09:00:18 UTC (rev 1266808)
@@ -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.2.0
-pkgrel=2
-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:

Copied: libliftoff/repos/community-x86_64/PKGBUILD (from rev 1266807, libliftoff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-18 09:00:18 UTC (rev 1266808)
@@ -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.3.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=c4488eeff94f511aa4d93ef93a042e471c1b2705
+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