[arch-commits] Commit in gnome-shell-extension-gtile/repos/community-any (2 files)

Kpcyrd kpcyrd at gemini.archlinux.org
Fri Oct 15 23:19:44 UTC 2021


    Date: Friday, October 15, 2021 @ 23:19:44
  Author: kpcyrd
Revision: 1030338

archrelease: copy trunk to community-any

Added:
  gnome-shell-extension-gtile/repos/community-any/PKGBUILD
    (from rev 1030337, 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-10-15 23:19:30 UTC (rev 1030337)
+++ PKGBUILD	2021-10-15 23:19:44 UTC (rev 1030338)
@@ -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=45
-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=('e1747d0700b37542ed5d0dc0a61be96ae1e751390f159dbaa6e3a2704f747d5d')
-
-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 1030337, gnome-shell-extension-gtile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-15 23:19:44 UTC (rev 1030338)
@@ -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=47
+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=('e08aac335f45c1aabda75ceeeec1f3aa5398dae79c56da1db60eae02b458971d')
+
+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