summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Heinz Wiesinger2010-05-13 00:08:38 +0200
committer Heinz Wiesinger2010-05-13 00:08:38 +0200
commit3ca51bde47200ffe321cbde28d7bfb969a288768 (patch)
tree696e35622fef669053f583527474d651f964077e /network
parenta936b89f7b045675e95a7493804b67ea90bf853f (diff)
downloadslackbuilds-3ca51bde47200ffe321cbde28d7bfb969a288768.tar.gz
network/flock: Removed from 13.0 repository
Diffstat (limited to 'network')
-rw-r--r--network/flock/README9
-rw-r--r--network/flock/doinst.sh4
-rw-r--r--network/flock/flock-simple.diff.gzbin257 -> 0 bytes
-rw-r--r--network/flock/flock-thunderbird.diff.gzbin289 -> 0 bytes
-rw-r--r--network/flock/flock.SlackBuild75
-rw-r--r--network/flock/flock.desktop76
-rw-r--r--network/flock/flock.info8
-rw-r--r--network/flock/flock.moz_plugin_path.diff.gzbin352 -> 0 bytes
-rw-r--r--network/flock/flock.pngbin22834 -> 0 bytes
-rw-r--r--network/flock/slack-desc19
10 files changed, 0 insertions, 191 deletions
diff --git a/network/flock/README b/network/flock/README
deleted file mode 100644
index b945018bdf..0000000000
--- a/network/flock/README
+++ /dev/null
@@ -1,9 +0,0 @@
-flock (social mozilla web browser)
-
-Flock is a free web browser. Built on Mozilla's Firefox,
-Flock enables you to instantly upload photos,
-share photos and videos.
-
-This build script was adapted from slackware's
-mozilla-firefox.SlackBuild, and therefore does not
-compile flock but repackages the binaries.
diff --git a/network/flock/doinst.sh b/network/flock/doinst.sh
deleted file mode 100644
index 65fd352418..0000000000
--- a/network/flock/doinst.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
-fi
-
diff --git a/network/flock/flock-simple.diff.gz b/network/flock/flock-simple.diff.gz
deleted file mode 100644
index e6b73bd652..0000000000
--- a/network/flock/flock-simple.diff.gz
+++ /dev/null
Binary files differ
diff --git a/network/flock/flock-thunderbird.diff.gz b/network/flock/flock-thunderbird.diff.gz
deleted file mode 100644
index ce71ddf131..0000000000
--- a/network/flock/flock-thunderbird.diff.gz
+++ /dev/null
Binary files differ
diff --git a/network/flock/flock.SlackBuild b/network/flock/flock.SlackBuild
deleted file mode 100644
index 4f776a6ddc..0000000000
--- a/network/flock/flock.SlackBuild
+++ /dev/null
@@ -1,75 +0,0 @@
-#!/bin/sh
-
-# This script is a modified version of what is available on
-# slackware-12.1/source/xap/mozilla-firefox/
-#
-# Modified by Vincent Batts, vbatts@gmail.com
-
-PRGNAM="flock"
-VERSION=2.5
-ARCH=${ARCH:-i686}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-
-mkdir -p $PKG/usr/lib
-cd $PKG/usr/lib
- tar xvf $CWD/${PRGNAM}-$VERSION.en-US.linux-i686.tar.bz2
- chown -R root:root .
- mv ${PRGNAM} $PRGNAM-$VERSION
- ln -sf $PRGNAM-$VERSION ${PRGNAM}
- cd $PRGNAM-$VERSION
- zcat $CWD/$PRGNAM-simple.diff.gz | patch -p0
- zcat $CWD/$PRGNAM-thunderbird.diff.gz | patch -p0
- zcat $CWD/$PRGNAM.moz_plugin_path.diff.gz | patch -p0
- rm -f defaults/pref/$PRGNAM.js.orig
- mv ${PRGNAM}-browser ${PRGNAM}
-cd -
-
-mkdir -p $PKG/usr/bin
-( cd $PKG/usr/bin
- ln -sf /usr/lib/$PRGNAM-$VERSION/${PRGNAM} $PRGNAM-bin
-)
-
-mkdir -p $PKG/usr/lib/mozilla/plugins
-
-mkdir -p $PKG/usr/share/applications
-cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
-
-mkdir -p $PKG/usr/share/pixmaps
-cat $CWD/${PRGNAM}.png > $PKG/usr/share/pixmaps/$PRGNAM.png
-
-# These files/directories are usually created if Flock is run as root, which on many
-# systems might (and possibly should) be never. Therefore, if we don't see them we'll
-# put stubs in place to prevent startup errors.
-cd $PKG/usr/lib/$PRGNAM-$VERSION
- if [ -d extensions/talkback\@mozilla.org ]; then
- if [ ! -r extensions/talkback\@mozilla.org/chrome.manifest ]; then
- echo > extensions/talkback\@mozilla.org/chrome.manifest
- fi
- fi
- if [ ! -d updates ]; then
- mkdir -p updates/0
- fi
-cd -
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp $PKG/usr/lib/$PRGNAM-$VERSION/README.txt $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir $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/network/flock/flock.desktop b/network/flock/flock.desktop
deleted file mode 100644
index ac3606f11d..0000000000
--- a/network/flock/flock.desktop
+++ /dev/null
@@ -1,76 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Exec=flock-bin %u
-Icon=/usr/share/pixmaps/flock.png
-Type=Application
-Categories=Application;Network;
-Name=Flock
-GenericName=Web Browser
-GenericName[af]=Web Blaaier
-GenericName[ar]=متصفح ويب
-GenericName[az]=Veb Səyyahı
-GenericName[bg]=Браузър
-GenericName[bn]=ওয়েব ব্রাউজার
-GenericName[br]=Furcher ar Gwiad
-GenericName[bs]=WWW Preglednik
-GenericName[ca]=Fullejador web
-GenericName[cs]=WWW prohlížeč
-GenericName[cy]=Porydd Gwe
-GenericName[da]=Browser
-GenericName[de]=Web-Browser
-GenericName[el]=Περιηγητής Ιστού
-GenericName[eo]=TTT-legilo
-GenericName[es]=Navegador web
-GenericName[et]=Veebilehitseja
-GenericName[eu]=Web arakatzailea
-GenericName[fa]=مرورگر وب
-GenericName[fi]=WWW-selain
-GenericName[fo]=Alnótsfar
-GenericName[fr]=Navigateur web
-GenericName[gl]=Navegador Web
-GenericName[he]=דפדפן אינטרנט
-GenericName[hi]=वेब ब्राउज़र
-GenericName[hr]=Web preglednik
-GenericName[hu]=Webböngésző
-GenericName[is]=Vafri
-GenericName[it]=Browser Web
-GenericName[ja]=ウェブブラウザ
-GenericName[ko]=웹 브라우저
-GenericName[lo]=ເວັບບຣາວເຊີ
-GenericName[lt]=Žiniatinklio naršyklė
-GenericName[lv]=Web Pārlūks
-GenericName[mk]=Прелистувач на Интернет
-GenericName[mn]=Веб-Хөтөч
-GenericName[nb]=Nettleser
-GenericName[nds]=Nettkieker
-GenericName[nl]=Webbrowser
-GenericName[nn]=Nettlesar
-GenericName[nso]=Seinyakisi sa Web
-GenericName[pa]=ਵੈਬ ਝਲਕਾਰਾ
-GenericName[pl]=Przeglądarka WWW
-GenericName[pt]=Navegador Web
-GenericName[pt_BR]=Navegador Web
-GenericName[ro]=Navigator de web
-GenericName[ru]=Веб-браузер
-GenericName[se]=Fierpmádatlogan
-GenericName[sk]=Webový prehliadač
-GenericName[sl]=Spletni brskalnik
-GenericName[sr]=Веб претраживач
-GenericName[sr@Latn]=Veb pretraživač
-GenericName[ss]=Ibrawuza yeWeb
-GenericName[sv]=Webbläsare
-GenericName[ta]=வலை உலாவி
-GenericName[tg]=Тафсиргари вэб
-GenericName[th]=เว็บบราวเซอร์
-GenericName[tr]=Web Tarayıcı
-GenericName[uk]=Навігатор Тенет
-GenericName[uz]=Веб-браузер
-GenericName[ven]=Buronza ya Webu
-GenericName[vi]=Trình duyệt Web
-GenericName[wa]=Betchteu waibe
-GenericName[xh]=Umkhangeli zincwadi we Web
-GenericName[zh_CN]=网页浏览器
-GenericName[zh_TW]=網頁瀏覽器
-GenericName[zu]=Umcingi we-Web
-MimeType=text/html
-X-KDE-StartupNotify=true
diff --git a/network/flock/flock.info b/network/flock/flock.info
deleted file mode 100644
index 4c17964aed..0000000000
--- a/network/flock/flock.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="flock"
-VERSION="2.5"
-HOMEPAGE="http://www.flock.com/"
-DOWNLOAD="http://ftp.osuosl.org/pub/flock/releases/2.5/flock-2.5.en-US.linux-i686.tar.bz2"
-MD5SUM="6e82b98e8b890c908215bacedf1a484c"
-MAINTAINER="Vincent Batts"
-EMAIL="vbatts@hashbangbash.com"
-APPROVED="dsomero"
diff --git a/network/flock/flock.moz_plugin_path.diff.gz b/network/flock/flock.moz_plugin_path.diff.gz
deleted file mode 100644
index d8ced99eee..0000000000
--- a/network/flock/flock.moz_plugin_path.diff.gz
+++ /dev/null
Binary files differ
diff --git a/network/flock/flock.png b/network/flock/flock.png
deleted file mode 100644
index af64557609..0000000000
--- a/network/flock/flock.png
+++ /dev/null
Binary files differ
diff --git a/network/flock/slack-desc b/network/flock/slack-desc
deleted file mode 100644
index 7a9b9756a0..0000000000
--- a/network/flock/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------------------------------------------------------|
-flock: flock (Mozilla based Web browser)
-flock:
-flock: This project is a social web browser,
-flock: backboned by the Mozilla project.
-flock:
-flock: Visit the flock project online:
-flock: http://www.flock.com/
-flock:
-flock:
-flock:
-flock: