[Frugalware-git] frugalware-current: frugalrledit-0.2-5-i686

2010-10-19 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c9f2eda50bb9e95c453ade91e9fd0bfe26aa411b

commit c9f2eda50bb9e95c453ade91e9fd0bfe26aa411b
Author: Miklos Vajna vmik...@frugalware.org
Date:   Tue Oct 19 13:02:17 2010 +0200

frugalrledit-0.2-5-i686

- bin, replaced by gservice

diff --git a/source/xapps/frugalrledit/FrugalBuild 
b/source/xapps/frugalrledit/FrugalBuild
deleted file mode 100644
index 17ab334..000
--- a/source/xapps/frugalrledit/FrugalBuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Compiling Time: ~0.12 SBU
-# Maintainer: BMH1980 bmh1...@frugalware.org
-
-pkgname=frugalrledit
-pkgver=0.2
-pkgrel=5
-pkgdesc=Runlevel Editor for Frugalware Linux
-url=http://ftp.frugalware.org/pub/other/sources/frugalrledit;
-depends=('chkconfig' 'pygtk')
-makedepends=('kdebase')
-up2date=lynx -dump $url |Flasttar
-source=($url/$pkgname-$pkgver.tar.gz)
-license=GPL2
-groups=('xapps')
-archs=('i686' 'x86_64')
-sha1sums=('edf2eb356c0bc2cbd8f3d49aacac3b562a004ed5')
-
-build()
-{
-   Fcd
-   ./install --prefix=/usr --root=$Fdestdir
-   Fsed OnlyShowIn=GNOME NotShowIn=KDE \
-   $Fdestdir/usr/share/applications/frugalrledit.desktop
-}
-
-
diff --git a/source/xapps/frugalrledit/frugalrledit.install 
b/source/xapps/frugalrledit/frugalrledit.install
deleted file mode 100644
index 2143dcc..000
--- a/source/xapps/frugalrledit/frugalrledit.install
+++ /dev/null
@@ -1,26 +0,0 @@
-post_install()
-{
-   echo -n updating desktop database...
-   if update-desktop-database  /dev/null 21 ; then
-   echo  done.
-   else
-   echo  failed.
-   fi
-}
-
-post_upgrade()
-{
-   post_install
-}
-
-post_remove()
-{
-   post_install
-}
-
-op=$1
-shift
-
-$op $*
-
-# vim: ft=sh
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: frugalrledit-0.2-5-i686

2007-12-30 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ea305f0267c609353561c9134ab233f62d8cb358

commit ea305f0267c609353561c9134ab233f62d8cb358
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Sun Dec 30 14:44:03 2007 +0100

frugalrledit-0.2-5-i686
url/up2date/source/makedepends fix

diff --git a/source/xapps/frugalrledit/FrugalBuild 
b/source/xapps/frugalrledit/FrugalBuild
index 665905d..2303ca4 100644
--- a/source/xapps/frugalrledit/FrugalBuild
+++ b/source/xapps/frugalrledit/FrugalBuild
@@ -3,12 +3,13 @@

pkgname=frugalrledit
pkgver=0.2
-pkgrel=4
+pkgrel=5
pkgdesc=Runlevel Editor for Frugalware Linux
-url=http://frugalware.org;
+url=http://ftp.frugalware.org/pub/other/sources/frugalrledit;
depends=('chkconfig' 'pygtk')
-up2date=$pkgver
-source=($pkgname-$pkgver.tar.gz)
+makedepends=('kdebase')
+up2date=lynx -dump $url |Flasttar
+source=($url/$pkgname-$pkgver.tar.gz)
license=GPL2
groups=('xapps')
archs=('i686' 'x86_64')
@@ -22,5 +23,4 @@ build()
$Fdestdir/usr/share/applications/frugalrledit.desktop
}

-# optimalization ok - noarch
-
+# optimization ok - noarch
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git