mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
@@ -2,3 +2,5 @@ DIST commit-4.1-troll.gh.tar.gz 474880 BLAKE2B 9ebde0b0d32dd0591f1940add82777693
|
||||
DIST commit-4.1.gh.tar.gz 598633 BLAKE2B 8381d385ca62f351cc61e405e115f81311eb6509ab32f75e42e066ed3ab24156b8f6036c94204c5137ab720e976099a6f80a9b1c21145126857076b520367330 SHA512 0208cbea33d19913ca928e72397ffb5cb40456ab1154f0ccd9a271758eb77491f7197a39c9593c5daad207e35f16de8ac05da8c85aced790a4152564f9e77f76
|
||||
DIST commit-4.2-troll.gh.tar.gz 481550 BLAKE2B 45d400e4945f1616a4ee10bc7e0d51a53f6186909f9eb10b53633ebad7611257a4de1db9dd1a3fec76227320760a7aa1e8e1027277bc7d1948a668646e7a8450 SHA512 646a8bb98793bf65b9d7173f4b359b130b7dbe22fafb1f3d7ba536e9c2f6e3d8ef228dc91c378fbbb25546e586ac7c81fbf47f2dbc8c51d1a301dc8fb55b6037
|
||||
DIST commit-4.2.gh.tar.gz 580617 BLAKE2B 05b2b9c1093e010b25ca20d987da5392a77a939a0380a6cb8ecf3e5d0f23202d75e2a3411a409bcf1e9f6d832c2a3e81d61ec5dbfc4fd52b9f76a6148e12557f SHA512 4b15318e803d8b2b1ce7613cc77e210fecbe015e38ccb97bce41c9f252599b11f45e56007e585cfd348a0e65b61949e598cd878d48ee400016c60ebdc3face95
|
||||
DIST commit-4.3-troll.gh.tar.gz 481568 BLAKE2B 4c744ae29df1976bbf9362464981d130f86f90643dd844c0c06659ac98065ec40801be47b177e1ec43fe2e1846f2576edfa6d89cd636883e8347365dc352dc36 SHA512 a3476ea1017fd4f73f88dcbdca84e4cb55eabe9593549b5bd95da5fab9128816b8cb91c24abed970ca36d508746e481e3199829b4a0b6db80bea972c22f98afb
|
||||
DIST commit-4.3.gh.tar.gz 783634 BLAKE2B 1fa3e316707782cf16ff2bb0a6de1f4d2471ba58bf84fd413eb8da732b4014aa906c6598aedb186d18e0585f3322e28a9007de49451e2b43bdb17f1ea008dc4e SHA512 f25fdddd447a331f532c80d814103fbfe4c1e0e771ac8beaa7e73dc89c4d979f18ee7196c0b4e4cbb649e2eeb078bf482119e05591335a7c6e6467bb325cde4c
|
||||
|
||||
61
gnome-extra/commit/commit-4.3.ebuild
Normal file
61
gnome-extra/commit/commit-4.3.ebuild
Normal file
@@ -0,0 +1,61 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit gnome2-utils meson xdg
|
||||
|
||||
TROLL_COMMIT="8b0275948eedec9ed0378f9bdda1aa4aac3062ba"
|
||||
DESCRIPTION="Commit message editor"
|
||||
HOMEPAGE="
|
||||
https://github.com/sonnyp/Commit
|
||||
https://apps.gnome.org/Commit/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/sonnyp/Commit/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
|
||||
https://github.com/sonnyp/troll/archive/${TROLL_COMMIT}.tar.gz -> ${P}-troll.gh.tar.gz
|
||||
"
|
||||
S="${WORKDIR}/${PN^}-${PV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
app-text/libspelling
|
||||
gui-libs/gtk:4
|
||||
gui-libs/libadwaita:1
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
BDEPEND="
|
||||
app-alternatives/ninja
|
||||
dev-libs/appstream-glib
|
||||
dev-libs/gjs
|
||||
dev-libs/glib:2=
|
||||
dev-util/blueprint-compiler
|
||||
dev-util/desktop-file-utils
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
mv "${WORKDIR}"/troll-"${TROLL_COMMIT}"/* "${S}"/troll || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
dosym -r /usr/bin/re.sonny.Commit /usr/bin/"${PN}"
|
||||
dodir /usr/share/metainfo
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
||||
Reference in New Issue
Block a user