* update libayatana-indicator to 0.9.4-1

This commit is contained in:
Alexander Baldeck 2023-11-04 09:37:20 +01:00
parent d17a690614
commit e693131826

View File

@ -3,16 +3,22 @@
# Contributor: Robert Tari <robert at tari dot in> # Contributor: Robert Tari <robert at tari dot in>
pkgname=libayatana-indicator pkgname=libayatana-indicator
pkgver=0.9.3 pkgver=0.9.4
pkgrel=1 pkgrel=1
pkgdesc='Ayatana Indicators shared library' pkgdesc='Ayatana Indicators shared library'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/AyatanaIndicators/libayatana-indicator' url='https://github.com/AyatanaIndicators/libayatana-indicator'
license=(LGPL2.1 LGPL3) license=(LGPL2.1 LGPL3)
depends=(ayatana-ido) depends=(ayatana-ido
makedepends=(cmake gobject-introspection vala) gdk-pixbuf2
glib2
glibc
gtk3)
makedepends=(cmake
gobject-introspection
vala)
source=(https://github.com/AyatanaIndicators/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz) source=(https://github.com/AyatanaIndicators/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('09c5456fcb430b6ee0626fafdf99a32eb8746b267d56ab2bd4c8a8dd6ca731da') sha256sums=('a18d3c682e29afd77db24366f8475b26bda22b0e16ff569a2ec71cd6eb4eac95')
build() { build() {
cmake -B build -S $pkgname-$pkgver \ cmake -B build -S $pkgname-$pkgver \