[arch-commits] Commit in fbida/repos (6 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Oct 5 00:11:49 UTC 2017
Date: Thursday, October 5, 2017 @ 00:11:22
Author: foutrelis
Revision: 261598
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
fbida/repos/community-staging-i686/
fbida/repos/community-staging-i686/PKGBUILD
(from rev 261597, fbida/trunk/PKGBUILD)
fbida/repos/community-staging-i686/ida-desktop.patch
(from rev 261597, fbida/trunk/ida-desktop.patch)
fbida/repos/community-staging-x86_64/
fbida/repos/community-staging-x86_64/PKGBUILD
(from rev 261597, fbida/trunk/PKGBUILD)
fbida/repos/community-staging-x86_64/ida-desktop.patch
(from rev 261597, fbida/trunk/ida-desktop.patch)
--------------------------------------------+
community-staging-i686/PKGBUILD | 40 +++++++++++++++++++++++++++
community-staging-i686/ida-desktop.patch | 17 +++++++++++
community-staging-x86_64/PKGBUILD | 40 +++++++++++++++++++++++++++
community-staging-x86_64/ida-desktop.patch | 17 +++++++++++
4 files changed, 114 insertions(+)
Copied: fbida/repos/community-staging-i686/PKGBUILD (from rev 261597, fbida/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-05 00:11:22 UTC (rev 261598)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=fbida
+pkgver=2.13
+pkgrel=3
+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' 'openmotif' 'libpng' 'fontconfig' 'curl'
+ 'libepoxy' 'libxpm' '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-staging-i686/ida-desktop.patch (from rev 261597, fbida/trunk/ida-desktop.patch)
===================================================================
--- community-staging-i686/ida-desktop.patch (rev 0)
+++ community-staging-i686/ida-desktop.patch 2017-10-05 00:11:22 UTC (rev 261598)
@@ -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-staging-x86_64/PKGBUILD (from rev 261597, fbida/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2017-10-05 00:11:22 UTC (rev 261598)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=fbida
+pkgver=2.13
+pkgrel=3
+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' 'openmotif' 'libpng' 'fontconfig' 'curl'
+ 'libepoxy' 'libxpm' '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-staging-x86_64/ida-desktop.patch (from rev 261597, fbida/trunk/ida-desktop.patch)
===================================================================
--- community-staging-x86_64/ida-desktop.patch (rev 0)
+++ community-staging-x86_64/ida-desktop.patch 2017-10-05 00:11:22 UTC (rev 261598)
@@ -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
More information about the arch-commits
mailing list