diff options
author | 2018-05-28 15:27:44 +0200 | |
---|---|---|
committer | 2018-05-28 15:27:44 +0200 | |
commit | 8165348a970678b204980b701381f2cc367de0ed (patch) | |
tree | afdccbcfc9f76222e546b9881c79d5b172b12c54 /app-text/xournal/xournal-9999.ebuild | |
parent | media-libs/opencv: add missing cpu_flags_x86_ssse3 (diff) | |
download | gentoo-8165348a970678b204980b701381f2cc367de0ed.tar.gz gentoo-8165348a970678b204980b701381f2cc367de0ed.tar.bz2 gentoo-8165348a970678b204980b701381f2cc367de0ed.zip |
app-text/xournal: Version and EAPI bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-text/xournal/xournal-9999.ebuild')
-rw-r--r-- | app-text/xournal/xournal-9999.ebuild | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/app-text/xournal/xournal-9999.ebuild b/app-text/xournal/xournal-9999.ebuild index 422842c0e82f..50477f8a4537 100644 --- a/app-text/xournal/xournal-9999.ebuild +++ b/app-text/xournal/xournal-9999.ebuild @@ -1,9 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -GCONF_DEBUG=no +EAPI=6 [[ ${PV} == *9999 ]] && GNOME2_EAUTORECONF=yes @@ -23,7 +21,7 @@ HOMEPAGE="http://xournal.sourceforge.net/" LICENSE="GPL-2" SLOT="0" -IUSE="+pdf" +IUSE="+pdf vanilla" COMMONDEPEND=" app-text/poppler[cairo] @@ -45,10 +43,17 @@ DEPEND="${COMMONDEPEND} virtual/pkgconfig " +src_prepare() { + default_src_prepare + if ! use vanilla; then + eapply "${FILESDIR}"/xournal-0.4.8-aspectratio.patch + fi +} + src_install() { emake DESTDIR="${D}" install emake DESTDIR="${D}" desktop-install dodoc ChangeLog AUTHORS README - dohtml -r html-doc/* + dodoc -r html-doc/* } |