Date: Monday, February 27, 2023 @ 07:12:47
Author: arojas
Revision: 1405406
archrelease: copy trunk to community-x86_64
Added:
ayatana-ido/repos/community-x86_64/PKGBUILD
(from rev 1405405, ayatana-ido/trunk/PKGBUILD)
Deleted:
ayatana-ido/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-27 07:12:38 UTC (rev 1405405)
+++ PKGBUILD 2023-02-27 07:12:47 UTC (rev 1405406)
@@ -1,24 +0,0 @@
-# Maintainer:
-# Contributor: Robert Tari <robert at tari dot in>
-
-pkgname=ayatana-ido
-pkgver=0.9.2
-pkgrel=1
-pkgdesc='Ayatana Indicator Display Objects'
-arch=(x86_64)
-url='https://github.com/AyatanaIndicators/ayatana-ido'
-license=(LGPL2.1 LGPL3)
-depends=(gtk3)
-makedepends=(cmake gobject-introspection vala)
-source=(https://github.com/AyatanaIndicators/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('b166e7a160458e4a71f6086d2e4e97e18cf1ac584231a4b9f1f338914203884c')
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: ayatana-ido/repos/community-x86_64/PKGBUILD (from rev 1405405,
ayatana-ido/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-27 07:12:47 UTC (rev 1405406)
@@ -0,0 +1,24 @@
+# Maintainer:
+# Contributor: Robert Tari <robert at tari dot in>
+
+pkgname=ayatana-ido
+pkgver=0.9.3
+pkgrel=1
+pkgdesc='Ayatana Indicator Display Objects'
+arch=(x86_64)
+url='https://github.com/AyatanaIndicators/ayatana-ido'
+license=(LGPL2.1 LGPL3)
+depends=(gtk3)
+makedepends=(cmake gobject-introspection vala gtest)
+source=(https://github.com/AyatanaIndicators/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('4df0a21dde4f6e41d2738c7944d1169836d844e5b65364d1897e93766fa93d58')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}