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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Mar 22 13:09:54 UTC 2018


    Date: Thursday, March 22, 2018 @ 13:09:53
  Author: bpiotrowski
Revision: 319817

archrelease: copy trunk to extra-any

Added:
  chrome-gnome-shell/repos/extra-any/PKGBUILD
    (from rev 319816, chrome-gnome-shell/trunk/PKGBUILD)
Deleted:
  chrome-gnome-shell/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-22 13:09:46 UTC (rev 319816)
+++ PKGBUILD	2018-03-22 13:09:53 UTC (rev 319817)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=chrome-gnome-shell
-pkgver=10
-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=a8f2b1a19721c4311325b70de4a50834225bc41a  # tags/v10^0
-source=(git+https://git.gnome.org/browse/chrome-gnome-shell#commit=$_commit)
-md5sums=('SKIP')
-
-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
-}

Copied: chrome-gnome-shell/repos/extra-any/PKGBUILD (from rev 319816, chrome-gnome-shell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-22 13:09:53 UTC (rev 319817)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=chrome-gnome-shell
+pkgver=10.1
+pkgrel=1
+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