summaryrefslogtreecommitdiff
path: root/app-text/xournal/xournal-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-26 20:10:49 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-26 20:10:49 +0000
commitc85a90f90521c7e11d618b527d6630cc64cecbd4 (patch)
tree27c1f04d8eab0e0140fb62887a6a5d4d87c32ad9 /app-text/xournal/xournal-9999.ebuild
parent2f51c9978dda4c6e8debca43e4235ecc86914032 (diff)
gentoo resync : 26.12.2017
Diffstat (limited to 'app-text/xournal/xournal-9999.ebuild')
-rw-r--r--app-text/xournal/xournal-9999.ebuild24
1 files changed, 11 insertions, 13 deletions
diff --git a/app-text/xournal/xournal-9999.ebuild b/app-text/xournal/xournal-9999.ebuild
index 9472f5a2e3ad..61353ac0307f 100644
--- a/app-text/xournal/xournal-9999.ebuild
+++ b/app-text/xournal/xournal-9999.ebuild
@@ -5,28 +5,26 @@ EAPI=5
GCONF_DEBUG=no
+[[ ${PV} == *9999 ]] && GNOME2_EAUTORECONF=yes
+
inherit gnome2
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://git.code.sf.net/p/xournal/code"
+ unset SRC_URI
+else
+ KEYWORDS="~amd64 ~x86"
+ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+fi
+
DESCRIPTION="An application for notetaking, sketching, and keeping a journal using a stylus"
HOMEPAGE="http://xournal.sourceforge.net/"
LICENSE="GPL-2"
-
SLOT="0"
IUSE="+pdf"
-if [[ "${PV}" != "9999" ]]; then
- SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-else
- inherit git-2 autotools
- SRC_URI=""
- KEYWORDS=""
- EGIT_REPO_URI="git://git.code.sf.net/p/xournal/code"
- EGIT_PROJECT="${PN}"
- EGIT_BOOTSTRAP="autogen.sh"
-fi
-
COMMONDEPEND="
app-text/poppler:=[cairo]
dev-libs/atk