Package Details: fragview-git 0.1.3.2.gc0ab8dc-2

Git Clone URL: https://aur.archlinux.org/fragview-git.git (read-only, click to copy)
Package Base: fragview-git
Description: Analyze disk content and files fragmentation by displaying its map
Upstream URL: https://github.com/i-rinat/fragview
Licenses: MIT
Submitter: sergej
Maintainer: Muflone
Last Packager: Muflone
Votes: 8
Popularity: 0.000000
First Submitted: 2012-01-17 08:14 (UTC)
Last Updated: 2026-04-10 21:45 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

Engdyn commented on 2026-01-17 11:25 (UTC)

The package fails to build currently because CMake < 3.5 has been removed from CMake. I added a sed to replace the 3.1 to 3.5 and it build without errors.

prepare() {
    sed -i 's/cmake_minimum_required(VERSION 3.1)/cmake_minimum_required(VERSION 3.5)/' "${_gitname}"/CMakeLists.txt
}

Muflone commented on 2024-03-02 20:07 (UTC)

@Marsa

As per the AUR prerequisites ( https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisites ) the packages in the base-devel group are assumed as pre-installed and must not be indicated as dependencies

Marsa commented on 2024-02-26 18:07 (UTC)

I suggest adding pkgconf to makedepends. Without it I get an error about pkg-config.

Muflone commented on 2014-10-05 10:28 (UTC)

package updated

Bevan commented on 2014-10-04 21:30 (UTC)

Today a bunch of changes was commited: https://github.com/i-rinat/fragview/commits/master License has changed to MIT and there is no draftpad.md anymore, so this PKGBUILD needs modification.

Muflone commented on 2014-06-14 15:19 (UTC)

@Bevan added missing cmake makedependency. thank you

Bevan commented on 2014-06-14 13:48 (UTC)

Thanks for the package! I suggest adding cmake to makedepends as it is needed but not part of base-devel.

Muflone commented on 2013-07-23 22:57 (UTC)

Package adopted and updated. Rewrote the PKGBUILD from scratch. Partially applied the fixes from ad_user, I've refused the patch against CMakeLists.txt, that's upstream author duty if needed.

Rulatir commented on 2012-11-30 04:31 (UTC)

ad_user, please post the ***exact*** invocation of the patch utility that will successfully apply your PKGBUILD patch to the PKGBUILD. Assume both files are in current directory.

Rulatir commented on 2012-11-30 04:26 (UTC)

@ad_user: Why post a patch against PKGBUILD instead of a whole new PKGBUILD? * strictly more work for you - check * strictly more work for me - check * storage space savings negligible, possibly negative - check Looks like a great idea!