From c1d4205172670ba56bcb5253c9f40923eba3e18a Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 1 Dec 2013 01:23:29 -0600 Subject: desktop/metacity: Removed (unmaintained/unused) This has no SBo maintainer and nothing else in the repo needs it. Signed-off-by: Robby Workman --- desktop/metacity/README | 5 -- desktop/metacity/doinst.sh | 14 ------ desktop/metacity/metacity.SlackBuild | 90 ------------------------------------ desktop/metacity/metacity.info | 10 ---- desktop/metacity/slack-desc | 19 -------- 5 files changed, 138 deletions(-) delete mode 100644 desktop/metacity/README delete mode 100644 desktop/metacity/doinst.sh delete mode 100644 desktop/metacity/metacity.SlackBuild delete mode 100644 desktop/metacity/metacity.info delete mode 100644 desktop/metacity/slack-desc diff --git a/desktop/metacity/README b/desktop/metacity/README deleted file mode 100644 index bc756ce4c0..0000000000 --- a/desktop/metacity/README +++ /dev/null @@ -1,5 +0,0 @@ -metacity (a lightweight window manager) - -Metacity is implemented with the GTK+ 2.x toolkit and integrates well with -GNOME 2.x platform. This adds a window border to every GTK application. -Without this, cairo window border theme will appear. diff --git a/desktop/metacity/doinst.sh b/desktop/metacity/doinst.sh deleted file mode 100644 index 3f09ed129f..0000000000 --- a/desktop/metacity/doinst.sh +++ /dev/null @@ -1,14 +0,0 @@ -schema_install() { - SCHEMA="$1" - GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \ - chroot . gconftool-2 --makefile-install-rule \ - /etc/gconf/schemas/$SCHEMA \ - 1>/dev/null -} - -schema_install metacity.schemas - -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - diff --git a/desktop/metacity/metacity.SlackBuild b/desktop/metacity/metacity.SlackBuild deleted file mode 100644 index 6aaa32e7e7..0000000000 --- a/desktop/metacity/metacity.SlackBuild +++ /dev/null @@ -1,90 +0,0 @@ -#!/bin/sh - -# Slackware build script for metacity - -# Written by crocket (crockabiscuit@gmail.com) - -PRGNAM=metacity -VERSION=${VERSION:-2.34.0} -BUILD=${BUILD:-1} -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.tar.bz2 -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 {} \; - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --infodir=/usr/info \ - --disable-static \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --disable-schemas-install \ - --disable-scrollkeeper \ - --build=$ARCH-slackware-linux - -make -make install DESTDIR=$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 - -find $PKG/usr/man -type f -exec gzip -9 {} \; -for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - AUTHORS COPYING ChangeLog HACKING INSTALL MAINTAINERS NEWS README \ - $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/metacity/metacity.info b/desktop/metacity/metacity.info deleted file mode 100644 index 1dd7ec7f5e..0000000000 --- a/desktop/metacity/metacity.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="metacity" -VERSION="2.34.0" -HOMEPAGE="http://en.wikipedia.org/wiki/Metacity" -DOWNLOAD="http://ftp.acc.umu.se/pub/gnome/sources/metacity/2.34/metacity-2.34.0.tar.bz2" -MD5SUM="8291ab8ba4034f898895f38888377d74" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="zenity" -MAINTAINER="crocket" -EMAIL="crockabiscuit@gmail.com" diff --git a/desktop/metacity/slack-desc b/desktop/metacity/slack-desc deleted file mode 100644 index 05cbc640b1..0000000000 --- a/desktop/metacity/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------------------------------------------------------| -metacity: metacity (a lightweight window manager) -metacity: -metacity: Metacity is implemented with the GTK+ 2.x toolkit, and integrates -metacity: well with the GNOME 2.x platform. This adds a window border to -metacity: every GTK application. Without this, cairo window border theme -metacity: will appear. -metacity: -metacity: Website: http://en.wikipedia.org/wiki/Metacity -metacity: -metacity: -metacity: -- cgit v1.2.3