by the same person but containing newer tags than sf
- Update to 1.2.2:
* Added Makefile.simple as a fix before changing autodiscover build system.
* Fixed issue with systemd logging output.
* Fixed bug with zero length history file.
* Added Disable clear history.
* Added manual Unity setting.
* Added save_history_Lineno preference for save as option
* Added fifo command to save history. echo "save_history
/path/to/file" >/home/user/.local/share/parcellite/fifo_cmd
* Fixed bug where single and double quotes are lost when using xdotool
and keyboard input.
- Update to 1.2.3:
* Added top_builddir definition for some intltools.
* Added basque translation.
- Update to 1.2.4.0:
* Fixed span parse error for preferenced dialog.
* Move icon menu up 150 so it is not over systray, and history to top if not set in pref.
* Attempt to fix xdotool segfaulting when passed mis-matched quotes. This may break xdotool deps.
* Added install-bin, install-doc, and install-lang to support Alpine's sparse packages.
- Update parcellite-1.1.7-defaults.patch
- Add parcellite-1.2.4.0-simple.patch to remove non existing header
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/parcellite?expand=0&rev=49
13 lines
416 B
Diff
13 lines
416 B
Diff
Index: parcellite-1.2.4.0/src/parcellite.h
|
|
===================================================================
|
|
--- parcellite-1.2.4.0.orig/src/parcellite.h
|
|
+++ parcellite-1.2.4.0/src/parcellite.h
|
|
@@ -22,7 +22,6 @@
|
|
#include <gtk/gtk.h>
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
-#include <config.simple.h>
|
|
#include <stdlib.h>
|
|
#define PARCELLITE_PROG_NAME "parcellite"
|
|
#define PARCELLITE_ICON PARCELLITE_PROG_NAME
|