mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-26 22:53:32 +01:00
Compare commits
2 Commits
e4254f4340
...
499e66335d
| Author | SHA1 | Date | |
|---|---|---|---|
| 499e66335d | |||
| b83600d8ce |
1
app-misc/upycatalog/Manifest
Normal file
1
app-misc/upycatalog/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD upycatalog-9999.ebuild 535 BLAKE2B 88f0083af460bf60d0f769d68bad08dfa637de6e2baaaf522a6ae51095b61f5f7ebad762242c48f1b16cf1ad22c383897e5be09483f0f0c2906d7d4bbee0be02 SHA512 19c7930b3d7ee3b0474e1ca7d896a349aa58fe9c9a9f30d2d46b65c5a357d19e702735005e48ddf0844ac19bb6eac52b1ceda52820d68dab4bf4a986f0f8dee4
|
||||
29
app-misc/upycatalog/upycatalog-9999.ebuild
Normal file
29
app-misc/upycatalog/upycatalog-9999.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Midnight Commander extfs plugin for handling pycatalog databases."
|
||||
HOMEPAGE="https://github.com/gryf/mc_pycatalog"
|
||||
EGIT_REPO_URI="https://github.com/gryf/mc_pycatalog"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
|
||||
IUSE="dms"
|
||||
|
||||
DEPEND="
|
||||
app-misc/mc
|
||||
app-misc/pycatalog
|
||||
dev-python/extfslib
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_install() {
|
||||
exeinto "/usr/libexec/mc/extfs.d/"
|
||||
doexe "${S}/upycatalog"
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
AUX urxvt-theme-switch-config-location.patch 663 BLAKE2B f128134ae9629a3166ed78dbc812d267c34c714e556728964cc2afd3462af5a3bbad1e1295c22541a5c67e91e75e6f6435e368ff084183c4996f6d67c6c2246c SHA512 4e4b75af20ba1489cd33b0cfb1a2d9fe143b2782c2e0a2143af5d15c1d88ecda993208f9385bd9c545b522c516d70890ef83dc3a4bc95a04f58f0678d4769e2f
|
||||
EBUILD urxvt-theme-switch-9999.ebuild 509 BLAKE2B 7566cab134a42bff1fad1c0a127982f1c182b01ef69e455d8969667ac7a7040a45d5eecdb808dfb7563deea15ae0d155e6fd0a61a7c10c773fa1eaa9ac7bf257 SHA512 1c80ac3f06aac2cb0b54cb6e32dc57c4b552431935775fdb2ad735479d010b8ab65c4f6269f90d0b0a667e11e30499ea31aeafad4f6d28744d1de5ecaa32f36a
|
||||
@@ -1,12 +0,0 @@
|
||||
diff -ur urxvt-theme-switch_orig/color-themes urxvt-theme-switch/color-themes
|
||||
--- urxvt-theme-switch_orig/color-themes 2022-10-06 20:03:34.863989585 +0200
|
||||
+++ urxvt-theme-switch/color-themes 2022-10-08 11:52:21.193377761 +0200
|
||||
@@ -38,7 +38,7 @@
|
||||
$self->{theme_dir} = $path;
|
||||
$self->{auto_save_state} = $self->x_resource('color-themes.autosave') || 0;
|
||||
$self->{settingsfile} =
|
||||
- glob( $self->x_resource('color-themes.state-file') || "~/.urxvt-theme" );
|
||||
+ glob( $self->x_resource('color-themes.state-file') || "~/.config/urxvt-theme" );
|
||||
$self->{preprocessor} =
|
||||
glob( $self->x_resource('color-themes.preprocessor') || "" );
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Urxvt plugin that allows to switch color themes during runtime"
|
||||
HOMEPAGE="https://github.com/felixr/urxvt-theme-switch"
|
||||
EGIT_REPO_URI="https://github.com/felixr/urxvt-theme-switch"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
|
||||
RDEPEND="x11-terms/rxvt-unicode[perl]"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/$(get_libdir)/urxvt/perl
|
||||
doins color-themes
|
||||
einstalldocs
|
||||
}
|
||||
Reference in New Issue
Block a user