mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
app-portage/appswipe: initial import
Signed-off-by: brian gloyer <brian.gloyer@gmail.com>
This commit is contained in:
1
app-portage/appswipe/Manifest
Normal file
1
app-portage/appswipe/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST appswipe-1.1.14.tar.gz 121832 BLAKE2B a6e6afeaba68d21fa766e4278f9dfd4345a609f87ddb7dca459210a8a4aa3119f5381e2ccf2eda3f6c96cdc48db40265c68819f2ffeaecb89094471ca056dcb5 SHA512 a3ed041360483ba302f1d4fc13b5083d5e66fe200891ea1c180f47220c28188376c581b5de09dbbae4d2cee5d30e991c663607d7eea7a250fe839023b5c703be
|
||||
40
app-portage/appswipe/appswipe-1.1.14.ebuild
Normal file
40
app-portage/appswipe/appswipe-1.1.14.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit desktop qmake-utils
|
||||
|
||||
DESCRIPTION="Application for browsing your local Portage repository files"
|
||||
HOMEPAGE="https://github.com/k9spud/appswipe"
|
||||
SRC_URI="https://github.com/k9spud/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore
|
||||
dev-qt/qtgui
|
||||
dev-qt/qtsql[sqlite]
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
app-portage/gentoolkit
|
||||
app-portage/portage-utils
|
||||
lxde-base/lxterminal
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
eqmake5
|
||||
}
|
||||
|
||||
src_install() {
|
||||
mv AppSwipe appswipe
|
||||
dobin appswipe
|
||||
mv "${S}/img/appicon.svg" "${S}/img/appswipe.svg"
|
||||
doicon -s scalable "${S}/img/appswipe.svg"
|
||||
domenu ${PN}.desktop
|
||||
}
|
||||
12
app-portage/appswipe/metadata.xml
Normal file
12
app-portage/appswipe/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>brian.gloyer@gmail.com</email>
|
||||
<name>Brian Gloyer</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">k9spud/appswipe</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user