From ad6e21e99d074c96ce3d490e0301e0a9f607a088 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Wed, 10 Oct 2012 07:53:59 +0200 Subject: graphics/picasa: Removed (no linux support anymore). Downloads disappeared from the interwebs :( Signed-off-by: Matteo Bernardini --- graphics/picasa/README | 15 ----- graphics/picasa/doinst.sh | 14 ----- graphics/picasa/picasa.SlackBuild | 123 -------------------------------------- graphics/picasa/picasa.info | 10 ---- graphics/picasa/slack-desc | 19 ------ 5 files changed, 181 deletions(-) delete mode 100644 graphics/picasa/README delete mode 100644 graphics/picasa/doinst.sh delete mode 100644 graphics/picasa/picasa.SlackBuild delete mode 100644 graphics/picasa/picasa.info delete mode 100644 graphics/picasa/slack-desc (limited to 'graphics') diff --git a/graphics/picasa/README b/graphics/picasa/README deleted file mode 100644 index 56a085cf09..0000000000 --- a/graphics/picasa/README +++ /dev/null @@ -1,15 +0,0 @@ -Google's Picasa Image Suite - -Picasa is software that helps you instantly find, edit and share all the -pictures on your PC. Every time you open Picasa, it automatically locates -all your pictures (even ones you forgot you had) and sorts them into visual -albums organized by date with folder names you will recognize. Picasa also -makes advanced editing simple by putting one click fixes and powerful effects -at your fingertips. - -NOTE: As best I can tell, the browser plugin and screensaver plugin do not -work correctly, if at all; patches are welcome. - -Also note that while this should *build* a 64bit package, it requires 32bit -compatibility libraries to actually be usable. We don't support those those -here, so caveat lector. diff --git a/graphics/picasa/doinst.sh b/graphics/picasa/doinst.sh deleted file mode 100644 index 9830478e8c..0000000000 --- a/graphics/picasa/doinst.sh +++ /dev/null @@ -1,14 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -if [ -x /usr/bin/update-mime-database ]; then - /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 -fi - -if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi - diff --git a/graphics/picasa/picasa.SlackBuild b/graphics/picasa/picasa.SlackBuild deleted file mode 100644 index 830e2561d3..0000000000 --- a/graphics/picasa/picasa.SlackBuild +++ /dev/null @@ -1,123 +0,0 @@ -#!/bin/bash - -# Slackware build script of picasa (binary repackaging) - -# Copyright 2006-2011 Robby Workman, Northport, Alabama, USA -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SCRIPT IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SCRIPT, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -PRGNAM=picasa -VERSION=${VERSION:-3.0.5744} -BUILD=${BUILD:-2} -TAG=${TAG:-_SBo} - -case "$( uname -m )" in - i?86) ARCH=i386 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; -esac - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "x86_64" ]; then - SRCARCH=amd64 - LIBDIRSUFFIX="64" -elif [ "$ARCH" = "i386" ]; then - SRCARCH=i386 - LIBDIRSUFFIX="" -else - printf "\n\n$ARCH is not supported...\n" - exit 1 -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT - -cd $PKG -ar -x $CWD/picasa_3.0-current_${SRCARCH}.deb -tar xvf data.tar.gz -rm data.tar.gz control.tar.gz debian-binary -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -# Create symlinks in /usr/bin to picasa and picasafontcfg -mkdir -p $PKG/usr/bin -cd $PKG/usr/bin - ln -fs /opt/google/picasa/3.0/bin/picasa . - ln -s /opt/google/picasa/3.0/bin/picasafontcfg . -cd - - -# Install icons -mkdir -p $PKG/usr/share/pixmaps -install -m 0644 \ - $PKG/opt/google/picasa/3.0/desktop/picasa.xpm \ - $PKG/opt/google/picasa/3.0/desktop/picasa-fontcfg.xpm \ - $PKG/usr/share/pixmaps - -# Install desktop files for menu entries -mkdir -p $PKG/usr/share/applications -sed -e 's|EXEC|picasa|' -e 's|ICON|picasa.xpm|' \ - $PKG/opt/google/picasa/3.0/desktop/picasa.desktop.template \ - > $PKG/usr/share/applications/google-picasa.desktop -sed -e s'|EXEC|picasafontcfg|' -e s'|ICON|picasa-fontcfg.xpm|' \ - $PKG/opt/google/picasa/3.0/desktop/picasa-fontcfg.desktop.template \ - > $PKG/usr/share/applications/google-picasa-fontcfg.desktop -for i in $PKG/usr/share/applications/*.desktop ; do - echo "Categories=Graphics;Photography;Photograph;Viewer;2DGraphics;" \ - >> $i ; -done - -# Install mime information -mkdir -p $PKG/usr/share/mime/packages -echo 'application/x-picasa-detect; false; description=Picasa Installation detection' \ - > $PKG/usr/share/mime/packages/picasa - -# Relocate docs to appropriate place -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/scripts -mv $PKG/opt/google/picasa/3.0/{LICENSE.FOSS,README} \ - $PKG/usr/doc/$PRGNAM-$VERSION -# Add some unsupported stuff (feel free to play, but unless you figure out -# how to integrate them correctly for *everyone*, leave us alone) :) -# --rworkman -for i in \ - picasa-hook-email.sh.template picasa-hook-filemanager.sh.template \ - picasa-hook-mimehandler.sh.template picasa-hook-urlhandler.sh.template ; -do \ - ln -s /opt/google/picasa/3.0/desktop/$i \ - $PKG/usr/doc/$PRGNAM-$VERSION/scripts/$i ; -done - -# Kill some stuff we don't need/want -rm -rf $PKG/usr/lib/{xulrunner-addons,mozilla-firefox,iceweasel,firefox} -rm -rf $PKG/usr/share/gconf -if [ "$ARCH" = "x86_64" ]; then - mv $PKG/usr/lib $PKG/usr/lib${LIBDIRSUFFIX} -fi - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -c n -l y -p $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/graphics/picasa/picasa.info b/graphics/picasa/picasa.info deleted file mode 100644 index d515203449..0000000000 --- a/graphics/picasa/picasa.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="picasa" -VERSION="3.0.5744" -HOMEPAGE="http://picasa.google.com/" -DOWNLOAD="http://dl.google.com/linux/deb/pool/non-free/p/picasa/picasa_3.0-current_i386.deb" -MD5SUM="4350390a4c2a0fadea9320221a8f9bb9" -DOWNLOAD_x86_64="http://dl.google.com/linux/deb/pool/non-free/p/picasa/picasa_3.0-current_amd64.deb" -MD5SUM_x86_64="6accd6c633ece16acd177ffda0688572" -REQUIRES="jdk" -MAINTAINER="Robby Workman" -EMAIL="rworkman@slackbuilds.org" diff --git a/graphics/picasa/slack-desc b/graphics/picasa/slack-desc deleted file mode 100644 index d800cf070b..0000000000 --- a/graphics/picasa/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------------------------------------------------------| -picasa: picasa (Google's Picasa Image Suite) -picasa: -picasa: Picasa is software that helps you instantly find, edit and share all -picasa: the pictures on your PC. Every time you open Picasa, it automatically -picasa: locates all your pictures (even ones you forgot you had) and sorts -picasa: them into visual albums organized by date with folder names you will -picasa: recognize. Picasa also makes advanced editing simple by putting one -picasa: click fixes and powerful effects at your fingertips. -picasa: -picasa: Homepage: http://picasa.google.com -picasa: -- cgit v1.2.3-80-g2a13