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

Kpcyrd kpcyrd at archlinux.org
Wed Mar 17 17:52:22 UTC 2021


    Date: Wednesday, March 17, 2021 @ 17:52:22
  Author: kpcyrd
Revision: 894147

archrelease: copy trunk to community-any

Added:
  gnome-shell-extension-appindicator/repos/community-any/PKGBUILD
    (from rev 894146, 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-17 17:52:06 UTC (rev 894146)
+++ PKGBUILD	2021-03-17 17:52:22 UTC (rev 894147)
@@ -1,26 +0,0 @@
-# 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:

Copied: gnome-shell-extension-appindicator/repos/community-any/PKGBUILD (from rev 894146, gnome-shell-extension-appindicator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-17 17:52:22 UTC (rev 894147)
@@ -0,0 +1,26 @@
+# 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/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