From a219684ca7e4ba434d2690b83003b514190b71b2 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 8 Aug 2016 08:08:35 -0300 Subject: engrampa-1.14.1-1.parabola1: updating version --- libre/engrampa/PKGBUILD | 20 ++++++++++---------- libre/engrampa/engrampa.install | 13 ------------- 2 files changed, 10 insertions(+), 23 deletions(-) delete mode 100644 libre/engrampa/engrampa.install (limited to 'libre') diff --git a/libre/engrampa/PKGBUILD b/libre/engrampa/PKGBUILD index 006234709..c4cad14a9 100644 --- a/libre/engrampa/PKGBUILD +++ b/libre/engrampa/PKGBUILD @@ -1,29 +1,26 @@ -# Maintainer (Arch): Martin Wimpress +# Contributor (Arch): Martin Wimpress # Maintainer: André Silva -_ver=1.12 +_ver=1.14 _pkgbase=engrampa pkgname=(${_pkgbase}) -pkgver=${_ver}.0 +pkgver=${_ver}.1 pkgrel=1.parabola1 pkgdesc="Archive manipulator for MATE (GTK2 version), without nonfree unace and unrar recommendation" url="http://mate-desktop.org" arch=('i686' 'x86_64' 'armv7h') license=('GPL') -depends=('bzip2' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive' 'tar') +depends=('gtk2' 'gzip' 'libarchive' 'tar' 'unzip' 'zip') makedepends=('caja>=1.12' 'mate-common' 'yelp-tools') optdepends=('caja: file archiver extension' - 'zip: for ZIP archives' 'unzip: for ZIP archives' - 'p7zip: 7zip compression utility' 'arj: for ARJ archives' - 'yelp: for reading MATE help documents') + 'p7zip: 7Z and ARJ archive support') groups=('mate-extra') conflicts=("${_pkgbase}-gtk3" "${_pkgbase}-libre" "${_pkgbase}-parabola") replaces=("${_pkgbase}-libre" "${_pkgbase}-parabola") source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz" fr-rpm-bsdtar.patch) -sha1sums=('76e2ac2806c6dcf6744766df6f9d0c056df5e301' +sha1sums=('1245f5203b37b842cfaf818781b17cd22f1234b1' '219b05a979bf6f249aaae27964f02345fd81168d') -install=${_pkgbase}.install prepare() { cd "${srcdir}/${_pkgbase}-${pkgver}" @@ -37,8 +34,11 @@ build() { --prefix=/usr \ --libexecdir=/usr/lib/${_pkgbase} \ --with-gtk=2.0 \ - --disable-static \ --disable-packagekit + + #https://bugzilla.gnome.org/show_bug.cgi?id=656231 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make } diff --git a/libre/engrampa/engrampa.install b/libre/engrampa/engrampa.install deleted file mode 100644 index bf6781f93..000000000 --- a/libre/engrampa/engrampa.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas/ - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} -- cgit v1.2.3-54-g00ecf