Page MenuHomeSolus

D10069.id.diff
No OneTemporary

D10069.id.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,20 +1,30 @@
+libX11.so.6
libc.so.6
libcairo.so.2
+libchamplain-0.12.so.0
+libchamplain-gtk-0.12.so.0
+libclutter-1.0.so.0
+libclutter-gtk-1.0.so.0
+libcogl.so.20
+libdjvulibre.so.21
libexiv2.so.27
libffmpegthumbnailer.so.4
libgcc_s.so.1
-libgdk-x11-2.0.so.0
+libgdk-3.so.0
libgdk_pixbuf-2.0.so.0
libgio-2.0.so.0
libglib-2.0.so.0
libgobject-2.0.so.0
-libgtk-x11-2.0.so.0
+libgtk-3.so.0
+libheif.so.1
libjpeg.so.8
liblcms2.so.2
liblua.so.5.3
libm.so.6
libpango-1.0.so.0
libpangocairo-1.0.so.0
+libpoppler-glib.so.8
libpthread.so.0
libstdc++.so.6
libtiff.so.5
+libwebp.so.7
diff --git a/files/0001-Remove-Help-and-Changelog-references-to-docs.patch b/files/0001-Remove-Help-and-Changelog-references-to-docs.patch
--- a/files/0001-Remove-Help-and-Changelog-references-to-docs.patch
+++ b/files/0001-Remove-Help-and-Changelog-references-to-docs.patch
@@ -1,6 +1,6 @@
-From a7b451c3cb200d51c29142ba3762c561a6714dcc Mon Sep 17 00:00:00 2001
+From 4b61c3c4b63aa474d9023c327ae94dd3cc7c4eb0 Mon Sep 17 00:00:00 2001
From: Algent Albrahimi <algent@protonmail.com>
-Date: Mon, 16 Dec 2019 20:32:53 +0100
+Date: Wed, 2 Dec 2020 20:53:31 +0100
Subject: [PATCH] Remove Help and Changelog references to docs
---
@@ -8,19 +8,19 @@
1 file changed, 4 deletions(-)
diff --git a/src/layout_util.c b/src/layout_util.c
-index 5fd058c..c264276 100644
+index b24f6e2..6ce3b46 100644
--- a/src/layout_util.c
+++ b/src/layout_util.c
-@@ -1984,8 +1984,6 @@ static GtkActionEntry menu_entries[] = {
+@@ -2564,8 +2564,6 @@ static GtkActionEntry menu_entries[] = {
{ "HelpSearch", NULL, N_("On-line help search"), NULL, N_("On-line help search"), CB(layout_menu_help_search_cb) },
{ "HelpShortcuts", NULL, N_("_Keyboard shortcuts"), NULL, N_("Keyboard shortcuts"), CB(layout_menu_help_keys_cb) },
{ "HelpKbd", NULL, N_("_Keyboard map"), NULL, N_("Keyboard map"), CB(layout_menu_kbd_map_cb) },
- { "HelpNotes", NULL, N_("_Release notes"), NULL, N_("Release notes"), CB(layout_menu_notes_cb) },
- { "HelpChangeLog", NULL, N_("_ChangeLog"), NULL, N_("ChangeLog notes"), CB(layout_menu_changelog_cb) },
+ { "SearchAndRunCommand", GTK_STOCK_FIND, N_("Search and Run command"), "slash", N_("Search commands by keyword and run them"), CB(layout_menu_search_and_run_cb) },
{ "About", GTK_STOCK_ABOUT, N_("_About"), NULL, N_("About"), CB(layout_menu_about_cb) },
{ "LogWindow", NULL, N_("_Log Window"), NULL, N_("Log Window"), CB(layout_menu_log_window_cb) },
- { "ExifWin", PIXBUF_INLINE_ICON_EXIF, N_("_Exif window"), "<control>E", N_("Exif window"), CB(layout_menu_bar_exif_cb) },
-@@ -2299,8 +2297,6 @@ static const gchar *menu_ui_description =
+@@ -2902,8 +2900,6 @@ static const gchar *menu_ui_description =
" <menuitem action='HelpSearch'/>"
" <menuitem action='HelpShortcuts'/>"
" <menuitem action='HelpKbd'/>"
@@ -30,5 +30,5 @@
" <separator/>"
" <menuitem action='About'/>"
--
-2.24.1
+2.29.2
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,25 +1,30 @@
name : geeqie
-version : 1.5.1
-release : 1
+version : '1.6'
+release : 2
source :
- - http://geeqie.org/geeqie-1.5.1.tar.xz : 4854d5d323c31f8f4068fd73ab2c454ff91e826c4ca4d37b22c246ad14dea10a
+ - https://github.com/BestImageViewer/geeqie/releases/download/v1.6/geeqie-1.6.tar.xz : 48f8a4474454d182353100e43878754b76227f3b8f30cfc258afc9d90a4e1920
homepage : http://geeqie.org/
license : GPL-2.0-or-later
component : multimedia.graphics
summary : Geeqie is a lightweight image viewer
description: |
- Geeqie is a lightweight image viewer for Linux, BSDs and compatibles.It can be used as a simple, fast, database-free image viewer, but equally it can be used to manage large collections of images.
+ Geeqie is a lightweight image viewer for Linux, BSDs and compatibles. It can be used as a simple, fast, database-free image viewer, but equally it can be used to manage large collections of images.
builddeps :
- pkgconfig(champlain-0.12)
+ - pkgconfig(ddjvuapi)
- pkgconfig(exiv2)
- - pkgconfig(gtk+-2.0)
- pkgconfig(lcms2)
- pkgconfig(libffmpegthumbnailer)
+ - pkgconfig(libheif)
- pkgconfig(libjpeg)
- pkgconfig(libtiff-4)
+ - pkgconfig(libwebp)
- pkgconfig(lirc)
- pkgconfig(lua)
- pkgconfig(poppler-glib)
+rundeps :
+ - gphoto2
+ - perl-image-exiftool
setup : |
%patch -p1 < $pkgfiles/0001-Remove-Help-and-Changelog-references-to-docs.patch
sed -i 's/\-Werror//' configure.ac
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -9,14 +9,14 @@
<License>GPL-2.0-or-later</License>
<PartOf>multimedia.graphics</PartOf>
<Summary xml:lang="en">Geeqie is a lightweight image viewer</Summary>
- <Description xml:lang="en">Geeqie is a lightweight image viewer for Linux, BSDs and compatibles.It can be used as a simple, fast, database-free image viewer, but equally it can be used to manage large collections of images.
+ <Description xml:lang="en">Geeqie is a lightweight image viewer for Linux, BSDs and compatibles. It can be used as a simple, fast, database-free image viewer, but equally it can be used to manage large collections of images.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>geeqie</Name>
<Summary xml:lang="en">Geeqie is a lightweight image viewer</Summary>
- <Description xml:lang="en">Geeqie is a lightweight image viewer for Linux, BSDs and compatibles.It can be used as a simple, fast, database-free image viewer, but equally it can be used to manage large collections of images.
+ <Description xml:lang="en">Geeqie is a lightweight image viewer for Linux, BSDs and compatibles. It can be used as a simple, fast, database-free image viewer, but equally it can be used to manage large collections of images.
</Description>
<PartOf>multimedia.graphics</PartOf>
<Files>
@@ -32,6 +32,7 @@
<Path fileType="library">/usr/lib/geeqie/geeqie-tethered-photography-hook-script</Path>
<Path fileType="library">/usr/lib/geeqie/geeqie-ufraw</Path>
<Path fileType="library">/usr/lib/geeqie/geocode-parameters.awk</Path>
+ <Path fileType="library">/usr/lib/geeqie/lensID</Path>
<Path fileType="data">/usr/share/applications/geeqie.desktop</Path>
<Path fileType="data">/usr/share/geeqie/applications/camera-import.desktop</Path>
<Path fileType="data">/usr/share/geeqie/applications/export-jpeg.desktop</Path>
@@ -83,16 +84,17 @@
<Path fileType="localedata">/usr/share/locale/zh_CN/LC_MESSAGES/geeqie.mo</Path>
<Path fileType="localedata">/usr/share/locale/zh_TW/LC_MESSAGES/geeqie.mo</Path>
<Path fileType="man">/usr/share/man/man1/geeqie.1</Path>
+ <Path fileType="data">/usr/share/metainfo/org.geeqie.Geeqie.appdata.xml</Path>
<Path fileType="data">/usr/share/pixmaps/geeqie.png</Path>
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2019-12-16</Date>
- <Version>1.5.1</Version>
+ <Update release="2">
+ <Date>2020-12-02</Date>
+ <Version>1.6</Version>
<Comment>Packaging update</Comment>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 4:53 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5827379
Default Alt Text
D10069.id.diff (7 KB)

Event Timeline