Package gpicview: Specfile
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | Name: gpicview Version: 0.3.1 Release: alt1 Summary: A simple and fast image viewer with low memory usage License: GPL-2.0-or-later Group: Graphics URL: https://github.com/lxde/gpicview VCS: https://github.com/lxde/gpicview.git Source: gpicview-%version.tar Patch: %name-%version-%release.patch # gpicview may use invocation of xdg-mime from xdg-utils to become default # viewer for supported image formats Requires: xdg-utils BuildRequires: intltool libjpeg-devel BuildRequires: libgtk+3-devel %description GPicView is a simple and fast image viewer with low memory usage. It's aimed at replacing the default image viewer of current desktop systems. Fast startup, low memory usage, and a simple user interface make it a good choice for a default viewer. It is extremely lightweight and fast with low memory usage, has a simple and intuitive interface, minimal library dependencies (only GTK+ is used), and doesn't require any specific desktop environment. It was inspired by the Windows XP image viewer and gimmage. %prep %setup %patch -p1 %build %autoreconf %configure --enable-gtk3 %make_build %install %makeinstall_std install -pD -m644 %name.png %buildroot%_liconsdir/%name.png %find_lang %name %files -f %name.lang %_bindir/* %_datadir/gpicview/ %_liconsdir/* %_desktopdir/* %_man1dir/gpicview.1.* %changelog * Sat May 03 2025 Anton Midyukov <antohami@altlinux.org> 0.3.1-alt1 - 0.3.1 - build with gtk+3 - update URL tag - add VCS tag * Mon Feb 12 2024 Anton Midyukov <antohami@altlinux.org> 0.2.5-alt3.20231013 - update russian translation * Mon Feb 12 2024 Anton Midyukov <antohami@altlinux.org> 0.2.5-alt2.20231013 - new snapshot * Sun Mar 27 2016 Yuri N. Sedunov <aris@altlinux.org> 0.2.5-alt1 - 0.2.5 * Sat Nov 16 2013 Yuri N. Sedunov <aris@altlinux.org> 0.2.4-alt1 - 0.2.4 * Tue Dec 04 2012 Yuri N. Sedunov <aris@altlinux.org> 0.2.3-alt1 - 0.2.3 * Wed Aug 31 2011 Yuri N. Sedunov <aris@altlinux.org> 0.2.2-alt1 - new version (ALT #26197) - removed obsolete gpicview-0.2.1-desktop.patch * Mon Jan 10 2011 Victor Forsiuk <force@altlinux.org> 0.2.1-alt2 - Add russian and ukrainian translations to desktop file (closes: #24889). * Tue Jun 30 2009 Victor Forsyuk <force@altlinux.org> 0.2.1-alt1 - 0.2.1 * Mon Jun 22 2009 Victor Forsyuk <force@altlinux.org> 0.2.0-alt1 - 0.2.0 * Wed Dec 24 2008 Victor Forsyuk <force@altlinux.org> 0.1.11-alt1 - 0.1.11 * Fri Nov 21 2008 Victor Forsyuk <force@altlinux.org> 0.1.10-alt2 - Fix typo in russian .po. * Fri Sep 26 2008 Victor Forsyuk <force@altlinux.org> 0.1.10-alt1 - 0.1.10 - Fixed CVE-2008-3904, CVE-2008-3791. * Fri Mar 21 2008 Victor Forsyuk <force@altlinux.org> 0.1.9-alt1 - 0.1.9 - Fixed packaging mistakes spotted by repocop. * Wed Dec 12 2007 Victor Forsyuk <force@altlinux.org> 0.1.7-alt1 - 0.1.7 * Tue Nov 13 2007 Victor Forsyuk <force@altlinux.org> 0.1.6-alt1 - 0.1.6 * Fri Sep 14 2007 Victor Forsyuk <force@altlinux.org> 0.1.5-alt1 - Initial build. |