mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
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 changed files with 19 additions and 11 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue