Skip to content
Snippets Groups Projects
Commit 46ca4cba authored by Sergej Pupykin's avatar Sergej Pupykin
Browse files

upgpkg: 1.8-4

parent 037d596b
No related branches found
Tags 24.12.0-1
No related merge requests found
......@@ -4,22 +4,16 @@
pkgname=viewnior
pkgver=1.8
pkgrel=3
pkgrel=4
pkgdesc="A simple, fast and elegant image viewer program"
arch=('x86_64')
url="https://siyanpanayotov.com/project/viewnior"
license=('GPL3')
depends=('gtk2' 'exiv2')
makedepends=('meson')
source=(https://github.com/hellosiyan/Viewnior/archive/viewnior-$pkgver.tar.gz
fix-appdata.patch)
sha256sums=('b9319171ebca23929e6ea8039c194b1595d92e764db5e3890836fb5c36e233b0'
'35214a37a1a058261efd442cad1edfe85dbfdc0fb4e14c6984b446d9f47560e4')
prepare() {
cd Viewnior-viewnior-$pkgver
# patch -Np1 -i ../fix-appdata.patch
}
optdepends=('webp-pixbuf-loader')
source=(https://github.com/hellosiyan/Viewnior/archive/viewnior-$pkgver.tar.gz)
sha256sums=('b9319171ebca23929e6ea8039c194b1595d92e764db5e3890836fb5c36e233b0')
build() {
cd Viewnior-viewnior-$pkgver
......
From 1b1731f3c957e380173251166fcf3c58bbdff60a Mon Sep 17 00:00:00 2001
From: Siyan Panayotov <siyan@hellosiyan.com>
Date: Wed, 23 May 2018 19:13:04 +0200
Subject: [PATCH] Fix invalid XML in viewnior.appdata.xml
---
data/viewnior.appdata.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/viewnior.appdata.xml b/data/viewnior.appdata.xml
index 95f4976..35d7bbe 100644
--- a/data/viewnior.appdata.xml
+++ b/data/viewnior.appdata.xml
@@ -22,5 +22,5 @@
<screenshot><image>https://siyanpanayotov.com/images/vnr_pref_window.png</image></screenshot>
<screenshot><image>https://siyanpanayotov.com/images/vnr_navigation_window.png</image></screenshot>
</screenshots>
- <update_contact>contact_AT_siyanpanayotov.com</updatecontact>
-</application>
\ No newline at end of file
+ <updatecontact>contact_AT_siyanpanayotov.com</updatecontact>
+</component>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment