mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/cdemu-tray: Removed (no longer in active development)
This has been substituted with gcdemu. Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
835b30b20b
commit
131c880c2b
6 changed files with 0 additions and 122 deletions
|
@ -1 +0,0 @@
|
|||
cdemu-tray is a simple cdemu client written in c using dbus-glib and gtk+
|
|
@ -1,78 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for cdemu-tray
|
||||
# gtk client for cdemu-daemon
|
||||
|
||||
# Written by Niels Horn <niels.horn@gmail.com>
|
||||
# Revision date: 2010/10/30
|
||||
|
||||
PRGNAM=cdemu-tray
|
||||
VERSION=${VERSION:-0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
GROUP=${GROUP:-cdrom}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
chmod -R a-s,u+rw,go+r-w .
|
||||
|
||||
# Alter Makefile so we can use CFLAGS
|
||||
sed -i "s/CFLAGS =/CFLAGS +=/" Makefile
|
||||
|
||||
CFLAGS=$SLKCFLAGS \
|
||||
make
|
||||
|
||||
# "Install" program
|
||||
mkdir -p $PKG/usr/bin
|
||||
install cdemu-tray $PKG/usr/bin
|
||||
|
||||
mkdir -p $PKG/usr/share/{applications,pixmaps}
|
||||
cat $CWD/cdemu-tray.desktop > $PKG/usr/share/applications/cdemu-tray.desktop
|
||||
cat gcdemu-old.png > $PKG/usr/share/pixmaps/cdemu-tray.png
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp AUTHORS COPYING README TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
|
@ -1,10 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=CDEmu tray
|
||||
Comment=Client for cdemu
|
||||
Exec=cdemu-tray
|
||||
Icon=cdemu-tray
|
||||
Terminal=false
|
||||
Categories=System;
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
PRGNAM="cdemu-tray"
|
||||
VERSION="0.2"
|
||||
HOMEPAGE="http://desowin.org/cdemu-tray/"
|
||||
DOWNLOAD="http://desowin.org/cdemu-tray/cdemu-tray-0.2.tar.bz2"
|
||||
MD5SUM="db3978b23935f933ca9a2e25b3aff505"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Niels Horn"
|
||||
EMAIL="niels.horn@gmail.com"
|
||||
APPROVED="pprkut"
|
|
@ -1,4 +0,0 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
cdemu-tray: cdemu-tray (cdemu client)
|
||||
cdemu-tray:
|
||||
cdemu-tray: cdemu-tray is a simple cdemu client written in c using dbus-glib and
|
||||
cdemu-tray: gtk+
|
||||
cdemu-tray:
|
||||
cdemu-tray: Homepage: http://desowin.org/cdemu-tray/
|
||||
cdemu-tray:
|
||||
cdemu-tray:
|
||||
cdemu-tray:
|
||||
cdemu-tray:
|
||||
cdemu-tray:
|
Loading…
Reference in a new issue