[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

Daniel M. Capella polyzen at archlinux.org
Fri Jul 9 03:14:31 UTC 2021


    Date: Friday, July 9, 2021 @ 03:14:31
  Author: polyzen
Revision: 975882

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
    (from rev 975881, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  118 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-09 03:14:13 UTC (rev 975881)
+++ PKGBUILD	2021-07-09 03:14:31 UTC (rev 975882)
@@ -1,59 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Jérémie Detrey <Jeremie.Detrey at loria.fr>
-
-_name=treestyletab
-pkgname=firefox-tree-style-tab
-pkgver=3.8.6
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
-license=('MPL' 'MPL2')
-groups=('firefox-addons')
-makedepends=('git' 'npm' 'strip-nondeterminism' 'zip')
-source=("git+https://github.com/piroor/treestyletab.git#tag=$pkgver"
-        'git+https://github.com/piroor/webextensions-lib-configs.git'
-        'git+https://github.com/piroor/webextensions-lib-dom-updater.git'
-        'git+https://github.com/piroor/webextensions-lib-event-listener-manager.git'
-        'git+https://github.com/piroor/webextensions-lib-l10n.git'
-        'git+https://github.com/piroor/webextensions-lib-menu-ui.git'
-        'git+https://github.com/piroor/webextensions-lib-options.git'
-        'git+https://github.com/piroor/webextensions-lib-rich-confirm.git'
-        'git+https://github.com/piroor/webextensions-lib-shortcut-customize-ui.git'
-        'git+https://github.com/piroor/webextensions-lib-tab-favicon-helper.git')
-b2sums=('SKIP'
-        'SKIP'
-        'SKIP'
-        'SKIP'
-        'SKIP'
-        'SKIP'
-        'SKIP'
-        'SKIP'
-        'SKIP'
-        'SKIP')
-
-prepare() {
-  cd $_name
-  git submodule init
-  for i in ../webextensions*; do
-    git config submodule.submodules/${i##../}.url $i
-  done
-  git submodule update
-  sed -i 's/^\(install_extlib\|xpi\): .*/\1:/' webextensions/Makefile
-}
-
-build() {
-  cd $_name/webextensions
-  npm ci
-  make install_extlib
-  make xpi
-  strip-nondeterminism -t zip $_name-we.xpi
-}
-
-package() {
-  cd $_name/webextensions
-  install -Dm644 $_name-we.xpi \
-    "$pkgdir"/usr/lib/firefox/browser/extensions/$_name at piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 975881, firefox-tree-style-tab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-09 03:14:31 UTC (rev 975882)
@@ -0,0 +1,59 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Jérémie Detrey <Jeremie.Detrey at loria.fr>
+
+_name=treestyletab
+pkgname=firefox-tree-style-tab
+pkgver=3.8.7
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
+license=('MPL' 'MPL2')
+groups=('firefox-addons')
+makedepends=('git' 'npm' 'strip-nondeterminism' 'zip')
+source=("git+https://github.com/piroor/treestyletab.git#tag=$pkgver"
+        'git+https://github.com/piroor/webextensions-lib-configs.git'
+        'git+https://github.com/piroor/webextensions-lib-dom-updater.git'
+        'git+https://github.com/piroor/webextensions-lib-event-listener-manager.git'
+        'git+https://github.com/piroor/webextensions-lib-l10n.git'
+        'git+https://github.com/piroor/webextensions-lib-menu-ui.git'
+        'git+https://github.com/piroor/webextensions-lib-options.git'
+        'git+https://github.com/piroor/webextensions-lib-rich-confirm.git'
+        'git+https://github.com/piroor/webextensions-lib-shortcut-customize-ui.git'
+        'git+https://github.com/piroor/webextensions-lib-tab-favicon-helper.git')
+b2sums=('SKIP'
+        'SKIP'
+        'SKIP'
+        'SKIP'
+        'SKIP'
+        'SKIP'
+        'SKIP'
+        'SKIP'
+        'SKIP'
+        'SKIP')
+
+prepare() {
+  cd $_name
+  git submodule init
+  for i in ../webextensions*; do
+    git config submodule.submodules/${i##../}.url $i
+  done
+  git submodule update
+  sed -i 's/^\(install_extlib\|xpi\): .*/\1:/' webextensions/Makefile
+}
+
+build() {
+  cd $_name/webextensions
+  npm ci
+  make install_extlib
+  make xpi
+  strip-nondeterminism -t zip $_name-we.xpi
+}
+
+package() {
+  cd $_name/webextensions
+  install -Dm644 $_name-we.xpi \
+    "$pkgdir"/usr/lib/firefox/browser/extensions/$_name at piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list