Github messages for voidlinux
 help / color / mirror / Atom feed
From: MIvanchev <MIvanchev@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] New package: xpaint-3.1.4
Date: Thu, 02 May 2024 21:30:55 +0200	[thread overview]
Message-ID: <20240502193055.E619721800@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50161@inbox.vuxu.org>

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

There is an updated 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: 3776 bytes --]

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

---
 common/shlibs                |  1 +
 srcpkgs/libXaw3dXft-devel    |  1 +
 srcpkgs/libXaw3dXft/template | 30 ++++++++++++++++++++++++++++++
 3 files changed, 32 insertions(+)
 create mode 120000 srcpkgs/libXaw3dXft-devel
 create mode 100644 srcpkgs/libXaw3dXft/template

diff --git a/common/shlibs b/common/shlibs
index 8872faa597af73..566a8248e75c40 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1632,6 +1632,7 @@ libosmoctrl.so.0 libosmocore-0.7.0_1
 libgtkglext-x11-1.0.so.0 gtkglext-1.2.0_4
 libgdkglext-x11-1.0.so.0 gtkglext-1.2.0_4
 libXaw3d.so.8 libXaw3d-1.6.2_1
+libXaw3dxft.so.8 libXaw3dXft-1.6.2h_1
 libshiboken2.so.5.15 libshiboken2-5.15.0_1
 libpyside2.so.5.15 libpyside2-python3-5.15.0_1
 libupsclient.so.6 libnetwork-ups-tools-2.8.0_1
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..0f345355fd0d06
--- /dev/null
+++ b/srcpkgs/libXaw3dXft/template
@@ -0,0 +1,30 @@
+# Template file for 'libXaw3dXft'
+pkgname=libXaw3dXft
+version=1.6.2h
+revision=1
+build_style=gnu-configure
+configure_args="--enable-internationalization --enable-multiplane-bitmaps --enable-gray-stipples --enable-arrow-scrollbars"
+hostmakedepends="pkg-config"
+makedepends="libXft-devel libXmu-devel libXpm-devel"
+short_desc="Widget set based on the X Toolkit Intrinsics (Xt) library"
+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=5d749e3d682d2fb60959ebc3bce3228ca5c949a46aafc349e89a77f6c6ed830b
+
+post_install() {
+	vlicense COPYING
+}
+
+libXaw3dXft-devel_package() {
+	depends="${makedepends} ${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
+	}
+}

From 9f90092e9e77935147f1d922e13ad339ee06ed47 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 2 May 2024 16:44:49 +0200
Subject: [PATCH 2/2] New package: xpaint-3.1.4

---
 srcpkgs/xpaint/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/xpaint/template

diff --git a/srcpkgs/xpaint/template b/srcpkgs/xpaint/template
new file mode 100644
index 00000000000000..b2cbc2f7ad7843
--- /dev/null
+++ b/srcpkgs/xpaint/template
@@ -0,0 +1,21 @@
+# Template file for 'xpaint'
+pkgname=xpaint
+version=3.1.4
+revision=1
+build_style=gnu-configure
+build_helper=qemu
+hostmakedepends="autoconf automake pkg-config libtool"
+makedepends="libXaw3dXft-devel freetype-devel libjpeg-turbo-devel libnetpbm-devel"
+short_desc="Simple paint program for X"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="GPL-3.0-or-later"
+homepage="https://sourceforge.net/projects/sf-xpaint/"
+distfiles="${SOURCEFORGE_SITE}/project/sf-xpaint/sf-xpaint/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
+checksum=6edacc9b011e6ce356c3d989156fc62460e3bfd958856c8f133c5f3589d67851
+disable_parallel_build=yes
+
+pre_configure() {
+	vsed -i configure.ac -e "s|/usr/include/freetype2/freetype/|${XBPS_CROSS_BASE}&|"
+	vsed -i Makefile.in -e "s|\./substads|/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static &|"
+	autoreconf -fi
+}

  parent reply	other threads:[~2024-05-02 19:30 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-02 11:00 [PR PATCH] " 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 [this message]
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

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=20240502193055.E619721800@inbox.vuxu.org \
    --to=mivanchev@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).