Date: Tuesday, February 19, 2013 @ 09:16:50
  Author: faidoc
Revision: 84490

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

Added:
  nemo-fileroller/repos/community-i686/
  nemo-fileroller/repos/community-i686/PKGBUILD
    (from rev 84489, nemo-fileroller/trunk/PKGBUILD)
  nemo-fileroller/repos/community-i686/configure.in_fix.patch
    (from rev 84489, nemo-fileroller/trunk/configure.in_fix.patch)
  nemo-fileroller/repos/community-x86_64/
  nemo-fileroller/repos/community-x86_64/PKGBUILD
    (from rev 84489, nemo-fileroller/trunk/PKGBUILD)
  nemo-fileroller/repos/community-x86_64/configure.in_fix.patch
    (from rev 84489, nemo-fileroller/trunk/configure.in_fix.patch)

-----------------------------------------+
 community-i686/PKGBUILD                 |   41 ++++++++++++++++++++++++++++++
 community-i686/configure.in_fix.patch   |   39 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD               |   41 ++++++++++++++++++++++++++++++
 community-x86_64/configure.in_fix.patch |   39 ++++++++++++++++++++++++++++
 4 files changed, 160 insertions(+)

Copied: nemo-fileroller/repos/community-i686/PKGBUILD (from rev 84489, 
nemo-fileroller/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-02-19 08:16:50 UTC (rev 84490)
@@ -0,0 +1,41 @@
+
+# Maintainer: Alexandre Filgueira <[email protected]>
+# 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.tar.gz::http://github.com/linuxmint/nemo-extensions/archive/master.tar.gz";)
+
+depends=('nemo' 'file-roller')
+options=('!libtool' '!emptydirs')
+
+sha256sums=('3381a3421b2fd69746b610cfa3dfeb83d4795076ec692fcf28bcccf69bfe36d0'
+            '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
+}
+
+

Copied: nemo-fileroller/repos/community-i686/configure.in_fix.patch (from rev 
84489, nemo-fileroller/trunk/configure.in_fix.patch)
===================================================================
--- community-i686/configure.in_fix.patch                               (rev 0)
+++ community-i686/configure.in_fix.patch       2013-02-19 08:16:50 UTC (rev 
84490)
@@ -0,0 +1,39 @@
+diff -Naur nemo-fileroller.orig/configure.in nemo-fileroller/configure.in
+--- ./nemo-fileroller.orig/configure.in        2012-10-28 16:48:29.000000000 
+0100
++++ ./nemo-fileroller/configure.in     2013-02-19 09:03:34.009486606 +0100
+@@ -6,7 +6,7 @@
+ 
+ AC_PREFIX_DEFAULT(/usr)
+ 
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ 
+ # not ready for i18n yet
+ #AC_PROG_INTLTOOL([0.29])
+@@ -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)

Copied: nemo-fileroller/repos/community-x86_64/PKGBUILD (from rev 84489, 
nemo-fileroller/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-19 08:16:50 UTC (rev 84490)
@@ -0,0 +1,41 @@
+
+# Maintainer: Alexandre Filgueira <[email protected]>
+# 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.tar.gz::http://github.com/linuxmint/nemo-extensions/archive/master.tar.gz";)
+
+depends=('nemo' 'file-roller')
+options=('!libtool' '!emptydirs')
+
+sha256sums=('3381a3421b2fd69746b610cfa3dfeb83d4795076ec692fcf28bcccf69bfe36d0'
+            '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
+}
+
+

Copied: nemo-fileroller/repos/community-x86_64/configure.in_fix.patch (from rev 
84489, nemo-fileroller/trunk/configure.in_fix.patch)
===================================================================
--- community-x86_64/configure.in_fix.patch                             (rev 0)
+++ community-x86_64/configure.in_fix.patch     2013-02-19 08:16:50 UTC (rev 
84490)
@@ -0,0 +1,39 @@
+diff -Naur nemo-fileroller.orig/configure.in nemo-fileroller/configure.in
+--- ./nemo-fileroller.orig/configure.in        2012-10-28 16:48:29.000000000 
+0100
++++ ./nemo-fileroller/configure.in     2013-02-19 09:03:34.009486606 +0100
+@@ -6,7 +6,7 @@
+ 
+ AC_PREFIX_DEFAULT(/usr)
+ 
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ 
+ # not ready for i18n yet
+ #AC_PROG_INTLTOOL([0.29])
+@@ -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)

Reply via email to