desktop/metacity: Updated for version 2.34.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
7e73a9b6ba
commit
70c69ca314
|
@ -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.
|
Without this, cairo window border theme will appear.
|
||||||
|
|
||||||
This requires GConf, zenity, and libcanberra.
|
This requires GConf, zenity, and libcanberra.
|
||||||
|
GConf is in slackware /extra repository as well as slackbuilds.org.
|
||||||
|
|
||||||
|
|
|
@ -8,3 +8,7 @@ schema_install() {
|
||||||
|
|
||||||
schema_install metacity.schemas
|
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
|
||||||
|
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
# Slackware build script for metacity
|
# Slackware build script for metacity
|
||||||
|
|
||||||
# Written by crocket
|
# Written by crocket (crockabiscuit@gmail.com)
|
||||||
|
|
||||||
PRGNAM=metacity
|
PRGNAM=metacity
|
||||||
VERSION=${VERSION:-2.30.1}
|
VERSION=${VERSION:-2.34.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -60,9 +60,10 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--infodir=/usr/info \
|
--infodir=/usr/info \
|
||||||
--enable-static=no \
|
--disable-static \
|
||||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||||
--disable-schemas-install \
|
--disable-schemas-install \
|
||||||
|
--disable-scrollkeeper \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make
|
make
|
||||||
|
@ -86,3 +87,4 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||||
|
|
||||||
cd $PKG
|
cd $PKG
|
||||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="metacity"
|
PRGNAM="metacity"
|
||||||
VERSION="2.30.1"
|
VERSION="2.34.0"
|
||||||
HOMEPAGE="http://en.wikipedia.org/wiki/Metacity"
|
HOMEPAGE="http://en.wikipedia.org/wiki/Metacity"
|
||||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/metacity/2.30/metacity-2.30.1.tar.bz2"
|
DOWNLOAD="http://ftp.acc.umu.se/pub/gnome/sources/metacity/2.34/metacity-2.34.0.tar.bz2"
|
||||||
MD5SUM="3d3c05c60b70b9d06b30872e756c31ba"
|
MD5SUM="8291ab8ba4034f898895f38888377d74"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="crocket"
|
MAINTAINER="crocket"
|
||||||
EMAIL="crockabiscuit@yahoo.com"
|
EMAIL="crockabiscuit@gmail.com"
|
||||||
APPROVED="rworkman"
|
APPROVED="Niels Horn"
|
||||||
|
|
|
@ -13,7 +13,7 @@ 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: every GTK application. Without this, cairo window border theme
|
||||||
metacity: will appear.
|
metacity: will appear.
|
||||||
metacity:
|
metacity:
|
||||||
metacity: Homepage: http://xwinman.org/metacity.php
|
metacity: Website: http://en.wikipedia.org/wiki/Metacity
|
||||||
metacity:
|
metacity:
|
||||||
metacity:
|
metacity:
|
||||||
metacity:
|
metacity:
|
||||||
|
|
Loading…
Reference in New Issue