[arch-commits] Commit in gtk-layer-shell/repos (3 files)

Maxime Gauduin alucryd at archlinux.org
Mon Aug 10 08:39:16 UTC 2020


    Date: Monday, August 10, 2020 @ 08:39:16
  Author: alucryd
Revision: 673482

db-move: moved gtk-layer-shell from [community-testing] to [community] (x86_64)

Added:
  gtk-layer-shell/repos/community-x86_64/PKGBUILD
    (from rev 673481, gtk-layer-shell/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  gtk-layer-shell/repos/community-testing-x86_64/
  gtk-layer-shell/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   36 ++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   38 --------------------------------------
 2 files changed, 36 insertions(+), 38 deletions(-)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2020-08-10 08:39:14 UTC (rev 673481)
+++ community-x86_64/PKGBUILD	2020-08-10 08:39:16 UTC (rev 673482)
@@ -1,38 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Contributor: Adrian Perez de Castro <aperez at igalia.com>
-
-pkgdesc='Library to create Wayland desktop components using the Layer Shell protocol'
-pkgname=gtk-layer-shell
-pkgver=0.1.0
-pkgrel=2
-arch=(x86_64)
-license=(MIT)
-url="https://github.com/wmww/gtk-layer-shell"
-depends=(
-    "gtk3"
-    "wayland"
-)
-makedepends=(
-    "gtk-doc"
-    "gobject-introspection"
-    "meson"
-    "ninja"
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wmww/gtk-layer-shell/archive/v$pkgver.tar.gz")
-sha512sums=('813ae86939d4bb300e78197a09fe7e4ccda9e2e6c008b72fa45d0a5be311ade1762af31835d3e7fea00f49a438f7ad37d3e57c84e0a2ebbbf58e807048c072da')
-
-build() {
-    cd "$pkgname-$pkgver"
-    meson --prefix=/usr \
-        --wrap-mode=nofallback \
-        --buildtype=plain \
-        -Ddocs=true \
-        build
-    ninja -C build
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    DESTDIR="$pkgdir" ninja -C build install
-    install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: gtk-layer-shell/repos/community-x86_64/PKGBUILD (from rev 673481, gtk-layer-shell/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-08-10 08:39:16 UTC (rev 673482)
@@ -0,0 +1,36 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Contributor: Adrian Perez de Castro <aperez at igalia.com>
+
+pkgdesc='Library to create Wayland desktop components using the Layer Shell protocol'
+pkgname=gtk-layer-shell
+pkgver=0.2.0
+pkgrel=1
+arch=(x86_64)
+license=(LGPL3)
+url="https://github.com/wmww/gtk-layer-shell"
+depends=(
+    "gtk3"
+    "wayland"
+)
+makedepends=(
+    "gtk-doc"
+    "gobject-introspection"
+    "meson"
+    "ninja"
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wmww/gtk-layer-shell/archive/v$pkgver.tar.gz")
+sha512sums=('4bbff1cd43951919cf9a9dd4854754f8fadfef0850a1da7ec2b286e18cadb1de7644f5ff9bde115f9d1fa8e4a1835a0300d52197fd21425de7d8e895245d9c06')
+
+build() {
+    meson --prefix=/usr \
+          --wrap-mode=nofallback \
+          --buildtype=plain \
+          -Ddocs=true \
+          "$pkgname-$pkgver" \
+          build
+    ninja -C build
+}
+
+package() {
+    DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list