diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /lxqt-base/lxqt-runner | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'lxqt-base/lxqt-runner')
-rw-r--r-- | lxqt-base/lxqt-runner/Manifest | 3 | ||||
-rw-r--r-- | lxqt-base/lxqt-runner/lxqt-runner-0.7.0-r1.ebuild | 38 | ||||
-rw-r--r-- | lxqt-base/lxqt-runner/lxqt-runner-0.8.0.ebuild | 50 | ||||
-rw-r--r-- | lxqt-base/lxqt-runner/lxqt-runner-0.9.0.ebuild | 42 | ||||
-rw-r--r-- | lxqt-base/lxqt-runner/metadata.xml | 9 |
5 files changed, 142 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-runner/Manifest b/lxqt-base/lxqt-runner/Manifest new file mode 100644 index 000000000000..006065162829 --- /dev/null +++ b/lxqt-base/lxqt-runner/Manifest @@ -0,0 +1,3 @@ +DIST lxqt-runner-0.7.0.tar.xz 195452 SHA256 e4ef1820cb29fdd2b5ab2bd3a46da29abf3246bcc95e7521161a5e2103d4d7f2 SHA512 b592a9082b0dd2908373205a193a2f23ac134e316dffb50ccecc8cb245ccac014426ce4fedc57a46aad62100a11c4aad12b78364051d53331b593c8d1b81360c WHIRLPOOL 5abfe274823ba9342c2e8b83e5c9a53fd236b08c21b14fb143ac61bb86ed4c199e4f6797ea08c1bdde6c031f782e24e1898144eff8d7eb6cc9e574825baee635 +DIST lxqt-runner-0.8.0.tar.xz 195808 SHA256 515d55e6a253550b7ce84e6f2c3f9d47ca91c4a83a17ad9e6c378831a519b5a7 SHA512 57ef8805e86219c50190b59373c7f59d7a6880762116311cd65ce811766cb039efbd4830d11220758f40da2cc76bb6175180221f4c8b84c24f67145a796cde5a WHIRLPOOL 4168394bd2ede5cf8f211102c7c12fc67883a0249e30a93b9220c21283af9711fe948453b7889220703c9bca6646c655aac72e1343636d00ae87f5b140d8bcdd +DIST lxqt-runner-0.9.0.tar.xz 192812 SHA256 7d9d4d85acb2a9e17892ca41637a677939ef7788df5cd45ba44d178ac066439a SHA512 099f434f0cf89a4b338bb7d2bfbee2ebb2808354ac377c4093bc29a01457a6b3539260e34ef72e5f41bbf9b34d045102fc5ad5be88b69ac181040f917128d3e1 WHIRLPOOL 267036992c67db78e87a8341e2c47cfa4b238983aec42d40e8dd652e0aa82a7f4c84828a08482016c60ee012c53635d2917d30ef69466683b823b3ec07570cf1 diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.7.0-r1.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-0.7.0-r1.ebuild new file mode 100644 index 000000000000..9e8c4a68fe11 --- /dev/null +++ b/lxqt-base/lxqt-runner/lxqt-runner-0.7.0-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="LXQt quick launcher" +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="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~x86" + S=${WORKDIR} +fi + +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" + +RDEPEND="dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtgui:4 + dev-qt/qtscript:4 + ~lxqt-base/liblxqt-${PV} + ~lxqt-base/lxqt-globalkeys-${PV} + >=lxde-base/menu-cache-0.5.1 + ~dev-libs/libqtxdg-0.5.3 + x11-libs/libX11" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_install(){ + cmake-utils_src_install + doman man/*.1 +} diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.8.0.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-0.8.0.ebuild new file mode 100644 index 000000000000..40ea631eae7b --- /dev/null +++ b/lxqt-base/lxqt-runner/lxqt-runner-0.8.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="LXQt quick launcher" +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="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" + +RDEPEND=" + dev-libs/glib:2 + dev-qt/linguist-tools:5 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtscript:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + dev-qt/qtxml:5 + ~lxqt-base/liblxqt-${PV} + ~lxqt-base/lxqt-globalkeys-${PV} + >=lxde-base/menu-cache-0.5.1 + >=dev-libs/libqtxdg-1.0.0 + x11-libs/libX11" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_configure() { + local mycmakeargs=( + -DUSE_QT5=ON + ) + cmake-utils_src_configure +} + +src_install(){ + cmake-utils_src_install + doman man/*.1 +} diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.9.0.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-0.9.0.ebuild new file mode 100644 index 000000000000..d676569c1296 --- /dev/null +++ b/lxqt-base/lxqt-runner/lxqt-runner-0.9.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="LXQt quick launcher" +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="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" + +RDEPEND="dev-libs/glib:2 + >=dev-libs/libqtxdg-1.0.0 + dev-qt/linguist-tools:5 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtscript:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + dev-qt/qtxml:5 + kde-frameworks/kwindowsystem:5 + ~lxqt-base/liblxqt-${PV} + ~lxqt-base/lxqt-globalkeys-${PV} + >=lxde-base/menu-cache-0.5.1" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_install(){ + cmake-utils_src_install + doman man/*.1 +} diff --git a/lxqt-base/lxqt-runner/metadata.xml b/lxqt-base/lxqt-runner/metadata.xml new file mode 100644 index 000000000000..d89dead0ed86 --- /dev/null +++ b/lxqt-base/lxqt-runner/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> |