Date: Friday, September 30, 2022 @ 13:20:00
  Author: kpcyrd
Revision: 1319090

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-30 13:19:55 UTC (rev 1319089)
+++ PKGBUILD    2022-09-30 13:20:00 UTC (rev 1319090)
@@ -1,32 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=gnome-shell-extension-appindicator
-pkgver=44
-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')
-makedepends=('meson' 'jq')
-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=('cc2f832eb3b18518370892669811c03bc71b896866be2ded92ec63686915f3b2')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  meson --prefix=/usr build/
-  ninja -C build/
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  DESTDIR="${pkgdir}" ninja -C build/ install
-  # this file is generated at pkg install time
-  rm "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gnome-shell-extension-appindicator/repos/community-any/PKGBUILD (from 
rev 1319088, gnome-shell-extension-appindicator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-30 13:20:00 UTC (rev 1319090)
@@ -0,0 +1,32 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=gnome-shell-extension-appindicator
+pkgver=46
+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')
+makedepends=('meson' 'jq')
+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=('cb5ce9a29354413025b0a5f9da94632f661fc0e3a91774a178a13f5fa8be0a48')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  meson --prefix=/usr build/
+  ninja -C build/
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  DESTDIR="${pkgdir}" ninja -C build/ install
+  # this file is generated at pkg install time
+  rm "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to