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

Kpcyrd kpcyrd at archlinux.org
Mon Mar 1 16:56:10 UTC 2021


    Date: Monday, March 1, 2021 @ 16:56:09
  Author: kpcyrd
Revision: 876464

archrelease: copy trunk to community-any

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

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

Copied: gnome-shell-extension-appindicator/repos/community-any/PKGBUILD (from rev 876463, gnome-shell-extension-appindicator/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2021-03-01 16:56:09 UTC (rev 876464)
@@ -0,0 +1,26 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=gnome-shell-extension-appindicator
+pkgver=34
+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')
+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=('2d2721e3195a847ae184c9c354dd79062a6d22b6257225b952df7531e6661558')
+
+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:



More information about the arch-commits mailing list