[arch-commits] Commit in firefox-theme-adwaita/repos/community-any (PKGBUILD PKGBUILD)

Fabio Castelli muflone at archlinux.org
Sat Dec 5 18:35:59 UTC 2015


    Date: Saturday, December 5, 2015 @ 19:35:58
  Author: muflone
Revision: 148658

archrelease: copy trunk to community-any

Added:
  firefox-theme-adwaita/repos/community-any/PKGBUILD
    (from rev 148657, firefox-theme-adwaita/trunk/PKGBUILD)
Deleted:
  firefox-theme-adwaita/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-05 18:35:51 UTC (rev 148657)
+++ PKGBUILD	2015-12-05 18:35:58 UTC (rev 148658)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Diego Principe <cdprincipe at at@gmail at dot@com>
-
-pkgname=firefox-theme-adwaita
-pkgver=40.1
-pkgrel=1
-pkgdesc="Adwaita theme for Firefox (Matches the default Gnome Shell theme)"
-url="https://addons.mozilla.org/en-US/firefox/addon/adwaita/"
-arch=('any')
-license=('MPL')
-depends=("firefox")
-makedepends=('unzip')
-source=("gnome-firefox-theme-${pkgver}.xpi"::"https://github.com/gnome-integration-team/firefox-gnome/releases/download/${pkgver}/gnome-firefox-theme.xpi")
-sha256sums=('a87f3eb2687e912e47080caee34a4eb72970eb64e6b9583d504c73e9e6d56137')
-noextract=("gnome-firefox-theme-${pkgver}.xpi")
-
-prepare() {
-  unzip -qo "gnome-firefox-theme-${pkgver}.xpi" -d "${pkgname}-${pkgver}"
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  # Find extension UUID
-  _emid=$(sed -n '/.*<em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf)
-  # Prepare destination folder
-  _dstdir="${pkgdir}/usr/lib/firefox/browser/extensions/${_emid}"
-  install -d "${_dstdir}"
-  # Copy files
-  cp -R * "${_dstdir}"
-  # Restore standard permissions
-  find "${pkgdir}" -type d -print0 | xargs --null chmod 0755
-  find "${pkgdir}" -type f -print0 | xargs --null chmod 0644
-}
-

Copied: firefox-theme-adwaita/repos/community-any/PKGBUILD (from rev 148657, firefox-theme-adwaita/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-12-05 18:35:58 UTC (rev 148658)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Diego Principe <cdprincipe at at@gmail at dot@com>
+
+pkgname=firefox-theme-adwaita
+pkgver=42.1
+pkgrel=1
+pkgdesc="Adwaita theme for Firefox (Matches the default Gnome Shell theme)"
+url="https://addons.mozilla.org/en-US/firefox/addon/adwaita/"
+arch=('any')
+license=('MPL')
+depends=("firefox")
+makedepends=('unzip')
+source=("gnome-firefox-theme-${pkgver}.xpi"::"https://github.com/gnome-integration-team/firefox-gnome/releases/download/${pkgver}/gnome-firefox-theme.xpi")
+sha256sums=('5a1db079c6f0d7642ec5d3d6ade8daad9fef72cf39c9337aad6f3b35d661ca89')
+noextract=("gnome-firefox-theme-${pkgver}.xpi")
+
+prepare() {
+  unzip -qo "gnome-firefox-theme-${pkgver}.xpi" -d "${pkgname}-${pkgver}"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  # Find extension UUID
+  _emid=$(sed -n '/.*<em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf)
+  # Prepare destination folder
+  _dstdir="${pkgdir}/usr/lib/firefox/browser/extensions/${_emid}"
+  install -d "${_dstdir}"
+  # Copy files
+  cp -R * "${_dstdir}"
+  # Restore standard permissions
+  find "${pkgdir}" -type d -print0 | xargs --null chmod 0755
+  find "${pkgdir}" -type f -print0 | xargs --null chmod 0644
+}
+



More information about the arch-commits mailing list