Date: Saturday, April 22, 2023 @ 15:41:32
Author: ainola
Revision: 1448317
archrelease: copy trunk to community-x86_64
Added:
gtk-layer-shell/repos/community-x86_64/PKGBUILD
(from rev 1448316, gtk-layer-shell/trunk/PKGBUILD)
Deleted:
gtk-layer-shell/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 87 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-22 15:41:08 UTC (rev 1448316)
+++ PKGBUILD 2023-04-22 15:41:32 UTC (rev 1448317)
@@ -1,44 +0,0 @@
-# Maintainer: Brett Cornwall <[email protected]>
-# Contributor: Adrian Perez de Castro <[email protected]>
-
-pkgdesc='Library to create Wayland desktop components using the Layer Shell
protocol'
-pkgname=gtk-layer-shell
-pkgver=0.8.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"
- "valabind"
-)
-options=(debug)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wmww/gtk-layer-shell/archive/v$pkgver.tar.gz")
-sha512sums=('710019b05785abc3cc8bc639a110f141dd2f37ce1d78e03ed361f1c21caee6c43817499fa05c8228f233bff3ac0b6f6123fa9014a87ae99edb6b10e4ff8f3dde')
-
-build() {
- meson --prefix=/usr \
- --wrap-mode=nofallback \
- --buildtype=plain \
- -Dtests=true \
- -Ddocs=true \
- -Dintrospection=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 1448316,
gtk-layer-shell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-22 15:41:32 UTC (rev 1448317)
@@ -0,0 +1,43 @@
+# Maintainer: Brett Cornwall <[email protected]>
+# Contributor: Adrian Perez de Castro <[email protected]>
+
+pkgdesc='Library to create Wayland desktop components using the Layer Shell
protocol'
+pkgname=gtk-layer-shell
+pkgver=0.8.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"
+ "valabind"
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wmww/gtk-layer-shell/archive/v$pkgver.tar.gz")
+sha512sums=('070673a73166c9fd0ea10e6aa98c480318fbf8a6c2dff2a9b4900aea40bb59680d41d9bba9917953fabe4358c0dfa6c3d0221c579ada37cee72ce23433b40329')
+
+build() {
+ meson --prefix=/usr \
+ --wrap-mode=nofallback \
+ --buildtype=plain \
+ -Dtests=true \
+ -Ddocs=true \
+ -Dintrospection=true \
+ "$pkgname-$pkgver" \
+ build
+ ninja -C build
+}
+
+check() {
+ ninja -C build test
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+}