Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b58a174f4aace77334c9f893e17a519457cc5e16

commit b58a174f4aace77334c9f893e17a519457cc5e16
Author: James Buren <r...@frugalware.org>
Date:   Thu Jan 8 04:25:50 2009 -0600

yeahlaunch-0.2-2-i686
* removing package and replacing

diff --git a/source/x11-extra/yeahlaunch/FrugalBuild 
b/source/x11-extra/yeahlaunch/FrugalBuild
deleted file mode 100644
index d7550a6..0000000
--- a/source/x11-extra/yeahlaunch/FrugalBuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Compiling Time: 0.01 SBU
-# Maintainer: James Buren <r...@frugalware.org>
-
-pkgname=yeahlaunch
-pkgver=0.2
-pkgrel=2
-pkgdesc="Yeahlaunch is a very simple application launcher with horizontal 
menu."
-url="http://www.phrat.de/";
-depends=('libx11' 'glibc')
-groups=('x11-extra')
-archs=('i686' 'x86_64')
-up2date="Flasttar $url/downloads.html"
-source=($url/$pkgname-$pkgver.tar.gz $pkgname-$pkgver-label.patch)
-sha1sums=('a58790be639b48f81eb19d5c5eb12dc66f229eaf' \
-          'c4e2e75c6b542a79ba6f9d3ab3c027e249cda087')
-
-build()
-{
-       Fsed "-Os" "${CFLAGS}" Makefile
-       Fpatchall
-       Fmake
-       Fexerel /usr/bin/yeahlaunch
-}
-
-# optimization OK
diff --git a/source/x11-extra/yeahlaunch/yeahlaunch-0.2-label.patch 
b/source/x11-extra/yeahlaunch/yeahlaunch-0.2-label.patch
deleted file mode 100644
index 7e826ad..0000000
--- a/source/x11-extra/yeahlaunch/yeahlaunch-0.2-label.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- yeahlaunch-0.2/yeahlaunch.c        2004-12-18 04:46:10.000000000 -0600
-+++ yeahlaunch-0.2-2/yeahlaunch.c      2008-07-24 01:01:04.000000000 -0500
-@@ -120,7 +120,7 @@
-         if (!strncmp(argv[i], "-", 1) && i + 1 < argc)
-             i++;
-         else if (i + 1 < argc)
--            make_new_tab(argv[++i], argv[i]);
-+            make_new_tab(argv[i], argv[i++]);
-     }
-     for (t = head_tab; t; t = t->next)
-         width += t->width;
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to