Signed-off-by: Petr Šabata <contyk@redhat.com>
epel9
Petr Šabata 7 years ago
parent 00187fad1b
commit b2496bf11d

1
.gitignore vendored

@ -19,3 +19,4 @@ zathura-0.0.8.1.tar.gz
/zathura-0.3.6.tar.gz
/zathura-0.3.7.tar.gz
/zathura-0.3.9.tar.xz
/zathura-0.4.0.tar.xz

@ -1 +1 @@
SHA512 (zathura-0.3.9.tar.xz) = 374fe860207c078b5a1801f6e66fb7f5b806f35b7eaa903626631a8ce49ad63756a9e5686e7b52b9181035035467609fffd88af06c221f89abe3f26ded160fcd
SHA512 (zathura-0.4.0.tar.xz) = 3da8099ca4cad357f637d88dad3491b1fdea85d4d2201357ebbea3b8a2923aa9f4c79027aabe10289d28a35d88a27ffe8775d93a1e4d694c5e1bc1218016d421

@ -1,25 +0,0 @@
From d1c326319df638d2ad8681aa364e25dbf7ad4a58 Mon Sep 17 00:00:00 2001
From: Sebastian Ramacher <sebastian@ramacher.at>
Date: Tue, 24 Apr 2018 15:13:51 +0200
Subject: [PATCH] Fix icon install path
---
data/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/meson.build b/data/meson.build
index d56e693..a1d2cff 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -7,7 +7,7 @@ zathura_resources = gnome.compile_resources(
)
install_data('org.pwmt.zathura.xml', install_dir: dbusinterfacesdir)
-install_data('org.pwmt.zathura.png', install_dir: join_paths(datadir, 'icons', 'hicolor', '128x128'))
+install_data('org.pwmt.zathura.png', install_dir: join_paths(datadir, 'icons', 'hicolor', '128x128', 'apps'))
i18n = import('i18n')
podir = join_paths(meson.source_root(), 'po')
--
libgit2 0.26.0

@ -1,13 +1,11 @@
Name: zathura
Version: 0.3.9
Release: 2%{?dist}
Version: 0.4.0
Release: 1%{?dist}
Summary: A lightweight document viewer
Group: Applications/Publishing
License: zlib
URL: http://pwmt.org/projects/%{name}/
Source0: http://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.xz
# https://git.pwmt.org/pwmt/zathura/commit/d1c326319df638d2ad8681aa364e25dbf7ad4a58
Patch0: %{name}-0.3.9-Fix-icon-install-path.patch
BuildRequires: binutils
BuildRequires: check
BuildRequires: desktop-file-utils
@ -68,7 +66,6 @@ This package installs all available Zathura plugins.
%prep
%setup -q
%patch0 -p1
%build
%meson
@ -97,6 +94,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%files plugins-all
%changelog
* Fri May 25 2018 Petr Šabata <contyk@redhat.com> - 0.4.0-1
- 0.4.0 bump
- Dropping the icon patch (included upstream)
* Tue Apr 24 2018 Petr Šabata <contyk@redhat.com> - 0.3.9-2
- Validate the desktop file
- Install the icon into the correct location

Loading…
Cancel
Save