[arch-commits] Commit in engrampa/repos (12 files)

2015-10-05 Thread Martin Wimpress
Date: Monday, October 5, 2015 @ 10:48:04
  Author: flexiondotorg
Revision: 142967

archrelease: copy trunk to community-i686, community-x86_64

Added:
  engrampa/repos/community-i686/PKGBUILD
(from rev 142966, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-i686/engrampa.install
(from rev 142966, engrampa/trunk/engrampa.install)
  engrampa/repos/community-i686/fr-rpm-bsdtar.patch
(from rev 142966, engrampa/trunk/fr-rpm-bsdtar.patch)
  engrampa/repos/community-x86_64/PKGBUILD
(from rev 142966, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-x86_64/engrampa.install
(from rev 142966, engrampa/trunk/engrampa.install)
  engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch
(from rev 142966, engrampa/trunk/fr-rpm-bsdtar.patch)
Deleted:
  engrampa/repos/community-i686/PKGBUILD
  engrampa/repos/community-i686/engrampa.install
  engrampa/repos/community-i686/fr-rpm-bsdtar.patch
  engrampa/repos/community-x86_64/PKGBUILD
  engrampa/repos/community-x86_64/engrampa.install
  engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch

--+
 /PKGBUILD|   96 ++
 /engrampa.install|   26 +++
 /fr-rpm-bsdtar.patch |  120 +
 community-i686/PKGBUILD  |   48 -
 community-i686/engrampa.install  |   13 ---
 community-i686/fr-rpm-bsdtar.patch   |   60 
 community-x86_64/PKGBUILD|   48 -
 community-x86_64/engrampa.install|   13 ---
 community-x86_64/fr-rpm-bsdtar.patch |   60 
 9 files changed, 242 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-05 08:47:51 UTC (rev 142966)
+++ community-i686/PKGBUILD 2015-10-05 08:48:04 UTC (rev 142967)
@@ -1,48 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=engrampa
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="Archive manipulator for MATE (GTK2 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bzip2' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive' 'tar')
-makedepends=('caja>=1.10' 'mate-common' 'yelp-tools')
-optdepends=('caja: file archiver extension'
-'unrar: for RAR uncompression'
-'zip: for ZIP archives' 'unzip: for ZIP archives'
-'p7zip: 7zip compression utility' 'arj: for ARJ archives'
-'unace: extraction tool for the proprietary ace archive format'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";
-fr-rpm-bsdtar.patch)
-sha1sums=('280daa5ef6c660d1d1c5da33ee2952b12095ff08'
-  '219b05a979bf6f249aaae27964f02345fd81168d')
-install=${_pkgbase}.install
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-# This patch 'depends' on libarchive
-patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---disable-static \
---disable-packagekit
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: engrampa/repos/community-i686/PKGBUILD (from rev 142966, 
engrampa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-05 08:48:04 UTC (rev 142967)
@@ -0,0 +1,48 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=engrampa
+pkgname=(${_pkgbase})
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="Archive manipulator for MATE (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bzip2' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive' 'tar')
+makedepends=('caja>=1.10' 'mate-common' 'yelp-tools')
+optdepends=('caja: file archiver extension'
+'unrar: for RAR uncompression'
+'zip: for ZIP archives' 'unzip: for ZIP archives'
+'p7zip: 7zip compression utility' 'arj: for ARJ archives'
+'unace: extraction tool for the proprietary ace archive format'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";
+fr-rpm-bsdtar.patch)
+sha1sums=('28321d373ebe270e4475ecb5a743d69a981a4d02'
+  '219b05a979bf6f249aaae27964f02345fd81168d')
+install=${_pkgbase}.install
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+# This patch 'depends' on libarchive
+patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
+}
+
+build() {
+

[arch-commits] Commit in engrampa/repos (12 files)

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:52:05
  Author: flexiondotorg
Revision: 136853

archrelease: copy trunk to community-i686, community-x86_64

Added:
  engrampa/repos/community-i686/PKGBUILD
(from rev 136852, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-i686/engrampa.install
(from rev 136852, engrampa/trunk/engrampa.install)
  engrampa/repos/community-i686/fr-rpm-bsdtar.patch
(from rev 136852, engrampa/trunk/fr-rpm-bsdtar.patch)
  engrampa/repos/community-x86_64/PKGBUILD
(from rev 136852, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-x86_64/engrampa.install
(from rev 136852, engrampa/trunk/engrampa.install)
  engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch
(from rev 136852, engrampa/trunk/fr-rpm-bsdtar.patch)
Deleted:
  engrampa/repos/community-i686/PKGBUILD
  engrampa/repos/community-i686/engrampa.install
  engrampa/repos/community-i686/fr-rpm-bsdtar.patch
  engrampa/repos/community-x86_64/PKGBUILD
  engrampa/repos/community-x86_64/engrampa.install
  engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch

--+
 /PKGBUILD|   96 ++
 /engrampa.install|   26 +++
 /fr-rpm-bsdtar.patch |  120 +
 community-i686/PKGBUILD  |   48 -
 community-i686/engrampa.install  |   13 ---
 community-i686/fr-rpm-bsdtar.patch   |   60 
 community-x86_64/PKGBUILD|   48 -
 community-x86_64/engrampa.install|   13 ---
 community-x86_64/fr-rpm-bsdtar.patch |   60 
 9 files changed, 242 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 12:51:56 UTC (rev 136852)
+++ community-i686/PKGBUILD 2015-07-14 12:52:05 UTC (rev 136853)
@@ -1,48 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=engrampa
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=2
-pkgdesc="Archive manipulator for MATE (GTK2 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bzip2' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive' 'tar')
-makedepends=('caja>=1.10' 'mate-common' 'yelp-tools')
-optdepends=('caja: file archiver extension'
-'unrar: for RAR uncompression'
-'zip: for ZIP archives' 'unzip: for ZIP archives'
-'p7zip: 7zip compression utility' 'arj: for ARJ archives'
-'unace: extraction tool for the proprietary ace archive format'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";
-fr-rpm-bsdtar.patch)
-sha1sums=('bca7140ac1715620fc2336ef6352df8a6f9d927b'
-  '219b05a979bf6f249aaae27964f02345fd81168d')
-install=${_pkgbase}.install
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-# This patch 'depends' on libarchive
-patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---disable-static \
---disable-packagekit
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: engrampa/repos/community-i686/PKGBUILD (from rev 136852, 
engrampa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 12:52:05 UTC (rev 136853)
@@ -0,0 +1,48 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=engrampa
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="Archive manipulator for MATE (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bzip2' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive' 'tar')
+makedepends=('caja>=1.10' 'mate-common' 'yelp-tools')
+optdepends=('caja: file archiver extension'
+'unrar: for RAR uncompression'
+'zip: for ZIP archives' 'unzip: for ZIP archives'
+'p7zip: 7zip compression utility' 'arj: for ARJ archives'
+'unace: extraction tool for the proprietary ace archive format'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";
+fr-rpm-bsdtar.patch)
+sha1sums=('280daa5ef6c660d1d1c5da33ee2952b12095ff08'
+  '219b05a979bf6f249aaae27964f02345fd81168d')
+install=${_pkgbase}.install
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+# This patch 'depends' on libarchive
+patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
+}
+
+build() {
+ 

[arch-commits] Commit in engrampa/repos (12 files)

2015-06-28 Thread Balló György
Date: Sunday, June 28, 2015 @ 23:26:13
  Author: bgyorgy
Revision: 136087

archrelease: copy trunk to community-i686, community-x86_64

Added:
  engrampa/repos/community-i686/PKGBUILD
(from rev 136086, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-i686/engrampa.install
(from rev 136086, engrampa/trunk/engrampa.install)
  engrampa/repos/community-i686/fr-rpm-bsdtar.patch
(from rev 136086, engrampa/trunk/fr-rpm-bsdtar.patch)
  engrampa/repos/community-x86_64/PKGBUILD
(from rev 136086, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-x86_64/engrampa.install
(from rev 136086, engrampa/trunk/engrampa.install)
  engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch
(from rev 136086, engrampa/trunk/fr-rpm-bsdtar.patch)
Deleted:
  engrampa/repos/community-i686/PKGBUILD
  engrampa/repos/community-i686/engrampa.install
  engrampa/repos/community-i686/fr-rpm-bsdtar.patch
  engrampa/repos/community-x86_64/PKGBUILD
  engrampa/repos/community-x86_64/engrampa.install
  engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch

--+
 /PKGBUILD|   96 ++
 /engrampa.install|   26 +++
 /fr-rpm-bsdtar.patch |  120 +
 community-i686/PKGBUILD  |   47 
 community-i686/engrampa.install  |   13 ---
 community-i686/fr-rpm-bsdtar.patch   |   60 
 community-x86_64/PKGBUILD|   47 
 community-x86_64/engrampa.install|   13 ---
 community-x86_64/fr-rpm-bsdtar.patch |   60 
 9 files changed, 242 insertions(+), 240 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-28 21:26:05 UTC (rev 136086)
+++ community-i686/PKGBUILD 2015-06-28 21:26:13 UTC (rev 136087)
@@ -1,47 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=engrampa
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="Archive manipulator for MATE (GTK2 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bzip2' 'caja>=1.10' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive' 
'tar')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('unrar: for RAR uncompression'
-'zip: for ZIP archives' 'unzip: for ZIP archives'
-'p7zip: 7zip compression utility' 'arj: for ARJ archives'
-'unace: extraction tool for the proprietary ace archive format'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";
-fr-rpm-bsdtar.patch)
-sha1sums=('bca7140ac1715620fc2336ef6352df8a6f9d927b'
-  '219b05a979bf6f249aaae27964f02345fd81168d')
-install=${_pkgbase}.install
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-# This patch 'depends' on libarchive
-patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---disable-static \
---disable-packagekit
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: engrampa/repos/community-i686/PKGBUILD (from rev 136086, 
engrampa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-28 21:26:13 UTC (rev 136087)
@@ -0,0 +1,48 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=engrampa
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="Archive manipulator for MATE (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bzip2' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive' 'tar')
+makedepends=('caja>=1.10' 'mate-common' 'yelp-tools')
+optdepends=('caja: file archiver extension'
+'unrar: for RAR uncompression'
+'zip: for ZIP archives' 'unzip: for ZIP archives'
+'p7zip: 7zip compression utility' 'arj: for ARJ archives'
+'unace: extraction tool for the proprietary ace archive format'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";
+fr-rpm-bsdtar.patch)
+sha1sums=('bca7140ac1715620fc2336ef6352df8a6f9d927b'
+  '219b05a979bf6f249aaae27964f02345fd81168d')
+install=${_pkgbase}.install
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+# This patch 'depends' on libarchive
+patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./config

[arch-commits] Commit in engrampa/repos (12 files)

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 21:58:04
  Author: flexiondotorg
Revision: 119837

archrelease: copy trunk to community-i686, community-x86_64

Added:
  engrampa/repos/community-i686/PKGBUILD
(from rev 119836, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-i686/engrampa.install
(from rev 119836, engrampa/trunk/engrampa.install)
  engrampa/repos/community-i686/fr-rpm-bsdtar.patch
(from rev 119836, engrampa/trunk/fr-rpm-bsdtar.patch)
  engrampa/repos/community-x86_64/PKGBUILD
(from rev 119836, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-x86_64/engrampa.install
(from rev 119836, engrampa/trunk/engrampa.install)
  engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch
(from rev 119836, engrampa/trunk/fr-rpm-bsdtar.patch)
Deleted:
  engrampa/repos/community-i686/PKGBUILD
  engrampa/repos/community-i686/engrampa.install
  engrampa/repos/community-i686/fr-rpm-bsdtar.patch
  engrampa/repos/community-x86_64/PKGBUILD
  engrampa/repos/community-x86_64/engrampa.install
  engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch

--+
 /PKGBUILD|   96 ++
 /engrampa.install|   26 +++
 /fr-rpm-bsdtar.patch |  120 +
 community-i686/PKGBUILD  |   49 -
 community-i686/engrampa.install  |   13 ---
 community-i686/fr-rpm-bsdtar.patch   |   60 
 community-x86_64/PKGBUILD|   49 -
 community-x86_64/engrampa.install|   13 ---
 community-x86_64/fr-rpm-bsdtar.patch |   60 
 9 files changed, 242 insertions(+), 244 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 19:57:54 UTC (rev 119836)
+++ community-i686/PKGBUILD 2014-09-29 19:58:04 UTC (rev 119837)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-pkgname=engrampa
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="Archive manipulator for MATE"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bzip2' 'caja' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive' 'tar')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('unrar: for RAR uncompression'
-'zip: for ZIP archives' 'unzip: for ZIP archives'
-'p7zip: 7zip compression utility' 'arj: for ARJ archives'
-'unace: extraction tool for the proprietary ace archive format'
-'yelp: for reading MATE help documents')
-replaces=('mate-file-archiver')
-provides=('mate-file-archiver')
-conflicts=('mate-file-archiver')
-options=( '!emptydirs')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";
-fr-rpm-bsdtar.patch)
-sha1sums=('511019cee95568a4951e9da12d8a7282c3f6af65'
-  '219b05a979bf6f249aaae27964f02345fd81168d')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-# This patch 'depends' on libarchive
-patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=2.0 \
---disable-static \
---disable-packagekit
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: engrampa/repos/community-i686/PKGBUILD (from rev 119836, 
engrampa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 19:58:04 UTC (rev 119837)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=engrampa
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Archive manipulator for MATE"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bzip2' 'caja' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive' 'tar')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('unrar: for RAR uncompression'
+'zip: for ZIP archives' 'unzip: for ZIP archives'
+'p7zip: 7zip compression utility' 'arj: for ARJ archives'
+'unace: extraction tool for the proprietary ace archive format'
+'yelp: for reading MATE help documents')
+replaces=('mate-file-archiver')
+provides=('mate-file-archiver')
+conflicts=('mate-file-archiver')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";
+fr-rpm-bsdtar.patch)
+sha1sums=('2f3e655c2e4ac5a972c06591085557906748ac6f'
+  '219b05a979bf6f249aaae27964f02345fd81168d')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+# This patch 'depends' on libarchive
+patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
+}
+
+build() {
+cd "${s