summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorIsmael Luceno2019-08-18 16:35:44 +0200
committerIsmael Luceno2019-08-18 16:36:28 +0200
commit84f2a6a88c0aa03ae1e49111da670d56a06b292e (patch)
tree0e126943f54b9e22ac721c041cbb2842d2e05a6a /graphics
parent97f8df86550078041f747e79a16b1eff53f1904e (diff)
viewnior 1.7
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/viewnior/CONFIGURE1
-rwxr-xr-xgraphics/viewnior/DEPENDS4
-rwxr-xr-xgraphics/viewnior/DETAILS11
-rw-r--r--graphics/viewnior/HISTORY4
4 files changed, 14 insertions, 6 deletions
diff --git a/graphics/viewnior/CONFIGURE b/graphics/viewnior/CONFIGURE
new file mode 100755
index 0000000000..d1cc655820
--- /dev/null
+++ b/graphics/viewnior/CONFIGURE
@@ -0,0 +1 @@
+. "$GRIMOIRE"/MESON_CONFIGURE
diff --git a/graphics/viewnior/DEPENDS b/graphics/viewnior/DEPENDS
index 9364d582ae..80fef33869 100755
--- a/graphics/viewnior/DEPENDS
+++ b/graphics/viewnior/DEPENDS
@@ -1,2 +1,4 @@
+depends meson &&
depends glib2 &&
-depends gtk+2
+depends gtk+2 &&
+depends exiv2
diff --git a/graphics/viewnior/DETAILS b/graphics/viewnior/DETAILS
index 6e1ad4cc1d..666c254f21 100755
--- a/graphics/viewnior/DETAILS
+++ b/graphics/viewnior/DETAILS
@@ -1,10 +1,11 @@
+. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=viewnior
- VERSION=1.3
- SOURCE_HASH=sha512:1047422f73fc9bc7b7cbef1298f52bd1e59c0430bdcfa219061ec929c9c874f7872d3d6fbfcb44681f031deffd7fa5c2ffe2e98002df47ada8f432203feefa33
+ VERSION=1.7
+ SOURCE_HASH=sha512:5ba17d7b5ceeffa65b04213f179c1439b09ac44e412e0750dde159b118a714f28d3a290509a402b234e4e7ba5b185fc73eef65d418598f344911e4e2c1373fe5
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://cloud.github.com/downloads/xsisqox/Viewnior/$SOURCE
- WEB_SITE=http://xsisqox.github.com/Viewnior/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Viewnior-$SPELL-$VERSION
+ SOURCE_URL[0]="https://github.com/hellosiyan/Viewnior/archive/$SOURCE"
+ WEB_SITE=http://siyanpanayotov.com/project/viewnior
ENTERED=20120226
LICENSE[0]=GPL
SHORT="simple, fast and elegant image viewer"
diff --git a/graphics/viewnior/HISTORY b/graphics/viewnior/HISTORY
index 4d379d2941..d405067985 100644
--- a/graphics/viewnior/HISTORY
+++ b/graphics/viewnior/HISTORY
@@ -1,2 +1,6 @@
+2019-08-18 Ismael Luceno <ismael@sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: now uses a meson buildsystem
+ updated spell to 1.7
+
2012-02-26 Ladislav Hagara <hgr@vabo.cz>
* DETAILS, DEPENDS: spell created, version 1.3