From 68dfc672c0f6948b88ebe56103fb1d4c1b3a7abb Mon Sep 17 00:00:00 2001 From: V3n3RiX <venerix@rogentos.ro> Date: Sun, 6 Nov 2016 12:12:05 +0000 Subject: unetbootin done --- .../files/ro.kogaion.unetbootin-static.policy | 22 ---------------------- .../files/ro.redcore.unetbootin-static.policy | 22 ++++++++++++++++++++++ .../unetbootin-static-625-r1.ebuild | 4 ++-- 3 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 sys-boot/unetbootin-static/files/ro.kogaion.unetbootin-static.policy create mode 100644 sys-boot/unetbootin-static/files/ro.redcore.unetbootin-static.policy diff --git a/sys-boot/unetbootin-static/files/ro.kogaion.unetbootin-static.policy b/sys-boot/unetbootin-static/files/ro.kogaion.unetbootin-static.policy deleted file mode 100644 index b0cb9546..00000000 --- a/sys-boot/unetbootin-static/files/ro.kogaion.unetbootin-static.policy +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE policyconfig PUBLIC -"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" -"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> -<policyconfig> - - <vendor>Kogaion</vendor> - <vendor_url>http://rogentos.ro</vendor_url> - - <action id="ro.kogaion.unetbootin-static.pkexec.run"> - <description>Run Unetbootin</description> - <message>Authentication is required to run Unetbootin</message> - <icon_name>drive-harddisk</icon_name> - <defaults> - <allow_any>no</allow_any> - <allow_inactive>no</allow_inactive> - <allow_active>auth_admin</allow_active> - </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/unetbootin-static-625</annotate> - <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> - </action> -</policyconfig> diff --git a/sys-boot/unetbootin-static/files/ro.redcore.unetbootin-static.policy b/sys-boot/unetbootin-static/files/ro.redcore.unetbootin-static.policy new file mode 100644 index 00000000..8f2177a6 --- /dev/null +++ b/sys-boot/unetbootin-static/files/ro.redcore.unetbootin-static.policy @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE policyconfig PUBLIC +"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" +"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> +<policyconfig> + + <vendor>Redcore Linux</vendor> + <vendor_url>http://redcorelinux.org</vendor_url> + + <action id="ro.redcore.unetbootin-static.pkexec.run"> + <description>Run Unetbootin</description> + <message>Authentication is required to run Unetbootin</message> + <icon_name>redcore-logo</icon_name> + <defaults> + <allow_any>no</allow_any> + <allow_inactive>no</allow_inactive> + <allow_active>auth_admin</allow_active> + </defaults> + <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/unetbootin-static-625</annotate> + <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> + </action> +</policyconfig> diff --git a/sys-boot/unetbootin-static/unetbootin-static-625-r1.ebuild b/sys-boot/unetbootin-static/unetbootin-static-625-r1.ebuild index f42c92db..7fba1408 100644 --- a/sys-boot/unetbootin-static/unetbootin-static-625-r1.ebuild +++ b/sys-boot/unetbootin-static/unetbootin-static-625-r1.ebuild @@ -8,7 +8,7 @@ inherit eutils DESCRIPTION="Universal Netboot Installer creates Live USB systems for various OS distributions" HOMEPAGE="http://unetbootin.sourceforge.net" -SRC_URI="http://pkg.rogentos.ro/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2" +SRC_URI="http://redcorelinux.org/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -29,5 +29,5 @@ src_install() { doins ${FILESDIR}/${PN}.desktop dodir /usr/share/polkit-1/actions insinto /usr/share/polkit-1/actions - doins ${FILESDIR}/ro.kogaion.${PN}.policy + doins ${FILESDIR}/ro.redcore.${PN}.policy } -- cgit v1.2.3