[arch-commits] Commit in gnome-shell-extension-gtile/repos (2 files)
Kpcyrd
kpcyrd at archlinux.org
Mon May 10 23:03:34 UTC 2021
Date: Monday, May 10, 2021 @ 23:03:34
Author: kpcyrd
Revision: 929667
archrelease: copy trunk to community-any
Added:
gnome-shell-extension-gtile/repos/community-any/
gnome-shell-extension-gtile/repos/community-any/PKGBUILD
(from rev 929666, gnome-shell-extension-gtile/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: gnome-shell-extension-gtile/repos/community-any/PKGBUILD (from rev 929666, gnome-shell-extension-gtile/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2021-05-10 23:03:34 UTC (rev 929667)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: revelation60 <benruyl at gmail.com>
+# Contributor: Mark wagie <mark dot wagie at tutanota dot com>
+
+pkgname=gnome-shell-extension-gtile
+pkgver=43
+pkgrel=1
+pkgdesc='A window tiling extension for Gnome'
+url='https://github.com/gTile/gTile'
+arch=('any')
+license=('GPL2+')
+depends=('gnome-shell')
+makedepends=('bazel' 'yarn')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gTile/gTile/archive/V${pkgver}.tar.gz")
+sha256sums=('16cdeb2f1f899a1d0bad421bb05c165bdd1270c2ad7b1e85e0743ccc204dda6e')
+
+build() {
+ cd gTile-${pkgver}
+ bazel build :install-extension
+}
+
+package() {
+ cd gTile-${pkgver}
+
+ install -d "${pkgdir}/usr/share/gnome-shell/extensions/gTile at vibou"
+ bsdtar -xvf bazel-bin/install-extension.runfiles/gtile/dist.tar.gz -C \
+ "${pkgdir}/usr/share/gnome-shell/extensions/gTile at vibou"
+
+ install -d "${pkgdir}/usr/share/glib-2.0/schemas"
+ ln -s /usr/share/gnome-shell/extensions/gTile at vibou/schemas/org.gnome.shell.extensions.gtile.gschema.xml \
+ "${pkgdir}/usr/share/glib-2.0/schemas"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list