[arch-commits] Commit in caja-actions/repos (6 files)
Evgeniy Alekseev
arcanis at nymeria.archlinux.org
Thu May 15 23:48:17 UTC 2014
Date: Friday, May 16, 2014 @ 01:48:17
Author: arcanis
Revision: 111274
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
caja-actions/repos/community-staging-i686/
caja-actions/repos/community-staging-i686/PKGBUILD
(from rev 111273, caja-actions/trunk/PKGBUILD)
caja-actions/repos/community-staging-i686/caja-actions.install
(from rev 111273, caja-actions/trunk/caja-actions.install)
caja-actions/repos/community-staging-x86_64/
caja-actions/repos/community-staging-x86_64/PKGBUILD
(from rev 111273, caja-actions/trunk/PKGBUILD)
caja-actions/repos/community-staging-x86_64/caja-actions.install
(from rev 111273, caja-actions/trunk/caja-actions.install)
-----------------------------------------------+
community-staging-i686/PKGBUILD | 36 ++++++++++++++++++++++++
community-staging-i686/caja-actions.install | 12 ++++++++
community-staging-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++
community-staging-x86_64/caja-actions.install | 12 ++++++++
4 files changed, 96 insertions(+)
Copied: caja-actions/repos/community-staging-i686/PKGBUILD (from rev 111273, caja-actions/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-15 23:48:17 UTC (rev 111274)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: 3ED <krzysztof1987 at 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-staging-i686/caja-actions.install (from rev 111273, caja-actions/trunk/caja-actions.install)
===================================================================
--- community-staging-i686/caja-actions.install (rev 0)
+++ community-staging-i686/caja-actions.install 2014-05-15 23:48:17 UTC (rev 111274)
@@ -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
+}
Copied: caja-actions/repos/community-staging-x86_64/PKGBUILD (from rev 111273, caja-actions/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2014-05-15 23:48:17 UTC (rev 111274)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: 3ED <krzysztof1987 at 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-staging-x86_64/caja-actions.install (from rev 111273, caja-actions/trunk/caja-actions.install)
===================================================================
--- community-staging-x86_64/caja-actions.install (rev 0)
+++ community-staging-x86_64/caja-actions.install 2014-05-15 23:48:17 UTC (rev 111274)
@@ -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
+}
More information about the arch-commits
mailing list