Github messages for voidlinux
 help / color / mirror / Atom feed
From: cmhainesii <cmhainesii@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New Package: QTAlarm-2.3.2
Date: Wed, 30 Nov 2022 11:38:26 +0100	[thread overview]
Message-ID: <20221130103826.8MGVlOWs8SpHMvvlS660SIAh_GJLc7UW1DmO9UoLCzk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40831@inbox.vuxu.org>

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

There is an updated 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/40831

New Package: QTAlarm-2.3.2
#### 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/40831.patch is attached

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

From 198942383b11d2ccfc37ca37a2463ee70a985298 Mon Sep 17 00:00:00 2001
From: Chuck Haines <charlesmhainesii@gmail.com>
Date: Tue, 29 Nov 2022 07:48:36 -0500
Subject: [PATCH] New Package: QTAlarm-2.3.2

---
 srcpkgs/QTAlarm/files/qtalarm.desktop | 10 ++++++++++
 srcpkgs/QTAlarm/qtalarm.desktop       | 10 ++++++++++
 srcpkgs/QTAlarm/template              | 24 ++++++++++++++++++++++++
 3 files changed, 44 insertions(+)
 create mode 100644 srcpkgs/QTAlarm/files/qtalarm.desktop
 create mode 100644 srcpkgs/QTAlarm/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/qtalarm.desktop b/srcpkgs/QTAlarm/qtalarm.desktop
new file mode 100644
index 000000000000..ee33569efc49
--- /dev/null
+++ b/srcpkgs/QTAlarm/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..9b62c4fbef31
--- /dev/null
+++ b/srcpkgs/QTAlarm/template
@@ -0,0 +1,24 @@
+# Template file for 'QTAlarm'
+pkgname=QTAlarm
+version=2.3.2
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake"
+makedepends="qt5-multimedia-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() {
+	cd ${wrksrc}
+	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
+
+}

  parent reply	other threads:[~2022-11-30 10:38 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-29 12:53 [PR PATCH] " cmhainesii
2022-11-30  8:47 ` [PR REVIEW] " tibequadorian
2022-11-30  8:49 ` tibequadorian
2022-11-30 10:34 ` [PR PATCH] [Updated] " cmhainesii
2022-11-30 10:38 ` cmhainesii [this message]
2022-11-30 10:52 ` [PR REVIEW] " cmhainesii
2022-11-30 12:16 ` tibequadorian
2022-11-30 12:23 ` tibequadorian
2022-11-30 13:39 ` [PR PATCH] [Updated] " cmhainesii
2022-11-30 13:43 ` cmhainesii
2022-11-30 13:55 ` [PR REVIEW] " cmhainesii
2022-11-30 14:03 ` cmhainesii
2022-11-30 14:10 ` cmhainesii
2022-11-30 14:23 ` [PR PATCH] [Updated] " cmhainesii
2022-11-30 14:26 ` [PR PATCH] [Updated] New package: QTAlarm-2.3.2 cmhainesii
2022-11-30 16:44 ` [PR REVIEW] " tibequadorian
2022-11-30 16:47 ` tibequadorian
2022-11-30 17:19 ` tibequadorian
2022-12-01 12:51 ` [PR PATCH] [Updated] " cmhainesii
2022-12-01 12:53 ` cmhainesii
2022-12-01 12:56 ` [PR REVIEW] " cmhainesii
2022-12-01 12:58 ` [PR PATCH] [Updated] New package: QTalarm-2.3.2 cmhainesii
2022-12-01 13:52 ` [PR REVIEW] " tibequadorian
2022-12-01 22:19 ` [PR PATCH] [Updated] " cmhainesii
2022-12-01 22:26 ` [PR REVIEW] " cmhainesii
2022-12-01 23:14 ` tibequadorian
2022-12-01 23:16 ` tibequadorian
2022-12-01 23:37 ` cmhainesii
2022-12-02  0:43 ` tibequadorian
2022-12-02  1:03 ` cmhainesii
2022-12-02  1:05 ` [PR PATCH] [Updated] " cmhainesii
2022-12-02 12:20 ` [PR REVIEW] " tibequadorian
2022-12-02 12:20 ` tibequadorian
2022-12-03  1:20 ` [PR PATCH] [Updated] " cmhainesii
2022-12-23  4:13 ` Kommynct
2022-12-25  4:29 ` [PR PATCH] [Updated] " cmhainesii
2022-12-25  4:33 ` cmhainesii
2022-12-25  4:33 ` [PR PATCH] [Closed]: " cmhainesii
2022-12-25  5:05 ` cmhainesii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221130103826.8MGVlOWs8SpHMvvlS660SIAh_GJLc7UW1DmO9UoLCzk@z \
    --to=cmhainesii@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).