public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-portage/appswipe/
Date: Mon,  3 Jun 2024 00:06:33 +0000 (UTC)	[thread overview]
Message-ID: <1717308981.7985d9fdbf0d0180afb693148226284579623954.julien@gentoo> (raw)

commit:     7985d9fdbf0d0180afb693148226284579623954
Author:     brian gloyer <brian.gloyer <AT> gmail <DOT> com>
AuthorDate: Sun Jun  2 06:14:57 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Jun  2 06:16:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7985d9fd

app-portage/appswipe: add 1.1.68

Signed-off-by: brian gloyer <brian.gloyer <AT> gmail.com>

 app-portage/appswipe/Manifest               |  1 +
 app-portage/appswipe/appswipe-1.1.68.ebuild | 63 +++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/app-portage/appswipe/Manifest b/app-portage/appswipe/Manifest
index dfa5dfb8b..5e5565509 100644
--- a/app-portage/appswipe/Manifest
+++ b/app-portage/appswipe/Manifest
@@ -1 +1,2 @@
 DIST appswipe-1.1.14.tar.gz 121832 BLAKE2B a6e6afeaba68d21fa766e4278f9dfd4345a609f87ddb7dca459210a8a4aa3119f5381e2ccf2eda3f6c96cdc48db40265c68819f2ffeaecb89094471ca056dcb5 SHA512 a3ed041360483ba302f1d4fc13b5083d5e66fe200891ea1c180f47220c28188376c581b5de09dbbae4d2cee5d30e991c663607d7eea7a250fe839023b5c703be
+DIST appswipe-1.1.68.tar.gz 167746 BLAKE2B cff900d76257bb8e757c311918a99ce2dcd65eded12dbc63e09b19aff9356378c373d96f5c6f1684fe3169a30b9af246c73e380ed2b9d4b3e999abdd1b7e91e7 SHA512 0ba04d4da871307522090c215a9b2a6c0f2e78b0618ccdd7739a9343ee511f1ef7d9c0d67bd31791583c232a3d84bb6148e91d8f7dee8208dff5911ddcd5beed

diff --git a/app-portage/appswipe/appswipe-1.1.68.ebuild b/app-portage/appswipe/appswipe-1.1.68.ebuild
new file mode 100644
index 000000000..70895cbda
--- /dev/null
+++ b/app-portage/appswipe/appswipe-1.1.68.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop qmake-utils xdg-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"
+
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtsql:5[sqlite]
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+"
+
+RDEPEND="
+	app-portage/gentoolkit
+	app-portage/portage-utils
+	lxde-base/lxterminal
+	${DEPEND}
+"
+
+src_configure() {
+	eqmake5 AppSwipe.pro
+
+	cd backend || die
+	eqmake5 appswipebackend.pro
+
+	cd ../transport || die
+	eqmake5 appswipetransport.pro
+}
+
+src_compile() {
+	emake -C ./
+	emake -C backend/
+	emake -C transport/
+}
+
+src_install() {
+	mv AppSwipe appswipe
+	dobin appswipe
+	dobin backend/appswipebackend
+	dobin transport/appswipetransport
+	mv "${S}/img/appicon.svg" "${S}/img/appswipe.svg"
+	doicon -s scalable "${S}/img/appswipe.svg"
+	domenu ${PN}.desktop
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


             reply	other threads:[~2024-06-03  0:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-03  0:06 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-03  0:06 [gentoo-commits] repo/proj/guru:master commit in: app-portage/appswipe/ Julien Roy
2022-05-10  7:49 Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1717308981.7985d9fdbf0d0180afb693148226284579623954.julien@gentoo \
    --to=julien@jroy.ca \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox