desktop/qtwitter: Removed (No longer works).

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-04-12 06:59:28 +07:00
parent 1bdac70814
commit 1de2e48ebc
10 changed files with 0 additions and 205 deletions

View File

@ -1,6 +0,0 @@
qtwitter (microblogging client for StatusNet sites and Twitter)
qTwitter is an application interacting with microblogging services,
such as Twitter, Identi.ca and others based on StatusNet application
(former laconica). It aims to be as compact as possible still
providing outstanding usability.

View File

@ -1,10 +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 [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi

View File

@ -1,10 +0,0 @@
--- qtwitter-app/qtwitter-app.pro.orig 2012-08-07 15:30:44.098000989 +0300
+++ qtwitter-app/qtwitter-app.pro 2012-08-07 15:31:03.446998525 +0300
@@ -82,7 +82,6 @@
}
else:unix {
LIBS += -L$${DESTDIR} \
- -Wl,-rpath,$${DESTDIR} \
$$TWITTERAPI_LIB
target.path = $${INSTALL_PREFIX}/bin
PLUGINS_DIR = $${INSTALL_PREFIX}/lib$${LIB_SUFFIX}/$${TARGET}/plugins

View File

@ -1,11 +0,0 @@
--- qtwitter-app/x11/qtwitter.desktop.orig 2012-08-07 15:34:04.781987614 +0300
+++ qtwitter-app/x11/qtwitter.desktop 2012-08-07 15:34:21.032000002 +0300
@@ -3,7 +3,7 @@
Name=qTwitter
Icon=qtwitter
Type=Application
-Categories=Qt;Network;Instant Messaging;
+Categories=Qt;Network;InstantMessaging;
Comment=A microblogging client
Comment[ca]=El client de Twitter i Identi.ca
Comment[de]=Ein Twitter und Identi.ca Kunde

View File

@ -1,12 +0,0 @@
--- qtwitter-app/qtwitter-app.pro.orig 2012-08-07 15:32:14.975000266 +0300
+++ qtwitter-app/qtwitter-app.pro 2012-08-07 15:32:43.860999601 +0300
@@ -82,7 +82,8 @@
}
else:unix {
LIBS += -L$${DESTDIR} \
- $$TWITTERAPI_LIB
+ $$TWITTERAPI_LIB \
+ -lX11
target.path = $${INSTALL_PREFIX}/bin
PLUGINS_DIR = $${INSTALL_PREFIX}/lib$${LIB_SUFFIX}/$${TARGET}/plugins
DEFINES += PLUGINS_DIR='\\\"$${PLUGINS_DIR}\\\"'

View File

@ -1,12 +0,0 @@
--- qtwitter-app/qtwitter-app.pro~ 2010-02-13 02:07:27.000000000 +0200
+++ qtwitter-app/qtwitter-app.pro 2010-02-13 02:07:49.000000000 +0200
@@ -1,7 +1,8 @@
TEMPLATE = app
TARGET = qtwitter
-CONFIG += oauth
+CONFIG += link_pkgconfig
+PKGCONFIG += qoauth
# sets the TOP variable to the root source code dir
include(../common.pri)

View File

@ -1,103 +0,0 @@
#!/bin/sh
# Slackware build script for qtwitter
# Copyright 2011 Mikko Värri, Finland
# 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 SOFTWARE 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 SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qtwitter
VERSION=${VERSION:-0.10.0}
BUILD=${BUILD:-3}
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}
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-src.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -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 {} \;
# Let pkg-config to tell the location of qoauth headers, qmake quesses
# wrong.
patch -p0 <$CWD/twitterapi_twitterapi.pro.patch
patch -p0 <$CWD/qtwitter-app_qtwitter-app.pro.patch
# Following three patches are from the qtwitter git repository.
patch -p0 <$CWD/fix_insecure_runpaths.patch
patch -p0 <$CWD/fix_underlinking.patch
patch -p0 <$CWD/fix_qtwitter_desktop_to_pass_validation.patch
qmake -unix PREFIX=/usr DOCDIR=/usr/doc/$PRGNAM-$VERSION \
QMAKE_CFLAGS="$SLKCFLAGS" \
QMAKE_CXXFLAGS="$SLKCFLAGS" \
$PRGNAM.pro
make
make install INSTALL_ROOT=$PKG
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/doc/$PRGNAM-$VERSION
cp -a CHANGELOG README LICENSE $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}

View File

@ -1,10 +0,0 @@
PRGNAM="qtwitter"
VERSION="0.10.0"
HOMEPAGE="http://blog.ayoy.net/qtwitter"
DOWNLOAD="http://files.ayoy.net/qtwitter/release/0.10.0/src/qtwitter-0.10.0-src.tar.gz"
MD5SUM="cf91c87e29ab87d1043056a263c3af56"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qoauth"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"

View File

@ -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 ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
qtwitter: qtwitter (microblogging client for StatusNet sites and Twitter)
qtwitter:
qtwitter: qTwitter is an application interacting with microblogging services,
qtwitter: such as Twitter, Identi.ca and others based on StatusNet application
qtwitter: (former laconica). It aims to be as compact as possible still
qtwitter: providing outstanding usability.
qtwitter:
qtwitter: Homepage: http://blog.ayoy.net/qtwitter
qtwitter:
qtwitter:
qtwitter:

View File

@ -1,12 +0,0 @@
--- twitterapi/twitterapi.pro~ 2010-02-13 02:01:32.000000000 +0200
+++ twitterapi/twitterapi.pro 2010-02-13 02:02:00.000000000 +0200
@@ -4,7 +4,8 @@
include(twitterapi.pri)
contains( DEFINES, HAVE_OAUTH ) {
- CONFIG += oauth
+ CONFIG += link_pkgconfig
+ PKGCONFIG += qoauth
}
TEMPLATE = lib