summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2016-03-04 14:25:03 +0100
committerLouis Sautier <sautier.louis@gmail.com>2016-03-04 14:25:03 +0100
commit098b7e47a525e49ea8208517ea2e27750d72d854 (patch)
tree9528659e1f8d85e4515ef3943bb2b8932d504e22 /media-video/bdsup2sub++/bdsup2sub++-1.0.2.ebuild
parentmedia-video/guvcview: add dep on autoconf-archive, bug #575692 (diff)
downloadgentoo-098b7e47a525e49ea8208517ea2e27750d72d854.tar.gz
gentoo-098b7e47a525e49ea8208517ea2e27750d72d854.tar.bz2
gentoo-098b7e47a525e49ea8208517ea2e27750d72d854.zip
media-video/bdsup2sub++: store settings in a hidden directory
Patch taken from https://github.com/amichaelt/BDSup2SubPlusPlus/pull/36 Settings will go to ~/.config/bdsup2sub++ instead of ~/bdsup2sub++ Package-Manager: portage-2.2.27
Diffstat (limited to 'media-video/bdsup2sub++/bdsup2sub++-1.0.2.ebuild')
-rw-r--r--media-video/bdsup2sub++/bdsup2sub++-1.0.2.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/media-video/bdsup2sub++/bdsup2sub++-1.0.2.ebuild b/media-video/bdsup2sub++/bdsup2sub++-1.0.2.ebuild
index de59e6869786..35fb8d58d807 100644
--- a/media-video/bdsup2sub++/bdsup2sub++-1.0.2.ebuild
+++ b/media-video/bdsup2sub++/bdsup2sub++-1.0.2.ebuild
@@ -24,6 +24,8 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_PN}-${PV}/src"
+PATCHES=( "${FILESDIR}/${P}-hidden-config.patch" )
+
src_configure() {
eqmake4 ${PN}.pro
}