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

Alexander Rødseth arodseth at archlinux.org
Mon Apr 9 10:33:05 UTC 2018


    Date: Monday, April 9, 2018 @ 10:33:04
  Author: arodseth
Revision: 315409

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-09 10:32:49 UTC (rev 315408)
+++ PKGBUILD	2018-04-09 10:33:04 UTC (rev 315409)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Valère Monseur <valere.monseur at ymail.com>
-
-pkgname=cbatticon
-pkgver=1.6.7
-pkgrel=1
-pkgdesc='Lightweight battery icon for the system tray'
-arch=('x86_64' 'i686')
-url='https://github.com/valr/cbatticon'
-license=('GPL2')
-depends=('libnotify' 'gtk3')
-provides=('cbatticon')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/valr/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('d0c33320a8e4421ade0f3cfaf3548a6f620ebc275339019cb5ff1ed87c2256e8')
-
-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 315408, cbatticon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-09 10:33:04 UTC (rev 315409)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Valère Monseur <valere.monseur at ymail.com>
+
+pkgname=cbatticon
+pkgver=1.6.8
+pkgrel=1
+pkgdesc='Lightweight battery icon for the system tray'
+arch=('x86_64')
+url='https://github.com/valr/cbatticon'
+license=('GPL2')
+depends=('libnotify' 'gtk3')
+provides=('cbatticon')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/valr/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('369f3fb20bd97e4aec5acf5915d8a5c9651033fc71b793913fd86f19d5feb4a0')
+
+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:



More information about the arch-commits mailing list