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

Allan McRae allan at gemini.archlinux.org
Sun Apr 24 22:40:38 UTC 2022


    Date: Sunday, April 24, 2022 @ 22:40:37
  Author: allan
Revision: 1189664

archrelease: copy trunk to community-x86_64

Added:
  cbatticon/repos/community-x86_64/PKGBUILD
    (from rev 1189663, cbatticon/trunk/PKGBUILD)
Deleted:
  cbatticon/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 22:40:21 UTC (rev 1189663)
+++ PKGBUILD	2022-04-24 22:40:37 UTC (rev 1189664)
@@ -1,22 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Valère Monseur <valere.monseur at ymail.com>
-
-pkgname=cbatticon
-pkgver=1.6.12
-pkgrel=1
-pkgdesc='Lightweight battery icon for the system tray'
-arch=(x86_64)
-url='https://github.com/valr/cbatticon'
-license=(GPL2)
-makedepends=(git)
-depends=(libnotify gtk3)
-source=("git+$url#commit=63aaeaa2b8de7bd8f282c7f1448799a5100fad73") # tag: 1.6.12
-b2sums=('SKIP')
-
-build() {
-  make -C $pkgname WITH_NOTIFY=1 WITH_GTK3=1
-}
-
-package() {
-  make -C $pkgname PREFIX="$pkgdir/usr" install
-}

Copied: cbatticon/repos/community-x86_64/PKGBUILD (from rev 1189663, cbatticon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-24 22:40:37 UTC (rev 1189664)
@@ -0,0 +1,22 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Valère Monseur <valere.monseur at ymail.com>
+
+pkgname=cbatticon
+pkgver=1.6.12
+pkgrel=2
+pkgdesc='Lightweight battery icon for the system tray'
+arch=(x86_64)
+url='https://github.com/valr/cbatticon'
+license=(GPL2)
+makedepends=(git)
+depends=(libnotify gtk3)
+source=("git+$url#commit=63aaeaa2b8de7bd8f282c7f1448799a5100fad73") # tag: 1.6.12
+b2sums=('SKIP')
+
+build() {
+  make -C $pkgname WITH_NOTIFY=1 WITH_GTK3=1
+}
+
+package() {
+  make -C $pkgname PREFIX="$pkgdir/usr" install
+}



More information about the arch-commits mailing list