system/file-roller: Updated for version 3.24.1 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Frank Endres 2017-05-11 22:20:29 +07:00 committed by Willy Sudiarto Raharjo
parent e61e90de2e
commit 1d14fc3cfa
5 changed files with 24 additions and 19 deletions

View file

@ -2,7 +2,7 @@ File-roller is an archive manager for the GNOME environment. It allows
you to:
* Create and modify archives
* View the content of an archive
* View and search the content of an archive
* View a file contained in an archive
* Extract files from the archive
@ -21,3 +21,5 @@ File-roller supports the following formats:
File-roller doesn't perform archive operations by itself, but relies on
standard tools for this.
It integrates well in Thunar (XFCE) using Thunar-Archive-Plugin.

View file

@ -12,3 +12,6 @@ if [ -x /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi
if [ -x /usr/bin/glib-compile-schemas ]; then
/usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas/ 2>/dev/null
fi

View file

@ -3,6 +3,7 @@
# Slackware build script for file-roller
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
# Frank Endres | frank.endres@sud-ouest.org
# Copyright 2010 Binh Nguyen <binhvng@gmail.com>
# All rights reserved.
@ -25,13 +26,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=file-roller
VERSION=${VERSION:-2.32.2}
VERSION=${VERSION:-3.24.1}
BUILD=${BUILD:-1}
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
@ -42,8 +43,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"
@ -81,21 +82,20 @@ CFLAGS="$SLKCFLAGS" \
--infodir=/usr/info \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--localedir=/usr/share/locale \
--disable-scrollkeeper \
--with-gtk=2.0 \
--disable-static \
--enable-shared \
--build=$ARCH-slackware-linux
make V=1
make install DESTDIR=$PKG
#won't work with thunar archive-plugin without renaming desktop file:
mv $PKG/usr/share/applications/org.gnome.FileRoller.desktop $PKG/usr/share/applications/file-roller.desktop
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog HACKING INSTALL MAINTAINERS NEWS README TODO \
$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

View file

@ -1,10 +1,10 @@
PRGNAM="file-roller"
VERSION="2.32.2"
HOMEPAGE="http://fileroller.sourceforge.net/"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/file-roller/2.32/file-roller-2.32.2.tar.bz2"
MD5SUM="2ec596e237c2f3af1d7d3f5b9c12884f"
VERSION="3.24.1"
HOMEPAGE="http://ftp.gnome.org/pub/gnome/sources/file-roller"
DOWNLOAD="http://ftp.acc.umu.se/pub/gnome/sources/file-roller/3.24/file-roller-3.24.1.tar.xz"
MD5SUM="1e6be71792c7a8e4950297e9fdcf33e7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryanpcmcquen@member.fsf.org"
MAINTAINER="Frank Endres"
EMAIL="frank.endres@sud-ouest.org"

View file

@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
file-roller: file-roller (an archive manager for GNOME)
file-roller: file-roller (a GTK archive manager)
file-roller:
file-roller: File-roller is an archive manager for the GNOME environment. It allows
file-roller: you to:
file-roller: * Create and modify archives
file-roller: * View the content of an archive
file-roller: * View and search the content of an archive
file-roller: * View a file contained in an archive
file-roller: * Extract files from the archive
file-roller:
file-roller: Homepage: http://fileroller.sourceforge.net/
file-roller: Homepage: https://github.com/GNOME/file-roller
file-roller: