Package: artha / 1.0.5-6

Metadata

Package Version Patches format
artha 1.0.5-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
make_sure_we_really_use_GTK_LIBS.patch | (download)

src/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 upstream tried to prevent linking against unneeded libraries
 but by doing so they also prevented -lgio from the set of libraries we
 need to link against.
 .
 See: https://lists.debian.org/debian-mentors/2013/11/msg00095.html


spelling.patch | (download)

data/artha.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix spelling
no dbus glib.patch | (download)

configure.ac | 10 5 + 5 - 0 !
src/Makefile.am | 4 2 + 2 - 0 !
src/dbus-gmain.c | 666 666 + 0 - 0 !
src/dbus-gmain.h | 60 60 + 0 - 0 !
src/instance_handler.c | 4 2 + 2 - 0 !
5 files changed, 735 insertions(+), 9 deletions(-)

 stop using dbus-glib.
Bug-Debian: https://bugs.debian.org/955873
gtk3.patch | (download)

configure.ac | 6 2 + 4 - 0 !
data/Makefile.am | 4 2 + 2 - 0 !
data/artha.desktop | 11 0 + 11 - 0 !
data/gui.glade | 698 357 + 341 - 0 !
data/net.sourceforge.artha.desktop | 13 13 + 0 - 0 !
src/Makefile.am | 4 2 + 2 - 0 !
src/eggaccelerators.c | 20 10 + 10 - 0 !
src/gui.c | 716 313 + 403 - 0 !
src/gui.h | 1 0 + 1 - 0 !
src/hotkey_editor.c | 54 27 + 27 - 0 !
src/tomboyutil.c | 12 7 + 5 - 0 !
11 files changed, 733 insertions(+), 806 deletions(-)

 port to gtk 3.
Bug-Debian: https://bugs.debian.org/967258
force_x11.patch | (download)

src/gui.c | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---