commit:     7ef9d0b172e97b0638cec59742030117bbc91650
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sat Nov 29 17:25:39 2025 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sun Nov 30 00:26:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ef9d0b1

app-portage/appswipe: add 1.2.0

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 app-portage/appswipe/Manifest              |  1 +
 app-portage/appswipe/appswipe-1.2.0.ebuild | 52 ++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/app-portage/appswipe/Manifest b/app-portage/appswipe/Manifest
index 5e55655094..502442052f 100644
--- a/app-portage/appswipe/Manifest
+++ b/app-portage/appswipe/Manifest
@@ -1,2 +1,3 @@
 DIST appswipe-1.1.14.tar.gz 121832 BLAKE2B 
a6e6afeaba68d21fa766e4278f9dfd4345a609f87ddb7dca459210a8a4aa3119f5381e2ccf2eda3f6c96cdc48db40265c68819f2ffeaecb89094471ca056dcb5
 SHA512 
a3ed041360483ba302f1d4fc13b5083d5e66fe200891ea1c180f47220c28188376c581b5de09dbbae4d2cee5d30e991c663607d7eea7a250fe839023b5c703be
 DIST appswipe-1.1.68.tar.gz 167746 BLAKE2B 
cff900d76257bb8e757c311918a99ce2dcd65eded12dbc63e09b19aff9356378c373d96f5c6f1684fe3169a30b9af246c73e380ed2b9d4b3e999abdd1b7e91e7
 SHA512 
0ba04d4da871307522090c215a9b2a6c0f2e78b0618ccdd7739a9343ee511f1ef7d9c0d67bd31791583c232a3d84bb6148e91d8f7dee8208dff5911ddcd5beed
+DIST appswipe-1.2.0.gh.tar.gz 168449 BLAKE2B 
3809429ed8f29f3ff875317033ffc503e1c43229fb2802442abac00b3b9637d145bfafdead4a7ce19b4f99c2efdddc74a56589226e47ea2c856dc1e205eaf50c
 SHA512 
4e7a60daa8950754599f76c19e92da7cb60b6e3efc210f45fd71004d315db39396bc613eec52eb3326d43d16afabfe3ed6d98ae77351497107e82f9817af3e81

diff --git a/app-portage/appswipe/appswipe-1.2.0.ebuild 
b/app-portage/appswipe/appswipe-1.2.0.ebuild
new file mode 100644
index 0000000000..9073463a16
--- /dev/null
+++ b/app-portage/appswipe/appswipe-1.2.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop qmake-utils xdg
+
+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}.gh.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+       dev-qt/qtbase:6[gui,sql,sqlite,widgets]
+       dev-qt/qtsvg:6
+"
+
+RDEPEND="
+       app-portage/gentoolkit
+       app-portage/portage-utils
+       dev-libs/glib
+       lxde-base/lxterminal
+       sys-apps/portage
+       ${DEPEND}
+"
+
+src_configure() {
+       eqmake6 AppSwipe.pro
+
+       cd backend || die
+       eqmake6 appswipebackend.pro
+
+       cd ../transport || die
+       eqmake6 appswipetransport.pro
+}
+
+src_compile() {
+       emake -C ./
+       emake -C backend/
+       emake -C transport/
+}
+
+src_install() {
+       newbin AppSwipe appswipe
+       dobin backend/appswipebackend
+       dobin transport/appswipetransport
+       newicon -s scalable img/appicon.svg ${PN}.svg
+       domenu ${PN}.desktop
+}

Reply via email to