Search Criteria
Package Details: gnome-multi-writer-git 3.35.90.g33decbc-1
Git Clone URL: | https://aur.archlinux.org/gnome-multi-writer-git.git (read-only, click to copy) |
---|---|
Package Base: | gnome-multi-writer-git |
Description: | Write an ISO file to multiple USB devices at once |
Upstream URL: | https://wiki.gnome.org/Apps/MultiWriter |
Licenses: | |
Conflicts: | |
Replaces: | |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2015-01-03 02:13 |
Last Updated: | 2020-03-11 20:55 |
Dependencies (12)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic)
- libcanberra (libcanberra-git)
- libgusb
- udisks2 (udisks2-nosystemd)
- appstream-glib (appstream-glib-git) (make)
- docbook-sgml (make)
- docbook-utils (make)
- git (git-git) (make)
- intltool (make)
- meson (meson-git) (make)
- perl-sgmls (make)
- gnome-icon-theme-extras (gnome2-icon-theme-extras) (optional) – show device icons
Latest Comments
chron commented on 2015-04-10 12:24
Add
'sed -i "s/docbook2man \$?/docbook2man --sgml \$?/g" man/Makefile'
before make and it builds.
Muflone commented on 2015-01-31 20:52
Fails to build:
gnome-multi-writer.sgml:1: parser error : StartTag: invalid element name
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
^
gnome-multi-writer.sgml:1: parser error : Extra content at the end of the document
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
^
unable to parse gnome-multi-writer.sgml
no element found at line 1, column 0, byte 0 at /usr/lib/perl5/vendor_perl/XML/Parser.pm line 187.
rafaelff commented on 2015-01-11 04:18
You have some stuff that IMO should be changed in the PKGBUILD:
1- According to 'namcap', you need to add 'gtk3' and 'udisks2' to depends array
2- 'gnome-common' should go to makedepends
3- You can replace everything auto* and configure from build() with one line "./autogen.sh --prefix=usr"
4- make-install can be "make DESTDIR=$pkgdir install install-data"
rafaelff commented on 2015-01-11 04:17
You have some stuff that IMO should be changed in the PKGBUILD:
1- According to 'namcap', you need to add 'gtk3' and 'undisks2' to depends array
2- 'gnome-common' should go to makedepends
3- You can replace everything auto* and configure from build() with one line "./autogen.sh --prefix=usr"
4- make-install can be "make DESTDIR=$pkgdir install install-data"
okubax commented on 2015-01-09 16:01
Package is no longer on github. Now on git.gnome.org, please make the neccesary changes in the PKGBUILD