Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: xdemineur-2.1.1
@ 2023-03-22 11:50 Clos3y
  2023-03-22 21:21 ` Chocimier
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Clos3y @ 2023-03-22 11:50 UTC (permalink / raw)
  To: ml

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

There is a new 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: 2714 bytes --]

From 608faf688ccd74e0f72d236d6da3ff3942b9a25c 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/LICENSE           | 17 ++++++++++++++++
 srcpkgs/xdemineur/files/xdemineur.desktop | 10 ++++++++++
 srcpkgs/xdemineur/template                | 24 +++++++++++++++++++++++
 3 files changed, 51 insertions(+)
 create mode 100644 srcpkgs/xdemineur/files/LICENSE
 create mode 100644 srcpkgs/xdemineur/files/xdemineur.desktop
 create mode 100644 srcpkgs/xdemineur/template

diff --git a/srcpkgs/xdemineur/files/LICENSE b/srcpkgs/xdemineur/files/LICENSE
new file mode 100644
index 000000000000..8da2daec3013
--- /dev/null
+++ b/srcpkgs/xdemineur/files/LICENSE
@@ -0,0 +1,17 @@
+Copyright
+---------
+
+Copyright © 1993-1999 Marc Baudoin <babafou@babafou.eu.org>
+
+Permission to use, copy, modify, and distribute this software and
+its documentation for any purpose and without fee is hereby
+granted, provided that the above copyright notice appear in all
+copies and that both that copyright notice and this permission
+notice appear in supporting documentation.  The author makes no
+representations about the suitability of this software for any
+purpose.  It is provided "as is" without express or implied
+warranty.
+
+-- 
+Marc Baudoin
+<babafou@babafou.eu.org>
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..f2aa78c3ca54
--- /dev/null
+++ b/srcpkgs/xdemineur/template
@@ -0,0 +1,24 @@
+# Template file for 'xdemineur'
+pkgname=xdemineur
+version=2.1.1
+revision=1
+archs="x86_64"
+build_style=gnu-makefile
+makedepends="imake 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() {
+	xmkmf
+}
+
+post_install() {
+	vinstall ${FILESDIR}/xdemineur.desktop 644 usr/share/applications
+	mv xdemineur.man xdemineur.6
+	vman xdemineur.6
+	vlicense ${FILESDIR}/LICENSE
+}

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

end of thread, other threads:[~2023-03-28 21:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22 11:50 [PR PATCH] New package: xdemineur-2.1.1 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 ` [PR PATCH] [Updated] " Clos3y
2023-03-24 12:52 ` Clos3y
2023-03-28 21:19 ` [PR PATCH] [Updated] " Chocimier
2023-03-28 21:20 ` [PR PATCH] [Merged]: " Chocimier

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