Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] New package: xpaint-3.1.4
@ 2024-05-02 11:00 MIvanchev
  2024-05-02 11:08 ` [PR PATCH] [Updated] " MIvanchev
                   ` (67 more replies)
  0 siblings, 68 replies; 69+ messages in thread
From: MIvanchev @ 2024-05-02 11:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages xpaint
https://github.com/void-linux/void-packages/pull/50161

[WIP] New package: xpaint-3.1.4
#### Testing the changes
- I tested the changes in this PR: **NO**

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


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

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

From 5ac57a764fb21cb65104895dad33bc4469a9f9de Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 2 May 2024 12:59:55 +0200
Subject: [PATCH] New package: libXaw3dXft-1.6.2

---
 srcpkgs/libXaw3dXft-devel    |  1 +
 srcpkgs/libXaw3dXft/template | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/libXaw3dXft-devel
 create mode 100644 srcpkgs/libXaw3dXft/template

diff --git a/srcpkgs/libXaw3dXft-devel b/srcpkgs/libXaw3dXft-devel
new file mode 120000
index 00000000000000..af766a81fe74d9
--- /dev/null
+++ b/srcpkgs/libXaw3dXft-devel
@@ -0,0 +1 @@
+libXaw3dXft
\ No newline at end of file
diff --git a/srcpkgs/libXaw3dXft/template b/srcpkgs/libXaw3dXft/template
new file mode 100644
index 00000000000000..b1973ea2594330
--- /dev/null
+++ b/srcpkgs/libXaw3dXft/template
@@ -0,0 +1,29 @@
+# Template file for 'libXaw3dXft'
+pkgname=libXaw3dXft
+version=1.6.2
+revision=1
+build_style=gnu-configure
+short_desc="Widget set based on the X Toolkit Intrinsics (Xt) library"
+hostmakedepends="pkg-config"
+makedepends="libXft-devel libXmu-devel"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://sourceforge.net/projects/sf-xpaint/"
+distfiles="${SOURCEFORGE_SITE}/project/sf-xpaint/libxaw3dxft/${pkgname}-${version}.tar.bz2"
+checksum=0a1af64590cab7a4e4a5cf42dafa1a94984c6453c56377f40b5d1682f6c4ecfd
+
+post_install() {
+	vlicense COPYING
+}
+
+libXaw3dXft-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+		vmove "usr/lib/*.a"
+		vmove usr/share
+	}
+}

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

end of thread, other threads:[~2024-05-03 15:06 UTC | newest]

Thread overview: 69+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-02 11:00 [PR PATCH] [WIP] New package: xpaint-3.1.4 MIvanchev
2024-05-02 11:08 ` [PR PATCH] [Updated] " MIvanchev
2024-05-02 11:19 ` MIvanchev
2024-05-02 11:22 ` MIvanchev
2024-05-02 14:44 ` MIvanchev
2024-05-02 15:25 ` MIvanchev
2024-05-02 15:29 ` MIvanchev
2024-05-02 15:35 ` MIvanchev
2024-05-02 15:49 ` MIvanchev
2024-05-02 16:19 ` MIvanchev
2024-05-02 16:26 ` MIvanchev
2024-05-02 17:32 ` MIvanchev
2024-05-02 19:30 ` MIvanchev
2024-05-02 19:34 ` MIvanchev
2024-05-02 19:40 ` MIvanchev
2024-05-02 19:43 ` MIvanchev
2024-05-02 20:31 ` MIvanchev
2024-05-03  7:19 ` MIvanchev
2024-05-03  7:46 ` MIvanchev
2024-05-03  7:50 ` MIvanchev
2024-05-03  7:56 ` MIvanchev
2024-05-03  8:09 ` MIvanchev
2024-05-03  8:14 ` MIvanchev
2024-05-03  8:25 ` MIvanchev
2024-05-03  8:38 ` MIvanchev
2024-05-03  8:40 ` MIvanchev
2024-05-03  8:43 ` MIvanchev
2024-05-03  8:46 ` MIvanchev
2024-05-03  8:54 ` MIvanchev
2024-05-03  8:59 ` MIvanchev
2024-05-03  9:05 ` MIvanchev
2024-05-03  9:09 ` MIvanchev
2024-05-03  9:13 ` MIvanchev
2024-05-03  9:18 ` MIvanchev
2024-05-03  9:23 ` MIvanchev
2024-05-03  9:27 ` MIvanchev
2024-05-03  9:35 ` MIvanchev
2024-05-03  9:45 ` MIvanchev
2024-05-03  9:45 ` MIvanchev
2024-05-03  9:56 ` MIvanchev
2024-05-03 10:00 ` MIvanchev
2024-05-03 10:05 ` MIvanchev
2024-05-03 10:27 ` MIvanchev
2024-05-03 10:31 ` MIvanchev
2024-05-03 10:43 ` MIvanchev
2024-05-03 10:46 ` MIvanchev
2024-05-03 11:15 ` MIvanchev
2024-05-03 11:19 ` MIvanchev
2024-05-03 11:36 ` MIvanchev
2024-05-03 11:46 ` MIvanchev
2024-05-03 11:49 ` MIvanchev
2024-05-03 11:55 ` MIvanchev
2024-05-03 12:00 ` MIvanchev
2024-05-03 12:03 ` MIvanchev
2024-05-03 12:10 ` MIvanchev
2024-05-03 12:23 ` MIvanchev
2024-05-03 12:27 ` MIvanchev
2024-05-03 12:34 ` MIvanchev
2024-05-03 12:40 ` MIvanchev
2024-05-03 12:45 ` MIvanchev
2024-05-03 13:14 ` MIvanchev
2024-05-03 13:21 ` MIvanchev
2024-05-03 13:23 ` MIvanchev
2024-05-03 13:36 ` MIvanchev
2024-05-03 13:45 ` MIvanchev
2024-05-03 14:13 ` MIvanchev
2024-05-03 14:59 ` MIvanchev
2024-05-03 15:03 ` MIvanchev
2024-05-03 15:06 ` MIvanchev

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