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

Antonio Rojas arojas at gemini.archlinux.org
Sat Jun 11 08:37:14 UTC 2022


    Date: Saturday, June 11, 2022 @ 08:37:14
  Author: arojas
Revision: 1232184

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-11 08:37:08 UTC (rev 1232183)
+++ PKGBUILD	2022-06-11 08:37:14 UTC (rev 1232184)
@@ -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=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
-}

Copied: cbatticon/repos/community-x86_64/PKGBUILD (from rev 1232183, cbatticon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-11 08:37:14 UTC (rev 1232184)
@@ -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.13
+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=2b87a0f033a6cd173fa59174b921cf5d231771b6") # 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