[arch-commits] Commit in ayatana-ido/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Jun 4 08:00:57 UTC 2022


    Date: Saturday, June 4, 2022 @ 08:00:56
  Author: arojas
Revision: 1220745

archrelease: copy trunk to community-x86_64

Added:
  ayatana-ido/repos/community-x86_64/PKGBUILD
    (from rev 1220744, ayatana-ido/trunk/PKGBUILD)
Deleted:
  ayatana-ido/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-04 08:00:45 UTC (rev 1220744)
+++ PKGBUILD	2022-06-04 08:00:56 UTC (rev 1220745)
@@ -1,24 +0,0 @@
-# Maintainer:
-# Contributor: Robert Tari <robert at tari dot in>
-
-pkgname=ayatana-ido
-pkgver=0.9.1
-pkgrel=2
-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=('e663e14675b3ac6474b886541fa367d07a57b476a9c8600b4b2db019734d96d6')
-
-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 1220744, ayatana-ido/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-04 08:00:56 UTC (rev 1220745)
@@ -0,0 +1,24 @@
+# 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
+}



More information about the arch-commits mailing list