summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Dejonckheere2015-02-05 10:28:46 +0100
committerFlorian Dejonckheere2015-02-05 10:28:46 +0100
commitdc23db41b667fe601e10a75387dde8bb61839c6b (patch)
treeaad35aba666c3d67918866b5e3c504c79b349a94
parent403532c60a5a8cad25c22304e33e12894df73884 (diff)
downloadaur-dc23db41b667fe601e10a75387dde8bb61839c6b.tar.gz
Removed unmaintained packages
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7edc5b91d4e9..07868d87135c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = viewnior-git
pkgdesc = Simple, fast, elegant and minimalistic image viewer, written in C(GTK+) with a new GtkImageView library. Git Version
- pkgver = viewnior.0.5.r108.ga045b96
+ pkgver = viewnior.1.4.r3.gfc0f5cb
pkgrel = 1
url = http://xsisqox.github.com/Viewnior/
install = viewnior-git.install
@@ -9,8 +9,7 @@ pkgbase = viewnior-git
license = GPL
makedepends = gnome-common
makedepends = intltool
- depends = cairo-ubuntu
- depends = hicolor-icon-theme
+ depends = exiv2
depends = gtk2
depends = desktop-file-utils
provides = viewnior
diff --git a/PKGBUILD b/PKGBUILD
index 278627e7f810..ffd6d534f1a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Mantainer: Berseker <berseker86 at gmail.com>
pkgname=viewnior-git
-pkgver=viewnior.0.5.r108.ga045b96
+pkgver=viewnior.1.4.r3.gfc0f5cb
pkgrel=1
pkgdesc="Simple, fast, elegant and minimalistic image viewer, written in C(GTK+) with a new GtkImageView library. Git Version"
arch=('i686' 'x86_64')
url='http://xsisqox.github.com/Viewnior/'
license=('GPL')
-depends=('cairo-ubuntu' 'hicolor-icon-theme' 'gtk2' 'desktop-file-utils')
+depends=('exiv2' 'gtk2' 'desktop-file-utils')
makedepends=('gnome-common' 'intltool')
provides=('viewnior')
install="${pkgname}.install"
@@ -30,7 +30,7 @@ build()
cd "${srcdir}/${pkgname}"
rm -rf "${srcdir}/${pkgname}/build"
sed -i 's/AM_PROG_CC_STDC/AC_PROG_CC/g' configure.ac
-# ./autogen.sh
+ ./autogen.sh
LDFLAGS='-lm' ./configure --prefix=/usr
make