Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: QTalarm-2.4.0
@ 2022-12-25  4:59 cmhainesii
  2023-03-27  1:53 ` github-actions
  2023-04-11  1:51 ` [PR PATCH] [Closed]: " github-actions
  0 siblings, 2 replies; 3+ messages in thread
From: cmhainesii @ 2022-12-25  4:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cmhainesii/void-packages qtalarm
https://github.com/void-linux/void-packages/pull/41282

New Package: QTalarm-2.4.0
Closes #40770 

#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES

- I built this PR locally for my native architecture, (x86_64, glibc)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qtalarm-41282.patch --]
[-- Type: text/x-diff, Size: 3094 bytes --]

From 0143055f315d9dfb3ea5ddbaf74231623dcf56bf Mon Sep 17 00:00:00 2001
From: Chuck Haines <charlesmhainesii@gmail.com>
Date: Tue, 29 Nov 2022 07:48:36 -0500
Subject: [PATCH 1/2] New package: QTalarm-2.3.2

---
 srcpkgs/QTalarm/files/qtalarm.desktop | 10 ++++++++++
 srcpkgs/QTalarm/template              | 21 +++++++++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/QTalarm/files/qtalarm.desktop
 create mode 100644 srcpkgs/QTalarm/template

diff --git a/srcpkgs/QTalarm/files/qtalarm.desktop b/srcpkgs/QTalarm/files/qtalarm.desktop
new file mode 100644
index 000000000000..ee33569efc49
--- /dev/null
+++ b/srcpkgs/QTalarm/files/qtalarm.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Value=1.0
+Type=Application
+Name=QTalarm
+GenericName=QTalarm
+Comment= A nifty alarm clock written in QT
+Icon=1349069370_Alarm_Clock.png
+Exec=qtalarm
+Categories=Application;Utility;
diff --git a/srcpkgs/QTalarm/template b/srcpkgs/QTalarm/template
new file mode 100644
index 000000000000..776074d9762c
--- /dev/null
+++ b/srcpkgs/QTalarm/template
@@ -0,0 +1,21 @@
+# Template file for 'QTalarm'
+pkgname=QTalarm
+version=2.3.2
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-multimedia-devel qt5-declarative-devel"
+short_desc="Alarm clock written in QT"
+maintainer="Charles Haines <charlesmhainesii@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://random-hackery.net/page/qtalarm/"
+distfiles="https://github.com/CountMurphy/QTalarm/archive/refs/tags/${version}.tar.gz"
+checksum="bc6148366e0639e58190719f68bbbb261b618c5e0f51ccf16cc54c5266c604d0"
+
+do_install() {
+	vbin qtalarm
+	vinstall ${FILESDIR}/qtalarm.desktop 644 usr/share/applications
+	vinstall Icons/1349069370_Alarm_Clock.png 644 usr/share/icons/hicolor/48x48/apps
+	vinstall Icons/1349069370_Alarm_Clock24.png 644 usr/share/icons/hicolor/24x24/apps/1349069370_Alarm_Clock.png
+	vinstall Icons/1349069370_Alarm_Clock16.png 644 usr/share/icons/hicolor/16x16/apps/1349069370_Alarm_Clock.png
+}

From 96d71165862f2468cc9345a37ffd162d2a98c9f1 Mon Sep 17 00:00:00 2001
From: Chuck Haines <charlesmhainesii@gmail.com>
Date: Sat, 24 Dec 2022 23:19:29 -0500
Subject: [PATCH 2/2] New package: QTalarm-2.4.0

---
 srcpkgs/QTalarm/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/QTalarm/template b/srcpkgs/QTalarm/template
index 776074d9762c..fc88ad5a241a 100644
--- a/srcpkgs/QTalarm/template
+++ b/srcpkgs/QTalarm/template
@@ -1,6 +1,6 @@
 # Template file for 'QTalarm'
 pkgname=QTalarm
-version=2.3.2
+version=2.4.0
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -10,7 +10,7 @@ maintainer="Charles Haines <charlesmhainesii@gmail.com>"
 license="GPL-3.0-only"
 homepage="https://random-hackery.net/page/qtalarm/"
 distfiles="https://github.com/CountMurphy/QTalarm/archive/refs/tags/${version}.tar.gz"
-checksum="bc6148366e0639e58190719f68bbbb261b618c5e0f51ccf16cc54c5266c604d0"
+checksum=2eed828e4bb8b8fdf57d863465351a6ea1f5789b8fec6b01f2fbae7e4609ec47
 
 do_install() {
 	vbin qtalarm

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

* Re: New Package: QTalarm-2.4.0
  2022-12-25  4:59 [PR PATCH] New Package: QTalarm-2.4.0 cmhainesii
@ 2023-03-27  1:53 ` github-actions
  2023-04-11  1:51 ` [PR PATCH] [Closed]: " github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2023-03-27  1:53 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/41282#issuecomment-1484354981

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New Package: QTalarm-2.4.0
  2022-12-25  4:59 [PR PATCH] New Package: QTalarm-2.4.0 cmhainesii
  2023-03-27  1:53 ` github-actions
@ 2023-04-11  1:51 ` github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2023-04-11  1:51 UTC (permalink / raw)
  To: ml

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

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

New Package: QTalarm-2.4.0
https://github.com/void-linux/void-packages/pull/41282

Description:
Closes #40770 

#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES

- I built this PR locally for my native architecture, (x86_64, glibc)

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

end of thread, other threads:[~2023-04-11  1:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-25  4:59 [PR PATCH] New Package: QTalarm-2.4.0 cmhainesii
2023-03-27  1:53 ` github-actions
2023-04-11  1:51 ` [PR PATCH] [Closed]: " github-actions

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).