summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2016-09-17 10:17:18 -0600
committerAinola2016-09-17 10:17:18 -0600
commit9313f147c8c7cc2479cd55e045ef8e6a5cc08081 (patch)
treece408a960c83fa306386b662832761cd5bda8b99
parent9a979cc62c8f4fdb08dc5da6b76ca8325e805123 (diff)
downloadaur-9313f147c8c7cc2479cd55e045ef8e6a5cc08081.tar.gz
make gimp a hard dep
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f1c2535a496..1c08fa3f0164 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Sep 17 16:03:52 UTC 2016
+# Sat Sep 17 16:17:10 UTC 2016
pkgbase = gnome-xcf-thumbnailer
pkgdesc = GNOME thumbnailer for GIMP XCF files.
pkgver = 1.0
- pkgrel = 7
+ pkgrel = 8
url = https://download.gnome.org/sources/gnome-xcf-thumbnailer/
arch = i686
arch = x86_64
license = GPL2
depends = glib2
depends = libpng
- optdepends = gimp: Required to create thumbnails
+ depends = gimp
source = https://download.gnome.org/sources/gnome-xcf-thumbnailer/1.0/gnome-xcf-thumbnailer-1.0.tar.bz2
source = gnome-xcf-thumbnailer.thumbnailer
source = no-popt.patch
diff --git a/PKGBUILD b/PKGBUILD
index 3b4cdd8223bf..dcbb35270dc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=gnome-xcf-thumbnailer
pkgver=1.0
-pkgrel=7
+pkgrel=8
pkgdesc="GNOME thumbnailer for GIMP XCF files."
arch=('i686' 'x86_64')
url="https://download.gnome.org/sources/gnome-xcf-thumbnailer/"
license=('GPL2')
-depends=('glib2' 'libpng')
-optdepends=('gimp: Required to create thumbnails')
+# Without gimp, .xcf thumbnails are never displayed
+depends=('glib2' 'libpng' 'gimp')
source=("https://download.gnome.org/sources/gnome-xcf-thumbnailer/${pkgver}/gnome-xcf-thumbnailer-${pkgver}.tar.bz2"
"gnome-xcf-thumbnailer.thumbnailer"
"no-popt.patch"