[arch-commits] CVS update of extra/multimedia/giftoxic (4 files)

Eric Belanger eric at archlinux.org
Wed Dec 12 06:40:33 UTC 2007


    Date: Wednesday, December 12, 2007 @ 01:40:33
  Author: eric
    Path: /home/cvs-extra/extra/multimedia/giftoxic

 Removed: PKGBUILD (1.11) giFToxic.desktop (1.1) giftoxic.install (1.1)
          toxic (1.2)

extra repo cleanup


------------------+
 PKGBUILD         |   26 --------------------------
 giFToxic.desktop |   10 ----------
 giftoxic.install |   21 ---------------------
 toxic            |   18 ------------------
 4 files changed, 75 deletions(-)


Index: extra/multimedia/giftoxic/PKGBUILD
diff -u extra/multimedia/giftoxic/PKGBUILD:1.11 extra/multimedia/giftoxic/PKGBUILD:removed
--- extra/multimedia/giftoxic/PKGBUILD:1.11	Sun Jun  4 16:18:40 2006
+++ extra/multimedia/giftoxic/PKGBUILD	Wed Dec 12 01:40:33 2007
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD,v 1.11 2006/06/04 20:18:40 simo Exp $
-# Maintainer: arjan <arjan at archlinux.org>
-# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
-
-pkgname=giftoxic
-pkgver=0.0.10
-pkgrel=2
-pkgdesc="A GTK frontend for the giFT daemon"
-arch=(i686 x86_64)
-depends=('gtk2' 'gift')
-install=giftoxic.install
-source=(http://umn.dl.sourceforge.net/sourceforge/giftoxic/giFToxic-$pkgver.tar.gz giFToxic.desktop toxic)
-url="http://giftoxic.sourceforge.net/"
-
-build() {
-  cd $startdir/src/giFToxic-$pkgver
-  ./configure --prefix=/usr
-  make || return 1
-  make prefix=$startdir/pkg/usr install
-  cp $startdir/giFToxic.desktop $startdir/pkg/usr/share/applications
-  cp $startdir/toxic $startdir/pkg/usr/bin/toxic
-  
-
-}
-md5sums=('3356ff83f896f6f6491d99065f7ab141' 'b1f8c41c7ebafff930ef1f8f8d539f3b'\
-         '7f27ddd0746d02a86447f4444498a6e4')
Index: extra/multimedia/giftoxic/giFToxic.desktop
diff -u extra/multimedia/giftoxic/giFToxic.desktop:1.1 extra/multimedia/giftoxic/giFToxic.desktop:removed
--- extra/multimedia/giftoxic/giFToxic.desktop:1.1	Mon Jan 12 15:06:49 2004
+++ extra/multimedia/giftoxic/giFToxic.desktop	Wed Dec 12 01:40:33 2007
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=giFToxic
-Comment[de]=Eine auf GTK+2 basierende GUI für das Filesharing Tool giFT
-Comment=A GTK+2 based GUI for the filesharing tool giFT
-Exec=toxic
-StartupNotify=true
-Terminal=0
-Type=Application
-Icon=/usr/share/pixmaps/giFToxic-48.png
-Categories=Application;Network;
Index: extra/multimedia/giftoxic/giftoxic.install
diff -u extra/multimedia/giftoxic/giftoxic.install:1.1 extra/multimedia/giftoxic/giftoxic.install:removed
--- extra/multimedia/giftoxic/giftoxic.install:1.1	Mon Jan  6 02:00:08 2003
+++ extra/multimedia/giftoxic/giftoxic.install	Wed Dec 12 01:40:33 2007
@@ -1,21 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  /bin/true
-  echo "A script has been included with giFToxic that will launch both giFT and giFToxic. Just execute 'toxic'."
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
-op=$1
-shift
-
-$op $*
Index: extra/multimedia/giftoxic/toxic
diff -u extra/multimedia/giftoxic/toxic:1.2 extra/multimedia/giftoxic/toxic:removed
--- extra/multimedia/giftoxic/toxic:1.2	Mon Jan 12 15:03:30 2004
+++ extra/multimedia/giftoxic/toxic	Wed Dec 12 01:40:33 2007
@@ -1,18 +0,0 @@
-#!/bin/bash
-
-# Turn off / on giFT daemon
-if 
-ps -A | grep giftd; then
-killall giftd
-fi
-
-if 
-test -x "`which giftd`"; then
-giftd -d
-fi
-
-giFToxic
-
-killall giftd
-
-#end of file




More information about the arch-commits mailing list