1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-25 16:02:30 +01:00

Removed ebuild for urxvt-theme-switch

This commit is contained in:
2022-10-08 12:02:26 +02:00
parent e4254f4340
commit b83600d8ce
3 changed files with 0 additions and 36 deletions

View File

@@ -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

View File

@@ -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') || "" );

View File

@@ -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
}