Browse Source

Add better descriptions for the patches

master
mid-kid 7 years ago
parent
commit
0191a5a3ad
  1. 3
      satellites/extrafiles/dunst/dunst-1.2.0-fancy-progressbar.patch
  2. 4
      satellites/extrafiles/i3/i3-4.14-window-icons.patch
  3. 3
      satellites/extrafiles/i3lock/i3lock-2.9.1-no-pam.patch
  4. 2
      satellites/extrafiles/i3status/i3status-2.11-disable-pulseaudio.patch
  5. 4
      satellites/extrafiles/liferea/liferea-1.12-rc3-dont-hide-window.patch
  6. 2
      satellites/extrafiles/pentadactyl/pentadactyl-1.2pre-pm-3-disable-deprecated.patch
  7. 2
      satellites/extrafiles/profile-sync-daemon/profile-sync-daemon-6.31-fix-filenames-with-spaces.patch
  8. 3
      satellites/extrafiles/qbittorrent/qbittorrent-3.3.15-preview-file-on-double-click.patch

3
satellites/extrafiles/dunst/dunst-1.2.0-fancy-progressbar.patch

@ -1,3 +1,6 @@
# This patch implements a fancy progressbar in dunst.
# It changes the background of a notification to imitate a progress bar by darkening part of it.
diff --git a/src/x11/x.c b/src/x11/x.c
index 9f7ac20..3430892 100644
--- a/src/x11/x.c

4
satellites/extrafiles/i3/i3-4.14-window-icons.patch

@ -1,6 +1,10 @@
# Rebased from: https://github.com/i3/i3/compare/4.13...mickael9:window-icons.diff
# For i3-4.14
# Add support for window icons in the i3 title bar.
# This makes it easier to distinguish windows without reading their names,
# and makes it possible to use browsers like qutebrowser in tabbed mode.
diff --git a/include/atoms_rest.xmacro b/include/atoms_rest.xmacro
index d461dc08..f32a7e1e 100644
--- a/include/atoms_rest.xmacro

3
satellites/extrafiles/i3lock/i3lock-2.9.1-no-pam.patch

@ -1,3 +1,6 @@
# Removes PAM support from i3lock and implements the password checking mechanism employed by suckless' slock.
# Requires i3lock to have suid.
+++ LICENSE-slock
@@ -0,0 +1,24 @@
+MIT/X Consortium License

2
satellites/extrafiles/i3status/i3status-2.11-disable-pulseaudio.patch

@ -1,3 +1,5 @@
# Disables pulseaudio support
+++ Makefile
@@ -79,10 +79,8 @@
OBJS:=$(sort $(wildcard src/*.c *.c))

4
satellites/extrafiles/liferea/liferea-1.12-rc3-dont-hide-window.patch

@ -1,3 +1,7 @@
# In i3, if the liferea window was tabbed with another window, and this window was unfocussed,
# it would be minimized to the systray.
# This patch fixes the trayicon plugin so it doesn't happen.
+++ plugins/trayicon.py
@@ -110,8 +110,6 @@
self.window = self.shell.get_window()

2
satellites/extrafiles/pentadactyl/pentadactyl-1.2pre-pm-3-disable-deprecated.patch

@ -1,3 +1,5 @@
# Disable annoying deprecated warnings only intended for developers.
+++ common/modules/base.jsm
@@ -378,9 +378,6 @@
this.constructor.className ? this.constructor.className + "#" :

2
satellites/extrafiles/profile-sync-daemon/profile-sync-daemon-6.31-fix-filenames-with-spaces.patch

@ -1,3 +1,5 @@
# Fix handling of directory names with spaces such as "moonchild productions"
+++ common/profile-sync-daemon.in
@@ -310,14 +310,18 @@ cleanup() {
load_env_for "$browser"

3
satellites/extrafiles/qbittorrent/qbittorrent-3.3.15-preview-file-on-double-click.patch

@ -1,3 +1,6 @@
# Add functionality to preview torrent when double clicking on it.
# Lacks proper translations.
+++ src/gui/optionsdlg.h
@@ -44,6 +44,7 @@
{

Loading…
Cancel
Save