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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Mar 1 07:41:30 UTC 2018


    Date: Thursday, March 1, 2018 @ 07:41:29
  Author: bpiotrowski
Revision: 317669

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-01 07:41:25 UTC (rev 317668)
+++ PKGBUILD	2018-03-01 07:41:29 UTC (rev 317669)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=chrome-gnome-shell
-pkgver=10
-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=35851c792fb68a180d42ee875dadea88089351b1  # tags/v9^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 317668, chrome-gnome-shell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-01 07:41:29 UTC (rev 317669)
@@ -0,0 +1,32 @@
+# $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
+}



More information about the arch-commits mailing list