[arch-commits] Commit in libwpe/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Jun 13 22:44:20 UTC 2021


    Date: Sunday, June 13, 2021 @ 22:44:20
  Author: heftig
Revision: 418205

archrelease: copy trunk to extra-x86_64

Added:
  libwpe/repos/extra-x86_64/PKGBUILD
    (from rev 418204, libwpe/trunk/PKGBUILD)
Deleted:
  libwpe/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-13 22:44:03 UTC (rev 418204)
+++ PKGBUILD	2021-06-13 22:44:20 UTC (rev 418205)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=libwpe
-pkgver=1.10.0
-pkgrel=1
-pkgdesc="General-purpose library for WPE WebKit"
-url="https://wpewebkit.org"
-arch=(x86_64)
-license=(custom)
-depends=(libxkbcommon gcc-libs)
-makedepends=(mesa git meson)
-provides=(libwpe-1.0.so)
-_commit=55877263583716303a893945418ec23cffdfcbbf  # tags/1.10.0^0
-source=("git+https://github.com/WebPlatformForEmbedded/libwpe?signed#commit=$_commit")
-sha256sums=('SKIP')
-validpgpkeys=('5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de Castro <aperez at igalia.com>
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
-}
-
-# vim:set sw=2 et:

Copied: libwpe/repos/extra-x86_64/PKGBUILD (from rev 418204, libwpe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-13 22:44:20 UTC (rev 418205)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=libwpe
+pkgver=1.10.1
+pkgrel=1
+pkgdesc="General-purpose library for WPE WebKit"
+url="https://wpewebkit.org"
+arch=(x86_64)
+license=(custom)
+depends=(libxkbcommon gcc-libs)
+makedepends=(mesa git meson)
+provides=(libwpe-1.0.so)
+_commit=cdf940cd4ac489e2c3263b0d141c602521a891c5  # tags/1.10.1^0
+source=("git+https://github.com/WebPlatformForEmbedded/libwpe?signed#commit=$_commit")
+sha256sums=('SKIP')
+validpgpkeys=('5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de Castro <aperez at igalia.com>
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list