[arch-commits] Commit in gnome-shell-extension-gtile/repos/community-any (2 files)
Kpcyrd
kpcyrd at archlinux.org
Sun May 23 11:16:51 UTC 2021
Date: Sunday, May 23, 2021 @ 11:16:51
Author: kpcyrd
Revision: 943198
archrelease: copy trunk to community-any
Added:
gnome-shell-extension-gtile/repos/community-any/PKGBUILD
(from rev 943197, gnome-shell-extension-gtile/trunk/PKGBUILD)
Deleted:
gnome-shell-extension-gtile/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-23 11:16:41 UTC (rev 943197)
+++ PKGBUILD 2021-05-23 11:16:51 UTC (rev 943198)
@@ -1,34 +0,0 @@
-# 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:
Copied: gnome-shell-extension-gtile/repos/community-any/PKGBUILD (from rev 943197, gnome-shell-extension-gtile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-23 11:16:51 UTC (rev 943198)
@@ -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=44
+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/${pkgver}.tar.gz")
+sha256sums=('05aca3deddcfdf2713e0d633ef5df52ccc70e9b9cf6de52bd1488a508c39a6c2')
+
+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