mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
unetbootin update to 608
This commit is contained in:
parent
6779b07588
commit
80162d492f
@ -1,18 +1,18 @@
|
||||
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
|
||||
# Maintainer: Manuel 'UtG' <utg[dot]chakra.linux[at]gmail[dot]com>
|
||||
|
||||
pkgname=unetbootin
|
||||
pkgver=585
|
||||
pkgver=608
|
||||
pkgrel=1
|
||||
pkgdesc="Allows the creation of bootable Live USB drives."
|
||||
url="http://unetbootin.sourceforge.net/"
|
||||
license=('GPL3')
|
||||
arch=('x86_64')
|
||||
depends=('kde-runtime' 'libpng' 'mtools' 'p7zip' 'qt' 'syslinux')
|
||||
categories=('system')
|
||||
groups=('system')
|
||||
screenshot=('http://sourceforge.net/dbimage.php?id=300347')
|
||||
# kdebase-runtime is added as dependency so kdesu is used to ask for password.
|
||||
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.tar.gz")
|
||||
md5sums=('483cc1c32d93141fe8f6e40dc8798881')
|
||||
md5sums=('8c0f9f565a3dc0b093a0a9afd58fa9a7')
|
||||
|
||||
build() {
|
||||
lupdate $pkgname.pro
|
||||
|
11
unetbootin/unetbootin.install
Normal file
11
unetbootin/unetbootin.install
Normal file
@ -0,0 +1,11 @@
|
||||
post_install() {
|
||||
xdg-icon-resource forceupdate
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in New Issue
Block a user