Date: Wednesday, March 29, 2023 @ 12:09:38
Author: spupykin
Revision: 1430260
archrelease: copy trunk to community-x86_64
Added:
viewnior/repos/community-x86_64/PKGBUILD
(from rev 1430259, viewnior/trunk/PKGBUILD)
Deleted:
viewnior/repos/community-x86_64/PKGBUILD
viewnior/repos/community-x86_64/fix-appdata.patch
-------------------+
PKGBUILD | 70 +++++++++++++++++++++++-----------------------------
fix-appdata.patch | 23 -----------------
2 files changed, 32 insertions(+), 61 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-29 12:09:14 UTC (rev 1430259)
+++ PKGBUILD 2023-03-29 12:09:38 UTC (rev 1430260)
@@ -1,38 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
-# Maintainer: M Rawash <[email protected]>
-
-pkgname=viewnior
-pkgver=1.8
-pkgrel=3
-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
-}
-
-build() {
- cd Viewnior-viewnior-$pkgver
- arch-meson build
- ninja -C build
-}
-
-check() {
- cd Viewnior-viewnior-$pkgver
- meson test -C build
-}
-
-package() {
- cd Viewnior-viewnior-$pkgver
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: viewnior/repos/community-x86_64/PKGBUILD (from rev 1430259,
viewnior/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-29 12:09:38 UTC (rev 1430260)
@@ -0,0 +1,32 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+# Maintainer: M Rawash <[email protected]>
+
+pkgname=viewnior
+pkgver=1.8
+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')
+optdepends=('webp-pixbuf-loader')
+source=(https://github.com/hellosiyan/Viewnior/archive/viewnior-$pkgver.tar.gz)
+sha256sums=('b9319171ebca23929e6ea8039c194b1595d92e764db5e3890836fb5c36e233b0')
+
+build() {
+ cd Viewnior-viewnior-$pkgver
+ arch-meson build
+ ninja -C build
+}
+
+check() {
+ cd Viewnior-viewnior-$pkgver
+ meson test -C build
+}
+
+package() {
+ cd Viewnior-viewnior-$pkgver
+ DESTDIR="$pkgdir" meson install -C build
+}
Deleted: fix-appdata.patch
===================================================================
--- fix-appdata.patch 2023-03-29 12:09:14 UTC (rev 1430259)
+++ fix-appdata.patch 2023-03-29 12:09:38 UTC (rev 1430260)
@@ -1,23 +0,0 @@
-From 1b1731f3c957e380173251166fcf3c58bbdff60a Mon Sep 17 00:00:00 2001
-From: Siyan Panayotov <[email protected]>
-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