]> git.pld-linux.org Git - packages/zathura.git/commitdiff
up to 0.4.6 auto/th/zathura-0.4.6-1
authorJan Palus <atler@pld-linux.org>
Sun, 2 Aug 2020 22:27:11 +0000 (00:27 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 2 Aug 2020 22:27:11 +0000 (00:27 +0200)
zathura-hicolor_svg.patch [deleted file]
zathura.spec

diff --git a/zathura-hicolor_svg.patch b/zathura-hicolor_svg.patch
deleted file mode 100644 (file)
index 72bc47c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- zathura-0.4.3/data/meson.build.orig        2018-12-25 17:48:33.335450275 +0100
-+++ zathura-0.4.3/data/meson.build     2018-12-25 17:48:42.002210140 +0100
-@@ -7,7 +7,7 @@
- )
- install_data('org.pwmt.zathura.xml', install_dir: dbusinterfacesdir)
--install_data('org.pwmt.zathura.svg', install_dir: join_paths(datadir, 'icons', 'scalable', 'apps'))
-+install_data('org.pwmt.zathura.svg', install_dir: join_paths(datadir, 'icons', 'hicolor', 'scalable', 'apps'))
- rsvg_convert = find_program('rsvg-convert', required: get_option('convert-icon'), native: true)
- if rsvg_convert.found()
index 183c58e90fe85799d39c814e6bab70496dfea355..d7d964095d2aa0d353dd74aa737a3f56a15ae244 100644 (file)
@@ -2,14 +2,13 @@ Summary:      A vi-like PDF reader
 Summary(hu.UTF-8):     Egy vi-szerű PDF olvasó
 Summary(pl.UTF-8):     Czytnik PDF podobny do vi
 Name:          zathura
-Version:       0.4.5
+Version:       0.4.6
 Release:       1
 License:       BSD-like
 Group:         Applications/Text
 Source0:       https://git.pwmt.org/pwmt/zathura/-/archive/%{version}/zathura-%{version}.tar.gz
-# Source0-md5: 3ff550e83b5e4fb2044639bd0b93587c
+# Source0-md5: a2e9dd9f5f4349797baf75661e637f6f
 Source1:       config.txt
-Patch0:                %{name}-hicolor_svg.patch
 URL:           http://pwmt.org/projects/zathura
 BuildRequires: cairo-devel
 # C11
@@ -37,7 +36,7 @@ Requires:     synctex >= 1.19
 Suggests:      zathura-pdf-poppler
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define fishdir %{_datadir}/fish/completions
+%define fishdir %{_datadir}/fish/vendor_completions.d
 
 %description
 zathura is a highly customizable and functional PDF viewer based on
@@ -123,7 +122,6 @@ Dopełnianie linii poleceń programu zathura dla powłoki ZSH.
 
 %prep
 %setup -q
-%patch0 -p1
 cp %{SOURCE1} config.txt
 
 %build
@@ -156,7 +154,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc LICENSE README config.txt
+%doc LICENSE README.md config.txt
 %attr(755,root,root) %{_bindir}/zathura
 %{_desktopdir}/org.pwmt.zathura.desktop
 %{_datadir}/metainfo/org.pwmt.zathura.appdata.xml
This page took 0.326447 seconds and 4 git commands to generate.