[arch-commits] Commit in gnome-shell-extension-appindicator/trunk (PKGBUILD)

Kpcyrd kpcyrd at gemini.archlinux.org
Sat Oct 9 13:53:05 UTC 2021


    Date: Saturday, October 9, 2021 @ 13:53:04
  Author: kpcyrd
Revision: 1029150

upgpkg: gnome-shell-extension-appindicator 41-1

Modified:
  gnome-shell-extension-appindicator/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-09 13:23:45 UTC (rev 1029149)
+++ PKGBUILD	2021-10-09 13:53:04 UTC (rev 1029150)
@@ -1,32 +1,32 @@
 # Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
 
 pkgname=gnome-shell-extension-appindicator
-pkgver=40
-pkgrel=2
+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=('zip')
+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=('4ababf6ba4dbfd5af62e4539499c0e7a717d1873295733c36beb5396dbfaf7ed')
+sha256sums=('8b6e2fe5c19a7b3c59739c75c2718ce4baa3e9b18ca17f1ceb257d38f3eb9d57')
 
 build() {
   cd "${pkgname}-${pkgver}"
-  make zip-file
+  meson --prefix=/usr build/
+  ninja -C build/
 }
 
 package() {
   cd "${pkgname}-${pkgver}"
-  local dest="${pkgdir}/usr/share/gnome-shell/extensions/appindicatorsupport at rgcjonas.gmail.com"
-
-  install -d "${dest}"
-  bsdtar --no-same-owner -xvf build/appindicator-support.zip -C "${dest}"
+  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