diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:27 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:27 +0200 |
commit | ed843303c2e501c24569dfb06aaf32ecf48609d7 (patch) | |
tree | cb6648440ef9d985141d264bb1d0952d0a539112 /multimedia | |
parent | 00c6ddae6e84432473852f890cd79dd2d242bcc1 (diff) | |
download | slackbuilds-ed843303c2e501c24569dfb06aaf32ecf48609d7.tar.gz |
multimedia/gcstar: Removed from 13.0 repository
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gcstar/README | 9 | ||||
-rw-r--r-- | multimedia/gcstar/doinst.sh | 4 | ||||
-rw-r--r-- | multimedia/gcstar/gcstar.SlackBuild | 74 | ||||
-rw-r--r-- | multimedia/gcstar/gcstar.info | 8 | ||||
-rw-r--r-- | multimedia/gcstar/slack-desc | 19 |
5 files changed, 0 insertions, 114 deletions
diff --git a/multimedia/gcstar/README b/multimedia/gcstar/README deleted file mode 100644 index b9c7177a39..0000000000 --- a/multimedia/gcstar/README +++ /dev/null @@ -1,9 +0,0 @@ -GCstar is a free open source application for managing your collections. -Detailed information on each item can be automatically retrieved from the -internet and you can store additional data, such as the location or who -you've lent it to. You may also search and filter your collection by many -criteria. - -Requires: perl-gtk2, perl-xml-libxml, libwww-perl -Optional (install with cpan): Archive::Tar, Archive::Zip, Gtk2::Spell, -MP3::Info, MP3::Tag, Net::FreeDB, Ogg::Vorbis::Header::PurePerl, Time::Piece diff --git a/multimedia/gcstar/doinst.sh b/multimedia/gcstar/doinst.sh deleted file mode 100644 index 4e8ba7071d..0000000000 --- a/multimedia/gcstar/doinst.sh +++ /dev/null @@ -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 - diff --git a/multimedia/gcstar/gcstar.SlackBuild b/multimedia/gcstar/gcstar.SlackBuild deleted file mode 100644 index 0b3946472b..0000000000 --- a/multimedia/gcstar/gcstar.SlackBuild +++ /dev/null @@ -1,74 +0,0 @@ -#!/bin/sh - -# Slackware build script for GCstar - -# Written by Murat D. Kadirov <banderols@gmail.com> - -PRGNAM=gcstar -VERSION=${VERSION:-1.4.3} -ARCH=${ARCH:-noarch} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -fi - -set -e # Exit on most errors - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -./install --text --prefix=$PKG/usr - -# Create the desktop entry -mkdir -p $PKG/usr/share/applications -cat > $PKG/usr/share/applications/$PRGNAM.desktop <<EOF -[Desktop Entry] -Encoding=UTF-8 -Name=GCStar -Exec=gcstar -Terminal=false -Type=Application -Categories=Office;Database; -Icon=gcstar -EOF - -# Create symlinks for icons -for size in 16x16 24x24 32x32 48x48 64x64 ; do - mkdir -p $PKG/usr/share/icons/hicolor/${size}/apps - cd $PKG/usr/share/icons/hicolor/${size}/apps - ln -s /usr/share/gcstar/icons/gcstar_${size}.png gcstar.png - cd - -done - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGELOG CHANGELOG.fr LICENSE README README.fr \ - $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.tgz diff --git a/multimedia/gcstar/gcstar.info b/multimedia/gcstar/gcstar.info deleted file mode 100644 index 371af8aafc..0000000000 --- a/multimedia/gcstar/gcstar.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="gcstar" -VERSION="1.4.3" -HOMEPAGE="http://www.gcstar.org" -DOWNLOAD="http://download.gna.org/gcstar/gcstar-1.4.3.tar.gz" -MD5SUM="a4182efaf0f81fba39d1ab8b9b582417" -MAINTAINER="Murat D. Kadirov" -EMAIL="banderols@gmail.com" -APPROVED="rworkman" diff --git a/multimedia/gcstar/slack-desc b/multimedia/gcstar/slack-desc deleted file mode 100644 index a09fdf84d9..0000000000 --- a/multimedia/gcstar/slack-desc +++ /dev/null @@ -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------------------------------------------------------| -gcstar: GCstar (a personal collections manager) -gcstar: -gcstar: GCstar is a free open source application for managing your -gcstar: collections. Detailed information on each item can be automatically -gcstar: retrieved from the internet and you can store additional data, such -gcstar: as the location or who you've lent it to. You may also search and -gcstar: filter your collection by many criteria. -gcstar: -gcstar: Homepage: http://www.gcstar.org -gcstar: -gcstar: |