summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki <jauhien@gentoo.org>2014-05-26 15:30:07 +0000
committerJauhien Piatlicki <jauhien@gentoo.org>2014-05-26 15:30:07 +0000
commit438f01559ce2d06f702d577a9a41110766c017ee (patch)
tree4c5800c1636da69f1a65dd94257484f4770049ac /lxqt-base/lxqt-globalkeys
parentInitial import from the qt overlay, thanks to Harvey Mittens and Davide Pesav... (diff)
downloadgentoo-2-438f01559ce2d06f702d577a9a41110766c017ee.tar.gz
gentoo-2-438f01559ce2d06f702d577a9a41110766c017ee.tar.bz2
gentoo-2-438f01559ce2d06f702d577a9a41110766c017ee.zip
Initial import from the qt overlay, thanks to Harvey Mittens and Davide Pesavento, see bug #509946
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Diffstat (limited to 'lxqt-base/lxqt-globalkeys')
-rw-r--r--lxqt-base/lxqt-globalkeys/ChangeLog10
-rw-r--r--lxqt-base/lxqt-globalkeys/Manifest3
-rw-r--r--lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.7.0.ebuild28
-rw-r--r--lxqt-base/lxqt-globalkeys/metadata.xml9
4 files changed, 50 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-globalkeys/ChangeLog b/lxqt-base/lxqt-globalkeys/ChangeLog
new file mode 100644
index 000000000000..dcfd36392448
--- /dev/null
+++ b/lxqt-base/lxqt-globalkeys/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for lxqt-base/lxqt-globalkeys
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-globalkeys/ChangeLog,v 1.1 2014/05/26 15:30:07 jauhien Exp $
+
+*lxqt-globalkeys-0.7.0 (26 May 2014)
+
+ 26 May 2014; Jauhien Piatlicki <jauhien@gentoo.org>
+ +lxqt-globalkeys-0.7.0.ebuild, +metadata.xml:
+ Initial import from the qt overlay, thanks to Harvey Mittens and Davide
+ Pesavento, see bug #509946
diff --git a/lxqt-base/lxqt-globalkeys/Manifest b/lxqt-base/lxqt-globalkeys/Manifest
new file mode 100644
index 000000000000..b8d7477322ee
--- /dev/null
+++ b/lxqt-base/lxqt-globalkeys/Manifest
@@ -0,0 +1,3 @@
+DIST lxqt-globalkeys-0.7.0.tar.xz 51672 SHA256 588152d64aed4fe767b8eeb4d241fdf51fbcf13cace16bc4c5304c22b09c83e2 SHA512 6fb588d9fc801f44be9f093e9372cc7d226e02ef83e7204ab489ef45f425109b3d50b75bcf41c48375de3f9681e37fb1878320c3af37ad2a169e63075e849d20 WHIRLPOOL a42de2ab8159987a329c0f26e81fab1d93b26e1bd55b15ec8e2fc40141abbf0ba0760676522115cfdb660b93ce6281b0f2018c84c7b35689dcebbe009ab73d84
+EBUILD lxqt-globalkeys-0.7.0.ebuild 611 SHA256 93b5ad75be64d8a5c253e2ab37704da69e3e4e66b157d8fdd4c7bc08b23641d2 SHA512 387a4bf4af0a202d0c47729c562bca0365d01134db7942a5cef7ef60c3a9fd30defb72efa60e14cc7103ef225508de2dcd210e76e18c7ea2f3c69da1ba817480 WHIRLPOOL ef5ee307e06d9f720c0ae7619e6f623b669e948bfb7d546c64c82b8e36f2e0628e785360828ca08e6cb410919bc5a8f7462311ae5c9c853cf86a279deb001b9c
+MISC metadata.xml 263 SHA256 d23df106b61ed123144d9d24eea822badfbe6cb7d8d4ec61215af73b4c8f1fc6 SHA512 9f99b13f568e1cfda82dc35cd0b95fba565d5f18909db7b0d7dff75273cf4076a68288768ee5f65a70485833971fb3e511919a9e80d09e0d96f3a38744435d3a WHIRLPOOL 6bfa4c8737764e7450195f3ffd2e8fe8531ad44dfa02b0d7819678eeb7898280f07ed13ac87e0158abb6d9b804ee617b7683f73a4cd17db822419eba55fa62c6
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.7.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.7.0.ebuild
new file mode 100644
index 000000000000..f6848a32e7fb
--- /dev/null
+++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.7.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.7.0.ebuild,v 1.1 2014/05/26 15:30:07 jauhien Exp $
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
+HOMEPAGE="http://www.lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+ SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+ S=${WORKDIR}
+fi
+
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0"
+
+DEPEND="dev-qt/qtcore:4
+ dev-qt/qtdbus:4
+ dev-qt/qtgui:4
+ lxqt-base/liblxqt
+ x11-libs/libX11"
+RDEPEND="${DEPEND}"
diff --git a/lxqt-base/lxqt-globalkeys/metadata.xml b/lxqt-base/lxqt-globalkeys/metadata.xml
new file mode 100644
index 000000000000..d89dead0ed86
--- /dev/null
+++ b/lxqt-base/lxqt-globalkeys/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>lxqt</herd>
+ <maintainer>
+ <email>jauhien@gentoo.org</email>
+ <name>Jauhien Piatlicki</name>
+ </maintainer>
+</pkgmetadata>