Added WoeUSB ebuild. Tested working. Also added unstable keywords to gnome_battery_bench.

This commit is contained in:
kuratsune 2018-06-03 09:39:02 +02:00
parent f3a386a0fb
commit 9450e3ed46
4 changed files with 39 additions and 3 deletions

View File

@ -1 +1 @@
EBUILD gnome_battery_bench-9999.ebuild 1141 BLAKE2B b187de5ecf1fe55337cd445069febbcf13e4982fdabc1105998a1e53a8cd7bd975fad6b58798221903b9da72bbe090bd67dac3c8f4eb077ac3032c1441e62a0a SHA512 cd4d39c77729739de4d750f28b62917f1aef2a59ad6f70610505dd56cd583ba3874469184b8fd1748153554bbdcd84037184d4aede90a2be6fb0d681279ebb48 EBUILD gnome_battery_bench-9999.ebuild 1152 BLAKE2B cbccd61ea06402834f0d25097776d5c1e425aefbeb6f5961a0c0aee577a042031e8a94a6e29df8a2233252a5882f46116ba06a60a0f07b364f009fc764bdd4ac SHA512 9b77edf209fa39390a9f0f080a8defd06b7206157fdcd7043c91a05a7bb6feb28ba83edaf2defbd93891cf4168dc7b00dc2974d999f5713b1461763c25a92f7f

View File

@ -6,11 +6,11 @@ inherit autotools git-r3 linux-info xdg-utils
DESCRIPTION="GNOME battery benchmark tool." DESCRIPTION="GNOME battery benchmark tool."
HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-battery-bench" HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-battery-bench"
MY_AUTHOR="GNOEM team" MY_AUTHOR="GNOME team"
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gnome-battery-bench.git" EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gnome-battery-bench.git"
EGIT_BRANCH="master" EGIT_BRANCH="master"
KEYWORDS="" KEYWORDS="~x86 ~amd64"
LICENSE="GPL-2" LICENSE="GPL-2"

1
sys-boot/WoeUSB/Manifest Normal file
View File

@ -0,0 +1 @@
EBUILD WoeUSB-9999.ebuild 544 BLAKE2B eb327114df8dd826075a6bb406b2ca8f75e65e08adc8e1209d98354a8e4114dff0a952c23ec05ce2c55f2cd3c35f63e999de33c3d3ac8e5a8b58b7ac1755da11 SHA512 d4c6f659ec52390268d527c79bfad687f330e66f16c6334654382940255c08d11148f86ee572bf96d24d6dfcca4403385c4ac6c679e526c580921b7fd5c4b528

View File

@ -0,0 +1,35 @@
#By Kuratsune
EAPI=6
inherit autotools git-r3 xdg-utils
DESCRIPTION="WoeUSB allows creating Windows bootable USB storage."
HOMEPAGE="https://github.com/slacka/WoeUSB"
MY_AUTHOR="slacka"
EGIT_REPO_URI="https://github.com/slacka/WoeUSB.git"
EGIT_BRANCH="master"
KEYWORDS="~x86 ~amd64"
LICENSE="GPL-2"
SLOT="0"
DEPEND=">=x11-libs/wxGTK-2.8.4"
RDEPEND="${DEPEND}"
src_prepare() {
./setup-development-environment.bash
default
eautoreconf
}
pkg_post_install() {
xdg_desktop_database_update
xdg_mimeinfo_database_update
}