From 9feb9519ea92046608c11f1f85f2397e8debc2f6 Mon Sep 17 00:00:00 2001 From: milisbir Date: Sun, 3 Dec 2017 21:05:08 +0200 Subject: [PATCH] fbida.gereksiz --- talimatname/genel/f/fbida/ida-desktop.patch | 17 --------------- talimatname/genel/f/fbida/talimat | 24 --------------------- 2 files changed, 41 deletions(-) delete mode 100644 talimatname/genel/f/fbida/ida-desktop.patch delete mode 100644 talimatname/genel/f/fbida/talimat diff --git a/talimatname/genel/f/fbida/ida-desktop.patch b/talimatname/genel/f/fbida/ida-desktop.patch deleted file mode 100644 index 8440e4cb3..000000000 --- a/talimatname/genel/f/fbida/ida-desktop.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- desktop/ida.desktop~ 2008-08-28 00:33:58.000000000 +0200 -+++ desktop/ida.desktop 2008-08-28 00:33:58.000000000 +0200 -@@ -1,9 +1,10 @@ - [Desktop Entry] - Type=Application --Encoding=UTF-8 - Name=ida - GenericName=Image Viewer -+Comment=Image Viewer - Exec=ida %F --Terminal=no --Categories=Motif;Graphics;Viewer --MimeType=image/jpeg;image/tiff;image/png -+Terminal=false -+Categories=Motif;Graphics;Viewer; -+MimeType=image/jpeg;image/tiff;image/png; -+Icon=ida diff --git a/talimatname/genel/f/fbida/talimat b/talimatname/genel/f/fbida/talimat deleted file mode 100644 index 4ebe8679d..000000000 --- a/talimatname/genel/f/fbida/talimat +++ /dev/null @@ -1,24 +0,0 @@ -# Tanım: Framebuffer için görüntü ve pdf görüntüleyici -# URL: http://linux.bytesex.org/fbida/ -# Paketçi: milisarge -# Gerekler: lesstif libpng libexif xorg-fontconfig giflib imagemagick xorg-libxpm desktop-file-utils - -isim=fbida -surum=2.10 -devir=2 -kaynak=(http://dl.bytesex.org/releases/fbida/$isim-$surum.tar.gz - ida-desktop.patch) - -derle() { - cd $isim-$surum - sed -i 's/ungif/gif/' GNUmakefile - patch -p0 -i $SRC/ida-desktop.patch - echo 2.10 > VERSION - make verbose=yes - convert -resize 25% logo.jpg ida.png - make STRIP="" DESTDIR=$PKG prefix=/usr install - install -d -m644 $PKG/usr/share/applications - install -d -m644 $PKG/usr/share/pixmaps - cp -f desktop/ida.desktop $PKG/usr/share/applications/ida.desktop - cp -f ida.png $PKG/usr/share/pixmaps/ida.png -}