diff options
Diffstat (limited to 'x11-misc/qxkb/qxkb-0.4.6.ebuild')
-rw-r--r-- | x11-misc/qxkb/qxkb-0.4.6.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-misc/qxkb/qxkb-0.4.6.ebuild b/x11-misc/qxkb/qxkb-0.4.6.ebuild index 22c826350f2a..65e5be7c1122 100644 --- a/x11-misc/qxkb/qxkb-0.4.6.ebuild +++ b/x11-misc/qxkb/qxkb-0.4.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ inherit cmake-utils DESCRIPTION="Qt4-based keyboard layout switcher" HOMEPAGE="https://github.com/disels/qxkb" -SRC_URI="https://qxkb.googlecode.com/files/${P}.tar.bz2" +SRC_URI="https://github.com/disels/qxkb/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -20,6 +20,8 @@ DEPEND="dev-qt/qtgui:4 RDEPEND="${DEPEND} x11-apps/setxkbmap" +S=${WORKDIR}/${PN}-${P} + src_prepare() { sed -i -e 's:../language:${CMAKE_SOURCE_DIR}/language:' \ CMakeLists.txt || die |