summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-03-06 17:08:00 +0200
committerDavid Seifert <soap@gentoo.org>2017-03-07 10:12:08 +0100
commit6867019eb0bc888f1e383f0cbe5e37a06421df7c (patch)
tree9594e0e82578737fbe3e5a8f7b33fb9be3fdb814 /x11-misc/tint2/files
parentx11-misc/synergy: Remove old (diff)
downloadgentoo-6867019eb0bc888f1e383f0cbe5e37a06421df7c.tar.gz
gentoo-6867019eb0bc888f1e383f0cbe5e37a06421df7c.tar.bz2
gentoo-6867019eb0bc888f1e383f0cbe5e37a06421df7c.zip
x11-misc/tint2: Remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4142
Diffstat (limited to 'x11-misc/tint2/files')
-rw-r--r--x11-misc/tint2/files/battery_segfault.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-misc/tint2/files/battery_segfault.patch b/x11-misc/tint2/files/battery_segfault.patch
deleted file mode 100644
index 3f933e2f5223..000000000000
--- a/x11-misc/tint2/files/battery_segfault.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: battery.c
-===================================================================
---- src/battery/battery.c (revision 575)
-+++ src/battery/battery.c (revision 576)
-@@ -194,8 +194,14 @@
- }
- g_free(path2);
- }
-+
-+ path_current_now = g_build_filename(battery_dir, "power_now", NULL);
-+ if (!g_file_test (path_current_now, G_FILE_TEST_EXISTS)) {
-+ g_free(path_current_now);
-+ path_current_now = g_build_filename(battery_dir, "current_now", NULL);
-+ }
-+
- if (path_energy_now && path_energy_full) {
-- path_current_now = g_build_filename(battery_dir, "current_now", NULL);
- path_status = g_build_filename(battery_dir, "status", NULL);
-
- // check file