Github messages for voidlinux
 help / color / mirror / Atom feed
From: foxlet <foxlet@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: ntfs2btrfs
Date: Thu, 07 Oct 2021 04:59:44 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33396@inbox.vuxu.org> (raw)

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

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

https://github.com/foxlet/void-packages ntfs2btrfs
https://github.com/void-linux/void-packages/pull/33396

New package: ntfs2btrfs
Filesystem conversion tool from NTFS to BTRFS (with rollback), useful for users migrating from Windows-based installations while preserving data.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

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

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

From b0351047b052b925d592bf615e53a67da5aae49e Mon Sep 17 00:00:00 2001
From: Foxlet <foxlet@furcode.co>
Date: Wed, 6 Oct 2021 22:56:31 -0400
Subject: [PATCH] New package: ntfs2btrfs-20210923

---
 srcpkgs/ntfs2btrfs/patches/installdirs.patch | 10 ++++++++++
 srcpkgs/ntfs2btrfs/template                  | 13 +++++++++++++
 2 files changed, 23 insertions(+)
 create mode 100644 srcpkgs/ntfs2btrfs/patches/installdirs.patch
 create mode 100644 srcpkgs/ntfs2btrfs/template

diff --git a/srcpkgs/ntfs2btrfs/patches/installdirs.patch b/srcpkgs/ntfs2btrfs/patches/installdirs.patch
new file mode 100644
index 000000000000..a5ed5f87e2d3
--- /dev/null
+++ b/srcpkgs/ntfs2btrfs/patches/installdirs.patch
@@ -0,0 +1,10 @@
+--- a/CMakeLists.txt      2021-09-23 17:27:23.000000000 -0400
++++ b/CMakeLists.txt      2021-10-06 22:26:35.471832291 -0400
+@@ -89,5 +89,5 @@
+     target_compile_options(ntfs2btrfs PRIVATE -Wall -Wextra -Wno-address-of-packed-member -Wconversion -Wno-unknown-pragmas -Werror=pointer-arith)
+ endif()
+ 
+-install(TARGETS ntfs2btrfs DESTINATION sbin)
++install(TARGETS ntfs2btrfs DESTINATION bin)
+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ntfs2btrfs.8 DESTINATION ${CMAKE_INSTALL_MANDIR}/man8)
+ 
diff --git a/srcpkgs/ntfs2btrfs/template b/srcpkgs/ntfs2btrfs/template
new file mode 100644
index 000000000000..8e6b3d495ce7
--- /dev/null
+++ b/srcpkgs/ntfs2btrfs/template
@@ -0,0 +1,13 @@
+# Template file for 'ntfs2btrfs'
+pkgname=ntfs2btrfs
+version=20210923
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="fmt-devel zlib-devel lzo-devel libzstd-devel"
+short_desc="Filesystem converter for Microsoft's NTFS"
+maintainer="Foxlet <foxlet@furcode.co>"
+license="GPL-2.0-only"
+homepage="https://github.com/maharmstone/ntfs2btrfs"
+distfiles="https://github.com/maharmstone/ntfs2btrfs/archive/${version}.tar.gz"
+checksum=e07cc1cad634d59e58111bf993683f02a7504913fac1ef8dd33fd06ebf9140c1

             reply	other threads:[~2021-10-07  2:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-07  2:59 foxlet [this message]
2021-10-07  3:17 ` [PR REVIEW] " ericonr
2021-10-07 22:45 ` [PR PATCH] [Updated] " foxlet
2021-10-08 14:45 ` ericonr
2021-10-15  6:41 ` foxlet
2021-10-24 16:14 ` [PR PATCH] [Merged]: " ericonr

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33396@inbox.vuxu.org \
    --to=foxlet@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).