[arch-commits] Commit in caja-actions/repos (8 files)

2015-11-05 Thread Martin Wimpress
Date: Friday, November 6, 2015 @ 02:51:42
  Author: flexiondotorg
Revision: 146235

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

Added:
  caja-actions/repos/community-i686/PKGBUILD
(from rev 146233, caja-actions/trunk/PKGBUILD)
  caja-actions/repos/community-i686/caja-actions.install
(from rev 146233, caja-actions/trunk/caja-actions.install)
  caja-actions/repos/community-x86_64/PKGBUILD
(from rev 146233, caja-actions/trunk/PKGBUILD)
  caja-actions/repos/community-x86_64/caja-actions.install
(from rev 146233, caja-actions/trunk/caja-actions.install)
Deleted:
  caja-actions/repos/community-i686/PKGBUILD
  caja-actions/repos/community-i686/caja-actions.install
  caja-actions/repos/community-x86_64/PKGBUILD
  caja-actions/repos/community-x86_64/caja-actions.install

---+
 /PKGBUILD |   72 
 /caja-actions.install |   24 ++
 community-i686/PKGBUILD   |   37 
 community-i686/caja-actions.install   |   12 -
 community-x86_64/PKGBUILD |   37 
 community-x86_64/caja-actions.install |   12 -
 6 files changed, 96 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 01:51:39 UTC (rev 146234)
+++ community-i686/PKGBUILD 2015-11-06 01:51:42 UTC (rev 146235)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: 3ED 
-
-pkgname=caja-actions
-pkgver=1.7.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="An extension for Caja which allows arbitrary programs to be launched 
via context menu."
-url="https://github.com/NiceandGently/caja-actions;
-license=('GPL')
-depends=('caja' 'libgtop')
-makedepends=('mate-common' 'yelp-tools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('0cf764f72b7eacdfe1259d951a1f0bd4298e4aad390577dffcc425bed66d38ca')
-install=${pkgname}.install
-
-prepare() {
-cd "$srcdir/$pkgname-$pkgver"
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=2 \
---disable-scrollkeeper \
---disable-static
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: caja-actions/repos/community-i686/PKGBUILD (from rev 146233, 
caja-actions/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 01:51:42 UTC (rev 146235)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: 3ED 
+
+pkgname=caja-actions
+pkgver=1.8.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="An extension for Caja which allows arbitrary programs to be launched 
via context menu."
+url="https://github.com/NiceandGently/caja-actions;
+license=('GPL')
+depends=('caja' 'libgtop')
+makedepends=('mate-common' 'yelp-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/raveit65/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('c9d09ef73979adbabaa7b4e618164b935cb6c7219e83803d7a61aa3fa498f5ad')
+install=${pkgname}.install
+
+prepare() {
+cd "$srcdir/$pkgname-$pkgver"
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2 \
+--disable-static
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/caja-actions.install
===
--- community-i686/caja-actions.install 2015-11-06 01:51:39 UTC (rev 146234)
+++ community-i686/caja-actions.install 2015-11-06 01:51:42 UTC (rev 146235)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: caja-actions/repos/community-i686/caja-actions.install (from rev 
146233, caja-actions/trunk/caja-actions.install)
===
--- community-i686/caja-actions.install (rev 0)
+++ community-i686/caja-actions.install 2015-11-06 01:51:42 UTC (rev 146235)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD

[arch-commits] Commit in caja-actions/repos (8 files)

2014-10-06 Thread Martin Wimpress
Date: Monday, October 6, 2014 @ 14:24:43
  Author: flexiondotorg
Revision: 120245

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

Added:
  caja-actions/repos/community-i686/PKGBUILD
(from rev 120244, caja-actions/trunk/PKGBUILD)
  caja-actions/repos/community-i686/caja-actions.install
(from rev 120244, caja-actions/trunk/caja-actions.install)
  caja-actions/repos/community-x86_64/PKGBUILD
(from rev 120244, caja-actions/trunk/PKGBUILD)
  caja-actions/repos/community-x86_64/caja-actions.install
(from rev 120244, caja-actions/trunk/caja-actions.install)
Deleted:
  caja-actions/repos/community-i686/PKGBUILD
  caja-actions/repos/community-i686/caja-actions.install
  caja-actions/repos/community-x86_64/PKGBUILD
  caja-actions/repos/community-x86_64/caja-actions.install

---+
 /PKGBUILD |   74 
 /caja-actions.install |   24 ++
 community-i686/PKGBUILD   |   36 ---
 community-i686/caja-actions.install   |   12 -
 community-x86_64/PKGBUILD |   36 ---
 community-x86_64/caja-actions.install |   12 -
 6 files changed, 98 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-06 12:24:34 UTC (rev 120244)
+++ community-i686/PKGBUILD 2014-10-06 12:24:43 UTC (rev 120245)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: 3ED krzysztof1...@gmail.com
-
-pkgname=caja-actions
-pkgver=1.7.0
-pkgrel=3
-arch=('i686' 'x86_64')
-pkgdesc=An extension for Caja which allows arbitrary programs to be launched 
via context menu.
-url=https://github.com/NiceandGently/caja-actions;
-license=('GPL')
-depends=('caja' 'libgtop')
-makedepends=('mate-common' 'yelp-tools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('8f87122501be366ed4bd84209b0917f6d89a5336c6b1a8a92386372520f731f0')
-install=${pkgname}.install
-
-prepare() {
-cd $srcdir/$pkgname-$pkgver
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd $srcdir/$pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=2 \
---disable-static
-make
-}
-
-package() {
-cd $srcdir/$pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: caja-actions/repos/community-i686/PKGBUILD (from rev 120244, 
caja-actions/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-06 12:24:43 UTC (rev 120245)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: 3ED krzysztof1...@gmail.com
+
+pkgname=caja-actions
+pkgver=1.7.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=An extension for Caja which allows arbitrary programs to be launched 
via context menu.
+url=https://github.com/NiceandGently/caja-actions;
+license=('GPL')
+depends=('caja' 'libgtop')
+makedepends=('mate-common' 'yelp-tools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('0cf764f72b7eacdfe1259d951a1f0bd4298e4aad390577dffcc425bed66d38ca')
+install=${pkgname}.install
+
+prepare() {
+cd $srcdir/$pkgname-$pkgver
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd $srcdir/$pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2 \
+--disable-scrollkeeper \
+--disable-static
+make
+}
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: community-i686/caja-actions.install
===
--- community-i686/caja-actions.install 2014-10-06 12:24:34 UTC (rev 120244)
+++ community-i686/caja-actions.install 2014-10-06 12:24:43 UTC (rev 120245)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: caja-actions/repos/community-i686/caja-actions.install (from rev 
120244, caja-actions/trunk/caja-actions.install)
===
--- community-i686/caja-actions.install (rev 0)
+++ community-i686/caja-actions.install 2014-10-06 12:24:43 UTC (rev 120245)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===