[arch-commits] Commit in chrome-gnome-shell/repos (staging-any staging-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 09:50:06 UTC 2019


    Date: Monday, November 4, 2019 @ 09:50:05
  Author: felixonmars
Revision: 366729

archrelease: copy trunk to staging-any

Added:
  chrome-gnome-shell/repos/staging-any/
  chrome-gnome-shell/repos/staging-any/PKGBUILD
    (from rev 366728, chrome-gnome-shell/trunk/PKGBUILD)

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Copied: chrome-gnome-shell/repos/staging-any/PKGBUILD (from rev 366728, chrome-gnome-shell/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2019-11-04 09:50:05 UTC (rev 366729)
@@ -0,0 +1,36 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=chrome-gnome-shell
+pkgver=10.1
+pkgrel=3
+pkgdesc='Native browser connector for integration with extensions.gnome.org'
+arch=(any)
+url='https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome'
+license=(GPL)
+depends=(gnome-shell python-requests python-gobject)
+makedepends=(cmake jq git)
+_commit=815ec9e1afa52bd3af5047e176a4ea9c1bfa2514  # tags/v10.1^0
+source=(git+https://git.gnome.org/browse/chrome-gnome-shell#commit=$_commit)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  mkdir -p build
+}
+
+build() {
+  cd $pkgname/build
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_EXTENSION=OFF
+}
+
+package() {
+  make -C $pkgname/build DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list