From 70c69ca31451e4bc8a8e8aa82b0a46634d1a5704 Mon Sep 17 00:00:00 2001 From: crocket Date: Wed, 20 Jul 2011 00:32:18 -0300 Subject: desktop/metacity: Updated for version 2.34.0. Signed-off-by: Niels Horn --- desktop/metacity/README | 2 ++ desktop/metacity/doinst.sh | 4 ++++ desktop/metacity/metacity.SlackBuild | 8 +++++--- desktop/metacity/metacity.info | 10 +++++----- desktop/metacity/slack-desc | 6 +++--- 5 files changed, 19 insertions(+), 11 deletions(-) (limited to 'desktop/metacity') diff --git a/desktop/metacity/README b/desktop/metacity/README index 1bd2dc69d1..1747b18e3c 100644 --- a/desktop/metacity/README +++ b/desktop/metacity/README @@ -5,3 +5,5 @@ GNOME 2.x platform. This adds a window border to every GTK application. Without this, cairo window border theme will appear. This requires GConf, zenity, and libcanberra. +GConf is in slackware /extra repository as well as slackbuilds.org. + diff --git a/desktop/metacity/doinst.sh b/desktop/metacity/doinst.sh index f8d62e51da..3f09ed129f 100644 --- a/desktop/metacity/doinst.sh +++ b/desktop/metacity/doinst.sh @@ -8,3 +8,7 @@ schema_install() { 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 index 1ea7fc86b9..7294ddd941 100644 --- a/desktop/metacity/metacity.SlackBuild +++ b/desktop/metacity/metacity.SlackBuild @@ -2,10 +2,10 @@ # Slackware build script for metacity -# Written by crocket +# Written by crocket (crockabiscuit@gmail.com) PRGNAM=metacity -VERSION=${VERSION:-2.30.1} +VERSION=${VERSION:-2.34.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,9 +60,10 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --infodir=/usr/info \ - --enable-static=no \ + --disable-static \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --disable-schemas-install \ + --disable-scrollkeeper \ --build=$ARCH-slackware-linux make @@ -86,3 +87,4 @@ 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 index 921fe852cb..06eb12815e 100644 --- a/desktop/metacity/metacity.info +++ b/desktop/metacity/metacity.info @@ -1,10 +1,10 @@ PRGNAM="metacity" -VERSION="2.30.1" +VERSION="2.34.0" HOMEPAGE="http://en.wikipedia.org/wiki/Metacity" -DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/metacity/2.30/metacity-2.30.1.tar.bz2" -MD5SUM="3d3c05c60b70b9d06b30872e756c31ba" +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="" MAINTAINER="crocket" -EMAIL="crockabiscuit@yahoo.com" -APPROVED="rworkman" +EMAIL="crockabiscuit@gmail.com" +APPROVED="Niels Horn" diff --git a/desktop/metacity/slack-desc b/desktop/metacity/slack-desc index 03477010dd..4008a0d934 100644 --- a/desktop/metacity/slack-desc +++ b/desktop/metacity/slack-desc @@ -12,8 +12,8 @@ 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: Homepage: http://xwinman.org/metacity.php -metacity: +metacity: +metacity: Website: http://en.wikipedia.org/wiki/Metacity +metacity: metacity: metacity: -- cgit v1.2.3-65-gdbad