From 1de2e48ebcd0926c7bf595e7454cd49dbefb6355 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 12 Apr 2017 06:59:28 +0700 Subject: desktop/qtwitter: Removed (No longer works). Signed-off-by: Willy Sudiarto Raharjo --- desktop/qtwitter/README | 6 -- desktop/qtwitter/doinst.sh | 10 -- desktop/qtwitter/fix_insecure_runpaths.patch | 10 -- .../fix_qtwitter_desktop_to_pass_validation.patch | 11 --- desktop/qtwitter/fix_underlinking.patch | 12 --- .../qtwitter/qtwitter-app_qtwitter-app.pro.patch | 12 --- desktop/qtwitter/qtwitter.SlackBuild | 103 --------------------- desktop/qtwitter/qtwitter.info | 10 -- desktop/qtwitter/slack-desc | 19 ---- desktop/qtwitter/twitterapi_twitterapi.pro.patch | 12 --- 10 files changed, 205 deletions(-) delete mode 100644 desktop/qtwitter/README delete mode 100644 desktop/qtwitter/doinst.sh delete mode 100644 desktop/qtwitter/fix_insecure_runpaths.patch delete mode 100644 desktop/qtwitter/fix_qtwitter_desktop_to_pass_validation.patch delete mode 100644 desktop/qtwitter/fix_underlinking.patch delete mode 100644 desktop/qtwitter/qtwitter-app_qtwitter-app.pro.patch delete mode 100644 desktop/qtwitter/qtwitter.SlackBuild delete mode 100644 desktop/qtwitter/qtwitter.info delete mode 100644 desktop/qtwitter/slack-desc delete mode 100644 desktop/qtwitter/twitterapi_twitterapi.pro.patch (limited to 'desktop/qtwitter') diff --git a/desktop/qtwitter/README b/desktop/qtwitter/README deleted file mode 100644 index 91e63adeaee8..000000000000 --- a/desktop/qtwitter/README +++ /dev/null @@ -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. diff --git a/desktop/qtwitter/doinst.sh b/desktop/qtwitter/doinst.sh deleted file mode 100644 index 4a25de5e6fbd..000000000000 --- a/desktop/qtwitter/doinst.sh +++ /dev/null @@ -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 - diff --git a/desktop/qtwitter/fix_insecure_runpaths.patch b/desktop/qtwitter/fix_insecure_runpaths.patch deleted file mode 100644 index 7b4ab7d1625d..000000000000 --- a/desktop/qtwitter/fix_insecure_runpaths.patch +++ /dev/null @@ -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 diff --git a/desktop/qtwitter/fix_qtwitter_desktop_to_pass_validation.patch b/desktop/qtwitter/fix_qtwitter_desktop_to_pass_validation.patch deleted file mode 100644 index 0f850c8b7006..000000000000 --- a/desktop/qtwitter/fix_qtwitter_desktop_to_pass_validation.patch +++ /dev/null @@ -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 diff --git a/desktop/qtwitter/fix_underlinking.patch b/desktop/qtwitter/fix_underlinking.patch deleted file mode 100644 index 48078744aa20..000000000000 --- a/desktop/qtwitter/fix_underlinking.patch +++ /dev/null @@ -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}\\\"' diff --git a/desktop/qtwitter/qtwitter-app_qtwitter-app.pro.patch b/desktop/qtwitter/qtwitter-app_qtwitter-app.pro.patch deleted file mode 100644 index 297b229e51fb..000000000000 --- a/desktop/qtwitter/qtwitter-app_qtwitter-app.pro.patch +++ /dev/null @@ -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) diff --git a/desktop/qtwitter/qtwitter.SlackBuild b/desktop/qtwitter/qtwitter.SlackBuild deleted file mode 100644 index ecbf9a954d70..000000000000 --- a/desktop/qtwitter/qtwitter.SlackBuild +++ /dev/null @@ -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} - diff --git a/desktop/qtwitter/qtwitter.info b/desktop/qtwitter/qtwitter.info deleted file mode 100644 index 484d186d8b3d..000000000000 --- a/desktop/qtwitter/qtwitter.info +++ /dev/null @@ -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" diff --git a/desktop/qtwitter/slack-desc b/desktop/qtwitter/slack-desc deleted file mode 100644 index d8ff774be3fd..000000000000 --- a/desktop/qtwitter/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 ':' 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: diff --git a/desktop/qtwitter/twitterapi_twitterapi.pro.patch b/desktop/qtwitter/twitterapi_twitterapi.pro.patch deleted file mode 100644 index 9f30889f7b60..000000000000 --- a/desktop/qtwitter/twitterapi_twitterapi.pro.patch +++ /dev/null @@ -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 -- cgit v1.2.3