[arch-commits] Commit in gtk-layer-shell/repos/community-x86_64 (PKGBUILD PKGBUILD)
Brett Cornwall
ainola at archlinux.org
Sun Dec 13 21:33:19 UTC 2020
Date: Sunday, December 13, 2020 @ 21:33:19
Author: ainola
Revision: 774558
archrelease: copy trunk to community-x86_64
Added:
gtk-layer-shell/repos/community-x86_64/PKGBUILD
(from rev 774557, gtk-layer-shell/trunk/PKGBUILD)
Deleted:
gtk-layer-shell/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-13 21:33:10 UTC (rev 774557)
+++ PKGBUILD 2020-12-13 21:33:19 UTC (rev 774558)
@@ -1,41 +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.5.1
-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=('110b92b643dede089021e4e502634415acc75e7cc76c11beb1a987922d31d5342257b81ddb51ba9fea204056113f1f0b90b776f84b603cddb7997ea99bb6344e')
-
-build() {
- meson --prefix=/usr \
- --wrap-mode=nofallback \
- --buildtype=plain \
- -Dtests=true \
- -Ddocs=true \
- "$pkgname-$pkgver" \
- build
- ninja -C build
-}
-
-check() {
- ninja -C build test
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C build install
-}
Copied: gtk-layer-shell/repos/community-x86_64/PKGBUILD (from rev 774557, gtk-layer-shell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-13 21:33:19 UTC (rev 774558)
@@ -0,0 +1,41 @@
+# 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.5.2
+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=('3c8254e3812af52844e3c3aa4fe96553a33964db2234758eb734e4207ff9591f0c9541e064a348ad64e6272ec90359ba5687d557fd1693b70a9d06c541e79a58')
+
+build() {
+ meson --prefix=/usr \
+ --wrap-mode=nofallback \
+ --buildtype=plain \
+ -Dtests=true \
+ -Ddocs=true \
+ "$pkgname-$pkgver" \
+ build
+ ninja -C build
+}
+
+check() {
+ ninja -C build test
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+}
More information about the arch-commits
mailing list