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

Evangelos Foutras foutrelis at archlinux.org
Mon Jul 23 17:25:58 UTC 2018


    Date: Monday, July 23, 2018 @ 17:25:58
  Author: foutrelis
Revision: 329472

archrelease: copy trunk to staging-any

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

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

Copied: chrome-gnome-shell/repos/staging-any/PKGBUILD (from rev 329471, chrome-gnome-shell/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2018-07-23 17:25:58 UTC (rev 329472)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=chrome-gnome-shell
+pkgver=10.1
+pkgrel=2
+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