diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-07-24 18:23:42 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-07-24 18:23:42 +0200 |
commit | 9136df1d85a42c41dd4de0d0632c99dd2eb10761 (patch) | |
tree | c1245192347a56c57414ab54c4787a01babd0b7b /x11-themes/QGnomePlatform | |
parent | gnome-extra/gnome-shell-extension-gsconnect: Fix description (diff) | |
download | gentoo-9136df1d85a42c41dd4de0d0632c99dd2eb10761.tar.gz gentoo-9136df1d85a42c41dd4de0d0632c99dd2eb10761.tar.bz2 gentoo-9136df1d85a42c41dd4de0d0632c99dd2eb10761.zip |
x11-themes/QGnomePlatform: Version bump
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'x11-themes/QGnomePlatform')
-rw-r--r-- | x11-themes/QGnomePlatform/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest index d9f540cceccc..237df152cbb0 100644 --- a/x11-themes/QGnomePlatform/Manifest +++ b/x11-themes/QGnomePlatform/Manifest @@ -1 +1,2 @@ DIST QGnomePlatform-0.3.tar.gz 20499 BLAKE2B 3f30a0e0741b70d3648d9e653bacc08d38e1093977c93e73786e6c72fa254e1b1355e7d4b4bf9c899aff9a019fba34de6e87a178de1b9b093ddc4d894dcc76df SHA512 770ab8f11285856fdec574779905d2a78b2db0d4e515cd6a96e56ccdec6cfc837b31d82eed8af3f6bb860597195cac2869a527d784558c05b9a394687a4ee9d8 +DIST QGnomePlatform-0.4.tar.gz 21353 BLAKE2B 185a67f2008f1def0dbe201b29d7c95dbd3c449fcea88048e729f6f3e79da1a73264afdb47580bab34206350c621420fdba4932435f86837329dad91febf2de6 SHA512 664a0bc7245584e89db9d9283509d2f9bd4f148cd0e0df5b6fc698f6705b1897fed1aff7a3cb1f70e75c21edda4f10c9f1b0dffb019c31dd9dee872f98027675 diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild new file mode 100644 index 000000000000..475205e3eceb --- /dev/null +++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit qmake-utils + +DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings" +HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform" +SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}/${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtwidgets:5= + x11-libs/gtk+:3[X] +" +RDEPEND="${DEPEND}" + +src_configure() { + eqmake5 +} + +src_install() { + INSTALL_ROOT="${D}" default +} |