Github messages for voidlinux
 help / color / mirror / Atom feed
From: Clos3y <Clos3y@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: xdemineur-2.1.1
Date: Thu, 23 Mar 2023 19:12:25 +0100	[thread overview]
Message-ID: <20230323181225.uEErdZhRvnhX1bExZD31DsFlLeO4lyLhLQJLrLGUpL4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42927@inbox.vuxu.org>

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

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

https://github.com/Clos3y/void-packages xdemineur
https://github.com/void-linux/void-packages/pull/42927

New package: xdemineur-2.1.1
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

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

From e278b42c53e1ea9caa65cb941e6ba9f7e302e2ba Mon Sep 17 00:00:00 2001
From: clos3y <sam.w.close@gmail.com>
Date: Wed, 22 Mar 2023 11:48:13 +0000
Subject: [PATCH] New package: xdemineur-2.1.1

---
 srcpkgs/xdemineur/files/xdemineur.desktop | 10 ++++++++++
 srcpkgs/xdemineur/template                | 24 +++++++++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 srcpkgs/xdemineur/files/xdemineur.desktop
 create mode 100644 srcpkgs/xdemineur/template

diff --git a/srcpkgs/xdemineur/files/xdemineur.desktop b/srcpkgs/xdemineur/files/xdemineur.desktop
new file mode 100644
index 000000000000..2f7f07ca749b
--- /dev/null
+++ b/srcpkgs/xdemineur/files/xdemineur.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=xdemineur
+GenericName=xdemineur
+Comment=A minesweeper game for the X Window System
+Exec=xdemineur
+Terminal=false
+Categories=Game;Application;
+
diff --git a/srcpkgs/xdemineur/template b/srcpkgs/xdemineur/template
new file mode 100644
index 000000000000..e54899755aec
--- /dev/null
+++ b/srcpkgs/xdemineur/template
@@ -0,0 +1,24 @@
+# Template file for 'xdemineur'
+pkgname=xdemineur
+version=2.1.1
+revision=1
+build_style=gnu-makefile
+makedepends="libX11-devel libXpm-devel libXext-devel"
+short_desc="Minesweeper game for the X Window System"
+maintainer="clos3y <sam.w.close@gmail.com>"
+license="custom:MIT-like"
+homepage="http://www.babafou.eu.org/xdemineur"
+distfiles="http://www.babafou.eu.org/xdemineur/xdemineur-${version}.tar.gz"
+checksum=593824412a208a1b75d5b15745a271dc3eba330d41f7718f4826567d04bcbb9b
+
+do_build() {
+	"$CC" -lXpm -lX11 demineur.c main.c util.c xdemineur.c -o xdemineur
+}
+
+do_install() {
+	vbin xdemineur
+	vinstall ${FILESDIR}/xdemineur.desktop 644 usr/share/applications
+	mv xdemineur.man xdemineur.6
+	vman xdemineur.6
+	vlicense <( sed -n '/Copyright/,/*/p' INSTALL )
+}

  parent reply	other threads:[~2023-03-23 18:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-22 11:50 [PR PATCH] " Clos3y
2023-03-22 21:21 ` Chocimier
2023-03-22 21:26 ` Chocimier
2023-03-22 21:29 ` Clos3y
2023-03-22 21:55 ` [PR PATCH] [Updated] " Clos3y
2023-03-22 21:59 ` Clos3y
2023-03-22 22:05 ` Clos3y
2023-03-23 18:12 ` Clos3y [this message]
2023-03-24 12:52 ` Clos3y
2023-03-28 21:19 ` [PR PATCH] [Updated] " Chocimier
2023-03-28 21:20 ` [PR PATCH] [Merged]: " Chocimier

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=20230323181225.uEErdZhRvnhX1bExZD31DsFlLeO4lyLhLQJLrLGUpL4@z \
    --to=clos3y@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).