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

Alexander Rødseth arodseth at gemini.archlinux.org
Fri Feb 11 10:07:26 UTC 2022


    Date: Friday, February 11, 2022 @ 10:07:25
  Author: arodseth
Revision: 1131823

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-11 10:07:20 UTC (rev 1131822)
+++ PKGBUILD	2022-02-11 10:07:25 UTC (rev 1131823)
@@ -1,24 +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.10
-pkgrel=2
-pkgdesc='Lightweight battery icon for the system tray'
-arch=(x86_64)
-url='https://github.com/valr/cbatticon'
-license=(GPL2)
-depends=(gtk3 libnotify)
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('c9782e86dab64bea17583640f23e9fda34682967984f2105aa21e0d1c355cd57')
-
-build() {
-  make -C "$pkgname-$pkgver" WITH_NOTIFY=1 WITH_GTK3=1
-}
-
-package() {
-  make -C "$pkgname-$pkgver" PREFIX="$pkgdir/usr" install
-}
-
-# getver: github.com/valr/cbatticon
-# vim: ts=2 sw=2 et:

Copied: cbatticon/repos/community-x86_64/PKGBUILD (from rev 1131822, cbatticon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-11 10:07:25 UTC (rev 1131823)
@@ -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=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
+}



More information about the arch-commits mailing list