aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-02-15 00:54:23 +0100
committerCem Keylan <cem@ckyln.com>2022-02-15 00:54:23 +0100
commit6f57a2034e731e9b514e4484816a072be480c9d3 (patch)
tree8933bf706afefad8fa6eae0a3afb20713d84ba73 /community
parent3c3dd8a8d182c365c1f7f85a26387dca080a6187 (diff)
downloadrepository-6f57a2034e731e9b514e4484816a072be480c9d3.tar.gz
zathura: bump to 0.4.9
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/zathura/build3
-rw-r--r--community/zathura/checksums8
-rw-r--r--community/zathura/patches/remove_gettext.patch39
-rw-r--r--community/zathura/sources3
-rw-r--r--community/zathura/version2
5 files changed, 8 insertions, 47 deletions
diff --git a/community/zathura/build b/community/zathura/build
index 4706c829..58f7c8b2 100755
--- a/community/zathura/build
+++ b/community/zathura/build
@@ -2,7 +2,8 @@
export DESTDIR="$1"
-patch -p1 < remove_gettext.patch
+# Disable gettext requirement.
+clsed '/i18n/,/^)$/d' data/meson.build
# Fix build errors when appstream-glib or
# desktop-file-utils are installed.
diff --git a/community/zathura/checksums b/community/zathura/checksums
index c341157f..5da8ea3b 100644
--- a/community/zathura/checksums
+++ b/community/zathura/checksums
@@ -1,4 +1,4 @@
-7b53921a90ff29319588f604575348ef78fa55816d866bbdf7687a8972536c8f 0.4.8.tar.gz
-bbbf1667764429c6dda349c4ed36f1fd024f376eda6da37b15ff46d0aa2700fd remove_gettext.patch
-2e3189889db79f382773dc0c4fccb8c0a7becb04811284cc98d9900f3fa9081d zathura.1
-99d5fbdb8638a93df1b0b539c96aed67eca4a437f81479293f206e2ba76d3a7b zathurarc.5
+%BLAKE3
+a17e6a0ab529a9346e1432677700746465f4aa0178be41d9627ad12c9b414531 0.4.9.tar.gz
+d9be16e1d807b05175bfaebe623d79d845cc960e8b2f1a9bed04447f4d4a9558 zathura.1
+d89bfc84418142fa7f6f06f5ff0cdbaf86656f45cd5f78c5acc505e19b5a7040 zathurarc.5
diff --git a/community/zathura/patches/remove_gettext.patch b/community/zathura/patches/remove_gettext.patch
deleted file mode 100644
index d02f5896..00000000
--- a/community/zathura/patches/remove_gettext.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -16,26 +16,6 @@
- endforeach
- endif
-
--i18n = import('i18n')
--podir = join_paths(meson.source_root(), 'po')
--
--desktop = i18n.merge_file('desktop',
-- input: 'org.pwmt.zathura.desktop.in',
-- output: 'org.pwmt.zathura.desktop',
-- install: true,
-- install_dir: desktopdir,
-- po_dir: podir,
-- type: 'desktop'
--)
--
--appdata = i18n.merge_file('appdata',
-- input: 'org.pwmt.zathura.appdata.xml.in',
-- output: 'org.pwmt.zathura.appdata.xml',
-- install: true,
-- install_dir: metainfodir,
-- po_dir: podir,
--)
--
- desktop_file_validate = find_program('desktop-file-validate', required: get_option('tests'), native: true)
- if desktop_file_validate.found()
- test('validate-desktop',
---- a/meson.build
-+++ b/meson.build
-@@ -109,7 +109,6 @@
- ]
-
- subdir('data')
--subdir('po')
-
- # source files
- sources = files(
diff --git a/community/zathura/sources b/community/zathura/sources
index 4cd3c66f..00949a1e 100644
--- a/community/zathura/sources
+++ b/community/zathura/sources
@@ -1,4 +1,3 @@
-https://github.com/pwmt/zathura/archive/0.4.8.tar.gz
-patches/remove_gettext.patch
+https://github.com/pwmt/zathura/archive/0.4.9.tar.gz
files/zathura.1
files/zathurarc.5
diff --git a/community/zathura/version b/community/zathura/version
index 3fac949f..64b0f2d1 100644
--- a/community/zathura/version
+++ b/community/zathura/version
@@ -1 +1 @@
-0.4.8 1
+0.4.9 1