diff options
author | Michele Calgaro <[email protected]> | 2024-05-11 22:34:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-11 22:34:14 +0900 |
commit | 02625a605190ecc5b1387f59dfc32e8a883ef91d (patch) | |
tree | ed600a985122b2312af6655e02f0dc387eae10ab /distributions/debian/smartq/patches | |
parent | 2462d03f322261bd616721c2b2065c4004b36c9c (diff) | |
download | tde-ebook-reader-02625a605190ecc5b1387f59dfc32e8a883ef91d.tar.gz tde-ebook-reader-02625a605190ecc5b1387f59dfc32e8a883ef91d.zip |
Remove autotools related files, '.pro' files and 'distribution' and '.pc' folders
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'distributions/debian/smartq/patches')
8 files changed, 0 insertions, 166 deletions
diff --git a/distributions/debian/smartq/patches/110-use-sensible-browser.patch b/distributions/debian/smartq/patches/110-use-sensible-browser.patch deleted file mode 100644 index 42098a1..0000000 --- a/distributions/debian/smartq/patches/110-use-sensible-browser.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- fbreader-0.10.0.orig/fbreader/data/default/external.desktop.xml -+++ fbreader-0.10.0/fbreader/data/default/external.desktop.xml -@@ -3,7 +3,7 @@ - <section name="Web Browser"> - <program name="%browser" protocol="execute"> - <action name="openLink" command="%command"/> -- <option name="command" defaultValue="mozilla %1 &"/> -+ <option name="command" defaultValue="sensible-browser %1 &"/> - </program> - </section> - </ExternalPrograms> diff --git a/distributions/debian/smartq/patches/120-key-names-and-actions.patch b/distributions/debian/smartq/patches/120-key-names-and-actions.patch deleted file mode 100644 index e6cae59..0000000 --- a/distributions/debian/smartq/patches/120-key-names-and-actions.patch +++ /dev/null @@ -1,58 +0,0 @@ ---- fbreader-0.12.2.orig/fbreader/data/default/keymap.desktop.xml -+++ fbreader-0.12.2/fbreader/data/default/keymap.desktop.xml -@@ -1,36 +1,8 @@ - <?xml version="1.0" encoding="UTF-8"?> - <keymap> -- <binding key="<L>" action="showLibrary"/> -- <binding key="<W>" action="showNetLibrary"/> -- <binding key="<O>" action="preferences"/> -- <binding key="<LeftArrow>" action="undo"/> -- <binding key="<RightArrow>" action="redo"/> -- <binding key="<C>" action="toc"/> -- <binding key="<Ctrl>+<F>" action="search"/> -- <binding key="<F>" action="search"/> -- <binding key="<P>" action="findPrevious"/> -- <binding key="<F3>" action="findNext"/> -- <binding key="<N>" action="findNext"/> - <binding key="<PageDown>" action="pageForward"/> - <binding key="<PageUp>" action="pageBackward"/> -- <binding key="<DownArrow>" action="lineForward"/> -- <binding key="<UpArrow>" action="lineBackward"/> -- <binding key="<MouseScrollDown>" action="mouseScrollForward"/> -- <binding key="<MouseScrollUp>" action="mouseScrollBackward"/> -- <binding key="<Ctrl>+<Home>" action="gotoHome"/> -- <binding key="<Home>" action="gotoSectionStart"/> -- <binding key="<End>" action="gotoSectionEnd"/> -+ <binding key="<Return>" action="rotate"/> -+ <binding key="<FullScreen>" action="toggleFullscreen"/> - <binding key="<Esc>" action="cancel"/> -- <binding key="<=>" action="increaseFont"/> -- <binding key="<->" action="decreaseFont"/> -- <binding key="<D>" action="toggleIndicator"/> -- <binding key="<Return>" action="toggleFullscreen"/> -- <binding key="<A>" action="addBook"/> -- <binding key="<I>" action="bookInfo"/> -- <binding key="<R>" action="rotate"/> -- <binding key="<Ctrl>+<DownArrow>" action="nextTOCSection"/> -- <binding key="<Ctrl>+<UpArrow>" action="previousTOCSection"/> -- <binding key="<Ctrl>+<C>" action="copyToClipboard"/> -- <binding key="<G>" action="gotoPageNumber"/> -- <binding key="<Z>" action="debugNL"/> - </keymap> ---- fbreader-0.12.2.orig/zlibrary/ui/data/keynames.desktop-gtk.xml -+++ fbreader-0.12.2/zlibrary/ui/data/keynames.desktop-gtk.xml -@@ -1,5 +1,6 @@ - <?xml version="1.0" encoding="UTF-8"?> - <keynames> -+ <key code="0xFFE9" name="<FullScreen>"/> - <key code="0xFF1B" name="<Esc>"/> - <key code="0x1B" name="<Esc>"/> - <key code="0xFF09" name="<Tab>"/> -@@ -41,7 +42,6 @@ - <key code="0xFFE2" name="<RShift>"/> - <key code="0xFFE3" name="<Ctrl>"/> - <key code="0xFE08" name="<RCtrl>"/> -- <key code="0xFFE9" name="<Alt>"/> - <key code="0xFFEA" name="<RAlt>"/> - <key code="0xFFEB" name="<Win>"/> - <key code="0xFF6B" name="<Break>"/> diff --git a/distributions/debian/smartq/patches/130-default-indicator.patch b/distributions/debian/smartq/patches/130-default-indicator.patch deleted file mode 100644 index e242f43..0000000 --- a/distributions/debian/smartq/patches/130-default-indicator.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- fbreader-0.12.2.orig/fbreader/data/default/config.desktop.xml -+++ fbreader-0.12.2/fbreader/data/default/config.desktop.xml -@@ -4,6 +4,10 @@ - <option name="Base:fontFamily" value="Georgia"/> - <option name="Base:fontSize" value="16"/> - </group> -+ <group name="Indicator"> -+ <option name="Type" value="1"/> -+ <option name="Time" value="true"/> -+ </group> - <group name="Scrollings"> - <option name="Delay" value="0"/> - </group> diff --git a/distributions/debian/smartq/patches/140-fullscreen-scrolling.patch b/distributions/debian/smartq/patches/140-fullscreen-scrolling.patch deleted file mode 100644 index d6c9543..0000000 --- a/distributions/debian/smartq/patches/140-fullscreen-scrolling.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- fbreader-0.12.2.orig/zlibrary/ui/src/gtk/view/ZLGtkViewWidget.cpp -+++ fbreader-0.12.2/zlibrary/ui/src/gtk/view/ZLGtkViewWidget.cpp -@@ -203,7 +204,6 @@ - ZLGtkSignalUtil::connectSignal(GTK_OBJECT(myArea), "button_release_event", GTK_SIGNAL_FUNC(mouseReleased), this); - ZLGtkSignalUtil::connectSignal(GTK_OBJECT(myArea), "motion_notify_event", GTK_SIGNAL_FUNC(mouseMoved), this); - ZLGtkSignalUtil::connectSignal(GTK_OBJECT(myArea), "expose_event", GTK_SIGNAL_FUNC(::doPaint), this); -- myRepaintBlocked = false; - } - - void ZLGtkViewWidget::setScrollbarEnabled(ZLView::Direction direction, bool enabled) { -@@ -292,9 +292,7 @@ - } - - void ZLGtkViewWidget::repaint() { -- if (!myRepaintBlocked) { -- gtk_widget_queue_draw(myArea); -- } -+ gtk_widget_queue_draw(myArea); - } - - void ZLGtkViewWidget::doPaint() { -@@ -352,9 +350,6 @@ - gdk_draw_pixbuf(myArea->window, myArea->style->white_gc, myRotatedPixbuf, 0, 0, 0, 0, h, w, GDK_RGB_DITHER_NONE, 0, 0); - break; - } -- myRepaintBlocked = true; -- myApplication->refreshWindow(); -- myRepaintBlocked = false; - } - - GtkWidget *ZLGtkViewWidget::area() { ---- fbreader-0.12.2.orig/zlibrary/ui/src/gtk/view/ZLGtkViewWidget.h -+++ fbreader-0.12.2/zlibrary/ui/src/gtk/view/ZLGtkViewWidget.h -@@ -61,7 +61,6 @@ - GdkPixbuf *myOriginalPixbuf; - GdkPixbuf *myRotatedPixbuf; - GdkImage *myImage; -- bool myRepaintBlocked; - - GtkAdjustment *myVerticalAdjustment; - GtkWidget *myRightScrollBar; diff --git a/distributions/debian/smartq/patches/150-default-rotation-direction.patch b/distributions/debian/smartq/patches/150-default-rotation-direction.patch deleted file mode 100644 index 6ff1798..0000000 --- a/distributions/debian/smartq/patches/150-default-rotation-direction.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- fbreader-0.12.2.orig/fbreader/data/default/config.desktop.xml -+++ fbreader-0.12.2/fbreader/data/default/config.desktop.xml -@@ -9,6 +9,9 @@ - <option name="PositionText" value="true"/> - <option name="Time" value="true"/> - </group> -+ <group name="Rotation"> -+ <option name="Angle" value="270"/> -+ </group> - <group name="Scrollings"> - <option name="Delay" value="0"/> - </group> diff --git a/distributions/debian/smartq/patches/160-use-gcc-4-3.patch b/distributions/debian/smartq/patches/160-use-gcc-4-3.patch deleted file mode 100644 index a1741ab..0000000 --- a/distributions/debian/smartq/patches/160-use-gcc-4-3.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- fbreader-0.12.2.orig/makefiles/arch/desktop.mk 2010-02-13 08:04:07.000000000 +0000 -+++ fbreader-0.12.2/makefiles/arch/desktop.mk 2010-02-13 10:26:41.000000000 +0000 -@@ -6,9 +6,9 @@ - IMAGEDIR = $(INSTALLDIR)/share/pixmaps - APPIMAGEDIR = $(INSTALLDIR)/share/pixmaps/%APPLICATION_NAME% - --CC = gcc -+CC = gcc-4.3 - AR = ar rsu --LD = g++ -+LD = g++-4.3 - - CFLAGS = -pipe -fno-exceptions -Wall -Wno-ctor-dtor-privacy -W -DLIBICONV_PLUG - LDFLAGS = diff --git a/distributions/debian/smartq/patches/170-disable-selection-by-default.patch b/distributions/debian/smartq/patches/170-disable-selection-by-default.patch deleted file mode 100644 index 0051c54..0000000 --- a/distributions/debian/smartq/patches/170-disable-selection-by-default.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- fbreader-0.12.2.orig/fbreader/data/default/config.desktop.xml -+++ fbreader-0.12.2/fbreader/data/default/config.desktop.xml -@@ -15,6 +15,7 @@ - <option name="Delay" value="0"/> - </group> - <group name="Options"> -+ <option name="IsSelectionEnabled" value="false"/> - <option name="LeftMargin" value="50"/> - <option name="RightMargin" value="50"/> - <option name="KeyDelay" value="0"/> diff --git a/distributions/debian/smartq/patches/series b/distributions/debian/smartq/patches/series deleted file mode 100644 index e0c0dc2..0000000 --- a/distributions/debian/smartq/patches/series +++ /dev/null @@ -1,7 +0,0 @@ -110-use-sensible-browser.patch -120-key-names-and-actions.patch -130-default-indicator.patch -140-fullscreen-scrolling.patch -150-default-rotation-direction.patch -160-use-gcc-4-3.patch -170-disable-selection-by-default.patch |