[arch-commits] Commit in gnome-shell-extension-appindicator/repos/community-any (2 files)

Kpcyrd kpcyrd at gemini.archlinux.org
Mon Jul 19 16:30:47 UTC 2021


    Date: Monday, July 19, 2021 @ 16:30:46
  Author: kpcyrd
Revision: 978805

archrelease: copy trunk to community-any

Added:
  gnome-shell-extension-appindicator/repos/community-any/PKGBUILD
    (from rev 978804, gnome-shell-extension-appindicator/trunk/PKGBUILD)
Deleted:
  gnome-shell-extension-appindicator/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-19 16:30:38 UTC (rev 978804)
+++ PKGBUILD	2021-07-19 16:30:46 UTC (rev 978805)
@@ -1,26 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=gnome-shell-extension-appindicator
-pkgver=40
-pkgrel=1
-pkgdesc='AppIndicator/KStatusNotifierItem support for GNOME Shell'
-url='https://github.com/ubuntu/gnome-shell-extension-appindicator'
-arch=('any')
-license=('GPL')
-depends=('gnome-shell>=3.34')
-optdepends=(
-  'libappindicator-gtk2: support GTK+2 applications'
-  'libappindicator-gtk3: support GTK+3 applications'
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ubuntu/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('4ababf6ba4dbfd5af62e4539499c0e7a717d1873295733c36beb5396dbfaf7ed')
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  local dest="${pkgdir}/usr/share/gnome-shell/extensions/appindicatorsupport at rgcjonas.gmail.com"
-
-  install -d "${dest}"
-  cp --parents -t "${dest}" metadata.json *.js interfaces-xml/*.xml
-}
-
-# vim: ts=2 sw=2 et:

Copied: gnome-shell-extension-appindicator/repos/community-any/PKGBUILD (from rev 978804, gnome-shell-extension-appindicator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-19 16:30:46 UTC (rev 978805)
@@ -0,0 +1,32 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=gnome-shell-extension-appindicator
+pkgver=40
+pkgrel=2
+pkgdesc='AppIndicator/KStatusNotifierItem support for GNOME Shell'
+url='https://github.com/ubuntu/gnome-shell-extension-appindicator'
+arch=('any')
+license=('GPL')
+depends=('gnome-shell>=3.34')
+makedepends=('zip')
+optdepends=(
+  'libappindicator-gtk2: support GTK+2 applications'
+  'libappindicator-gtk3: support GTK+3 applications'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ubuntu/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('4ababf6ba4dbfd5af62e4539499c0e7a717d1873295733c36beb5396dbfaf7ed')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make zip-file
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  local dest="${pkgdir}/usr/share/gnome-shell/extensions/appindicatorsupport at rgcjonas.gmail.com"
+
+  install -d "${dest}"
+  bsdtar --no-same-owner -xvf build/appindicator-support.zip -C "${dest}"
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list