summaryrefslogtreecommitdiff
path: root/community/ristretto
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/ristretto
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/ristretto')
-rw-r--r--community/ristretto/PKGBUILD34
-rw-r--r--community/ristretto/ristretto.install13
2 files changed, 0 insertions, 47 deletions
diff --git a/community/ristretto/PKGBUILD b/community/ristretto/PKGBUILD
deleted file mode 100644
index 4dfed59fa..000000000
--- a/community/ristretto/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 78443 2012-10-18 17:04:59Z bpiotrowski $
-# Maintainer: Bartłomiej Piotrowski
-# Contributor: AndyRTR <andyrtr@archlinux.org>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-
-pkgname=ristretto
-pkgver=0.6.3
-pkgrel=3
-pkgdesc='A fast and lightweight picture-viewer for Xfce'
-arch=('i686' 'x86_64')
-url='http://goodies.xfce.org/projects/applications/ristretto'
-license=('GPL')
-depends=('libxfce4ui' 'libexif' 'desktop-file-utils')
-makedepends=('intltool')
-optdepends=('librsvg: SVG support'
- 'tumbler: thumbnailing support')
-groups=('xfce4-goodies')
-install=ristretto.install
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-md5sums=('6b8c9a5d7ed319e4c84a9fefaa18792c')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-debug
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
-}
diff --git a/community/ristretto/ristretto.install b/community/ristretto/ristretto.install
deleted file mode 100644
index 75e2b7b55..000000000
--- a/community/ristretto/ristretto.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}