Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cbatticon-gtk3: update to 1.6.9, add license, add changelog
@ 2019-07-17 19:37 voidlinux-github
  2019-07-17 20:12 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-17 19:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 381 bytes --]

There is a new pull request by PaperMountainStudio against master on the void-packages repository

https://github.com/PaperMountainStudio/void-packages cbatticon-gtk3-1.6.9
https://github.com/void-linux/void-packages/pull/13192

cbatticon-gtk3: update to 1.6.9, add license, add changelog


A patch file from https://github.com/void-linux/void-packages/pull/13192.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cbatticon-gtk3-1.6.9-13192.patch --]
[-- Type: application/text/x-diff, Size: 1551 bytes --]

From 353de102d6fbab63e7be0b189ecfd3308b6ff7cf Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Wed, 17 Jul 2019 21:34:26 +0200
Subject: [PATCH] cbatticon-gtk3: update to 1.6.9, add license, add changelog

---
 srcpkgs/cbatticon-gtk3/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cbatticon-gtk3/template b/srcpkgs/cbatticon-gtk3/template
index 49793fa4694..4b31ae20955 100644
--- a/srcpkgs/cbatticon-gtk3/template
+++ b/srcpkgs/cbatticon-gtk3/template
@@ -1,6 +1,6 @@
 # Template file for 'cbatticon-gtk3'
 pkgname=cbatticon-gtk3
-version=1.6.8
+version=1.6.9
 revision=1
 wrksrc="cbatticon-${version}"
 build_style=gnu-makefile
@@ -10,8 +10,9 @@ short_desc="Lightweight and fast battery icon that sits in your systray - GTK3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://github.com/valr/cbatticon"
+changelog="https://raw.githubusercontent.com/valr/cbatticon/master/Changelog"
 distfiles="https://github.com/valr/cbatticon/archive/${version}.tar.gz"
-checksum=369f3fb20bd97e4aec5acf5915d8a5c9651033fc71b793913fd86f19d5feb4a0
+checksum=ba870df67fda30d23a252b7e8091093417d59e505ba8911dcc09b80c876f4a2c
 provides="cbatticon-${version}_${revision}"
 replaces="cbatticon-gtk2>=0"
 
@@ -29,6 +30,10 @@ do_build() {
 		make ${makejobs} ${make_build_args} ${make_build_target}
 }
 
+post_install() {
+	vlicense COPYING
+}
+
 cbatticon-gtk2_package() {
 	short_desc="${short_desc/GTK3/GTK2}"
 	provides="cbatticon-${version}_${revision}"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] cbatticon-gtk3: update to 1.6.9, add license, add changelog
  2019-07-17 19:37 [PR PATCH] cbatticon-gtk3: update to 1.6.9, add license, add changelog voidlinux-github
  2019-07-17 20:12 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-17 20:12 ` voidlinux-github
  2019-07-17 20:57 ` [PR PATCH] [Merged]: cbatticon-gtk3: update to 1.6.9, " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-17 20:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

There is an updated pull request by PaperMountainStudio against master on the void-packages repository

https://github.com/PaperMountainStudio/void-packages cbatticon-gtk3-1.6.9
https://github.com/void-linux/void-packages/pull/13192

cbatticon-gtk3: update to 1.6.9, add license, add changelog


A patch file from https://github.com/void-linux/void-packages/pull/13192.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cbatticon-gtk3-1.6.9-13192.patch --]
[-- Type: application/text/x-diff, Size: 1282 bytes --]

From 8b429eca5d6773615fe0c16b444c0cfb8eac34f8 Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Wed, 17 Jul 2019 21:34:26 +0200
Subject: [PATCH] cbatticon-gtk3: update to 1.6.9, add changelog

---
 srcpkgs/cbatticon-gtk3/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cbatticon-gtk3/template b/srcpkgs/cbatticon-gtk3/template
index 49793fa4694..fde2b5846dc 100644
--- a/srcpkgs/cbatticon-gtk3/template
+++ b/srcpkgs/cbatticon-gtk3/template
@@ -1,6 +1,6 @@
 # Template file for 'cbatticon-gtk3'
 pkgname=cbatticon-gtk3
-version=1.6.8
+version=1.6.9
 revision=1
 wrksrc="cbatticon-${version}"
 build_style=gnu-makefile
@@ -10,8 +10,9 @@ short_desc="Lightweight and fast battery icon that sits in your systray - GTK3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://github.com/valr/cbatticon"
+changelog="https://raw.githubusercontent.com/valr/cbatticon/master/Changelog"
 distfiles="https://github.com/valr/cbatticon/archive/${version}.tar.gz"
-checksum=369f3fb20bd97e4aec5acf5915d8a5c9651033fc71b793913fd86f19d5feb4a0
+checksum=ba870df67fda30d23a252b7e8091093417d59e505ba8911dcc09b80c876f4a2c
 provides="cbatticon-${version}_${revision}"
 replaces="cbatticon-gtk2>=0"
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] cbatticon-gtk3: update to 1.6.9, add license, add changelog
  2019-07-17 19:37 [PR PATCH] cbatticon-gtk3: update to 1.6.9, add license, add changelog voidlinux-github
@ 2019-07-17 20:12 ` voidlinux-github
  2019-07-17 20:12 ` voidlinux-github
  2019-07-17 20:57 ` [PR PATCH] [Merged]: cbatticon-gtk3: update to 1.6.9, " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-17 20:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

There is an updated pull request by PaperMountainStudio against master on the void-packages repository

https://github.com/PaperMountainStudio/void-packages cbatticon-gtk3-1.6.9
https://github.com/void-linux/void-packages/pull/13192

cbatticon-gtk3: update to 1.6.9, add license, add changelog


A patch file from https://github.com/void-linux/void-packages/pull/13192.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cbatticon-gtk3-1.6.9-13192.patch --]
[-- Type: application/text/x-diff, Size: 1282 bytes --]

From 8b429eca5d6773615fe0c16b444c0cfb8eac34f8 Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Wed, 17 Jul 2019 21:34:26 +0200
Subject: [PATCH] cbatticon-gtk3: update to 1.6.9, add changelog

---
 srcpkgs/cbatticon-gtk3/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cbatticon-gtk3/template b/srcpkgs/cbatticon-gtk3/template
index 49793fa4694..fde2b5846dc 100644
--- a/srcpkgs/cbatticon-gtk3/template
+++ b/srcpkgs/cbatticon-gtk3/template
@@ -1,6 +1,6 @@
 # Template file for 'cbatticon-gtk3'
 pkgname=cbatticon-gtk3
-version=1.6.8
+version=1.6.9
 revision=1
 wrksrc="cbatticon-${version}"
 build_style=gnu-makefile
@@ -10,8 +10,9 @@ short_desc="Lightweight and fast battery icon that sits in your systray - GTK3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://github.com/valr/cbatticon"
+changelog="https://raw.githubusercontent.com/valr/cbatticon/master/Changelog"
 distfiles="https://github.com/valr/cbatticon/archive/${version}.tar.gz"
-checksum=369f3fb20bd97e4aec5acf5915d8a5c9651033fc71b793913fd86f19d5feb4a0
+checksum=ba870df67fda30d23a252b7e8091093417d59e505ba8911dcc09b80c876f4a2c
 provides="cbatticon-${version}_${revision}"
 replaces="cbatticon-gtk2>=0"
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: cbatticon-gtk3: update to 1.6.9, add changelog
  2019-07-17 19:37 [PR PATCH] cbatticon-gtk3: update to 1.6.9, add license, add changelog voidlinux-github
  2019-07-17 20:12 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-17 20:12 ` voidlinux-github
@ 2019-07-17 20:57 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-17 20:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

There's a merged pull request on the void-packages repository

cbatticon-gtk3: update to 1.6.9, add changelog
https://github.com/void-linux/void-packages/pull/13192
Description: 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-07-17 20:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-17 19:37 [PR PATCH] cbatticon-gtk3: update to 1.6.9, add license, add changelog voidlinux-github
2019-07-17 20:12 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-17 20:12 ` voidlinux-github
2019-07-17 20:57 ` [PR PATCH] [Merged]: cbatticon-gtk3: update to 1.6.9, " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).