24 Commits

Author SHA256 Message Date
3deb1158b5 Accepting request 1123261 from Publishing
- Remove move of config files to /usr/etc. Sioyek never has code to
  read configs in that directory.
- add config as well to /etc. seems to break things if not
- add patch define-linux-standard-paths.patch. using `sed` is very brittle to use
- add env var CONFIG+=non_portable

OBS-URL: https://build.opensuse.org/request/show/1123261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sioyek?expand=0&rev=8
2023-11-03 21:20:46 +00:00
Soc Virnyl Estela
17a7420293 - Remove move of config files to /usr/etc. Sioyek never has code to
read configs in that directory.

OBS-URL: https://build.opensuse.org/package/show/Publishing/sioyek?expand=0&rev=23
2023-11-03 15:37:07 +00:00
Soc Virnyl Estela
6866701626 - add config as well to /etc. seems to break things if not
OBS-URL: https://build.opensuse.org/package/show/Publishing/sioyek?expand=0&rev=22
2023-11-03 09:26:21 +00:00
Soc Virnyl Estela
29deb6b614 OBS-URL: https://build.opensuse.org/package/show/Publishing/sioyek?expand=0&rev=21 2023-11-03 09:05:33 +00:00
Soc Virnyl Estela
937afc2603 OBS-URL: https://build.opensuse.org/package/show/Publishing/sioyek?expand=0&rev=20 2023-11-03 08:59:54 +00:00
Soc Virnyl Estela
edd1982c3f - add patch define-linux-standard-paths.patch. using sed is very brittle to use
- add env var CONFIG+=non_portable
- move config files from /etc to /usr/etc

OBS-URL: https://build.opensuse.org/package/show/Publishing/sioyek?expand=0&rev=19
2023-11-03 08:56:21 +00:00
2e55154138 Accepting request 1115029 from Publishing
- Fix mupdf incompatibility errors by adding mupdf-0.23.0.patch
- Add fix-sqlite-memory-leak.patch.

OBS-URL: https://build.opensuse.org/request/show/1115029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sioyek?expand=0&rev=7
2023-10-05 18:03:17 +00:00
Soc Virnyl Estela
de3e073511 Accepting request 1115028 from home:uncomfyhalomacro:branches:Publishing
- Fix mupdf incompatibility errors by adding mupdf-0.23.0.patch
- Add fix-sqlite-memory-leak.patch.

OBS-URL: https://build.opensuse.org/request/show/1115028
OBS-URL: https://build.opensuse.org/package/show/Publishing/sioyek?expand=0&rev=17
2023-10-03 13:19:16 +00:00
281232dcbf Accepting request 1103283 from Publishing
- Attempt to fix sioyek build. Resolves bsc#1209453.

OBS-URL: https://build.opensuse.org/request/show/1103283
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sioyek?expand=0&rev=6
2023-08-10 13:34:40 +00:00
Soc Virnyl Estela
1e8ab5d119 OBS-URL: https://build.opensuse.org/package/show/Publishing/sioyek?expand=0&rev=15 2023-08-10 08:14:05 +00:00
Soc Virnyl Estela
2e153ac273 - Attempt to fix sioyek build.
OBS-URL: https://build.opensuse.org/package/show/Publishing/sioyek?expand=0&rev=14
2023-08-09 02:36:55 +00:00
65a4655e7a Accepting request 1070076 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1070076
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sioyek?expand=0&rev=5
2023-03-08 13:53:34 +00:00
55a9484f9f Accepting request 1070001 from home:jengelh:branches:Publishing
- Add no-link-gumbo.patch and drop dependency on gumbo.

OBS-URL: https://build.opensuse.org/request/show/1070001
OBS-URL: https://build.opensuse.org/package/show/Publishing/sioyek?expand=0&rev=12
2023-03-08 07:32:43 +00:00
c54ef805d0 Accepting request 1058586 from Publishing
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1058586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sioyek?expand=0&rev=4
2023-01-16 16:59:11 +00:00
Soc Virnyl Estela
3ca02e9414 - Fix icon not showing by moving back the icon from
`/usr/share/icons` to `/usr/share/pixmaps`.

OBS-URL: https://build.opensuse.org/package/show/Publishing/sioyek?expand=0&rev=10
2023-01-09 02:02:13 +00:00
43b9e3318c Accepting request 1043676 from Publishing
- Fix icon path.
- Update to version 2.0.0:
  * added super_fast_search
  * added scrolling between pages in overview window
  * added search results in overview window
  * added overview_to_portal
  * added the ability to define your own macros in prefs_user.config
  * added the ability to source other configs from different paths
  * improved the official python module for sioyek for extensions
  * upgrade to MuPDF 1.20
  * New keybind parsing method with support for non-standard layouts and unicode 
    characters
  * Add a smooth scroll mode.
  * Add ability to select single words using keyboard_select command
  * Add a scrollbar which can be enabled using toggle_scrollbar command
  * Add commands to set configuration options at runtime.
  * Add prerendered_page_count option which allows to configure how many pages 
    does sioyek prerender
  * Add an option to show the closest bookmark in the statusbar
  * Add an option to indicate whether we are close to a portal in the statusbar
  * Add an option to highlight using middle click instead of pressing a button. See 
    7390a40dec.
  * Add ability to specify colors in config files using hexadecimal strings. 
    For example instead of 1 1 0 you can now use #ffff00.
  * Many bug-fixes and quality of life improvements
- Remove patchsets:
  * 0000-mupdf-1.20-compat-issue.patch
  * 0001-parse-mupdf-1.20-links.patch
  * 0002-improve-xdg-desktop-entry.patch
  * 0002-fix-desktop-file-error.patch
  * 0002-improve-desktop-file.patch
- icon is moved to `/usr/share/pixmaps`. this is to show the desktop
  entry correctly

OBS-URL: https://build.opensuse.org/request/show/1043676
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sioyek?expand=0&rev=3
2022-12-19 13:08:07 +00:00
Soc Virnyl Estela
0c903c9675 - Fix icon path.
OBS-URL: https://build.opensuse.org/package/show/Publishing/sioyek?expand=0&rev=8
2022-12-19 00:31:25 +00:00
Soc Virnyl Estela
4fe56ec9f7 - Update to version 2.0.0:
* added super_fast_search
  * added scrolling between pages in overview window
  * added search results in overview window
  * added overview_to_portal
  * added the ability to define your own macros in prefs_user.config
  * added the ability to source other configs from different paths
  * improved the official python module for sioyek for extensions
  * upgrade to MuPDF 1.20
  * New keybind parsing method with support for non-standard layouts and unicode 
    characters
  * Add a smooth scroll mode.
  * Add ability to select single words using keyboard_select command
  * Add a scrollbar which can be enabled using toggle_scrollbar command
  * Add commands to set configuration options at runtime.
  * Add prerendered_page_count option which allows to configure how many pages 
    does sioyek prerender
  * Add an option to show the closest bookmark in the statusbar
  * Add an option to indicate whether we are close to a portal in the statusbar
  * Add an option to highlight using middle click instead of pressing a button. See 
    7390a40dec.
  * Add ability to specify colors in config files using hexadecimal strings. 
    For example instead of 1 1 0 you can now use #ffff00.
  * Many bug-fixes and quality of life improvements
- Remove patchsets:
  * 0000-mupdf-1.20-compat-issue.patch
  * 0001-parse-mupdf-1.20-links.patch
  * 0002-improve-xdg-desktop-entry.patch
  * 0002-fix-desktop-file-error.patch
  * 0002-improve-desktop-file.patch

OBS-URL: https://build.opensuse.org/package/show/Publishing/sioyek?expand=0&rev=7
2022-12-18 14:36:45 +00:00
Soc Virnyl Estela
e928d85b94 - icon is moved to /usr/share/pixmaps. this is to show the desktop
entry correctly

OBS-URL: https://build.opensuse.org/package/show/Publishing/sioyek?expand=0&rev=6
2022-12-14 15:14:18 +00:00
747cd8d5ec Accepting request 1040145 from Publishing
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1040145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sioyek?expand=0&rev=2
2022-12-05 17:01:27 +00:00
Soc Virnyl Estela
c640f46040 - Add 0002-improve-xdg-desktop-entry.patch and 0002-fix-desktop-file-error.patch
OBS-URL: https://build.opensuse.org/package/show/Publishing/sioyek?expand=0&rev=4
2022-11-28 06:27:14 +00:00
Soc Virnyl Estela
eb50296f9b - Add 0002-improve-desktop-file.patch
OBS-URL: https://build.opensuse.org/package/show/Publishing/sioyek?expand=0&rev=3
2022-11-28 06:19:16 +00:00
fa701c0b81 Accepting request 1038054 from Publishing
I want to maintain sioyek in openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/1038054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sioyek?expand=0&rev=1
2022-11-25 12:13:12 +00:00
0bd0418af5 Accepting request 1037924 from home:uncomfyhalomacro
I want to maintain sioyek in Publishing.

OBS-URL: https://build.opensuse.org/request/show/1037924
OBS-URL: https://build.opensuse.org/package/show/Publishing/sioyek?expand=0&rev=1
2022-11-25 09:06:49 +00:00