Date: Thursday, August 31, 2017 @ 14:28:45 Author: arojas Revision: 255185
archrelease: copy trunk to community-i686, community-x86_64 Added: fbida/repos/community-i686/ fbida/repos/community-i686/PKGBUILD (from rev 255184, fbida/trunk/PKGBUILD) fbida/repos/community-i686/ida-desktop.patch (from rev 255184, fbida/trunk/ida-desktop.patch) fbida/repos/community-x86_64/ fbida/repos/community-x86_64/PKGBUILD (from rev 255184, fbida/trunk/PKGBUILD) fbida/repos/community-x86_64/ida-desktop.patch (from rev 255184, fbida/trunk/ida-desktop.patch) ------------------------------------+ community-i686/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++ community-i686/ida-desktop.patch | 17 +++++++++++++++ community-x86_64/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++ community-x86_64/ida-desktop.patch | 17 +++++++++++++++ 4 files changed, 112 insertions(+) Copied: fbida/repos/community-i686/PKGBUILD (from rev 255184, fbida/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-08-31 14:28:45 UTC (rev 255185) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Eric Bélanger <e...@archlinux.org> + +pkgname=fbida +pkgver=2.13 +pkgrel=1 +pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, ida, exiftran" +arch=('i686' 'x86_64') +url="http://www.kraxel.org/blog/linux/fbida/" +license=('GPL2') +depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 'libepoxy' 'poppler-glib') +makedepends=('libxpm' 'imagemagick') +optdepends=('ghostscript: to use fbgs') +source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc} + ida-desktop.patch) +sha1sums=('1560606e7694844a3c83d61f709b02fd469573f8' + 'SKIP' + 'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717') +validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's/ungif/gif/' GNUmakefile + patch -p0 -i "${srcdir}/ida-desktop.patch" + echo 2.13 > VERSION +} + +build() { + cd ${pkgname}-${pkgver} + make verbose=yes + convert -resize 25% logo.jpg ida.png +} + +package() { + cd ${pkgname}-${pkgver} + make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install + install -D -m644 desktop/ida.desktop "${pkgdir}/usr/share/applications/ida.desktop" + install -D -m644 ida.png "${pkgdir}/usr/share/pixmaps/ida.png" +} Copied: fbida/repos/community-i686/ida-desktop.patch (from rev 255184, fbida/trunk/ida-desktop.patch) =================================================================== --- community-i686/ida-desktop.patch (rev 0) +++ community-i686/ida-desktop.patch 2017-08-31 14:28:45 UTC (rev 255185) @@ -0,0 +1,17 @@ +--- desktop/ida.desktop~ 2008-08-28 00:33:58.000000000 +0200 ++++ desktop/ida.desktop 2008-08-28 00:33:58.000000000 +0200 +@@ -1,9 +1,10 @@ + [Desktop Entry] + Type=Application +-Encoding=UTF-8 + Name=ida + GenericName=Image Viewer ++Comment=Image Viewer + Exec=ida %F +-Terminal=no +-Categories=Motif;Graphics;Viewer +-MimeType=image/jpeg;image/tiff;image/png ++Terminal=false ++Categories=Motif;Graphics;Viewer; ++MimeType=image/jpeg;image/tiff;image/png; ++Icon=ida Copied: fbida/repos/community-x86_64/PKGBUILD (from rev 255184, fbida/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-08-31 14:28:45 UTC (rev 255185) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Eric Bélanger <e...@archlinux.org> + +pkgname=fbida +pkgver=2.13 +pkgrel=1 +pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, ida, exiftran" +arch=('i686' 'x86_64') +url="http://www.kraxel.org/blog/linux/fbida/" +license=('GPL2') +depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 'libepoxy' 'poppler-glib') +makedepends=('libxpm' 'imagemagick') +optdepends=('ghostscript: to use fbgs') +source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc} + ida-desktop.patch) +sha1sums=('1560606e7694844a3c83d61f709b02fd469573f8' + 'SKIP' + 'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717') +validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138') + +prepare() { + cd ${pkgname}-${pkgver} + sed -i 's/ungif/gif/' GNUmakefile + patch -p0 -i "${srcdir}/ida-desktop.patch" + echo 2.13 > VERSION +} + +build() { + cd ${pkgname}-${pkgver} + make verbose=yes + convert -resize 25% logo.jpg ida.png +} + +package() { + cd ${pkgname}-${pkgver} + make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install + install -D -m644 desktop/ida.desktop "${pkgdir}/usr/share/applications/ida.desktop" + install -D -m644 ida.png "${pkgdir}/usr/share/pixmaps/ida.png" +} Copied: fbida/repos/community-x86_64/ida-desktop.patch (from rev 255184, fbida/trunk/ida-desktop.patch) =================================================================== --- community-x86_64/ida-desktop.patch (rev 0) +++ community-x86_64/ida-desktop.patch 2017-08-31 14:28:45 UTC (rev 255185) @@ -0,0 +1,17 @@ +--- desktop/ida.desktop~ 2008-08-28 00:33:58.000000000 +0200 ++++ desktop/ida.desktop 2008-08-28 00:33:58.000000000 +0200 +@@ -1,9 +1,10 @@ + [Desktop Entry] + Type=Application +-Encoding=UTF-8 + Name=ida + GenericName=Image Viewer ++Comment=Image Viewer + Exec=ida %F +-Terminal=no +-Categories=Motif;Graphics;Viewer +-MimeType=image/jpeg;image/tiff;image/png ++Terminal=false ++Categories=Motif;Graphics;Viewer; ++MimeType=image/jpeg;image/tiff;image/png; ++Icon=ida