[arch-commits] Commit in fbida/trunk (PKGBUILD)

2020-05-07 Thread Jelle van der Waa via arch-commits
Date: Thursday, May 7, 2020 @ 14:55:35
  Author: jelle
Revision: 625432

upgpkg: fbida 2.14-2

Rebuild for new BUILDINFO format

Modified:
  fbida/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 14:50:50 UTC (rev 625431)
+++ PKGBUILD2020-05-07 14:55:35 UTC (rev 625432)
@@ -2,7 +2,7 @@
 
 pkgname=fbida
 pkgver=2.14
-pkgrel=1
+pkgrel=2
 pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
 arch=('x86_64')
 url="https://www.kraxel.org/blog/linux/fbida/;


[arch-commits] Commit in fbida/repos/community-x86_64 (4 files)

2020-05-07 Thread Jelle van der Waa via arch-commits
Date: Thursday, May 7, 2020 @ 14:55:47
  Author: jelle
Revision: 625433

archrelease: copy trunk to community-x86_64

Added:
  fbida/repos/community-x86_64/PKGBUILD
(from rev 625432, fbida/trunk/PKGBUILD)
  fbida/repos/community-x86_64/ida-desktop.patch
(from rev 625432, fbida/trunk/ida-desktop.patch)
Deleted:
  fbida/repos/community-x86_64/PKGBUILD
  fbida/repos/community-x86_64/ida-desktop.patch

---+
 PKGBUILD  |   77 +---
 ida-desktop.patch |   34 +++---
 2 files changed, 55 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 14:55:35 UTC (rev 625432)
+++ PKGBUILD2020-05-07 14:55:47 UTC (rev 625433)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=fbida
-pkgver=2.14
-pkgrel=1
-pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
-arch=('x86_64')
-url="http://www.kraxel.org/blog/linux/fbida/;
-license=('GPL2')
-depends=('giflib' 'libtiff' 'libexif' 'openmotif' 'libpng' 'fontconfig' 'curl'
- 'libepoxy' 'libxpm' 'poppler-glib' 'libwebp' 'mesa')
-makedepends=('libxpm' 'imagemagick')
-optdepends=('ghostscript: to use fbgs')
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-ida-desktop.patch)
-sha1sums=('fe2ec92dc98296e46cd8cd8b3a169cb506a0'
-  'SKIP'
-  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
-validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  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/PKGBUILD (from rev 625432, 
fbida/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 14:55:47 UTC (rev 625433)
@@ -0,0 +1,38 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=fbida
+pkgver=2.14
+pkgrel=2
+pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
+arch=('x86_64')
+url="https://www.kraxel.org/blog/linux/fbida/;
+license=('GPL2')
+depends=('giflib' 'libtiff' 'libexif' 'openmotif' 'libpng' 'fontconfig' 'curl'
+ 'libepoxy' 'libxpm' 'poppler-glib' 'libwebp' 'mesa')
+makedepends=('libxpm' 'imagemagick')
+optdepends=('ghostscript: to use fbgs')
+source=(https://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+ida-desktop.patch)
+sha1sums=('fe2ec92dc98296e46cd8cd8b3a169cb506a0'
+  'SKIP'
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i "${srcdir}/ida-desktop.patch"
+  echo 2.13 > VERSION
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make verbose=yes
+  convert +set date:create +set date:modify -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"
+}

Deleted: ida-desktop.patch
===
--- ida-desktop.patch   2020-05-07 14:55:35 UTC (rev 625432)
+++ ida-desktop.patch   2020-05-07 14:55:47 UTC (rev 625433)
@@ -1,17 +0,0 @@
 desktop/ida.desktop~   2008-08-28 00:33:58.0 +0200
-+++ desktop/ida.desktop2008-08-28 00:33:58.0 +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/ida-desktop.patch (from rev 625432, 
fbida/trunk/ida-desktop.patch)
===
--- ida-desktop.patch   (rev 0)
+++ ida-desktop.patch   2020-05-07 14:55:47 UTC (rev 625433)
@@ -0,0 +1,17 @@
+--- desktop/ida.desktop~   2008-08-28 00:33:58.0 +0200
 desktop/ida.desktop2008-08-28 00:33:58.0 +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

[arch-commits] Commit in fbida/trunk (PKGBUILD)

2019-05-30 Thread Antonio Rojas via arch-commits
Date: Thursday, May 30, 2019 @ 21:25:37
  Author: arojas
Revision: 475305

https

Modified:
  fbida/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 21:25:16 UTC (rev 475304)
+++ PKGBUILD2019-05-30 21:25:37 UTC (rev 475305)
@@ -5,13 +5,13 @@
 pkgrel=1
 pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
 arch=('x86_64')
-url="http://www.kraxel.org/blog/linux/fbida/;
+url="https://www.kraxel.org/blog/linux/fbida/;
 license=('GPL2')
 depends=('giflib' 'libtiff' 'libexif' 'openmotif' 'libpng' 'fontconfig' 'curl'
  'libepoxy' 'libxpm' 'poppler-glib' 'libwebp' 'mesa')
 makedepends=('libxpm' 'imagemagick')
 optdepends=('ghostscript: to use fbgs')
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+source=(https://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
 ida-desktop.patch)
 sha1sums=('fe2ec92dc98296e46cd8cd8b3a169cb506a0'
   'SKIP'


[arch-commits] Commit in fbida/trunk (PKGBUILD)

2018-09-27 Thread Jelle van der Waa via arch-commits
Date: Thursday, September 27, 2018 @ 10:21:52
  Author: jelle
Revision: 386131

Make imagemagick's convert reproducible

Modified:
  fbida/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-27 10:21:34 UTC (rev 386130)
+++ PKGBUILD2018-09-27 10:21:52 UTC (rev 386131)
@@ -27,7 +27,7 @@
 build() {
   cd ${pkgname}-${pkgver}
   make verbose=yes
-  convert -resize 25% logo.jpg ida.png
+  convert +set date:create +set date:modify -resize 25% logo.jpg ida.png
 }
 
 package() {


[arch-commits] Commit in fbida/repos/community-x86_64 (4 files)

2018-01-17 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 17, 2018 @ 09:17:46
  Author: arojas
Revision: 283583

archrelease: copy trunk to community-x86_64

Added:
  fbida/repos/community-x86_64/PKGBUILD
(from rev 283582, fbida/trunk/PKGBUILD)
  fbida/repos/community-x86_64/ida-desktop.patch
(from rev 283582, fbida/trunk/ida-desktop.patch)
Deleted:
  fbida/repos/community-x86_64/PKGBUILD
  fbida/repos/community-x86_64/ida-desktop.patch

---+
 PKGBUILD  |   81 +---
 ida-desktop.patch |   34 ++---
 2 files changed, 56 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-17 09:17:23 UTC (rev 283582)
+++ PKGBUILD2018-01-17 09:17:46 UTC (rev 283583)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=fbida
-pkgver=2.13
-pkgrel=4
-pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
-arch=('x86_64')
-url="http://www.kraxel.org/blog/linux/fbida/;
-license=('GPL2')
-depends=('giflib' 'libtiff' 'libexif' 'openmotif' 'libpng' 'fontconfig' 'curl'
- 'libepoxy' 'libxpm' 'poppler-glib' 'libwebp' 'mesa')
-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 
-  sed -e 's/fbi fbpdf kbdtest/fbi kbdtest/' -e '/^PKGS_FBPDF/d' -e 
'/$(INSTALL_SCRIPT) fbpdf/d' \
--i GNUmakefile # fbpdf requires cairo-gl
-  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/PKGBUILD (from rev 283582, 
fbida/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-17 09:17:46 UTC (rev 283583)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fbida
+pkgver=2.14
+pkgrel=1
+pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
+arch=('x86_64')
+url="http://www.kraxel.org/blog/linux/fbida/;
+license=('GPL2')
+depends=('giflib' 'libtiff' 'libexif' 'openmotif' 'libpng' 'fontconfig' 'curl'
+ 'libepoxy' 'libxpm' 'poppler-glib' 'libwebp' 'mesa')
+makedepends=('libxpm' 'imagemagick')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+ida-desktop.patch)
+sha1sums=('fe2ec92dc98296e46cd8cd8b3a169cb506a0'
+  'SKIP'
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  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"
+}

Deleted: ida-desktop.patch
===
--- ida-desktop.patch   2018-01-17 09:17:23 UTC (rev 283582)
+++ ida-desktop.patch   2018-01-17 09:17:46 UTC (rev 283583)
@@ -1,17 +0,0 @@
 desktop/ida.desktop~   2008-08-28 00:33:58.0 +0200
-+++ desktop/ida.desktop2008-08-28 00:33:58.0 +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/ida-desktop.patch (from rev 283582, 
fbida/trunk/ida-desktop.patch)
===
--- ida-desktop.patch   (rev 0)
+++ ida-desktop.patch   2018-01-17 09:17:46 UTC (rev 283583)
@@ -0,0 +1,17 @@
+--- desktop/ida.desktop~   2008-08-28 00:33:58.0 +0200
 desktop/ida.desktop2008-08-28 00:33:58.0 +0200
+@@ -1,9 

[arch-commits] Commit in fbida/trunk (PKGBUILD)

2018-01-17 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 17, 2018 @ 09:17:23
  Author: arojas
Revision: 283582

Update to 2.14, restore fbpdf

Modified:
  fbida/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-17 08:57:52 UTC (rev 283581)
+++ PKGBUILD2018-01-17 09:17:23 UTC (rev 283582)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=fbida
-pkgver=2.13
-pkgrel=4
+pkgver=2.14
+pkgrel=1
 pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
 arch=('x86_64')
 url="http://www.kraxel.org/blog/linux/fbida/;
@@ -14,7 +14,7 @@
 optdepends=('ghostscript: to use fbgs')
 
source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
 ida-desktop.patch)
-sha1sums=('1560606e7694844a3c83d61f709b02fd469573f8'
+sha1sums=('fe2ec92dc98296e46cd8cd8b3a169cb506a0'
   'SKIP'
   'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
 validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
@@ -21,9 +21,6 @@
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile 
-  sed -e 's/fbi fbpdf kbdtest/fbi kbdtest/' -e '/^PKGS_FBPDF/d' -e 
'/$(INSTALL_SCRIPT) fbpdf/d' \
--i GNUmakefile # fbpdf requires cairo-gl
   patch -p0 -i "${srcdir}/ida-desktop.patch"
   echo 2.13 > VERSION
 }


[arch-commits] Commit in fbida/repos/community-x86_64 (4 files)

2018-01-17 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 17, 2018 @ 08:57:52
  Author: arojas
Revision: 283581

archrelease: copy trunk to community-x86_64

Added:
  fbida/repos/community-x86_64/PKGBUILD
(from rev 283580, fbida/trunk/PKGBUILD)
  fbida/repos/community-x86_64/ida-desktop.patch
(from rev 283580, fbida/trunk/ida-desktop.patch)
Deleted:
  fbida/repos/community-x86_64/PKGBUILD
  fbida/repos/community-x86_64/ida-desktop.patch

---+
 PKGBUILD  |   81 ++--
 ida-desktop.patch |   34 ++---
 2 files changed, 59 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-17 08:57:19 UTC (rev 283580)
+++ PKGBUILD2018-01-17 08:57:52 UTC (rev 283581)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=fbida
-pkgver=2.13
-pkgrel=2
-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' '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/PKGBUILD (from rev 283580, 
fbida/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-17 08:57:52 UTC (rev 283581)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fbida
+pkgver=2.13
+pkgrel=4
+pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
+arch=('x86_64')
+url="http://www.kraxel.org/blog/linux/fbida/;
+license=('GPL2')
+depends=('giflib' 'libtiff' 'libexif' 'openmotif' 'libpng' 'fontconfig' 'curl'
+ 'libepoxy' 'libxpm' 'poppler-glib' 'libwebp' 'mesa')
+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 
+  sed -e 's/fbi fbpdf kbdtest/fbi kbdtest/' -e '/^PKGS_FBPDF/d' -e 
'/$(INSTALL_SCRIPT) fbpdf/d' \
+-i GNUmakefile # fbpdf requires cairo-gl
+  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"
+}

Deleted: ida-desktop.patch
===
--- ida-desktop.patch   2018-01-17 08:57:19 UTC (rev 283580)
+++ ida-desktop.patch   2018-01-17 08:57:52 UTC (rev 283581)
@@ -1,17 +0,0 @@
 desktop/ida.desktop~   2008-08-28 00:33:58.0 +0200
-+++ desktop/ida.desktop2008-08-28 00:33:58.0 +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/ida-desktop.patch (from rev 283580, 
fbida/trunk/ida-desktop.patch)
===
--- ida-desktop.patch   (rev 0)
+++ ida-desktop.patch   2018-01-17 08:57:52 UTC (rev 283581)
@@ -0,0 +1,17 @@
+--- desktop/ida.desktop~   2008-08-28 00:33:58.0 +0200
 desktop/ida.desktop2008-08-28 00:33:58.0 +0200

[arch-commits] Commit in fbida/trunk (PKGBUILD)

2018-01-17 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 17, 2018 @ 08:57:19
  Author: arojas
Revision: 283580

Drop fbpdf, it requires cairo-gl (FS#57124)

Modified:
  fbida/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-17 07:58:45 UTC (rev 283579)
+++ PKGBUILD2018-01-17 08:57:19 UTC (rev 283580)
@@ -3,13 +3,13 @@
 
 pkgname=fbida
 pkgver=2.13
-pkgrel=3
+pkgrel=4
 pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
 arch=('x86_64')
 url="http://www.kraxel.org/blog/linux/fbida/;
 license=('GPL2')
 depends=('giflib' 'libtiff' 'libexif' 'openmotif' 'libpng' 'fontconfig' 'curl'
- 'libepoxy' 'libxpm' 'poppler-glib')
+ 'libepoxy' 'libxpm' 'poppler-glib' 'libwebp' 'mesa')
 makedepends=('libxpm' 'imagemagick')
 optdepends=('ghostscript: to use fbgs')
 
source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
@@ -21,7 +21,9 @@
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
+  sed -i 's/ungif/gif/' GNUmakefile 
+  sed -e 's/fbi fbpdf kbdtest/fbi kbdtest/' -e '/^PKGS_FBPDF/d' -e 
'/$(INSTALL_SCRIPT) fbpdf/d' \
+-i GNUmakefile # fbpdf requires cairo-gl
   patch -p0 -i "${srcdir}/ida-desktop.patch"
   echo 2.13 > VERSION
 }


[arch-commits] Commit in fbida/repos (6 files)

2017-10-04 Thread Evangelos Foutras
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 
+
+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.patch2017-10-05 00:11:22 UTC (rev 
261598)
@@ -0,0 +1,17 @@
+--- desktop/ida.desktop~   2008-08-28 00:33:58.0 +0200
 desktop/ida.desktop2008-08-28 00:33:58.0 +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 
+
+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 

[arch-commits] Commit in fbida/trunk (PKGBUILD)

2017-10-04 Thread Evangelos Foutras
Date: Thursday, October 5, 2017 @ 00:11:02
  Author: foutrelis
Revision: 261597

poppler 0.60.0 rebuild

Modified:
  fbida/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 23:18:53 UTC (rev 261596)
+++ PKGBUILD2017-10-05 00:11:02 UTC (rev 261597)
@@ -3,12 +3,13 @@
 
 pkgname=fbida
 pkgver=2.13
-pkgrel=2
+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' 'poppler-glib')
+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}


[arch-commits] Commit in fbida/repos (8 files)

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:34:12
  Author: arojas
Revision: 255189

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fbida/repos/community-i686/PKGBUILD
(from rev 255188, fbida/trunk/PKGBUILD)
  fbida/repos/community-i686/ida-desktop.patch
(from rev 255188, fbida/trunk/ida-desktop.patch)
  fbida/repos/community-x86_64/PKGBUILD
(from rev 255188, fbida/trunk/PKGBUILD)
  fbida/repos/community-x86_64/ida-desktop.patch
(from rev 255188, fbida/trunk/ida-desktop.patch)
Deleted:
  fbida/repos/community-i686/PKGBUILD
  fbida/repos/community-i686/ida-desktop.patch
  fbida/repos/community-x86_64/PKGBUILD
  fbida/repos/community-x86_64/ida-desktop.patch

+
 /PKGBUILD  |   78 +++
 /ida-desktop.patch |   34 +++
 community-i686/PKGBUILD|   39 -
 community-i686/ida-desktop.patch   |   17 ---
 community-x86_64/PKGBUILD  |   39 -
 community-x86_64/ida-desktop.patch |   17 ---
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-31 14:33:44 UTC (rev 255188)
+++ community-i686/PKGBUILD 2017-08-31 14:34:12 UTC (rev 255189)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-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/PKGBUILD (from rev 255188, 
fbida/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-31 14:34:12 UTC (rev 255189)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fbida
+pkgver=2.13
+pkgrel=2
+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' '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"
+}

Deleted: community-i686/ida-desktop.patch
===
--- community-i686/ida-desktop.patch2017-08-31 14:33:44 UTC (rev 255188)
+++ community-i686/ida-desktop.patch2017-08-31 14:34:12 UTC (rev 255189)
@@ -1,17 +0,0 @@
 desktop/ida.desktop~   2008-08-28 00:33:58.0 +0200
-+++ desktop/ida.desktop2008-08-28 00:33:58.0 +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;

[arch-commits] Commit in fbida/trunk (PKGBUILD)

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:33:44
  Author: arojas
Revision: 255188

Switch to openmotif (FS#55449)

Modified:
  fbida/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 14:29:22 UTC (rev 255187)
+++ PKGBUILD2017-08-31 14:33:44 UTC (rev 255188)
@@ -3,12 +3,12 @@
 
 pkgname=fbida
 pkgver=2.13
-pkgrel=1
+pkgrel=2
 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')
+depends=('giflib' 'libtiff' 'libexif' 'openmotif' '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}


[arch-commits] Commit in (fbida)

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 14:29:08
  Author: arojas
Revision: 304386

extra2community: Moving fbida from extra to community

Deleted:
  fbida/


[arch-commits] Commit in fbida/repos (6 files)

2017-08-31 Thread Antonio Rojas
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 
+
+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.patch2017-08-31 14:28:45 UTC (rev 255185)
@@ -0,0 +1,17 @@
+--- desktop/ida.desktop~   2008-08-28 00:33:58.0 +0200
 desktop/ida.desktop2008-08-28 00:33:58.0 +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 
+
+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, 

[arch-commits] Commit in fbida/repos (8 files)

2017-04-25 Thread Antonio Rojas
Date: Tuesday, April 25, 2017 @ 21:14:50
  Author: arojas
Revision: 294706

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  fbida/repos/extra-i686/PKGBUILD
(from rev 294705, fbida/trunk/PKGBUILD)
  fbida/repos/extra-i686/ida-desktop.patch
(from rev 294705, fbida/trunk/ida-desktop.patch)
  fbida/repos/extra-x86_64/PKGBUILD
(from rev 294705, fbida/trunk/PKGBUILD)
  fbida/repos/extra-x86_64/ida-desktop.patch
(from rev 294705, fbida/trunk/ida-desktop.patch)
Deleted:
  fbida/repos/extra-i686/PKGBUILD
  fbida/repos/extra-i686/ida-desktop.patch
  fbida/repos/extra-x86_64/PKGBUILD
  fbida/repos/extra-x86_64/ida-desktop.patch

+
 /PKGBUILD  |   78 +++
 /ida-desktop.patch |   34 +
 extra-i686/PKGBUILD|   39 ---
 extra-i686/ida-desktop.patch   |   17 
 extra-x86_64/PKGBUILD  |   39 ---
 extra-x86_64/ida-desktop.patch |   17 
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-25 21:14:24 UTC (rev 294705)
+++ extra-i686/PKGBUILD 2017-04-25 21:14:50 UTC (rev 294706)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=fbida
-pkgver=2.12
-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=('ee19c1c9329b9b168849cde41b9e38ce86fe9507'
-  'SKIP'
-  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
-validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
-  patch -p0 -i "${srcdir}/ida-desktop.patch"
-  echo 2.12 > 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/extra-i686/PKGBUILD (from rev 294705, fbida/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-25 21:14:50 UTC (rev 294706)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+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"
+}

Deleted: extra-i686/ida-desktop.patch
===
--- extra-i686/ida-desktop.patch2017-04-25 21:14:24 UTC (rev 294705)
+++ extra-i686/ida-desktop.patch2017-04-25 21:14:50 UTC (rev 294706)
@@ -1,17 +0,0 @@
 desktop/ida.desktop~   2008-08-28 00:33:58.0 +0200
-+++ desktop/ida.desktop2008-08-28 00:33:58.0 +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/extra-i686/ida-desktop.patch (from rev 294705, 

[arch-commits] Commit in fbida/trunk (PKGBUILD)

2017-04-25 Thread Antonio Rojas
Date: Tuesday, April 25, 2017 @ 21:14:24
  Author: arojas
Revision: 294705

Update to 2.13

Modified:
  fbida/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-25 19:22:36 UTC (rev 294704)
+++ PKGBUILD2017-04-25 21:14:24 UTC (rev 294705)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=fbida
-pkgver=2.12
+pkgver=2.13
 pkgrel=1
 pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('ghostscript: to use fbgs')
 
source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
 ida-desktop.patch)
-sha1sums=('ee19c1c9329b9b168849cde41b9e38ce86fe9507'
+sha1sums=('1560606e7694844a3c83d61f709b02fd469573f8'
   'SKIP'
   'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
 validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
@@ -22,7 +22,7 @@
   cd ${pkgname}-${pkgver}
   sed -i 's/ungif/gif/' GNUmakefile
   patch -p0 -i "${srcdir}/ida-desktop.patch"
-  echo 2.12 > VERSION
+  echo 2.13 > VERSION
 }
 
 build() {


[arch-commits] Commit in fbida/repos (8 files)

2016-08-05 Thread Antonio Rojas
Date: Friday, August 5, 2016 @ 23:16:37
  Author: arojas
Revision: 273372

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  fbida/repos/extra-i686/PKGBUILD
(from rev 273371, fbida/trunk/PKGBUILD)
  fbida/repos/extra-i686/ida-desktop.patch
(from rev 273371, fbida/trunk/ida-desktop.patch)
  fbida/repos/extra-x86_64/PKGBUILD
(from rev 273371, fbida/trunk/PKGBUILD)
  fbida/repos/extra-x86_64/ida-desktop.patch
(from rev 273371, fbida/trunk/ida-desktop.patch)
Deleted:
  fbida/repos/extra-i686/PKGBUILD
  fbida/repos/extra-i686/ida-desktop.patch
  fbida/repos/extra-x86_64/PKGBUILD
  fbida/repos/extra-x86_64/ida-desktop.patch

+
 /PKGBUILD  |   78 +++
 /ida-desktop.patch |   34 +
 extra-i686/PKGBUILD|   39 ---
 extra-i686/ida-desktop.patch   |   17 
 extra-x86_64/PKGBUILD  |   39 ---
 extra-x86_64/ida-desktop.patch |   17 
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-05 23:16:00 UTC (rev 273371)
+++ extra-i686/PKGBUILD 2016-08-05 23:16:37 UTC (rev 273372)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=fbida
-pkgver=2.10
-pkgrel=2
-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' 
'desktop-file-utils')
-makedepends=('libxpm' 'imagemagick')
-optdepends=('ghostscript: to use fbgs')
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-ida-desktop.patch)
-sha1sums=('127d80f258d429ff8f2474949b1cf0ab78682ff7'
-  'SKIP'
-  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
-validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
-  patch -p0 -i "${srcdir}/ida-desktop.patch"
-  echo 2.10 > 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/extra-i686/PKGBUILD (from rev 273371, fbida/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-05 23:16:37 UTC (rev 273372)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fbida
+pkgver=2.12
+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=('ee19c1c9329b9b168849cde41b9e38ce86fe9507'
+  'SKIP'
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  patch -p0 -i "${srcdir}/ida-desktop.patch"
+  echo 2.12 > 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"
+}

Deleted: extra-i686/ida-desktop.patch
===
--- extra-i686/ida-desktop.patch2016-08-05 23:16:00 UTC (rev 273371)
+++ extra-i686/ida-desktop.patch2016-08-05 23:16:37 UTC (rev 273372)
@@ -1,17 +0,0 @@
 desktop/ida.desktop~   2008-08-28 00:33:58.0 +0200
-+++ desktop/ida.desktop2008-08-28 00:33:58.0 +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/extra-i686/ida-desktop.patch (from rev 273371, 

[arch-commits] Commit in fbida/trunk (PKGBUILD)

2016-08-05 Thread Antonio Rojas
Date: Friday, August 5, 2016 @ 23:16:00
  Author: arojas
Revision: 273371

Update to 2.12

Modified:
  fbida/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-05 23:10:29 UTC (rev 273370)
+++ PKGBUILD2016-08-05 23:16:00 UTC (rev 273371)
@@ -2,18 +2,18 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=fbida
-pkgver=2.10
-pkgrel=2
+pkgver=2.12
+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' 
'desktop-file-utils')
+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=('127d80f258d429ff8f2474949b1cf0ab78682ff7'
+sha1sums=('ee19c1c9329b9b168849cde41b9e38ce86fe9507'
   'SKIP'
   'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
 validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
@@ -22,7 +22,7 @@
   cd ${pkgname}-${pkgver}
   sed -i 's/ungif/gif/' GNUmakefile
   patch -p0 -i "${srcdir}/ida-desktop.patch"
-  echo 2.10 > VERSION
+  echo 2.12 > VERSION
 }
 
 build() {


[arch-commits] Commit in fbida/repos (10 files)

2016-05-05 Thread Antonio Rojas
Date: Friday, May 6, 2016 @ 00:18:11
  Author: arojas
Revision: 266993

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  fbida/repos/extra-i686/PKGBUILD
(from rev 266992, fbida/trunk/PKGBUILD)
  fbida/repos/extra-i686/ida-desktop.patch
(from rev 266992, fbida/trunk/ida-desktop.patch)
  fbida/repos/extra-x86_64/PKGBUILD
(from rev 266992, fbida/trunk/PKGBUILD)
  fbida/repos/extra-x86_64/ida-desktop.patch
(from rev 266992, fbida/trunk/ida-desktop.patch)
Deleted:
  fbida/repos/extra-i686/PKGBUILD
  fbida/repos/extra-i686/fbida.install
  fbida/repos/extra-i686/ida-desktop.patch
  fbida/repos/extra-x86_64/PKGBUILD
  fbida/repos/extra-x86_64/fbida.install
  fbida/repos/extra-x86_64/ida-desktop.patch

+
 /PKGBUILD  |   78 +++
 /ida-desktop.patch |   34 +
 extra-i686/PKGBUILD|   40 
 extra-i686/fbida.install   |   11 -
 extra-i686/ida-desktop.patch   |   17 
 extra-x86_64/PKGBUILD  |   40 
 extra-x86_64/fbida.install |   11 -
 extra-x86_64/ida-desktop.patch |   17 
 8 files changed, 112 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-05 22:17:42 UTC (rev 266992)
+++ extra-i686/PKGBUILD 2016-05-05 22:18:11 UTC (rev 266993)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=fbida
-pkgver=2.10
-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' 
'desktop-file-utils')
-makedepends=('libxpm' 'imagemagick')
-optdepends=('ghostscript: to use fbgs')
-install=fbida.install
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-ida-desktop.patch)
-sha1sums=('127d80f258d429ff8f2474949b1cf0ab78682ff7'
-  'SKIP'
-  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
-validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
-  patch -p0 -i "${srcdir}/ida-desktop.patch"
-  echo 2.10 > 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/extra-i686/PKGBUILD (from rev 266992, fbida/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-05 22:18:11 UTC (rev 266993)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fbida
+pkgver=2.10
+pkgrel=2
+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' 
'desktop-file-utils')
+makedepends=('libxpm' 'imagemagick')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+ida-desktop.patch)
+sha1sums=('127d80f258d429ff8f2474949b1cf0ab78682ff7'
+  'SKIP'
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  patch -p0 -i "${srcdir}/ida-desktop.patch"
+  echo 2.10 > 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"
+}

Deleted: extra-i686/fbida.install
===
--- extra-i686/fbida.install2016-05-05 22:17:42 UTC (rev 266992)
+++ extra-i686/fbida.install2016-05-05 22:18:11 UTC (rev 266993)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: extra-i686/ida-desktop.patch
===
--- extra-i686/ida-desktop.patch2016-05-05 22:17:42 UTC (rev 266992)
+++ extra-i686/ida-desktop.patch2016-05-05 22:18:11 UTC (rev 266993)
@@ 

[arch-commits] Commit in fbida/trunk (PKGBUILD fbida.install)

2016-05-05 Thread Antonio Rojas
Date: Friday, May 6, 2016 @ 00:17:42
  Author: arojas
Revision: 266992

Hooks

Modified:
  fbida/trunk/PKGBUILD
Deleted:
  fbida/trunk/fbida.install

---+
 PKGBUILD  |3 +--
 fbida.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-05 22:15:49 UTC (rev 266991)
+++ PKGBUILD2016-05-05 22:17:42 UTC (rev 266992)
@@ -3,7 +3,7 @@
 
 pkgname=fbida
 pkgver=2.10
-pkgrel=1
+pkgrel=2
 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/;
@@ -11,7 +11,6 @@
 depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 
'desktop-file-utils')
 makedepends=('libxpm' 'imagemagick')
 optdepends=('ghostscript: to use fbgs')
-install=fbida.install
 
source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
 ida-desktop.patch)
 sha1sums=('127d80f258d429ff8f2474949b1cf0ab78682ff7'

Deleted: fbida.install
===
--- fbida.install   2016-05-05 22:15:49 UTC (rev 266991)
+++ fbida.install   2016-05-05 22:17:42 UTC (rev 266992)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in fbida/trunk (PKGBUILD ida-PrintGifError.patch)

2015-10-21 Thread Eric Bélanger
Date: Wednesday, October 21, 2015 @ 22:50:55
  Author: eric
Revision: 249602

upgpkg: fbida 2.10-1

Upstream update, Remove old patch

Modified:
  fbida/trunk/PKGBUILD
Deleted:
  fbida/trunk/ida-PrintGifError.patch

-+
 PKGBUILD|   13 +++
 ida-PrintGifError.patch |   83 --
 2 files changed, 6 insertions(+), 90 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-21 19:32:34 UTC (rev 249601)
+++ PKGBUILD2015-10-21 20:50:55 UTC (rev 249602)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=fbida
-pkgver=2.09
-pkgrel=4
+pkgver=2.10
+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/;
@@ -13,11 +13,10 @@
 optdepends=('ghostscript: to use fbgs')
 install=fbida.install
 
source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-ida-desktop.patch ida-PrintGifError.patch)
-sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
+ida-desktop.patch)
+sha1sums=('127d80f258d429ff8f2474949b1cf0ab78682ff7'
   'SKIP'
-  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
-  'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
 validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
 
 prepare() {
@@ -24,7 +23,7 @@
   cd ${pkgname}-${pkgver}
   sed -i 's/ungif/gif/' GNUmakefile
   patch -p0 -i "${srcdir}/ida-desktop.patch"
-  patch -p1 -i "${srcdir}/ida-PrintGifError.patch"
+  echo 2.10 > VERSION
 }
 
 build() {

Deleted: ida-PrintGifError.patch
===
--- ida-PrintGifError.patch 2015-10-21 19:32:34 UTC (rev 249601)
+++ ida-PrintGifError.patch 2015-10-21 20:50:55 UTC (rev 249602)
@@ -1,83 +0,0 @@
-diff -Naur fbida-2.09-orig/rd/read-gif.c fbida-2.09/rd/read-gif.c
 fbida-2.09-orig/rd/read-gif.c  2013-07-29 16:43:26.949362012 -0400
-+++ fbida-2.09/rd/read-gif.c   2013-07-29 16:43:43.669166969 -0400
-@@ -13,6 +13,14 @@
- int w,h;
- };
- 
-+static void
-+localPrintGifError(void)
-+{
-+int ErrorCode=0;
-+GifErrorString(ErrorCode);
-+fprintf(stderr, "\nGIF-LIB error: %i.\n", ErrorCode);
-+}
-+
- static GifRecordType
- gif_fileread(struct gif_state *h)
- {
-@@ -25,7 +33,7 @@
-   if (GIF_ERROR == DGifGetRecordType(h->gif,)) {
-   if (debug)
-   fprintf(stderr,"gif: DGifGetRecordType failed\n");
--  PrintGifError();
-+  localPrintGifError();
-   return -1;
-   }
-   switch (RecordType) {
-@@ -42,7 +50,7 @@
-   if (rc == GIF_ERROR) {
-   if (debug)
-   fprintf(stderr,"gif: DGifGetExtension failed\n");
--  PrintGifError();
-+  localPrintGifError();
-   return -1;
-   }
-   if (debug) {
-@@ -93,12 +101,13 @@
- struct gif_state *h;
- GifRecordType RecordType;
- int i, image = 0;
--
-+int Error;
-+
- h = malloc(sizeof(*h));
- memset(h,0,sizeof(*h));
- 
- h->infile = fp;
--h->gif = DGifOpenFileHandle(fileno(fp));
-+h->gif = DGifOpenFileHandle(fileno(fp), );
- h->row = malloc(h->gif->SWidth * sizeof(GifPixelType));
- 
- while (0 == image) {
-@@ -108,7 +117,7 @@
-   if (GIF_ERROR == DGifGetImageDesc(h->gif)) {
-   if (debug)
-   fprintf(stderr,"gif: DGifGetImageDesc failed\n");
--  PrintGifError();
-+  localPrintGifError();
-   }
-   if (NULL == h->gif->SColorMap &&
-   NULL == h->gif->Image.ColorMap) {
-@@ -165,7 +165,7 @@
-  oops:
- if (debug)
-   fprintf(stderr,"gif: fatal error, aborting\n");
--DGifCloseFile(h->gif);
-+DGifCloseFile(h->gif, );
- fclose(h->infile);
- free(h->row);
- free(h);
-@@ -202,10 +202,11 @@
- gif_done(void *data)
- {
- struct gif_state *h = data;
-+int Error;
- 
- if (debug)
-   fprintf(stderr,"gif: done, cleaning up\n");
--DGifCloseFile(h->gif);
-+DGifCloseFile(h->gif, );
- fclose(h->infile);
- if (h->il)
-   free(h->il);


[arch-commits] Commit in fbida/repos (14 files)

2015-10-21 Thread Eric Bélanger
Date: Wednesday, October 21, 2015 @ 22:53:34
  Author: eric
Revision: 249603

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  fbida/repos/extra-i686/PKGBUILD
(from rev 249602, fbida/trunk/PKGBUILD)
  fbida/repos/extra-i686/fbida.install
(from rev 249602, fbida/trunk/fbida.install)
  fbida/repos/extra-i686/ida-desktop.patch
(from rev 249602, fbida/trunk/ida-desktop.patch)
  fbida/repos/extra-x86_64/PKGBUILD
(from rev 249602, fbida/trunk/PKGBUILD)
  fbida/repos/extra-x86_64/fbida.install
(from rev 249602, fbida/trunk/fbida.install)
  fbida/repos/extra-x86_64/ida-desktop.patch
(from rev 249602, fbida/trunk/ida-desktop.patch)
Deleted:
  fbida/repos/extra-i686/PKGBUILD
  fbida/repos/extra-i686/fbida.install
  fbida/repos/extra-i686/ida-PrintGifError.patch
  fbida/repos/extra-i686/ida-desktop.patch
  fbida/repos/extra-x86_64/PKGBUILD
  fbida/repos/extra-x86_64/fbida.install
  fbida/repos/extra-x86_64/ida-PrintGifError.patch
  fbida/repos/extra-x86_64/ida-desktop.patch

--+
 /PKGBUILD|   80 +++
 /fbida.install   |   22 
 /ida-desktop.patch   |   34 +
 extra-i686/PKGBUILD  |   41 
 extra-i686/fbida.install |   11 
 extra-i686/ida-PrintGifError.patch   |   83 -
 extra-i686/ida-desktop.patch |   17 --
 extra-x86_64/PKGBUILD|   41 
 extra-x86_64/fbida.install   |   11 
 extra-x86_64/ida-PrintGifError.patch |   83 -
 extra-x86_64/ida-desktop.patch   |   17 --
 11 files changed, 136 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-21 20:50:55 UTC (rev 249602)
+++ extra-i686/PKGBUILD 2015-10-21 20:53:34 UTC (rev 249603)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=fbida
-pkgver=2.09
-pkgrel=4
-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' 
'desktop-file-utils')
-makedepends=('libxpm' 'imagemagick')
-optdepends=('ghostscript: to use fbgs')
-install=fbida.install
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-ida-desktop.patch ida-PrintGifError.patch)
-sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
-  'SKIP'
-  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
-  'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
-validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
-  patch -p0 -i "${srcdir}/ida-desktop.patch"
-  patch -p1 -i "${srcdir}/ida-PrintGifError.patch"
-}
-
-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/extra-i686/PKGBUILD (from rev 249602, fbida/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-21 20:53:34 UTC (rev 249603)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fbida
+pkgver=2.10
+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' 
'desktop-file-utils')
+makedepends=('libxpm' 'imagemagick')
+optdepends=('ghostscript: to use fbgs')
+install=fbida.install
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+ida-desktop.patch)
+sha1sums=('127d80f258d429ff8f2474949b1cf0ab78682ff7'
+  'SKIP'
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  patch -p0 -i "${srcdir}/ida-desktop.patch"
+  echo 2.10 > 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 

[arch-commits] Commit in fbida/trunk (PKGBUILD)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 02:22:23
  Author: eric
Revision: 228279

Add validpgpkeys array

Modified:
  fbida/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 01:04:41 UTC (rev 228278)
+++ PKGBUILD2015-01-01 01:22:23 UTC (rev 228279)
@@ -18,6 +18,7 @@
   'SKIP'
   'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
   'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in fbida/repos/extra-i686 (8 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 02:24:13
  Author: eric
Revision: 228280

archrelease: copy trunk to extra-i686

Added:
  fbida/repos/extra-i686/PKGBUILD
(from rev 228279, fbida/trunk/PKGBUILD)
  fbida/repos/extra-i686/fbida.install
(from rev 228279, fbida/trunk/fbida.install)
  fbida/repos/extra-i686/ida-PrintGifError.patch
(from rev 228279, fbida/trunk/ida-PrintGifError.patch)
  fbida/repos/extra-i686/ida-desktop.patch
(from rev 228279, fbida/trunk/ida-desktop.patch)
Deleted:
  fbida/repos/extra-i686/PKGBUILD
  fbida/repos/extra-i686/fbida.install
  fbida/repos/extra-i686/ida-PrintGifError.patch
  fbida/repos/extra-i686/ida-desktop.patch

-+
 PKGBUILD|   81 +++---
 fbida.install   |   22 +++---
 ida-PrintGifError.patch |  166 +++---
 ida-desktop.patch   |   34 -
 4 files changed, 152 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 01:22:23 UTC (rev 228279)
+++ PKGBUILD2015-01-01 01:24:13 UTC (rev 228280)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=fbida
-pkgver=2.09
-pkgrel=4
-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' 
'desktop-file-utils')
-makedepends=('libxpm' 'imagemagick')
-optdepends=('ghostscript: to use fbgs')
-install=fbida.install
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-ida-desktop.patch ida-PrintGifError.patch)
-sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
-  'SKIP'
-  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
-  'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
-  patch -p0 -i ${srcdir}/ida-desktop.patch
-  patch -p1 -i ${srcdir}/ida-PrintGifError.patch
-}
-
-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/extra-i686/PKGBUILD (from rev 228279, fbida/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 01:24:13 UTC (rev 228280)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fbida
+pkgver=2.09
+pkgrel=4
+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' 
'desktop-file-utils')
+makedepends=('libxpm' 'imagemagick')
+optdepends=('ghostscript: to use fbgs')
+install=fbida.install
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+ida-desktop.patch ida-PrintGifError.patch)
+sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
+  'SKIP'
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
+  'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  patch -p0 -i ${srcdir}/ida-desktop.patch
+  patch -p1 -i ${srcdir}/ida-PrintGifError.patch
+}
+
+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
+}

Deleted: fbida.install
===
--- fbida.install   2015-01-01 01:22:23 UTC (rev 228279)
+++ fbida.install   2015-01-01 01:24:13 UTC (rev 228280)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: fbida/repos/extra-i686/fbida.install (from rev 228279, 
fbida/trunk/fbida.install)
===
--- fbida.install   (rev 0)
+++ fbida.install   2015-01-01 01:24:13 UTC (rev 228280)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: ida-PrintGifError.patch

[arch-commits] Commit in fbida/repos/extra-x86_64 (8 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 02:26:03
  Author: eric
Revision: 228281

archrelease: copy trunk to extra-x86_64

Added:
  fbida/repos/extra-x86_64/PKGBUILD
(from rev 228280, fbida/trunk/PKGBUILD)
  fbida/repos/extra-x86_64/fbida.install
(from rev 228280, fbida/trunk/fbida.install)
  fbida/repos/extra-x86_64/ida-PrintGifError.patch
(from rev 228280, fbida/trunk/ida-PrintGifError.patch)
  fbida/repos/extra-x86_64/ida-desktop.patch
(from rev 228280, fbida/trunk/ida-desktop.patch)
Deleted:
  fbida/repos/extra-x86_64/PKGBUILD
  fbida/repos/extra-x86_64/fbida.install
  fbida/repos/extra-x86_64/ida-PrintGifError.patch
  fbida/repos/extra-x86_64/ida-desktop.patch

-+
 PKGBUILD|   81 +++---
 fbida.install   |   22 +++---
 ida-PrintGifError.patch |  166 +++---
 ida-desktop.patch   |   34 -
 4 files changed, 152 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 01:24:13 UTC (rev 228280)
+++ PKGBUILD2015-01-01 01:26:03 UTC (rev 228281)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=fbida
-pkgver=2.09
-pkgrel=4
-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' 
'desktop-file-utils')
-makedepends=('libxpm' 'imagemagick')
-optdepends=('ghostscript: to use fbgs')
-install=fbida.install
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-ida-desktop.patch ida-PrintGifError.patch)
-sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
-  'SKIP'
-  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
-  'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
-  patch -p0 -i ${srcdir}/ida-desktop.patch
-  patch -p1 -i ${srcdir}/ida-PrintGifError.patch
-}
-
-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/extra-x86_64/PKGBUILD (from rev 228280, 
fbida/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 01:26:03 UTC (rev 228281)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fbida
+pkgver=2.09
+pkgrel=4
+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' 
'desktop-file-utils')
+makedepends=('libxpm' 'imagemagick')
+optdepends=('ghostscript: to use fbgs')
+install=fbida.install
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+ida-desktop.patch ida-PrintGifError.patch)
+sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
+  'SKIP'
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
+  'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  patch -p0 -i ${srcdir}/ida-desktop.patch
+  patch -p1 -i ${srcdir}/ida-PrintGifError.patch
+}
+
+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
+}

Deleted: fbida.install
===
--- fbida.install   2015-01-01 01:24:13 UTC (rev 228280)
+++ fbida.install   2015-01-01 01:26:03 UTC (rev 228281)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: fbida/repos/extra-x86_64/fbida.install (from rev 228280, 
fbida/trunk/fbida.install)
===
--- fbida.install   (rev 0)
+++ fbida.install   2015-01-01 01:26:03 UTC (rev 228281)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: ida-PrintGifError.patch

[arch-commits] Commit in fbida/trunk (PKGBUILD ida-PrintGifError.patch)

2014-05-28 Thread Eric Bélanger
Date: Wednesday, May 28, 2014 @ 22:01:11
  Author: eric
Revision: 213733

upgpkg: fbida 2.09-4

Rebuild against giflib 5.1.0

Modified:
  fbida/trunk/PKGBUILD
  fbida/trunk/ida-PrintGifError.patch

-+
 PKGBUILD|4 ++--
 ida-PrintGifError.patch |   22 ++
 2 files changed, 24 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-28 19:25:30 UTC (rev 213732)
+++ PKGBUILD2014-05-28 20:01:11 UTC (rev 213733)
@@ -3,7 +3,7 @@
 
 pkgname=fbida
 pkgver=2.09
-pkgrel=3
+pkgrel=4
 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/;
@@ -17,7 +17,7 @@
 sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
   'SKIP'
   'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
-  '4e7ed05fbfba46296aae11a9768680109bee8ac5')
+  'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
 
 prepare() {
   cd ${pkgname}-${pkgver}

Modified: ida-PrintGifError.patch
===
--- ida-PrintGifError.patch 2014-05-28 19:25:30 UTC (rev 213732)
+++ ida-PrintGifError.patch 2014-05-28 20:01:11 UTC (rev 213733)
@@ -59,3 +59,25 @@
}
if (NULL == h-gif-SColorMap 
NULL == h-gif-Image.ColorMap) {
+@@ -165,7 +165,7 @@
+  oops:
+ if (debug)
+   fprintf(stderr,gif: fatal error, aborting\n);
+-DGifCloseFile(h-gif);
++DGifCloseFile(h-gif, Error);
+ fclose(h-infile);
+ free(h-row);
+ free(h);
+@@ -202,10 +202,11 @@
+ gif_done(void *data)
+ {
+ struct gif_state *h = data;
++int Error;
+ 
+ if (debug)
+   fprintf(stderr,gif: done, cleaning up\n);
+-DGifCloseFile(h-gif);
++DGifCloseFile(h-gif, Error);
+ fclose(h-infile);
+ if (h-il)
+   free(h-il);



[arch-commits] Commit in fbida/repos (10 files)

2014-05-28 Thread Eric Bélanger
Date: Wednesday, May 28, 2014 @ 22:08:21
  Author: eric
Revision: 213734

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  fbida/repos/staging-i686/
  fbida/repos/staging-i686/PKGBUILD
(from rev 213733, fbida/trunk/PKGBUILD)
  fbida/repos/staging-i686/fbida.install
(from rev 213733, fbida/trunk/fbida.install)
  fbida/repos/staging-i686/ida-PrintGifError.patch
(from rev 213733, fbida/trunk/ida-PrintGifError.patch)
  fbida/repos/staging-i686/ida-desktop.patch
(from rev 213733, fbida/trunk/ida-desktop.patch)
  fbida/repos/staging-x86_64/
  fbida/repos/staging-x86_64/PKGBUILD
(from rev 213733, fbida/trunk/PKGBUILD)
  fbida/repos/staging-x86_64/fbida.install
(from rev 213733, fbida/trunk/fbida.install)
  fbida/repos/staging-x86_64/ida-PrintGifError.patch
(from rev 213733, fbida/trunk/ida-PrintGifError.patch)
  fbida/repos/staging-x86_64/ida-desktop.patch
(from rev 213733, fbida/trunk/ida-desktop.patch)

+
 staging-i686/PKGBUILD  |   40 ++
 staging-i686/fbida.install |   11 
 staging-i686/ida-PrintGifError.patch   |   83 +++
 staging-i686/ida-desktop.patch |   17 ++
 staging-x86_64/PKGBUILD|   40 ++
 staging-x86_64/fbida.install   |   11 
 staging-x86_64/ida-PrintGifError.patch |   83 +++
 staging-x86_64/ida-desktop.patch   |   17 ++
 8 files changed, 302 insertions(+)

Copied: fbida/repos/staging-i686/PKGBUILD (from rev 213733, 
fbida/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-28 20:08:21 UTC (rev 213734)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fbida
+pkgver=2.09
+pkgrel=4
+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' 
'desktop-file-utils')
+makedepends=('libxpm' 'imagemagick')
+optdepends=('ghostscript: to use fbgs')
+install=fbida.install
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+ida-desktop.patch ida-PrintGifError.patch)
+sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
+  'SKIP'
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
+  'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  patch -p0 -i ${srcdir}/ida-desktop.patch
+  patch -p1 -i ${srcdir}/ida-PrintGifError.patch
+}
+
+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/staging-i686/fbida.install (from rev 213733, 
fbida/trunk/fbida.install)
===
--- staging-i686/fbida.install  (rev 0)
+++ staging-i686/fbida.install  2014-05-28 20:08:21 UTC (rev 213734)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: fbida/repos/staging-i686/ida-PrintGifError.patch (from rev 213733, 
fbida/trunk/ida-PrintGifError.patch)
===
--- staging-i686/ida-PrintGifError.patch(rev 0)
+++ staging-i686/ida-PrintGifError.patch2014-05-28 20:08:21 UTC (rev 
213734)
@@ -0,0 +1,83 @@
+diff -Naur fbida-2.09-orig/rd/read-gif.c fbida-2.09/rd/read-gif.c
+--- fbida-2.09-orig/rd/read-gif.c  2013-07-29 16:43:26.949362012 -0400
 fbida-2.09/rd/read-gif.c   2013-07-29 16:43:43.669166969 -0400
+@@ -13,6 +13,14 @@
+ int w,h;
+ };
+ 
++static void
++localPrintGifError(void)
++{
++int ErrorCode=0;
++GifErrorString(ErrorCode);
++fprintf(stderr, \nGIF-LIB error: %i.\n, ErrorCode);
++}
++
+ static GifRecordType
+ gif_fileread(struct gif_state *h)
+ {
+@@ -25,7 +33,7 @@
+   if (GIF_ERROR == DGifGetRecordType(h-gif,RecordType)) {
+   if (debug)
+   fprintf(stderr,gif: DGifGetRecordType failed\n);
+-  PrintGifError();
++  localPrintGifError();
+   return -1;
+   }
+   switch (RecordType) {
+@@ -42,7 +50,7 @@
+   if (rc == GIF_ERROR) {
+   if (debug)
+   fprintf(stderr,gif: DGifGetExtension failed\n);
+-  PrintGifError();
++  localPrintGifError();
+  

[arch-commits] Commit in fbida/trunk (4 files)

2013-07-29 Thread Eric Bélanger
Date: Monday, July 29, 2013 @ 23:20:37
  Author: eric
Revision: 191735

upgpkg: fbida 2.09-3

Rebuild against giflib 5.0, Add build fix, Install desktop file and icon

Added:
  fbida/trunk/fbida.install
  fbida/trunk/ida-PrintGifError.patch
  fbida/trunk/ida-desktop.patch
Modified:
  fbida/trunk/PKGBUILD

-+
 PKGBUILD|   21 +++
 fbida.install   |   11 
 ida-PrintGifError.patch |   61 ++
 ida-desktop.patch   |   17 
 4 files changed, 104 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-29 19:57:36 UTC (rev 191734)
+++ PKGBUILD2013-07-29 21:20:37 UTC (rev 191735)
@@ -3,29 +3,38 @@
 
 pkgname=fbida
 pkgver=2.09
-pkgrel=2
+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' 'lesstif' 'libpng' 'fontconfig' 'curl')
-makedepends=('libxpm')
+depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 
'desktop-file-utils')
+makedepends=('libxpm' 'imagemagick')
 optdepends=('ghostscript: to use fbgs')
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+install=fbida.install
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+ida-desktop.patch ida-PrintGifError.patch)
 sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
-  '18f5660301201326bd9426ce55e9fc217bf720d8')
+  'SKIP'
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
+  '4e7ed05fbfba46296aae11a9768680109bee8ac5')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   sed -i 's/ungif/gif/' GNUmakefile
+  patch -p0 -i ${srcdir}/ida-desktop.patch
+  patch -p1 -i ${srcdir}/ida-PrintGifError.patch
 }
 
 build() {
   cd ${pkgname}-${pkgver}
-  make
+  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
 }

Added: fbida.install
===
--- fbida.install   (rev 0)
+++ fbida.install   2013-07-29 21:20:37 UTC (rev 191735)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Added: ida-PrintGifError.patch
===
--- ida-PrintGifError.patch (rev 0)
+++ ida-PrintGifError.patch 2013-07-29 21:20:37 UTC (rev 191735)
@@ -0,0 +1,61 @@
+diff -Naur fbida-2.09-orig/rd/read-gif.c fbida-2.09/rd/read-gif.c
+--- fbida-2.09-orig/rd/read-gif.c  2013-07-29 16:43:26.949362012 -0400
 fbida-2.09/rd/read-gif.c   2013-07-29 16:43:43.669166969 -0400
+@@ -13,6 +13,14 @@
+ int w,h;
+ };
+ 
++static void
++localPrintGifError(void)
++{
++int ErrorCode=0;
++GifErrorString(ErrorCode);
++fprintf(stderr, \nGIF-LIB error: %i.\n, ErrorCode);
++}
++
+ static GifRecordType
+ gif_fileread(struct gif_state *h)
+ {
+@@ -25,7 +33,7 @@
+   if (GIF_ERROR == DGifGetRecordType(h-gif,RecordType)) {
+   if (debug)
+   fprintf(stderr,gif: DGifGetRecordType failed\n);
+-  PrintGifError();
++  localPrintGifError();
+   return -1;
+   }
+   switch (RecordType) {
+@@ -42,7 +50,7 @@
+   if (rc == GIF_ERROR) {
+   if (debug)
+   fprintf(stderr,gif: DGifGetExtension failed\n);
+-  PrintGifError();
++  localPrintGifError();
+   return -1;
+   }
+   if (debug) {
+@@ -93,12 +101,13 @@
+ struct gif_state *h;
+ GifRecordType RecordType;
+ int i, image = 0;
+-
++int Error;
++
+ h = malloc(sizeof(*h));
+ memset(h,0,sizeof(*h));
+ 
+ h-infile = fp;
+-h-gif = DGifOpenFileHandle(fileno(fp));
++h-gif = DGifOpenFileHandle(fileno(fp), Error);
+ h-row = malloc(h-gif-SWidth * sizeof(GifPixelType));
+ 
+ while (0 == image) {
+@@ -108,7 +117,7 @@
+   if (GIF_ERROR == DGifGetImageDesc(h-gif)) {
+   if (debug)
+   fprintf(stderr,gif: DGifGetImageDesc failed\n);
+-  PrintGifError();
++  localPrintGifError();
+   }
+   if (NULL == h-gif-SColorMap 
+   NULL == h-gif-Image.ColorMap) {

Added: ida-desktop.patch
===
--- ida-desktop.patch   (rev 0)
+++ ida-desktop.patch   2013-07-29 21:20:37 UTC (rev 

[arch-commits] Commit in fbida/repos (10 files)

2013-07-29 Thread Eric Bélanger
Date: Monday, July 29, 2013 @ 23:21:54
  Author: eric
Revision: 191736

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  fbida/repos/staging-i686/
  fbida/repos/staging-i686/PKGBUILD
(from rev 191735, fbida/trunk/PKGBUILD)
  fbida/repos/staging-i686/fbida.install
(from rev 191735, fbida/trunk/fbida.install)
  fbida/repos/staging-i686/ida-PrintGifError.patch
(from rev 191735, fbida/trunk/ida-PrintGifError.patch)
  fbida/repos/staging-i686/ida-desktop.patch
(from rev 191735, fbida/trunk/ida-desktop.patch)
  fbida/repos/staging-x86_64/
  fbida/repos/staging-x86_64/PKGBUILD
(from rev 191735, fbida/trunk/PKGBUILD)
  fbida/repos/staging-x86_64/fbida.install
(from rev 191735, fbida/trunk/fbida.install)
  fbida/repos/staging-x86_64/ida-PrintGifError.patch
(from rev 191735, fbida/trunk/ida-PrintGifError.patch)
  fbida/repos/staging-x86_64/ida-desktop.patch
(from rev 191735, fbida/trunk/ida-desktop.patch)

+
 staging-i686/PKGBUILD  |   40 
 staging-i686/fbida.install |   11 +
 staging-i686/ida-PrintGifError.patch   |   61 +++
 staging-i686/ida-desktop.patch |   17 
 staging-x86_64/PKGBUILD|   40 
 staging-x86_64/fbida.install   |   11 +
 staging-x86_64/ida-PrintGifError.patch |   61 +++
 staging-x86_64/ida-desktop.patch   |   17 
 8 files changed, 258 insertions(+)

Copied: fbida/repos/staging-i686/PKGBUILD (from rev 191735, 
fbida/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-29 21:21:54 UTC (rev 191736)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fbida
+pkgver=2.09
+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' 'lesstif' 'libpng' 'fontconfig' 'curl' 
'desktop-file-utils')
+makedepends=('libxpm' 'imagemagick')
+optdepends=('ghostscript: to use fbgs')
+install=fbida.install
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+ida-desktop.patch ida-PrintGifError.patch)
+sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
+  'SKIP'
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
+  '4e7ed05fbfba46296aae11a9768680109bee8ac5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  patch -p0 -i ${srcdir}/ida-desktop.patch
+  patch -p1 -i ${srcdir}/ida-PrintGifError.patch
+}
+
+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/staging-i686/fbida.install (from rev 191735, 
fbida/trunk/fbida.install)
===
--- staging-i686/fbida.install  (rev 0)
+++ staging-i686/fbida.install  2013-07-29 21:21:54 UTC (rev 191736)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: fbida/repos/staging-i686/ida-PrintGifError.patch (from rev 191735, 
fbida/trunk/ida-PrintGifError.patch)
===
--- staging-i686/ida-PrintGifError.patch(rev 0)
+++ staging-i686/ida-PrintGifError.patch2013-07-29 21:21:54 UTC (rev 
191736)
@@ -0,0 +1,61 @@
+diff -Naur fbida-2.09-orig/rd/read-gif.c fbida-2.09/rd/read-gif.c
+--- fbida-2.09-orig/rd/read-gif.c  2013-07-29 16:43:26.949362012 -0400
 fbida-2.09/rd/read-gif.c   2013-07-29 16:43:43.669166969 -0400
+@@ -13,6 +13,14 @@
+ int w,h;
+ };
+ 
++static void
++localPrintGifError(void)
++{
++int ErrorCode=0;
++GifErrorString(ErrorCode);
++fprintf(stderr, \nGIF-LIB error: %i.\n, ErrorCode);
++}
++
+ static GifRecordType
+ gif_fileread(struct gif_state *h)
+ {
+@@ -25,7 +33,7 @@
+   if (GIF_ERROR == DGifGetRecordType(h-gif,RecordType)) {
+   if (debug)
+   fprintf(stderr,gif: DGifGetRecordType failed\n);
+-  PrintGifError();
++  localPrintGifError();
+   return -1;
+   }
+   switch (RecordType) {
+@@ -42,7 +50,7 @@
+   if (rc == GIF_ERROR) {
+   if (debug)
+   fprintf(stderr,gif: DGifGetExtension failed\n);
+-  PrintGifError();
++  

[arch-commits] Commit in fbida/trunk (PKGBUILD)

2013-04-27 Thread Eric Bélanger
Date: Saturday, April 27, 2013 @ 23:46:17
  Author: eric
Revision: 183767

upgpkg: fbida 2.09-2

Rebuild against libpng 1.6

Modified:
  fbida/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-27 21:16:30 UTC (rev 183766)
+++ PKGBUILD2013-04-27 21:46:17 UTC (rev 183767)
@@ -3,7 +3,7 @@
 
 pkgname=fbida
 pkgver=2.09
-pkgrel=1
+pkgrel=2
 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/;
@@ -15,13 +15,17 @@
 sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
   '18f5660301201326bd9426ce55e9fc217bf720d8')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
+  cd ${pkgname}-${pkgver}
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make STRIP= DESTDIR=${pkgdir} prefix=/usr install
 }



[arch-commits] Commit in fbida/repos (4 files)

2013-04-27 Thread Eric Bélanger
Date: Saturday, April 27, 2013 @ 23:46:43
  Author: eric
Revision: 183768

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  fbida/repos/staging-i686/
  fbida/repos/staging-i686/PKGBUILD
(from rev 183767, fbida/trunk/PKGBUILD)
  fbida/repos/staging-x86_64/
  fbida/repos/staging-x86_64/PKGBUILD
(from rev 183767, fbida/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: fbida/repos/staging-i686/PKGBUILD (from rev 183767, 
fbida/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-27 21:46:43 UTC (rev 183768)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fbida
+pkgver=2.09
+pkgrel=2
+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')
+makedepends=('libxpm')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
+  '18f5660301201326bd9426ce55e9fc217bf720d8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make STRIP= DESTDIR=${pkgdir} prefix=/usr install
+}

Copied: fbida/repos/staging-x86_64/PKGBUILD (from rev 183767, 
fbida/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-27 21:46:43 UTC (rev 183768)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fbida
+pkgver=2.09
+pkgrel=2
+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')
+makedepends=('libxpm')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
+  '18f5660301201326bd9426ce55e9fc217bf720d8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make STRIP= DESTDIR=${pkgdir} prefix=/usr install
+}



[arch-commits] Commit in fbida/repos (4 files)

2013-04-27 Thread Eric Bélanger
Date: Saturday, April 27, 2013 @ 23:49:15
  Author: eric
Revision: 183769

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  fbida/repos/staging-i686/PKGBUILD
(from rev 183768, fbida/trunk/PKGBUILD)
  fbida/repos/staging-x86_64/PKGBUILD
(from rev 183768, fbida/trunk/PKGBUILD)
Deleted:
  fbida/repos/staging-i686/PKGBUILD
  fbida/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   62 ++
 staging-i686/PKGBUILD   |   31 ---
 staging-x86_64/PKGBUILD |   31 ---
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2013-04-27 21:46:43 UTC (rev 183768)
+++ staging-i686/PKGBUILD   2013-04-27 21:49:15 UTC (rev 183769)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=fbida
-pkgver=2.09
-pkgrel=2
-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')
-makedepends=('libxpm')
-optdepends=('ghostscript: to use fbgs')
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
-  '18f5660301201326bd9426ce55e9fc217bf720d8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make STRIP= DESTDIR=${pkgdir} prefix=/usr install
-}

Copied: fbida/repos/staging-i686/PKGBUILD (from rev 183768, 
fbida/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-27 21:49:15 UTC (rev 183769)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fbida
+pkgver=2.09
+pkgrel=2
+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')
+makedepends=('libxpm')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
+  '18f5660301201326bd9426ce55e9fc217bf720d8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make STRIP= DESTDIR=${pkgdir} prefix=/usr install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2013-04-27 21:46:43 UTC (rev 183768)
+++ staging-x86_64/PKGBUILD 2013-04-27 21:49:15 UTC (rev 183769)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=fbida
-pkgver=2.09
-pkgrel=2
-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')
-makedepends=('libxpm')
-optdepends=('ghostscript: to use fbgs')
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
-  '18f5660301201326bd9426ce55e9fc217bf720d8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make STRIP= DESTDIR=${pkgdir} prefix=/usr install
-}

Copied: fbida/repos/staging-x86_64/PKGBUILD (from rev 183768, 
fbida/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-27 21:49:15 UTC (rev 183769)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fbida
+pkgver=2.09
+pkgrel=2
+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')
+makedepends=('libxpm')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
+  '18f5660301201326bd9426ce55e9fc217bf720d8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' 

[arch-commits] Commit in fbida/trunk (PKGBUILD)

2013-02-11 Thread Eric Bélanger
Date: Monday, February 11, 2013 @ 20:28:58
  Author: eric
Revision: 177937

upgpkg: fbida 2.09-1

Upstream update

Modified:
  fbida/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-11 19:11:34 UTC (rev 177936)
+++ PKGBUILD2013-02-11 19:28:58 UTC (rev 177937)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=fbida
-pkgver=2.08
-pkgrel=2
+pkgver=2.09
+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/;
@@ -11,9 +11,9 @@
 depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl')
 makedepends=('libxpm')
 optdepends=('ghostscript: to use fbgs')
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9b3693ab26a58194e36b479bffb61ed0')
-sha1sums=('597e0953c68112bf7c363b1ccaa94e72100b116a')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
+  '18f5660301201326bd9426ce55e9fc217bf720d8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -23,5 +23,5 @@
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} prefix=/usr install
+  make STRIP= DESTDIR=${pkgdir} prefix=/usr install
 }



[arch-commits] Commit in fbida/repos (4 files)

2013-02-11 Thread Eric Bélanger
Date: Monday, February 11, 2013 @ 20:29:44
  Author: eric
Revision: 177938

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  fbida/repos/extra-i686/PKGBUILD
(from rev 177937, fbida/trunk/PKGBUILD)
  fbida/repos/extra-x86_64/PKGBUILD
(from rev 177937, fbida/trunk/PKGBUILD)
Deleted:
  fbida/repos/extra-i686/PKGBUILD
  fbida/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   54 
 extra-x86_64/PKGBUILD |   54 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-11 19:28:58 UTC (rev 177937)
+++ extra-i686/PKGBUILD 2013-02-11 19:29:44 UTC (rev 177938)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=fbida
-pkgver=2.08
-pkgrel=2
-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')
-makedepends=('libxpm')
-optdepends=('ghostscript: to use fbgs')
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9b3693ab26a58194e36b479bffb61ed0')
-sha1sums=('597e0953c68112bf7c363b1ccaa94e72100b116a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} prefix=/usr install
-}

Copied: fbida/repos/extra-i686/PKGBUILD (from rev 177937, fbida/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-11 19:29:44 UTC (rev 177938)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fbida
+pkgver=2.09
+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')
+makedepends=('libxpm')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
+  '18f5660301201326bd9426ce55e9fc217bf720d8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make STRIP= DESTDIR=${pkgdir} prefix=/usr install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-11 19:28:58 UTC (rev 177937)
+++ extra-x86_64/PKGBUILD   2013-02-11 19:29:44 UTC (rev 177938)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=fbida
-pkgver=2.08
-pkgrel=2
-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')
-makedepends=('libxpm')
-optdepends=('ghostscript: to use fbgs')
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9b3693ab26a58194e36b479bffb61ed0')
-sha1sums=('597e0953c68112bf7c363b1ccaa94e72100b116a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} prefix=/usr install
-}

Copied: fbida/repos/extra-x86_64/PKGBUILD (from rev 177937, 
fbida/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-11 19:29:44 UTC (rev 177938)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fbida
+pkgver=2.09
+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')
+makedepends=('libxpm')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
+  '18f5660301201326bd9426ce55e9fc217bf720d8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make STRIP= DESTDIR=${pkgdir} prefix=/usr install
+}



[arch-commits] Commit in fbida/repos (3 files)

2012-02-05 Thread Ionut Biru
Date: Sunday, February 5, 2012 @ 06:47:45
  Author: ibiru
Revision: 148709

db-move: moved fbida from [testing] to [extra] (i686)

Added:
  fbida/repos/extra-i686/PKGBUILD
(from rev 148654, fbida/repos/testing-i686/PKGBUILD)
Deleted:
  fbida/repos/extra-i686/PKGBUILD
  fbida/repos/testing-i686/

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 11:47:44 UTC (rev 148708)
+++ extra-i686/PKGBUILD 2012-02-05 11:47:45 UTC (rev 148709)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=fbida
-pkgver=2.08
-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')
-makedepends=('libxpm')
-optdepends=('ghostscript: to use fbgs')
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9b3693ab26a58194e36b479bffb61ed0')
-sha1sums=('597e0953c68112bf7c363b1ccaa94e72100b116a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} prefix=/usr install
-}

Copied: fbida/repos/extra-i686/PKGBUILD (from rev 148654, 
fbida/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 11:47:45 UTC (rev 148709)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fbida
+pkgver=2.08
+pkgrel=2
+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')
+makedepends=('libxpm')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('9b3693ab26a58194e36b479bffb61ed0')
+sha1sums=('597e0953c68112bf7c363b1ccaa94e72100b116a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} prefix=/usr install
+}



[arch-commits] Commit in fbida/repos (3 files)

2012-02-05 Thread Ionut Biru
Date: Sunday, February 5, 2012 @ 06:47:47
  Author: ibiru
Revision: 148710

db-move: moved fbida from [testing] to [extra] (x86_64)

Added:
  fbida/repos/extra-x86_64/PKGBUILD
(from rev 148654, fbida/repos/testing-x86_64/PKGBUILD)
Deleted:
  fbida/repos/extra-x86_64/PKGBUILD
  fbida/repos/testing-x86_64/

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 11:47:45 UTC (rev 148709)
+++ extra-x86_64/PKGBUILD   2012-02-05 11:47:47 UTC (rev 148710)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=fbida
-pkgver=2.08
-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')
-makedepends=('libxpm')
-optdepends=('ghostscript: to use fbgs')
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9b3693ab26a58194e36b479bffb61ed0')
-sha1sums=('597e0953c68112bf7c363b1ccaa94e72100b116a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} prefix=/usr install
-}

Copied: fbida/repos/extra-x86_64/PKGBUILD (from rev 148654, 
fbida/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 11:47:47 UTC (rev 148710)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fbida
+pkgver=2.08
+pkgrel=2
+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')
+makedepends=('libxpm')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('9b3693ab26a58194e36b479bffb61ed0')
+sha1sums=('597e0953c68112bf7c363b1ccaa94e72100b116a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} prefix=/usr install
+}



[arch-commits] Commit in fbida/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:28
  Author: ibiru
Revision: 148090

db-move: moved fbida from [staging] to [testing] (i686)

Added:
  fbida/repos/testing-i686/
  fbida/repos/testing-i686/PKGBUILD
(from rev 148047, fbida/repos/staging-i686/PKGBUILD)
Deleted:
  fbida/repos/staging-i686/

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: fbida/repos/testing-i686/PKGBUILD (from rev 148047, 
fbida/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-30 18:45:28 UTC (rev 148090)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fbida
+pkgver=2.08
+pkgrel=2
+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')
+makedepends=('libxpm')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('9b3693ab26a58194e36b479bffb61ed0')
+sha1sums=('597e0953c68112bf7c363b1ccaa94e72100b116a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} prefix=/usr install
+}



[arch-commits] Commit in fbida/repos (3 files)

2012-01-30 Thread Ionut Biru
Date: Monday, January 30, 2012 @ 13:45:29
  Author: ibiru
Revision: 148091

db-move: moved fbida from [staging] to [testing] (x86_64)

Added:
  fbida/repos/testing-x86_64/
  fbida/repos/testing-x86_64/PKGBUILD
(from rev 148047, fbida/repos/staging-x86_64/PKGBUILD)
Deleted:
  fbida/repos/staging-x86_64/

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: fbida/repos/testing-x86_64/PKGBUILD (from rev 148047, 
fbida/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-30 18:45:29 UTC (rev 148091)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fbida
+pkgver=2.08
+pkgrel=2
+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')
+makedepends=('libxpm')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('9b3693ab26a58194e36b479bffb61ed0')
+sha1sums=('597e0953c68112bf7c363b1ccaa94e72100b116a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} prefix=/usr install
+}



[arch-commits] Commit in fbida/trunk (PKGBUILD)

2012-01-18 Thread Eric Bélanger
Date: Wednesday, January 18, 2012 @ 22:42:42
  Author: eric
Revision: 146886

upgpkg: fbida 2.08-2

Rebuild against libpng 1.5 and libtiff 4.0, Add curl depends

Modified:
  fbida/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-19 03:40:43 UTC (rev 146885)
+++ PKGBUILD2012-01-19 03:42:42 UTC (rev 146886)
@@ -3,12 +3,12 @@
 
 pkgname=fbida
 pkgver=2.08
-pkgrel=1
+pkgrel=2
 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')
+depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl')
 makedepends=('libxpm')
 optdepends=('ghostscript: to use fbgs')
 source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)



[arch-commits] Commit in fbida/repos (4 files)

2012-01-18 Thread Eric Bélanger
Date: Wednesday, January 18, 2012 @ 22:44:47
  Author: eric
Revision: 146887

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  fbida/repos/staging-i686/
  fbida/repos/staging-i686/PKGBUILD
(from rev 146886, fbida/trunk/PKGBUILD)
  fbida/repos/staging-x86_64/
  fbida/repos/staging-x86_64/PKGBUILD
(from rev 146886, fbida/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: fbida/repos/staging-i686/PKGBUILD (from rev 146886, 
fbida/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-01-19 03:44:47 UTC (rev 146887)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fbida
+pkgver=2.08
+pkgrel=2
+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')
+makedepends=('libxpm')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('9b3693ab26a58194e36b479bffb61ed0')
+sha1sums=('597e0953c68112bf7c363b1ccaa94e72100b116a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} prefix=/usr install
+}

Copied: fbida/repos/staging-x86_64/PKGBUILD (from rev 146886, 
fbida/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-19 03:44:47 UTC (rev 146887)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fbida
+pkgver=2.08
+pkgrel=2
+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')
+makedepends=('libxpm')
+optdepends=('ghostscript: to use fbgs')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('9b3693ab26a58194e36b479bffb61ed0')
+sha1sums=('597e0953c68112bf7c363b1ccaa94e72100b116a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} prefix=/usr install
+}



[arch-commits] Commit in fbida/trunk (6 files)

2011-06-17 Thread Eric Bélanger
Date: Friday, June 17, 2011 @ 20:11:19
  Author: eric
Revision: 127739

upgpkg: fbida 2.08-1
Upstream update, Updated url, Cleaned up depends, PKGBUILD clean up, Removed 
old build files

Modified:
  fbida/trunk/PKGBUILD
Deleted:
  fbida/trunk/ChangeLog
  fbida/trunk/jinclude.h
  fbida/trunk/libpng-1.4.patch
  fbida/trunk/transupp.c
  fbida/trunk/transupp.h

--+
 ChangeLog|   21 
 PKGBUILD |   45 -
 jinclude.h   |   91 ---
 libpng-1.4.patch |   17 
 transupp.c   | 1583 -
 transupp.h   |  210 ---
 6 files changed, 15 insertions(+), 1952 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 127738:127739 to see the changes.


[arch-commits] Commit in fbida/repos (extra-i686)

2011-06-17 Thread Eric Bélanger
Date: Friday, June 17, 2011 @ 20:11:22
  Author: eric
Revision: 127740

archrelease: remove extra-i686

Deleted:
  fbida/repos/extra-i686/



[arch-commits] Commit in fbida/repos (extra-i686)

2011-06-17 Thread Eric Bélanger
Date: Friday, June 17, 2011 @ 20:11:32
  Author: eric
Revision: 127741

archrelease: copy trunk to extra-i686

Added:
  fbida/repos/extra-i686/



[arch-commits] Commit in fbida/repos (extra-x86_64)

2011-06-17 Thread Eric Bélanger
Date: Friday, June 17, 2011 @ 20:11:34
  Author: eric
Revision: 127742

archrelease: remove extra-x86_64

Deleted:
  fbida/repos/extra-x86_64/



[arch-commits] Commit in fbida/repos (extra-x86_64)

2011-06-17 Thread Eric Bélanger
Date: Friday, June 17, 2011 @ 20:11:43
  Author: eric
Revision: 127743

archrelease: copy trunk to extra-x86_64

Added:
  fbida/repos/extra-x86_64/



[arch-commits] Commit in fbida/trunk (5 files)

2010-03-02 Thread Eric Bélanger
Date: Tuesday, March 2, 2010 @ 15:48:52
  Author: eric
Revision: 70970

upgpkg: fbida 2.07-5
Fixed exiftran (close FS#18302), Removed backup array

Added:
  fbida/trunk/jinclude.h
  fbida/trunk/transupp.c
  fbida/trunk/transupp.h
Modified:
  fbida/trunk/ChangeLog
  fbida/trunk/PKGBUILD

+
 ChangeLog  |6 
 PKGBUILD   |   22 
 jinclude.h |   91 +++
 transupp.c | 1583 +++
 transupp.h |  210 +++
 5 files changed, 1906 insertions(+), 6 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 70969:70970 to see the changes.


[arch-commits] Commit in fbida/repos (extra-i686)

2010-03-02 Thread Eric Bélanger
Date: Tuesday, March 2, 2010 @ 15:48:59
  Author: eric
Revision: 70971

archrelease: remove extra-i686

Deleted:
  fbida/repos/extra-i686/



[arch-commits] Commit in fbida/repos (extra-i686)

2010-03-02 Thread Eric Bélanger
Date: Tuesday, March 2, 2010 @ 15:49:09
  Author: eric
Revision: 70972

archrelease: copy trunk to extra-i686

Added:
  fbida/repos/extra-i686/



[arch-commits] Commit in fbida/repos (extra-x86_64)

2010-03-02 Thread Eric Bélanger
Date: Tuesday, March 2, 2010 @ 15:49:16
  Author: eric
Revision: 70973

archrelease: remove extra-x86_64

Deleted:
  fbida/repos/extra-x86_64/



[arch-commits] Commit in fbida/repos (extra-x86_64)

2010-03-02 Thread Eric Bélanger
Date: Tuesday, March 2, 2010 @ 15:49:25
  Author: eric
Revision: 70974

archrelease: copy trunk to extra-x86_64

Added:
  fbida/repos/extra-x86_64/



[arch-commits] Commit in fbida/repos (extra-i686)

2010-01-30 Thread Jan de Groot
Date: Saturday, January 30, 2010 @ 14:47:58
  Author: jgc
Revision: 65595

db-move: fbida removed by jgc for move to extra

Deleted:
  fbida/repos/extra-i686/



[arch-commits] Commit in fbida/repos (extra-i686 testing-i686)

2010-01-30 Thread Jan de Groot
Date: Saturday, January 30, 2010 @ 14:47:59
  Author: jgc
Revision: 65596

db-move: moved fbida from [testing] to [extra] (i686)

Added:
  fbida/repos/extra-i686/
Deleted:
  fbida/repos/testing-i686/



[arch-commits] Commit in fbida/repos (extra-x86_64)

2010-01-30 Thread Jan de Groot
Date: Saturday, January 30, 2010 @ 15:15:15
  Author: jgc
Revision: 66001

db-move: fbida removed by jgc for move to extra

Deleted:
  fbida/repos/extra-x86_64/



[arch-commits] Commit in fbida/repos (extra-x86_64 testing-x86_64)

2010-01-30 Thread Jan de Groot
Date: Saturday, January 30, 2010 @ 15:15:19
  Author: jgc
Revision: 66002

db-move: moved fbida from [testing] to [extra] (x86_64)

Added:
  fbida/repos/extra-x86_64/
Deleted:
  fbida/repos/testing-x86_64/



[arch-commits] Commit in fbida/repos (jpng-x86_64 testing-x86_64)

2010-01-19 Thread Ionut Biru
Date: Tuesday, January 19, 2010 @ 08:03:53
  Author: ibiru
Revision: 64070

db-move: moved fbida from [jpng] to [testing] (x86_64)

Added:
  fbida/repos/testing-x86_64/
Deleted:
  fbida/repos/jpng-x86_64/



[arch-commits] Commit in fbida/repos (jpng-i686 testing-i686)

2010-01-19 Thread Ionut Biru
Date: Tuesday, January 19, 2010 @ 08:12:51
  Author: ibiru
Revision: 64184

db-move: moved fbida from [jpng] to [testing] (i686)

Added:
  fbida/repos/testing-i686/
Deleted:
  fbida/repos/jpng-i686/



[arch-commits] Commit in fbida/trunk (ChangeLog PKGBUILD libpng-1.4.patch)

2010-01-17 Thread Eric Bélanger
Date: Monday, January 18, 2010 @ 00:19:43
  Author: eric
Revision: 63614

upgpkg: fbida 2.07-4
Rebuilt for libpng 1.4 and libjpeg 8

Added:
  fbida/trunk/libpng-1.4.patch
Modified:
  fbida/trunk/ChangeLog
  fbida/trunk/PKGBUILD

--+
 ChangeLog|5 +
 PKGBUILD |   11 ++-
 libpng-1.4.patch |   17 +
 3 files changed, 28 insertions(+), 5 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-01-18 05:08:41 UTC (rev 63613)
+++ ChangeLog   2010-01-18 05:19:43 UTC (rev 63614)
@@ -1,3 +1,8 @@
+2010-01-17  Eric Belanger  e...@archlinux.org
+
+   * fbida 2.07-4
+   * Rebuilt for libpng 1.4 and libjpeg 8
+
 2009-08-10  Eric Belanger  e...@archlinux.org
 
* fbida 2.07-3

Modified: PKGBUILD
===
--- PKGBUILD2010-01-18 05:08:41 UTC (rev 63613)
+++ PKGBUILD2010-01-18 05:19:43 UTC (rev 63614)
@@ -4,22 +4,23 @@
 
 pkgname=fbida
 pkgver=2.07
-pkgrel=3
+pkgrel=4
 pkgdesc=Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran
 arch=('i686' 'x86_64')
 url=http://linux.bytesex.org/fbida/;
 license=('GPL2')
-depends=('giflib' 'libtiff' 'libjpeg=7' 'libexif' 'lesstif' 'libxpm' 'libpng' 
'libx11' 'libxext' 'fontconfig')
+depends=('giflib' 'libtiff' 'libjpeg' 'libexif' 'lesstif' 'libxpm' 'libpng' 
'libx11' 'libxext' 'fontconfig')
 optdepends=('ghostscript: to use fbgs')
 replaces=('fbi')
 provides=('fbi')
 backup=('etc/X11/app-defaults/Ida')
-source=(http://dl.bytesex.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3e05910fb7c1d9b2bd3e272d96db069c')
-sha1sums=('4758178299e09d5251b9cf20337a81cc20553d45')
+source=(http://dl.bytesex.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz 
libpng-1.4.patch)
+md5sums=('3e05910fb7c1d9b2bd3e272d96db069c' '31b5a5318c16808d55403e06110ff5a5')
+sha1sums=('4758178299e09d5251b9cf20337a81cc20553d45' 
'dcb39c82e7e6f4d7d6e8d0e95c661f83a2655c7f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1  ../libpng-1.4.patch || return 1
   rm jpeg/jpeg*
   make Make.config || return 1
   for config in HAVE_LIB{SANE,CURL,LIRC}; do

Added: libpng-1.4.patch
===
--- libpng-1.4.patch(rev 0)
+++ libpng-1.4.patch2010-01-18 05:19:43 UTC (rev 63614)
@@ -0,0 +1,17 @@
+diff -Naur fbida-2.07-orig/rd/read-png.c fbida-2.07/rd/read-png.c
+--- fbida-2.07-orig/rd/read-png.c  2010-01-18 00:02:02.0 -0500
 fbida-2.07/rd/read-png.c   2010-01-18 00:06:09.0 -0500
+@@ -69,8 +69,11 @@
+ if (h-color_type == PNG_COLOR_TYPE_PALETTE)
+   png_set_palette_to_rgb(h-png);
+ if (h-color_type == PNG_COLOR_TYPE_GRAY  bit_depth  8)
+-  png_set_gray_1_2_4_to_8(h-png);
+-
++#if PNG_LIBPNG_VER  10400
++  png_set_gray_1_2_4_to_8(h-png);
++#else
++png_set_expand_gray_1_2_4_to_8(h-png);
++#endif
+ if (png_get_bKGD(h-png, h-info, file_bg)) {
+   png_set_background(h-png,file_bg,PNG_BACKGROUND_GAMMA_FILE,1,1.0);
+ } else {



[arch-commits] Commit in fbida/repos (jpng-i686)

2010-01-17 Thread Eric Bélanger
Date: Monday, January 18, 2010 @ 00:19:52
  Author: eric
Revision: 63615

archrelease: new repo jpng-i686

Added:
  fbida/repos/jpng-i686/



[arch-commits] Commit in fbida/repos (jpng-i686)

2010-01-17 Thread Eric Bélanger
Date: Monday, January 18, 2010 @ 00:19:58
  Author: eric
Revision: 63616

Initialized merge tracking via svnmerge with revisions 1-63614 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/fbida/trunk

Modified:
  fbida/repos/jpng-i686/(properties)


Property changes on: fbida/repos/jpng-i686
___
Added: svnmerge-integrated
   + /fbida/trunk:1-63614



[arch-commits] Commit in fbida/repos (jpng-x86_64)

2010-01-17 Thread Eric Bélanger
Date: Monday, January 18, 2010 @ 00:20:12
  Author: eric
Revision: 63617

archrelease: new repo jpng-x86_64

Added:
  fbida/repos/jpng-x86_64/



[arch-commits] Commit in fbida/repos (jpng-x86_64)

2010-01-17 Thread Eric Bélanger
Date: Monday, January 18, 2010 @ 00:20:18
  Author: eric
Revision: 63618

Initialized merge tracking via svnmerge with revisions 1-63616 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/fbida/trunk

Modified:
  fbida/repos/jpng-x86_64/  (properties)


Property changes on: fbida/repos/jpng-x86_64
___
Added: svnmerge-integrated
   + /fbida/trunk:1-63616