Skip to content

Commit

Permalink
lxqt-base/lxqt-about: Version bump to 0.11.0
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.1
  • Loading branch information
mrueg committed Sep 26, 2016
1 parent 5dc81a6 commit 5e960cd
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions lxqt-base/lxqt-about/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST lxqt-about-0.10.0.tar.xz 30280 SHA256 d308f228d1cc72d2cc9acec608adc31cdf9182feded0e9ca8dd2691d227f28fa SHA512 dc764a431b610dcd3e1595dc40f3265eef8e0feb5d3e186098a2b8e23e8604f82f0a721822914c0a34169eea83af1a2d74988df69928ce7a0f07e405092cb467 WHIRLPOOL e3138231560e2e7687dd0f8c7edd2569a0c7eca3040b93b97d499527aa15b0227b65539f96f7d751c16977119f5c46bd7c686eb9dffd0e91d1a76f6b39417df0
DIST lxqt-about-0.11.0.tar.xz 21856 SHA256 26bd91a1ca559353c2bcb82378918419b8e059a47956c2f89e533b3fac2881b6 SHA512 53d818e036275075f41edef7af4615e5dbdb651cade68a6f502cbea6f75d32d368111536a3987078d3f682187cd6c420d8af827cc8fafa48d247ef4af5e0febf WHIRLPOOL a057621c154cccbaf2cd8183efe2cd9dc66ca1a279b25d4870a5602eff7196689da0cfb4cfbce353b6b783ab5fca5d4ff29ad33f1b8990e5f9ea50e307c2f238
36 changes: 36 additions & 0 deletions lxqt-base/lxqt-about/lxqt-about-0.11.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
inherit cmake-utils

DESCRIPTION="LXQt about dialog"
HOMEPAGE="http://lxqt.org/"

if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi

LICENSE="LGPL-2.1+"
SLOT="0"

DEPEND="
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
~lxqt-base/liblxqt-${PV}
"
RDEPEND="${DEPEND}"

src_configure() {
local mycmakeargs=( -DPULL_TRANSLATIONS=OFF )
cmake-utils_src_configure
}

0 comments on commit 5e960cd

Please sign in to comment.