[arch-commits] Commit in filemanager-actions/repos (4 files)

Jan de Groot jgc at archlinux.org
Thu Sep 28 10:56:12 UTC 2017


    Date: Thursday, September 28, 2017 @ 10:56:11
  Author: jgc
Revision: 260760

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

Added:
  filemanager-actions/repos/community-testing-i686/
  filemanager-actions/repos/community-testing-i686/PKGBUILD
    (from rev 260759, filemanager-actions/trunk/PKGBUILD)
  filemanager-actions/repos/community-testing-x86_64/
  filemanager-actions/repos/community-testing-x86_64/PKGBUILD
    (from rev 260759, filemanager-actions/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: filemanager-actions/repos/community-testing-i686/PKGBUILD (from rev 260759, filemanager-actions/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-09-28 10:56:11 UTC (rev 260760)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Tor Krill <tor at krill.nu>
+
+pkgname=filemanager-actions
+pkgver=3.4
+pkgrel=2
+pkgdesc="File-manager extension which offers user configurable context menu actions"
+arch=('i686' 'x86_64')
+url="https://git.gnome.org/browse/filemanager-actions"
+license=('GPL')
+depends=('gtk3' 'libgtop')
+makedepends=('gnome-doc-utils' 'intltool' 'caja' 'libnautilus-extension' 'nemo')
+optdepends=('caja: supported file manager'
+            'nautilus: supported file manager'
+            'nemo: supported file manager')
+replaces=('caja-actions' 'caja-actions-gtk3' 'nautilus-actions')
+source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('10189781af90df4c99fde0fe98eacd2e12f4577eff5dc9b769618d980668a997')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: filemanager-actions/repos/community-testing-x86_64/PKGBUILD (from rev 260759, filemanager-actions/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-09-28 10:56:11 UTC (rev 260760)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Tor Krill <tor at krill.nu>
+
+pkgname=filemanager-actions
+pkgver=3.4
+pkgrel=2
+pkgdesc="File-manager extension which offers user configurable context menu actions"
+arch=('i686' 'x86_64')
+url="https://git.gnome.org/browse/filemanager-actions"
+license=('GPL')
+depends=('gtk3' 'libgtop')
+makedepends=('gnome-doc-utils' 'intltool' 'caja' 'libnautilus-extension' 'nemo')
+optdepends=('caja: supported file manager'
+            'nautilus: supported file manager'
+            'nemo: supported file manager')
+replaces=('caja-actions' 'caja-actions-gtk3' 'nautilus-actions')
+source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('10189781af90df4c99fde0fe98eacd2e12f4577eff5dc9b769618d980668a997')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list