[arch-commits] Commit in (5 files)

Alexandre Filgueira faidoc at nymeria.archlinux.org
Tue Feb 19 07:52:49 UTC 2013


    Date: Tuesday, February 19, 2013 @ 08:52:49
  Author: faidoc
Revision: 84488

Adding nemo-fileroller extension in community

Added:
  nemo-fileroller/
  nemo-fileroller/repos/
  nemo-fileroller/trunk/
  nemo-fileroller/trunk/PKGBUILD
  nemo-fileroller/trunk/configure.in_fix.patch

------------------------+
 PKGBUILD               |   41 +++++++++++++++++++++++++++++++++++++++++
 configure.in_fix.patch |   30 ++++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+)

Added: nemo-fileroller/trunk/PKGBUILD
===================================================================
--- nemo-fileroller/trunk/PKGBUILD	                        (rev 0)
+++ nemo-fileroller/trunk/PKGBUILD	2013-02-19 07:52:49 UTC (rev 84488)
@@ -0,0 +1,41 @@
+
+# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
+# Contributor: twa022 <twa022 at gmail dot com>
+
+pkgname=nemo-fileroller
+pkgver=1.1.2
+pkgrel=2
+pkgdesc="Nemo fileroller extension"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo-extensions"
+license=('GPL')
+source=('configure.in_fix.patch'
+        '$pkgname-$pkgver::http://github.com/linuxmint/nemo-extensions/archive/master.tar.gz')
+
+depends=('nemo' 'file-roller')
+options=('!libtool' '!emptydirs')
+
+sha256sums=('0f524f04d22135ac9e601f204957832cbb6471831c190a84645765a08e9faec9'
+            'b15f7cd536f595acd070cdff5b9c5c59df44bbc7bf91a1fd560702875b0f3669')
+
+
+build() {
+
+  
+  cd nemo-extensions-master/${pkgname}
+
+  ## I think they started with the nemo-dropbox source, so there
+  ## are some unnecessary python dependencies
+  patch -uNp2 -r- -i ${srcdir}/configure.in_fix.patch
+  autoreconf -fi
+  
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd nemo-extensions-master/${pkgname}
+  make DESTDIR="${pkgdir}" install
+}
+
+


Property changes on: nemo-fileroller/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: nemo-fileroller/trunk/configure.in_fix.patch
===================================================================
--- nemo-fileroller/trunk/configure.in_fix.patch	                        (rev 0)
+++ nemo-fileroller/trunk/configure.in_fix.patch	2013-02-19 07:52:49 UTC (rev 84488)
@@ -0,0 +1,30 @@
+diff -Naur ./nemo-fileroller.orig/configure.in ./nemo-fileroller/configure.in
+--- ./nemo-fileroller.orig/configure.in	2012-09-20 19:48:01.298714400 -0400
++++ ./nemo-fileroller/configure.in	2012-09-20 19:48:08.375136044 -0400
+@@ -29,10 +29,10 @@
+ PKG_CHECK_MODULES(NEMO, libnemo-extension >= $NEMO_REQUIRED)
+ PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED)
+ 
+-AC_PATH_PROG([PYTHON], [python])
++#AC_PATH_PROG([PYTHON], [python])
+ 
+-AC_PATH_PROG([RST2MAN], [rst2man], [python rst2man.py])
+-AC_SUBST(RST2MAN)
++#AC_PATH_PROG([RST2MAN], [rst2man], [python rst2man.py])
++#AC_SUBST(RST2MAN)
+ 
+ # define module checking macro
+ AC_DEFUN([PYTHON_CHECK_MODULE], [
+@@ -55,9 +55,9 @@
+ fi
+ ])
+ 
+-PYTHON_CHECK_MODULE(pygtk, gtk)
+-PYTHON_CHECK_MODULE(gobject, gobject)
+-PYTHON_CHECK_MODULE(docutils, docutils)
++#PYTHON_CHECK_MODULE(pygtk, gtk)
++#PYTHON_CHECK_MODULE(gobject, gobject)
++#PYTHON_CHECK_MODULE(docutils, docutils)
+ 
+ # Make dependency CFLAGS and LIBS available
+ AC_SUBST(NEMO_CFLAGS)




More information about the arch-commits mailing list