mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
network/gwibber: Removed
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
7a4bb77308
commit
1a18ddc0ee
6 changed files with 0 additions and 140 deletions
|
@ -1,7 +0,0 @@
|
||||||
Gwibber is an open source microblogging client for GNOME developed
|
|
||||||
with Python and GTK. It supports Twitter, Jaiku, Identi.ca,
|
|
||||||
Facebook, Flickr, Digg, and RSS.
|
|
||||||
|
|
||||||
sexy-python is an optional dependency.
|
|
||||||
|
|
||||||
See known-issues.txt for known problems.
|
|
|
@ -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,72 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# Slackware build script for gwibber
|
|
||||||
|
|
||||||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
|
||||||
|
|
||||||
PRGNAM=gwibber
|
|
||||||
VERSION=${VERSION:-1.2.0_bzr346}
|
|
||||||
SRCVER=$(echo $VERSION | sed 's/\_/~/')
|
|
||||||
BUILD=${BUILD:-1}
|
|
||||||
TAG=${TAG:-_SBo}
|
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
|
||||||
if [ -z "$ARCH" ]; then
|
|
||||||
case "$( uname -m )" in
|
|
||||||
i?86) ARCH=i486 ;;
|
|
||||||
arm*) ARCH=arm ;;
|
|
||||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
|
||||||
*) ARCH=$( uname -m ) ;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
CWD=$(pwd)
|
|
||||||
TMP=${TMP:-/tmp/SBo}
|
|
||||||
PKG=$TMP/package-$PRGNAM
|
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
rm -rf $PKG
|
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
|
||||||
cd $TMP
|
|
||||||
rm -rf $PRGNAM-$SRCVER
|
|
||||||
tar xvf $CWD/${PRGNAM}_$SRCVER.orig.tar.gz
|
|
||||||
cd $PRGNAM-$SRCVER
|
|
||||||
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 {} \;
|
|
||||||
|
|
||||||
# Fix desktop icon location.
|
|
||||||
sed -i "/^Icon/s|=.*|=/usr/share/pixmaps/$PRGNAM.svg|" $PRGNAM.desktop{,.in}
|
|
||||||
echo "Terminal=false" >> $PRGNAM.desktop.in
|
|
||||||
echo "StartupNotify=false" >> $PRGNAM.desktop.in
|
|
||||||
|
|
||||||
python setup.py install --root=$PKG --prefix=/usr
|
|
||||||
|
|
||||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|
||||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
|
||||||
|
|
||||||
mkdir -p $PKG/usr/man/man1
|
|
||||||
install -m 0644 $PRGNAM.1 $PKG/usr/man/man1
|
|
||||||
gzip -9 $PKG/usr/man/man?/*.?
|
|
||||||
|
|
||||||
# Remove empty directory.
|
|
||||||
find $PKG -depth -type d -empty -exec rm -rf {} \;
|
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
|
||||||
cp -a \
|
|
||||||
AUTHORS COPYING INSTALL README \
|
|
||||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
|
||||||
cat $CWD/known-issues.txt > $PKG/usr/doc/$PRGNAM-$VERSION/known-issues.txt
|
|
||||||
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 @@
|
||||||
PRGNAM="gwibber"
|
|
||||||
VERSION="1.2.0_bzr346"
|
|
||||||
HOMEPAGE="https://launchpad.net/gwibber"
|
|
||||||
DOWNLOAD="https://launchpad.net/ubuntu/karmic/+source/gwibber/1.2.0~bzr346-0ubuntu3/+files/gwibber_1.2.0~bzr346.orig.tar.gz"
|
|
||||||
MD5SUM="bb17b7382a00ce0ebc02ffc92c4250f4"
|
|
||||||
DOWNLOAD_x86_64=""
|
|
||||||
MD5SUM_x86_64=""
|
|
||||||
REQUIRES="Mako egenix-mx-base feedparser gnome-python python-distutils-extra pywebkitgtk pyxdg simplejson"
|
|
||||||
MAINTAINER="Larry Hajali"
|
|
||||||
EMAIL="larryhaja[at]gmail[dot]com"
|
|
|
@ -1,28 +0,0 @@
|
||||||
Know issue: When using gwibber, links that are opened in an external
|
|
||||||
browser may not open. Running gwibber from the command line will most
|
|
||||||
likely give you a similar error like the following.
|
|
||||||
|
|
||||||
Traceback (most recent call last):
|
|
||||||
File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 757, in <lambda>
|
|
||||||
actHelpOnline.connect("activate", lambda *a: gintegration.load_url("https://answers.launchpad.net/gwibber"))
|
|
||||||
File "/usr/lib/python2.6/site-packages/gwibber/gintegration.py", line 57, in load_url
|
|
||||||
def load_url(url): gnome.url_show(url)
|
|
||||||
glib.GError: There was an error launching the default action command associated with this location.
|
|
||||||
|
|
||||||
This is most likely a link to a nonexistent firefox directory that hasn't
|
|
||||||
been updated by GConf upon firefox upgrades. You can verify this by running:
|
|
||||||
|
|
||||||
gconftool-2 -g /desktop/gnome/url-handlers/https/command
|
|
||||||
|
|
||||||
This command should return something like:
|
|
||||||
|
|
||||||
/usr/lib/firefox-3.5.2/firefox "%s"
|
|
||||||
|
|
||||||
You can use the symlink to firefox instead, as to avoid future issues
|
|
||||||
with firefox upgrades. To use the symlinks run the following commands.
|
|
||||||
Change commands for lib64 where appropriate.
|
|
||||||
|
|
||||||
gconftool-2 -s -t string /desktop/gnome/url-handlers/https/command '/usr/lib/firefox/firefox "%s"'
|
|
||||||
gconftool-2 -s -t string /desktop/gnome/url-handlers/http/command '/usr/lib/firefox/firefox "%s"'
|
|
||||||
gconftool-2 -s -t string /desktop/gnome/url-handlers/ftp/command '/usr/lib/firefox/firefox "%s"'
|
|
||||||
gconftool-2 -s -t string /desktop/gnome/url-handlers/chrome/command '/usr/lib/firefox/firefox "%s"'
|
|
|
@ -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------------------------------------------------------|
|
|
||||||
gwibber: gwibber (Open source microblogging client)
|
|
||||||
gwibber:
|
|
||||||
gwibber: Gwibber is an open source microblogging client for GNOME developed
|
|
||||||
gwibber: with Python and GTK. It supports Twitter, Jaiku, Identi.ca, Facebook,
|
|
||||||
gwibber: Flickr, Digg, and RSS.
|
|
||||||
gwibber:
|
|
||||||
gwibber: Homepage: https://launchpad.net/gwibber
|
|
||||||
gwibber:
|
|
||||||
gwibber:
|
|
||||||
gwibber:
|
|
||||||
gwibber:
|
|
Loading…
Reference in a new issue