Date: Monday, March 1, 2021 @ 16:55:51 Author: kpcyrd Revision: 876463
addpkg: gnome-shell-extension-appindicator 34-2 Added: gnome-shell-extension-appindicator/ gnome-shell-extension-appindicator/repos/ gnome-shell-extension-appindicator/trunk/ gnome-shell-extension-appindicator/trunk/PKGBUILD ----------+ PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) Added: gnome-shell-extension-appindicator/trunk/PKGBUILD =================================================================== --- gnome-shell-extension-appindicator/trunk/PKGBUILD (rev 0) +++ gnome-shell-extension-appindicator/trunk/PKGBUILD 2021-03-01 16:55:51 UTC (rev 876463) @@ -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/[email protected]" + + install -d "${dest}" + cp --parents -t "${dest}" metadata.json *.js interfaces-xml/*.xml +} + +# vim: ts=2 sw=2 et:
