From c0d6cf856655f3051eae2ca795b5419baf6268d7 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Sat, 15 May 2010 11:45:38 +0200 Subject: [PATCH] feh: initial import (verified compilation) --- feh/.footprint | 27 +++++++++++++++++++++++++++ feh/.md5sum | 1 + feh/Pkgfile | 25 +++++++++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 feh/.footprint create mode 100644 feh/.md5sum create mode 100644 feh/Pkgfile diff --git a/feh/.footprint b/feh/.footprint new file mode 100644 index 0000000..6e5e052 --- /dev/null +++ b/feh/.footprint @@ -0,0 +1,27 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/feh +-rwxr-xr-x root/root usr/bin/feh-cam +-rwxr-xr-x root/root usr/bin/gen-cam-menu +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/feh-cam.1.gz +-rw-r--r-- root/root usr/man/man1/feh.1.gz +-rw-r--r-- root/root usr/man/man1/gen-cam-menu.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/feh/ +drwxr-xr-x root/root usr/share/feh/fonts/ +-rw-r--r-- root/root usr/share/feh/fonts/black.style +-rw-r--r-- root/root usr/share/feh/fonts/menu.style +-rw-r--r-- root/root usr/share/feh/fonts/yudit.ttf +drwxr-xr-x root/root usr/share/feh/images/ +-rw-r--r-- root/root usr/share/feh/images/about.png +-rw-r--r-- root/root usr/share/feh/images/menubg_aluminium.png +-rw-r--r-- root/root usr/share/feh/images/menubg_aqua.png +-rw-r--r-- root/root usr/share/feh/images/menubg_black.png +-rw-r--r-- root/root usr/share/feh/images/menubg_brushed.png +-rw-r--r-- root/root usr/share/feh/images/menubg_chrome.png +-rw-r--r-- root/root usr/share/feh/images/menubg_default.png +-rw-r--r-- root/root usr/share/feh/images/menubg_pastel.png +-rw-r--r-- root/root usr/share/feh/images/menubg_sky.png +-rw-r--r-- root/root usr/share/feh/images/menubg_wood.png diff --git a/feh/.md5sum b/feh/.md5sum new file mode 100644 index 0000000..aa12103 --- /dev/null +++ b/feh/.md5sum @@ -0,0 +1 @@ +aee156f0a82582108c5a56fbe85319ae feh-1.5.tar.bz2 diff --git a/feh/Pkgfile b/feh/Pkgfile new file mode 100644 index 0000000..bc3c94c --- /dev/null +++ b/feh/Pkgfile @@ -0,0 +1,25 @@ +# Description: A fast commandline-driven image viewer for X. +# URL: http://linuxbrit.co.uk/software/feh +# Packager: Vincenzo Colosimo vico at bicisport dot de +# Maintainer: Thomas Penteker, tek at serverop dot de +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: giblib + +name=feh +version=1.5 +release=1 +source=(https://derf.homelinux.org/projects/feh/feh-$version.tar.bz2) + +build() { + cd $name-$version + + sed -i config.mk \ + -e 's|usr/local|usr|g' \ + -e 's|share/man|man|g' \ + -e 's|^xinerama|#xinerama|' \ + -e "s|CFLAGS ?=|CFLAGS ?= $CFLAGS -I$CLFS/usr/include -L$CLFS/usr/lib|" + + make CC="$CC" + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/doc +} -- 2.26.2