[arch-commits] Commit in gnome-shell-extension-gtile/repos/community-any (2 files)
Kpcyrd
kpcyrd at gemini.archlinux.org
Sun Dec 19 17:16:05 UTC 2021
Date: Sunday, December 19, 2021 @ 17:16:04
Author: kpcyrd
Revision: 1079057
archrelease: copy trunk to community-any
Added:
gnome-shell-extension-gtile/repos/community-any/PKGBUILD
(from rev 1079056, 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-12-19 17:15:44 UTC (rev 1079056)
+++ PKGBUILD 2021-12-19 17:16:04 UTC (rev 1079057)
@@ -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=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:
Copied: gnome-shell-extension-gtile/repos/community-any/PKGBUILD (from rev 1079056, gnome-shell-extension-gtile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-19 17:16:04 UTC (rev 1079057)
@@ -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=48
+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=('9f7b7950fbfb3271936e615633701134f634815f970f3d5c504e7b936b22966a')
+
+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