Package Details: imagewriter 1.10.1432200249.1d253d9.2.20-1

Git Clone URL: https://aur.archlinux.org/imagewriter.git (read-only, click to copy)
Package Base: imagewriter
Description: A graphical utility for writing raw disk images & hybrid isos to USB keys
Upstream URL: https://github.com/openSUSE/imagewriter
Licenses: GPL-2.0-or-later
Submitter: chenxiaolong
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 199
Popularity: 0.87
First Submitted: 2011-03-11 20:36 (UTC)
Last Updated: 2024-04-01 16:19 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »

dmitmel commented on 2019-08-28 10:55 (UTC) (edited on 2019-08-28 14:22 (UTC) by dmitmel)

Please remove optional dependencies xdg-su and kdesu because imagewriter no longer requests elevated privileges on startup. Also, please update package URL to <https://github.com/openSUSE/imagewriter>. I've created a patch with these two changes, it can be applied with git apply:

diff --git a/PKGBUILD b/PKGBUILD
index a72bd71..f4ee582 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
 # Maintainer: shimi <shimi.chen@gmail.com>
+# Contributor: Dmytro Meleshko <dmytro.meleshko@gmail.com>

 pkgname=imagewriter
 pkgver=1.10.1432200249.1d253d9
@@ -6,21 +7,15 @@ _release=1.6
 pkgrel=7
 pkgdesc="A graphical utility for writing raw disk images & hybrid isos to USB keys"
 arch=('i686' 'x86_64')
-url='https://github.com/mbarringer/imagewriter'
+url='https://github.com/openSUSE/imagewriter'
 license=('GPL2')
 depends=('qt5-base' 'udisks2')
-optdepends=('xdg-su: NEEDED by non-KDE users!'
-       'kdesu: privilege elevation for KDE users')
 source=("http://download.opensuse.org/tumbleweed/repo/src-oss/src/$pkgname-$pkgver-${_release}.src.rpm")
 sha512sums=('38106c68f1e8788133a4974e15969e60f5bb744d42fdeb9eaeeeaf22d6f349b1b1d4d31a77962f504af89286874a9e8663e36a24f702856aac3953fd76bc5802')

 prepare() {
-   cd $srcdir
-   tar xvf $pkgname-$pkgver.tar.xz
-   if [ -e /usr/bin/kdesu ]
-     then sed 's/\/usr\/bin\/xdg-su -c \/usr\/bin\//kdesu /' -i $pkgname-$pkgver/$pkgname.desktop
-     else sed 's/\/usr\/bin\/xdg-su -c \/usr\/bin\//xdg-su -s /' -i $pkgname-$pkgver/$pkgname.desktop
-   fi
+   cd "$srcdir"
+   tar xvf "$pkgname-$pkgver.tar.xz"
 }

 build() {

gkrukar commented on 2019-06-16 21:11 (UTC)

404 error when trying to install, works after replacing url with http://download.opensuse.org/tumbleweed/repo/src-oss/src/imagewriter-1.10.1432200249.1d253d9-1.5.src.rpm

gzmorell commented on 2019-06-08 12:11 (UTC)

kdesu is now provided by kde-cli-tools. kdebase-runtime is not available.

gzmorell commented on 2019-06-08 12:01 (UTC)

Please update _release to 1.4, and update sha512sums according to new version

hopimet commented on 2019-05-04 21:09 (UTC)

imagewriter is no more dependent from qt4 which has been removed from official repositories. Please remove qt4 dependency and change qmake-qt4 to qmake-qt5 (line 29)

After these modifications imagewriter builds and works fine.

Thanks in advance.

ValHue commented on 2019-02-22 18:30 (UTC) (edited on 2019-02-22 18:30 (UTC) by ValHue)

Out of date, again.

Source should now be: http://download.opensuse.org/tumbleweed/repo/src-oss/src/imagewriter-1.10.1432200249.1d253d9-1.3.src.rpm

PKGBUILD changes: _release=1.3

paul.zrexx12r commented on 2018-06-23 07:00 (UTC)

Source should now be: http://download.opensuse.org/tumbleweed/repo/src-oss/src/imagewriter-1.10.1432200249.1d253d9-1.2.src.rpm

PKGBUILD changes: _release=1.2

sha512sums=('f64361e4130287dfce3780a9666d42d4876e67a01c42b9ddeacc039eb8826869759e732951e517bdd51821652df279ad18e164124a47b519261a8a522bd7b9ef')

cgorichanaz commented on 2018-03-28 06:11 (UTC)

URL now needs '/suse' removed.