Search Criteria
Package Details: mintstick-git r198.09aa95f-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: | |
Conflicts: | |
Provides: | |
Submitter: | unclesam |
Maintainer: | willemw |
Last Packager: | willemw |
Votes: | 23 |
Popularity: | 0.063959 |
First Submitted: | 2014-04-13 17:01 |
Last Updated: | 2019-11-10 09:54 |
Dependencies (12)
- desktop-file-utils (desktop-file-utils-git)
- dosfstools (dosfstools-git)
- python-dbus
- python-gobject (python-gobject-git)
- python-pyparted
- python-xapp
- udisks2 (udisks2-nosystemd)
- xapps (xapps-git, xapp)
- git (git-git) (make)
- dosfstools (dosfstools-git) (optional) – FAT filesystems
- e2fsprogs (e2fsprogs-git) (optional) – Ext filesystems
- ntfs-3g (ntfs-3g-fuse, ufsd-pro-dkms, ntfs-3g-ar) (optional) – NTFS filesystems
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
ata commented on 2017-02-28 14:53
erikdubois download
https://aur.archlinux.org/packages/udisks/
Extract file
Open a terminal in and
makepkg -g >> PKGBUILD
makepkg -sri
after try install mintstick download after
Extract file
Open a terminal in and
makepkg -g >> PKGBUILD
makepkg -sri
enjoy
╔═[17:49]═[ata@ata]
╚═══===═══[]>> makepkg -sri
==> mintstick-git r155.ce797e4-1 (Pzt Şub 27 17:54:30 UTC 2017) paketi oluşturuluyor
==> Bağımlılıklar denetleniyor...
==> Derleme bağımlılıkları denetleniyor...
==> Kaynaklar getiriliyor...
-> mintstick-git git deposu klonlanıyor...
Cloning into bare repository '/home/ata/Downloads/mintstick-git/mintstick-git'...
remote: Counting objects: 1151, done.
remote: Total 1151 (delta 0), reused 0 (delta 0), pack-reused 1151
Receiving objects: 100% (1151/1151), 444.40 KiB | 236.00 KiB/s, done.
Resolving deltas: 100% (662/662), done.
==> source ile md5sums dosyası doğrulanıyor...
mintstick-git ... Atlandı
==> Kaynaklar açılıyor...
-> mintstick git deposunun çalışan bir kopyası oluşturuluyor...
Cloning into 'mintstick-git'...
done.
==> prepare() işlemine başlanıyor...
==> pkgver() işlemine başlanıyor...
==> Sürüm güncellendi: mintstick-git r164.517cf9d-1
==> fakeroot ortamına giriliyor...
==> package() işlemine başlanıyor...
==> Kurulum düzenleniyor...
-> libtool dosyaları kaldırılıyor...
-> İstenmeyen dosyalar kaldırılıyor...
-> Statik kütüphane dosyaları kaldırılıyor...
-> İkilik dosyalardan ve kütüphanelerden gereksiz ayıklama sembolleri ayıklanıyor...
-> Kılavuz ve bilgi sayfaları sıkıştırılıyor...
==> Checking for packaging issue...
==> "mintstick-git" paketi oluşturuluyor...
-> .PKGINFO dosyası üretiliyor...
-> .BUILDINFO dosyası üretiliyor...
-> .MTREE dosyası oluşturuluyor...
-> Paket sıkıştırılıyor...
==> fakeroot ortamından çıkılıyor.
==> mintstick-git r164.517cf9d-1 (Pzt Şub 27 17:54:35 UTC 2017) paketinin derlenmesi tamamlandı
==> mintstick-git paketi pacman -U ile kuruluyor ...
[sudo] password for ata:
paketler yükleniyor...
paket bağımlılıkları çözümleniyor...
varsa paketler arası çakışmalara bakılıyor...
Paketler (1) mintstick-git-r164.517cf9d-1
Toplam Kurulum Boyutu: 0,15 MiB
:: Kuruluma onay veriyor musunuz? [E/h]
(1/1) anahtarlıktaki anahtarlar kontrol ediliyor [##############################] 100%
(1/1) paket bütünlüğü kontrol ediliyor [##############################] 100%
(1/1) paket dosyaları yükleniyor [##############################] 100%
(1/1) dosya çakışmaları kontrol ediliyor [##############################] 100%
(1/1) disk alanı kontrol ediliyor [##############################] 100%
:: Paket değişiklikleri işleniyor...
(1/1) yükleniyor mintstick-git [##############################] 100%
mintstick-git için opsiyonel bağımlılık(lar)
ntfs-3g
e2fsprogs [kuruldu]
:: Bağlantılı işlemler listesi çalışıyor...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Updating the desktop file MIME type cache...
╔═[17:54]═[ata@ata]
erikdubois commented on 2017-02-22 19:05
works great however got an error and was fixed after installing python2-pyparted
this is the error I got
error: 'python2-pyparted-*.pkg.tar': could not find or read package
Not sure if I am the cause since it is added in the dependencies?
Just wanted you to know and all the other users that have maybe similar issue on a clean installation
annoyingduck commented on 2016-09-26 17:14
Working great here on XFCE and Cinnamon. Big thanks for packaging this for us, a simple amazing package Mint made.
willemw commented on 2016-09-26 15:55
Correction: dosfstools instead of coreutils.
unclesam commented on 2016-09-26 15:52
I've just added the missing depends/optdepends.
Thanks to kandaurov and willemw.
willemw commented on 2016-09-26 15:20
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
Changed PKGBUILD to version by willemw.
@willemw: thank you!
willemw commented on 2015-09-25 07:17
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.
Anonymous comment on 2015-08-12 09:29
Among the dependencies must be added python2-dbus
Anonymous comment on 2015-07-31 07:08
mintstick -m iso
Traceback (most recent call last):
File "/usr/lib/mintstick/mintstick.py", line 13, in <module>
import dbus