Date: Sunday, March 12, 2023 @ 09:03:44
  Author: svenstaro
Revision: 470656

archrelease: copy trunk to extra-x86_64

Added:
  libdecor/repos/extra-x86_64/PKGBUILD
    (from rev 470655, libdecor/trunk/PKGBUILD)
Deleted:
  libdecor/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   51 +++++++++++++++++++++++----------------------------
 1 file changed, 23 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-12 09:03:32 UTC (rev 470655)
+++ PKGBUILD    2023-03-12 09:03:44 UTC (rev 470656)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Adrian Perez de Castro <[email protected]>
-pkgdesc='Client-side decorations library for Wayland clients'
-pkgname=libdecor
-pkgver=0.1.1
-pkgrel=1
-url="https://gitlab.gnome.org/jadahl/libdecor";
-license=('MIT')
-arch=('x86_64')
-depends=('wayland' 'pango' 'dbus' 'egl-wayland' 'libxkbcommon')
-makedepends=('cmake' 'ninja' 'meson' 'wayland-protocols')
-source=("https://gitlab.gnome.org/jadahl/libdecor/-/archive/${pkgver}/libdecor-${pkgver}.tar.gz";)
-sha512sums=('40b1e355f28d4b18ce35b1c096592c81015a1fd4b2db0f3d58f14825388f6614e6dd28efa0368b7c133e094f6aca9db6a7a27dbd4ffdd349b5e8d7619fd3e0be')
-
-build () {
-  rm -rf _build
-  arch-meson _build "${pkgname}-${pkgver}"
-  meson compile -C _build
-}
-
-check () {
-  meson test -C _build
-}
-
-package () {
-  meson install -C _build --destdir "${pkgdir}"
-  install -Dm644 "${pkgname}-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libdecor/repos/extra-x86_64/PKGBUILD (from rev 470655, 
libdecor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-12 09:03:44 UTC (rev 470656)
@@ -0,0 +1,23 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Adrian Perez de Castro <[email protected]>
+pkgdesc='Client-side decorations library for Wayland clients'
+pkgname=libdecor
+pkgver=0.1.1
+pkgrel=2
+url="https://gitlab.gnome.org/jadahl/libdecor";
+license=('MIT')
+arch=('x86_64')
+depends=('wayland' 'pango' 'dbus')
+makedepends=('cmake' 'ninja' 'meson' 'wayland-protocols')
+source=("https://gitlab.gnome.org/jadahl/libdecor/-/archive/${pkgver}/libdecor-${pkgver}.tar.gz";)
+sha512sums=('40b1e355f28d4b18ce35b1c096592c81015a1fd4b2db0f3d58f14825388f6614e6dd28efa0368b7c133e094f6aca9db6a7a27dbd4ffdd349b5e8d7619fd3e0be')
+
+build() {
+  arch-meson -Ddemo=false build "${pkgname}-${pkgver}"
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "${pkgdir}"
+  install -Dm644 "${pkgname}-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to