Package Details: mintstick-git r287.4e9b0ab-1

Git Clone URL: https://aur.archlinux.org/mintstick-git.git (read-only, click to copy)
Package Base: mintstick-git
Description: Format or write images to USB sticks (Linux Mint tool)
Upstream URL: https://github.com/linuxmint/mintstick
Licenses: GPL
Conflicts: mintstick
Provides: mintstick
Submitter: unclesam
Maintainer: willemw
Last Packager: willemw
Votes: 24
Popularity: 0.000001
First Submitted: 2014-04-13 17:01 (UTC)
Last Updated: 2024-01-22 18:31 (UTC)

Dependencies (12)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

unclesam commented on 2016-09-26 15:52 (UTC)

I've just added the missing depends/optdepends. Thanks to kandaurov and willemw.

willemw commented on 2016-09-26 15:20 (UTC) (edited on 2016-09-26 15:54 (UTC) by willemw)

A missing dependency was found by kandaurov: https://bbs.archlinux.org/viewtopic.php?id=217549 I found more missing depends/optdepends: In files: ./lib/mountutils.py: retcode = call('umount '+mount[0], shell=True) ./lib/raw_format.py: call(["dd", "if=/dev/zero", "of=%s" % device_path, "bs=512", "count=1"]) ./lib/raw_format.py: call(["mkdosfs", "-F", "32", "-n", volume_label, partition.path]) ./lib/raw_format.py: call(["mkntfs", "-f", "-L", volume_label, partition.path]) ./lib/raw_format.py: call(["mkfs.ext4", "-E", "root_owner=%s:%s" % (uid, gid), "-L", volume_label, partition.path]) Missing packages: dosfstools ntfs-3g e2fsprogs

unclesam commented on 2015-09-27 09:19 (UTC)

Changed PKGBUILD to version by willemw. @willemw: thank you!

willemw commented on 2015-09-25 07:17 (UTC)

Made some changes to PKGBUILD (https://gist.github.com/willemw12/396c6fb4dbbf5b241876): use git and pkgver(), patch install.sh, no need for python2 patch, 'GPL'. Please consider using this PKGBUILD.

<deleted-account> commented on 2015-08-12 09:29 (UTC)

Among the dependencies must be added python2-dbus

<deleted-account> commented on 2015-07-31 07:08 (UTC)

mintstick -m iso Traceback (most recent call last): File "/usr/lib/mintstick/mintstick.py", line 13, in <module> import dbus

unclesam commented on 2015-06-11 13:45 (UTC)

Thanks to silviucc!

baronleonardo commented on 2014-12-23 13:09 (UTC)

udisks should be added as a dependency.

AJSlye commented on 2014-10-19 12:48 (UTC)

You Probably should remove the version number from the package name since the master.zip file now has version 1.2.1 in it.

unclesam commented on 2014-10-12 14:52 (UTC)

@scar: it seems to be a missing dependency. I think the missing module is in PyGObject. I will check and add it to the dependency list. @delmadord: mintstick is tool developed by the Linux Mint Team for their cinnamon desktop. You are missing a gtk3-theme (adwaita) which is standard for the cinnamon-desktop. I didn't get that when I checked the dependencies. Sorry for that. This is my first package and I still have to learn a lot...