Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: activate-linux-0.0.1
@ 2022-05-18 15:08 nadevko
  2022-05-18 18:32 ` [PR REVIEW] " Chocimier
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: nadevko @ 2022-05-18 15:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nadevko/void-packages activate-linux
https://github.com/void-linux/void-packages/pull/37185

New package: activate-linux-0.0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From 7086fbbc53514b02333501782530448fb0fb6ce1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nade=C5=ADka?= <nadevko@riseup.net>
Date: Wed, 18 May 2022 16:59:28 +0300
Subject: [PATCH] New package: activate-linux-0.0.1

---
 srcpkgs/activate-linux/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/activate-linux/template

diff --git a/srcpkgs/activate-linux/template b/srcpkgs/activate-linux/template
new file mode 100644
index 000000000000..ee841981bc45
--- /dev/null
+++ b/srcpkgs/activate-linux/template
@@ -0,0 +1,22 @@
+# Template file for 'activate-linux'
+pkgname=activate-linux
+version=0.0.1
+revision=1
+hostmakedepends="libXfixes-devel libX11-devel libXinerama-devel cairo-devel"
+short_desc="\"Activate Windows\" watermark ported to Linux"
+maintainer="Nadeŭka <nadevko@riseup.net>"
+license=custom:based-license-1.4.1
+homepage=https://github.com/MrGlockenspiel/activate-linux
+distfiles=$homepage/archive/refs/tags/v$version.tar.gz
+checksum=378ca7c1cbe03542a597910f2753ac4f13df3288273bafdad59c1e5b05a2408e
+CFLAGS+="-lXfixes -lX11 -lXinerama -lcairo -I$XBPS_CROSS_BASE/usr/include/cairo"
+
+do_build() {
+	$CC src/activate_linux.c -o $pkgname $CFLAGS
+}
+
+do_install() {
+	vbin $pkgname
+	vlicense LICENSE.md
+	vdoc ARGS.md
+}

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

end of thread, other threads:[~2022-05-29 12:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 15:08 [PR PATCH] New package: activate-linux-0.0.1 nadevko
2022-05-18 18:32 ` [PR REVIEW] " Chocimier
2022-05-22 17:31 ` [PR PATCH] [Updated] " nadevko
2022-05-22 17:39 ` New package: activate-linux-0.0.2 nadevko
2022-05-23 19:39 ` Chocimier
2022-05-23 19:39 ` [PR REVIEW] " Chocimier
2022-05-24  3:14 ` abenson
2022-05-24 14:00 ` [PR PATCH] [Updated] " nadevko
2022-05-29 12:09 ` nadevko

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