[arch-commits] Commit in unetbootin/repos/community-x86_64 (6 files)
Antonio Rojas
arojas at archlinux.org
Tue Dec 5 08:23:15 UTC 2017
Date: Tuesday, December 5, 2017 @ 08:23:14
Author: arojas
Revision: 272216
archrelease: copy trunk to community-x86_64
Added:
unetbootin/repos/community-x86_64/PKGBUILD
(from rev 272215, unetbootin/trunk/PKGBUILD)
unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
(from rev 272215, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
unetbootin/repos/community-x86_64/unetbootin.sh
(from rev 272215, unetbootin/trunk/unetbootin.sh)
Deleted:
unetbootin/repos/community-x86_64/PKGBUILD
unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
unetbootin/repos/community-x86_64/unetbootin.sh
---------------+
PKGBUILD | 124 ++++++++++++++++++++++++++++----------------------------
unetbootin.sh | 22 ++++-----
2 files changed, 73 insertions(+), 73 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-05 08:22:43 UTC (rev 272215)
+++ PKGBUILD 2017-12-05 08:23:14 UTC (rev 272216)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Det <nimetonmaili at gmail.com>
-# Contributor: Godane aka Christopher Rogers <slaxemulator at gmail.com>
-# Contributor: Michai Coman <mihai at m1x.ro>
-
-pkgname=unetbootin
-pkgver=655
-pkgrel=1
-arch=('x86_64' 'i686')
-license=('GPL')
-pkgdesc='Create bootable Live USB drives'
-url='https://unetbootin.github.io'
-depends=('syslinux' 'p7zip' 'qt4' 'mtools')
-makedepends=('setconf')
-optdepends=('polkit: run unetbootin directly from menu'
- 'zenity: display an error if no authentication agent is found')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/unetbootin/unetbootin/archive/$pkgver.tar.gz"
- 'org.archlinux.pkexec.unetbootin.policy'
- 'unetbootin.sh')
-sha256sums=('4b8b565933111c5ecea84b443b40e861f828ef10e5f6bb2342ea69b77703d705'
- 'fa9bb53d90cb10a0ab8dd317ed6a3506b228b0e26ed2ed8b108b5990f641641a'
- '6399c6a44b270a4ec67a36e3914c7c2f47a9008efb0133a33f92d9ad4284cc57')
-
-prepare() {
- cd $pkgname-$pkgver/src/unetbootin
-
- setconf unetbootin.desktop Exec /usr/bin/unetbootin
-}
-
-build() {
- cd $pkgname-$pkgver/src/$pkgname
-
- ./build-nostatic
-}
-
-package() {
- cd $pkgname-$pkgver/src/$pkgname
-
- install -d "$pkgdir/usr/share/$pkgname"
- install -m644 "$pkgname"_*.qm "$pkgdir/usr/share/$pkgname/"
- install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname.elf"
-
- # Application shortcut
- install -Dm644 "$pkgname.desktop" \
- "$pkgdir/usr/share/applications/$pkgname.desktop"
- for i in 16 22 24 32 48 256; do
- install -Dm644 "${pkgname}_${i}.png" \
- "$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png"
- done
-
- cd "$srcdir"
-
- install -m755 "${pkgname}.sh" "$pkgdir/usr/bin/$pkgname"
-
- # Polkit policy
- install -Dm644 'org.archlinux.pkexec.unetbootin.policy' \
- "$pkgdir/usr/share/polkit-1/actions/org.archlinux.pkexec.unetbootin.policy"
-}
-
-# getver: -u 3 packages.gentoo.org/packages/sys-boot/unetbootin
-# vim:set ts=2 sw=2 et:
Copied: unetbootin/repos/community-x86_64/PKGBUILD (from rev 272215, unetbootin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-05 08:23:14 UTC (rev 272216)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Det <nimetonmaili at gmail.com>
+# Contributor: Godane aka Christopher Rogers <slaxemulator at gmail.com>
+# Contributor: Michai Coman <mihai at m1x.ro>
+
+pkgname=unetbootin
+pkgver=657
+pkgrel=1
+arch=('x86_64')
+license=('GPL')
+pkgdesc='Create bootable Live USB drives'
+url='https://unetbootin.github.io'
+depends=('syslinux' 'p7zip' 'qt4' 'mtools' 'zenity')
+makedepends=('setconf')
+optdepends=('polkit: run unetbootin directly from menu'
+ 'zenity: display an error if no authentication agent is found')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/unetbootin/unetbootin/archive/$pkgver.tar.gz"
+ 'org.archlinux.pkexec.unetbootin.policy'
+ 'unetbootin.sh')
+sha256sums=('e091904e455aebc7b3d22d6cb3363c51796b6b9bec59389c9d4ecad54c7febee'
+ 'fa9bb53d90cb10a0ab8dd317ed6a3506b228b0e26ed2ed8b108b5990f641641a'
+ '6399c6a44b270a4ec67a36e3914c7c2f47a9008efb0133a33f92d9ad4284cc57')
+
+prepare() {
+ cd $pkgname-$pkgver/src/unetbootin
+
+ setconf unetbootin.desktop Exec /usr/bin/unetbootin
+}
+
+build() {
+ cd $pkgname-$pkgver/src/$pkgname
+
+ ./build-nostatic
+}
+
+package() {
+ cd $pkgname-$pkgver/src/$pkgname
+
+ install -d "$pkgdir/usr/share/$pkgname"
+ install -m644 "$pkgname"_*.qm "$pkgdir/usr/share/$pkgname/"
+ install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname.elf"
+
+ # Application shortcut
+ install -Dm644 "$pkgname.desktop" \
+ "$pkgdir/usr/share/applications/$pkgname.desktop"
+ for i in 16 22 24 32 48 256; do
+ install -Dm644 "${pkgname}_${i}.png" \
+ "$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png"
+ done
+
+ cd "$srcdir"
+
+ install -m755 "${pkgname}.sh" "$pkgdir/usr/bin/$pkgname"
+
+ # Polkit policy
+ install -Dm644 'org.archlinux.pkexec.unetbootin.policy' \
+ "$pkgdir/usr/share/polkit-1/actions/org.archlinux.pkexec.unetbootin.policy"
+}
+
+# getver: -u 3 packages.gentoo.org/packages/sys-boot/unetbootin
+# vim:set ts=2 sw=2 et:
Deleted: org.archlinux.pkexec.unetbootin.policy
===================================================================
(Binary files differ)
Copied: unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy (from rev 272215, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
===================================================================
(Binary files differ)
Deleted: unetbootin.sh
===================================================================
--- unetbootin.sh 2017-12-05 08:22:43 UTC (rev 272215)
+++ unetbootin.sh 2017-12-05 08:23:14 UTC (rev 272216)
@@ -1,11 +0,0 @@
-#!/bin/bash
-export QT_X11_NO_MITSHM=1
-if [ $(which pkexec) ]; then
- pkexec --disable-internal-agent "/usr/bin/unetbootin.elf" "$@" 2>/tmp/_polkit_error
- if [ -s /tmp/_polkit_error ]; then
- zenity --error --text="`cat /tmp/_polkit_error`"
- rm /tmp/_polkit_error
- fi
-else
- /usr/bin/unetbootin.elf "$@"
-fi
Copied: unetbootin/repos/community-x86_64/unetbootin.sh (from rev 272215, unetbootin/trunk/unetbootin.sh)
===================================================================
--- unetbootin.sh (rev 0)
+++ unetbootin.sh 2017-12-05 08:23:14 UTC (rev 272216)
@@ -0,0 +1,11 @@
+#!/bin/bash
+export QT_X11_NO_MITSHM=1
+if [ $(which pkexec) ]; then
+ pkexec --disable-internal-agent "/usr/bin/unetbootin.elf" "$@" 2>/tmp/_polkit_error
+ if [ -s /tmp/_polkit_error ]; then
+ zenity --error --text="`cat /tmp/_polkit_error`"
+ rm /tmp/_polkit_error
+ fi
+else
+ /usr/bin/unetbootin.elf "$@"
+fi
More information about the arch-commits
mailing list