Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=92b709b77d25470fa2297aa9ff78eff8d1f0d73f
commit 92b709b77d25470fa2297aa9ff78eff8d1f0d73f Author: DeX77 <[email protected]> Date: Fri Aug 1 11:47:11 2014 +0200 suxpanel-0.4b-4-x86_64 - remove: source no longer available diff --git a/source/x11-extra/suxpanel/FrugalBuild b/source/x11-extra/suxpanel/FrugalBuild deleted file mode 100644 index 45a8246..0000000 --- a/source/x11-extra/suxpanel/FrugalBuild +++ /dev/null @@ -1,37 +0,0 @@ -# Compiling Time: 0.06 SBU -# Maintainer: bouleetbil <[email protected]> -# Contributor: BMH1980 <[email protected]> - -pkgname=suxpanel -pkgver=0.4b -pkgrel=4 -pkgdesc="SuxPanel is a complete rewrite of old 'MacOS Style Panel' project." -_F_berlios_ext=".tar.bz2" -Finclude berlios -url="http://suxpanel.berlios.de/" -license="GPL2" -source=($source $pkgname) -groups=('x11-extra') -archs=('i686' 'x86_64') -depends=('libwnck2') -options=('scriptlet') -sha1sums=('cb7e7d1e461667db95b777271f66956a77454584' \ - 'af3f800d19b120d39c9dca92e618a517e69abdc5') -if [ "$CARCH" == "x86_64" ]; then - FPIC="-fPIC" -fi - -build() -{ - Fcd - Fmkdir /usr/bin - Fsed "^CFLAGS = -Wall \$(GTK_CFLAGS) -O2 -g" "CFLAGS = \$(GTK_CFLAGS) $CFLAGS $FPIC" Makefile.in - Fbuild || return 1 - Fmv /usr/bin/suxpanel /usr/bin/suxpanel-bin - Fexerel suxpanel-install.sh /usr/bin - Fexe suxpanel /usr/bin -} - - - -# optimization OK diff --git a/source/x11-extra/suxpanel/suxpanel b/source/x11-extra/suxpanel/suxpanel deleted file mode 100644 index fb7a13a..0000000 --- a/source/x11-extra/suxpanel/suxpanel +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/bash - -if [ ! -d $HOME/.suxpanel ] ; then - suxpanel-install.sh && suxpanel-bin "$@" -else - suxpanel-bin "$@" -fi _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
