summaryrefslogtreecommitdiff
path: root/community/fotoxx
diff options
context:
space:
mode:
Diffstat (limited to 'community/fotoxx')
-rw-r--r--community/fotoxx/PKGBUILD26
-rw-r--r--community/fotoxx/fotoxx.install9
2 files changed, 0 insertions, 35 deletions
diff --git a/community/fotoxx/PKGBUILD b/community/fotoxx/PKGBUILD
deleted file mode 100644
index 43596796b..000000000
--- a/community/fotoxx/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 60004 2011-12-03 05:50:16Z ebelanger $
-# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
-
-pkgname=fotoxx
-pkgver=11.12.1
-pkgrel=1
-pkgdesc="A program for improving image files made with a digital camera"
-url="http://kornelix.squarespace.com/fotoxx"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gimp-ufraw' 'perl-exiftool' 'xdg-utils')
-optdepends=('mashup: for composing pages to print from within fotoxx' 'brasero: for burning')
-install=fotoxx.install
-source=("http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz")
-sha1sums=('e9f6d58a56020e0548163c4b42687d8a23591c18')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- sed -e 's+xdg-deskto+#xdg-deskto+' -e 's/kornelix-//' -i Makefile
- make PREFIX=/usr
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" PREFIX=/usr install
-}
diff --git a/community/fotoxx/fotoxx.install b/community/fotoxx/fotoxx.install
deleted file mode 100644
index 90156a79c..000000000
--- a/community/fotoxx/fotoxx.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-post_update() {
- update-desktop-database -q
-}
-post_remove() {
- update-desktop-database -q
-}