desktop/gnome-menus: Update dep.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
71fa21cf67
commit
cae46c4f78
|
@ -1,9 +1,8 @@
|
|||
gnome-menus (libgnome-menu library)
|
||||
|
||||
The GNOME Menus package contains an implementation of the draft Desktop
|
||||
Menu Specification from freedesktop.org. It also contains the GNOME
|
||||
menu layout configuration files, .directory files and a menu related
|
||||
utility program.
|
||||
gnome-menus contains the libgnome-menu library, the layout
|
||||
configuration files for the GNOME menu, as well as a simple menu
|
||||
editor.
|
||||
|
||||
The libgnome-menu library implements the "Desktop Menu Specification"
|
||||
from freedesktop.org.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for gnome-menus
|
||||
|
||||
# Copyright 2015 Edinaldo P. Silva
|
||||
#
|
||||
# Slackware build script for gnome-menus.
|
||||
#
|
||||
# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,12 +24,12 @@
|
|||
|
||||
PRGNAM=gnome-menus
|
||||
VERSION=${VERSION:-3.13.3}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
@ -54,7 +54,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
DOCS="AUTHORS COPYING ChangeLog README"
|
||||
DOCS="AUTHORS ChangeLog* COPYING* HACKING MAINTAINERS NEWS README"
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -62,7 +62,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -73,7 +73,7 @@ find -L . \
|
|||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
./autogen.sh \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gnome-menus"
|
||||
VERSION="3.13.3"
|
||||
HOMEPAGE="https://download.gnome.org/"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gnome-menus/3.13/gnome-menus-3.13.3.tar.xz"
|
||||
MD5SUM="eef5ef2308d7afc56119d7248f2aa6db"
|
||||
HOMEPAGE="https://github.com/GNOME/gnome-menus"
|
||||
DOWNLOAD="https://github.com/GNOME/gnome-menus/archive/3.13.3/gnome-menus-3.13.3.tar.gz"
|
||||
MD5SUM="80b086917cd7eeeb39815aa1325a609c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="gnome-common"
|
||||
MAINTAINER="Edinaldo P. Silva"
|
||||
EMAIL="edps.mundognu@gmail.com"
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
gnome-menus: gnome-menus (libgnome-menu library)
|
||||
gnome-menus:
|
||||
gnome-menus: The GNOME Menus package contains an implementation of the draft
|
||||
gnome-menus: Desktop Menu Specification from freedesktop.org.
|
||||
gnome-menus: It also contains the GNOME menu layout configuration files,
|
||||
gnome-menus: .directory files and a menu related utility program.
|
||||
gnome-menus: gnome-menus contains the libgnome-menu library, the layout
|
||||
gnome-menus: configuration files for the GNOME menu, as well as a simple menu
|
||||
gnome-menus: editor.
|
||||
gnome-menus:
|
||||
gnome-menus: The libgnome-menu library implements the "Desktop Menu Specification"
|
||||
gnome-menus: from freedesktop.org.
|
||||
gnome-menus:
|
||||
gnome-menus: Home page: https://github.com/GNOME/gnome-menus
|
||||
gnome-menus:
|
||||
|
|
Loading…
Reference in New Issue