* update ayatana-ido to 0.10.3-1

This commit is contained in:
Alexander Baldeck 2024-08-08 09:54:04 +02:00
parent a2dbf13a0f
commit 60c2cb7e38
3 changed files with 46 additions and 7 deletions

24
ayatana-ido/.SRCINFO Normal file
View File

@ -0,0 +1,24 @@
pkgbase = ayatana-ido
pkgdesc = Ayatana Indicator Display Objects
pkgver = 0.10.3
pkgrel = 1
url = https://github.com/AyatanaIndicators/ayatana-ido
arch = x86_64
license = LGPL-2.1-or-later
license = LGPL-3.0-or-later
makedepends = cmake
makedepends = git
makedepends = glib2-devel
makedepends = gtest
makedepends = gobject-introspection
makedepends = vala
depends = cairo
depends = gdk-pixbuf2
depends = glib2
depends = glibc
depends = gtk3
depends = pango
source = git+https://github.com/AyatanaIndicators/ayatana-ido#tag=0.10.3
sha256sums = cb4aaea3797a3e09cf19fcf936da30ace4d552034a7933bf19c6cb25077b7277
pkgname = ayatana-ido

View File

@ -0,0 +1,4 @@
[ayatana-ido]
source = 'github'
github = 'AyatanaIndicators/ayatana-ido'
use_max_tag = true

View File

@ -3,19 +3,30 @@
# Contributor: Robert Tari <robert at tari dot in> # Contributor: Robert Tari <robert at tari dot in>
pkgname=ayatana-ido pkgname=ayatana-ido
pkgver=0.10.2 pkgver=0.10.3
pkgrel=1 pkgrel=1
pkgdesc='Ayatana Indicator Display Objects' pkgdesc='Ayatana Indicator Display Objects'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/AyatanaIndicators/ayatana-ido' url='https://github.com/AyatanaIndicators/ayatana-ido'
license=(LGPL2.1 LGPL3) license=(LGPL-2.1-or-later
depends=(gtk3) LGPL-3.0-or-later)
makedepends=(cmake gobject-introspection vala gtest) depends=(cairo
source=(https://github.com/AyatanaIndicators/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz) gdk-pixbuf2
sha256sums=('0daf8a2e5bba51225bc3724c0e53c3b569269f28ac3a14f6bed9920b44ecc856') glib2
glibc
gtk3
pango)
makedepends=(cmake
git
glib2-devel
gtest
gobject-introspection
vala)
source=(git+https://github.com/AyatanaIndicators/$pkgname#tag=$pkgver)
sha256sums=('cb4aaea3797a3e09cf19fcf936da30ace4d552034a7933bf19c6cb25077b7277')
build() { build() {
cmake -B build -S $pkgname-$pkgver \ cmake -B build -S $pkgname \
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_PREFIX=/usr
cmake --build build cmake --build build
} }