Date: Sunday, March 28, 2021 @ 16:21:59 Author: kpcyrd Revision: 906995
archrelease: copy trunk to community-any Added: gnome-shell-extension-appindicator/repos/community-any/PKGBUILD (from rev 906994, gnome-shell-extension-appindicator/trunk/PKGBUILD) Deleted: gnome-shell-extension-appindicator/repos/community-any/PKGBUILD ----------+ PKGBUILD | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-03-28 16:21:38 UTC (rev 906994) +++ PKGBUILD 2021-03-28 16:21:59 UTC (rev 906995) @@ -1,26 +0,0 @@ -# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> - -pkgname=gnome-shell-extension-appindicator -pkgver=35 -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=('06cdc7f389dcac8b2929414e7e58a7e80b046e15b3995d03c8dbca53f2b438fa') - -package() { - cd "${pkgname}-${pkgver}" - local dest="${pkgdir}/usr/share/gnome-shell/extensions/appindicatorsupp...@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 906994, gnome-shell-extension-appindicator/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-03-28 16:21:59 UTC (rev 906995) @@ -0,0 +1,26 @@ +# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> + +pkgname=gnome-shell-extension-appindicator +pkgver=36 +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=('68aad5d6e46e4dae91e2aea2b1d4c47804cb04a98b92341db9d1cac4e93a5ccc') + +package() { + cd "${pkgname}-${pkgver}" + local dest="${pkgdir}/usr/share/gnome-shell/extensions/appindicatorsupp...@rgcjonas.gmail.com" + + install -d "${dest}" + cp --parents -t "${dest}" metadata.json *.js interfaces-xml/*.xml +} + +# vim: ts=2 sw=2 et: