Github messages for voidlinux
 help / color / mirror / Atom feed
From: Logarithmus <Logarithmus@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: whdd-3.0.1
Date: Sat, 14 Aug 2021 14:18:44 +0200	[thread overview]
Message-ID: <20210814121844.0skxJDGck2BiiW6ObqGcDKauCZRqW_0wtmTNRljGcP8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26339@inbox.vuxu.org>

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

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

https://github.com/Logarithmus/void-packages whdd
https://github.com/void-linux/void-packages/pull/26339

New package: whdd-3.0.1
HDD diagnostics and data recovery tool for Linux.
This PR also fixes `dialog` package, which is needed for `whdd`. Also it adds `libdialog` into `common/shlibs`.

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

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

From fc3643cffc930e70f69c3ed06db041dbe58462c4 Mon Sep 17 00:00:00 2001
From: Artur Sinila <opensource@logarithmus.dev>
Date: Thu, 12 Nov 2020 07:08:36 +0300
Subject: [PATCH 1/2] dialog: add *-devel package

---
 common/shlibs           |  1 +
 srcpkgs/dialog-devel    |  1 +
 srcpkgs/dialog/template | 23 ++++++++++++++++++-----
 3 files changed, 20 insertions(+), 5 deletions(-)
 create mode 120000 srcpkgs/dialog-devel

diff --git a/common/shlibs b/common/shlibs
index f96d3f36b3ae..2ea75a899d5b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3987,6 +3987,7 @@ libwayland-client++.so.0 libwaylandpp-0.2.8_1
 libwayland-cursor++.so.0 libwaylandpp-0.2.8_1
 libwayland-egl++.so.0 libwaylandpp-0.2.8_1
 libwayland-client-extra++.so.0 libwaylandpp-0.2.8_1
+libdialog.so.15 dialog-1.3.20200327_2
 libspdlog.so.1 libspdlog-1.8.2_2
 libmd.so.0 libmd-1.0.3_1
 libldacBT_abr.so.2 ldacBT-2.0.2.3_1
diff --git a/srcpkgs/dialog-devel b/srcpkgs/dialog-devel
new file mode 120000
index 000000000000..3c8c6c894561
--- /dev/null
+++ b/srcpkgs/dialog-devel
@@ -0,0 +1 @@
+dialog
\ No newline at end of file
diff --git a/srcpkgs/dialog/template b/srcpkgs/dialog/template
index 187eaa0437cf..b4b9463d1ceb 100644
--- a/srcpkgs/dialog/template
+++ b/srcpkgs/dialog/template
@@ -6,16 +6,29 @@ _distver=${version%.*}
 _date=${version##*.}
 wrksrc="${pkgname}-${_distver}-${_date}"
 build_style=gnu-configure
-configure_args="--with-ncursesw --disable-nls"
-makedepends="ncurses-devel"
+_libtool="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool"
+configure_args="${_libtool} --with-ncursesw --with-libtool --disable-nls"
+make_build_args=$_libtool
+make_install_args=$_libtool
+make_install_target="install-full"
+hostmakedepends="libtool"
+makedepends="libtool ncurses-devel"
 short_desc="Tool to display dialog boxes from shell scripts"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="LGPL-2.1-only"
 homepage="https://invisible-island.net/dialog/"
 changelog="https://invisible-island.net/dialog/CHANGES"
 distfiles="https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
 checksum=c3af22ccfcd9baca384062108dd9354e86990929ee270c239eef69518c5da7c8
 
-post_install() {
-	rm -r ${DESTDIR}/usr/lib
+dialog-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove "usr/bin/dialog-config"
+		vmove "usr/include"
+		vmove "usr/share/man/man3"
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
 }

From ab83f7d6f3ba637c3ca94de72e8b1142636bf509 Mon Sep 17 00:00:00 2001
From: Artur Sinila <opensource@logarithmus.dev>
Date: Sat, 14 Aug 2021 15:05:15 +0300
Subject: [PATCH 2/2] New package: whdd-3.0.1

---
 srcpkgs/whdd/patches/00-gnu-source.patch | 11 +++++++++++
 srcpkgs/whdd/template                    | 17 +++++++++++++++++
 srcpkgs/whdd/update                      |  2 ++
 3 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/whdd/patches/00-gnu-source.patch
 create mode 100644 srcpkgs/whdd/template
 create mode 100644 srcpkgs/whdd/update

diff --git a/srcpkgs/whdd/patches/00-gnu-source.patch b/srcpkgs/whdd/patches/00-gnu-source.patch
new file mode 100644
index 000000000000..2b7f205f41ac
--- /dev/null
+++ b/srcpkgs/whdd/patches/00-gnu-source.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -5,7 +5,7 @@
+ option(STATIC "Build static binaries" OFF)
+ option(CLI "Build whdd-cli" OFF)
+
+-set(CMAKE_C_FLAGS "-std=gnu99 -pthread -Wall -Wextra -Wno-missing-field-initializers ${CFLAGS}")
++set(CMAKE_C_FLAGS "-D_GNU_SOURCE -std=gnu99 -pthread -Wall -Wextra -Wno-missing-field-initializers ${CFLAGS}")
+ set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS}")
+ set(CMAKE_C_FLAGS_DEBUG "-O0 -g -ggdb ${CMAKE_C_FLAGS}")
+
diff --git a/srcpkgs/whdd/template b/srcpkgs/whdd/template
new file mode 100644
index 000000000000..970395527a44
--- /dev/null
+++ b/srcpkgs/whdd/template
@@ -0,0 +1,17 @@
+# Template file for 'whdd'
+pkgname=whdd
+version=3.0.1
+revision=1
+build_style=cmake
+configure_args="-DCLI=ON"
+makedepends="dialog-devel ncurses-devel"
+short_desc="HDD diagnostics and data recovery tool for Linux"
+maintainer="Artur Sinila <opensource@logarithmus.dev>"
+license="GPL-3.0-only"
+homepage="https://github.com/whdd/whdd"
+distfiles="https://github.com/whdd/whdd/archive/${version}.tar.gz"
+checksum=58c975695fca5ae8ed67589d7db945d99a027019ecab39aee4e3a608d29a1801
+
+post_install() {
+	mv "${DESTDIR}/usr/sbin" "${DESTDIR}/usr/bin"
+}
diff --git a/srcpkgs/whdd/update b/srcpkgs/whdd/update
new file mode 100644
index 000000000000..149f9520c4ec
--- /dev/null
+++ b/srcpkgs/whdd/update
@@ -0,0 +1,2 @@
+site="https://github.com/whdd/whdd/tags"
+pattern="archive/\K[\d.]+(?=\.tar\.gz)"

  parent reply	other threads:[~2021-08-14 12:18 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-13  0:45 [PR PATCH] New package: whdd-3.0 Logarithmus
2020-11-13  1:08 ` [PR REVIEW] " ndowens
2020-11-13  1:08 ` ndowens
2020-11-13  2:07 ` [PR PATCH] [Updated] " Logarithmus
2020-11-18 22:26 ` Logarithmus
2020-11-20  0:04 ` Logarithmus
2020-11-20  0:06 ` [PR REVIEW] " ndowens
2020-11-20  0:06 ` ndowens
2020-11-20  0:23 ` Logarithmus
2020-11-20  0:40 ` [PR PATCH] [Updated] " Logarithmus
2020-11-20  0:44 ` Logarithmus
2020-11-20  0:45 ` [PR PATCH] [Updated] " Logarithmus
2020-11-20  0:51 ` Logarithmus
2020-11-20  0:55 ` Logarithmus
2020-11-20 17:32 ` Logarithmus
2020-12-26 19:28 ` [PR PATCH] [Updated] " Logarithmus
2021-02-19  2:24 ` Logarithmus
2021-02-19  3:09 ` Logarithmus
2021-02-19  3:16 ` Logarithmus
2021-02-19  3:16 ` Logarithmus
2021-02-19  3:18 ` Logarithmus
2021-02-19  3:57 ` [PR PATCH] [Updated] " Logarithmus
2021-02-19  4:23 ` [PR PATCH] [Updated] New package: whdd-3.0.1 Logarithmus
2021-02-21  2:56 ` Logarithmus
2021-02-21  3:14 ` Logarithmus
2021-02-21  4:49 ` [PR REVIEW] " ericonr
2021-02-21  4:49 ` ericonr
2021-02-21  4:49 ` ericonr
2021-02-21  4:49 ` ericonr
2021-02-21  5:14 ` Logarithmus
2021-02-21  5:24 ` [PR PATCH] [Updated] " Logarithmus
2021-02-21  5:25 ` [PR REVIEW] " Logarithmus
2021-02-21  5:26 ` Logarithmus
2021-02-21  5:28 ` Logarithmus
2021-02-21  5:36 ` [PR PATCH] [Updated] " Logarithmus
2021-02-21  5:40 ` [PR REVIEW] " Logarithmus
2021-02-21  5:40 ` Logarithmus
2021-02-21  5:40 ` Logarithmus
2021-02-21  5:41 ` Logarithmus
2021-02-21  5:48 ` [PR REVIEW] " ericonr
2021-02-21  5:58 ` Logarithmus
2021-02-21  5:58 ` Logarithmus
2021-02-21  5:59 ` Logarithmus
2021-02-21  5:59 ` ericonr
2021-03-26 18:27 ` [PR PATCH] [Updated] " Logarithmus
2021-03-26 18:27 ` Logarithmus
2021-03-26 18:34 ` Logarithmus
2021-03-26 18:48 ` [PR REVIEW] " ericonr
2021-03-26 18:59 ` [PR PATCH] [Updated] " Logarithmus
2021-03-26 19:01 ` [PR REVIEW] " Logarithmus
2021-07-27  2:13 ` [PR PATCH] [Updated] " Logarithmus
2021-08-14 11:54 ` Logarithmus
2021-08-14 12:06 ` Logarithmus
2021-08-14 12:18 ` Logarithmus [this message]
2022-04-28  2:16 ` github-actions
2022-05-13  2:15 ` [PR PATCH] [Closed]: " github-actions

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=20210814121844.0skxJDGck2BiiW6ObqGcDKauCZRqW_0wtmTNRljGcP8@z \
    --to=logarithmus@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).