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

Kpcyrd kpcyrd at gemini.archlinux.org
Thu Apr 7 13:53:21 UTC 2022


    Date: Thursday, April 7, 2022 @ 13:53:20
  Author: kpcyrd
Revision: 1182799

archrelease: copy trunk to community-any

Added:
  gnome-shell-extension-appindicator/repos/community-any/PKGBUILD
    (from rev 1182798, 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-04-07 13:53:03 UTC (rev 1182798)
+++ PKGBUILD	2022-04-07 13:53:20 UTC (rev 1182799)
@@ -1,32 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=gnome-shell-extension-appindicator
-pkgver=41
-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=('8b6e2fe5c19a7b3c59739c75c2718ce4baa3e9b18ca17f1ceb257d38f3eb9d57')
-
-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 1182798, gnome-shell-extension-appindicator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-07 13:53:20 UTC (rev 1182799)
@@ -0,0 +1,32 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=gnome-shell-extension-appindicator
+pkgver=42
+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=('cdcff9ead4ae043e7ac0021fb46ed473822c237fb78ce49de261e860775dd18a')
+
+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:



More information about the arch-commits mailing list