Date: Tuesday, October 18, 2022 @ 08:21:54
  Author: kpcyrd
Revision: 1331768

archrelease: copy trunk to community-any

Added:
  gnome-shell-extension-gtile/repos/community-any/PKGBUILD
    (from rev 1331767, 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    2022-10-18 08:21:36 UTC (rev 1331767)
+++ PKGBUILD    2022-10-18 08:21:54 UTC (rev 1331768)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Contributor: revelation60 <[email protected]>
-# Contributor: Mark wagie <mark dot wagie at tutanota dot com>
-
-pkgname=gnome-shell-extension-gtile
-pkgver=50
-pkgrel=1
-pkgdesc='A window tiling extension for Gnome'
-url='https://github.com/gTile/gTile'
-arch=('any')
-license=('GPL2+')
-depends=('gnome-shell')
-makedepends=('bazel' 'python' 'yarn')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gTile/gTile/archive/V${pkgver}.tar.gz";)
-sha256sums=('ca22e5c4ce848508eb421efb418e5bf76bab4ecfeebf491f075fb47f59a0dde6')
-
-build() {
-  cd gTile-${pkgver}
-  bazel build :install-extension
-}
-
-package() {
-  cd gTile-${pkgver}
-
-  install -d "${pkgdir}/usr/share/gnome-shell/extensions/gTile@vibou"
-  bsdtar -xvf bazel-bin/install-extension.runfiles/gtile/dist.tar.gz -C \
-    "${pkgdir}/usr/share/gnome-shell/extensions/gTile@vibou"
-
-  install -d "${pkgdir}/usr/share/glib-2.0/schemas"
-  ln -s 
/usr/share/gnome-shell/extensions/gTile@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 
1331767, gnome-shell-extension-gtile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-18 08:21:54 UTC (rev 1331768)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: revelation60 <[email protected]>
+# Contributor: Mark wagie <mark dot wagie at tutanota dot com>
+
+pkgname=gnome-shell-extension-gtile
+pkgver=51
+pkgrel=1
+pkgdesc='A window tiling extension for Gnome'
+url='https://github.com/gTile/gTile'
+arch=('any')
+license=('GPL2+')
+depends=('gnome-shell')
+makedepends=('bazel' 'python' 'yarn')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gTile/gTile/archive/V${pkgver}.tar.gz";)
+sha256sums=('7e3b3c40e182f6a090069245ba43c6a324b5342585e4efec15d09f54a8422f3d')
+
+build() {
+  cd gTile-${pkgver}
+  bazel build :install-extension
+}
+
+package() {
+  cd gTile-${pkgver}
+
+  install -d "${pkgdir}/usr/share/gnome-shell/extensions/gTile@vibou"
+  bsdtar -xvf bazel-bin/install-extension.runfiles/gtile/dist.tar.gz -C \
+    "${pkgdir}/usr/share/gnome-shell/extensions/gTile@vibou"
+
+  install -d "${pkgdir}/usr/share/glib-2.0/schemas"
+  ln -s 
/usr/share/gnome-shell/extensions/gTile@vibou/schemas/org.gnome.shell.extensions.gtile.gschema.xml
 \
+    "${pkgdir}/usr/share/glib-2.0/schemas"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to