Date: Sunday, January 29, 2017 @ 22:36:11
Author: bgyorgy
Revision: 209428
archrelease: copy trunk to community-i686, community-x86_64
Added:
nemo-extensions/repos/community-i686/PKGBUILD
(from rev 209427, nemo-extensions/trunk/PKGBUILD)
nemo-extensions/repos/community-i686/nemo-pastebin.install
(from rev 209427, nemo-extensions/trunk/nemo-pastebin.install)
nemo-extensions/repos/community-x86_64/PKGBUILD
(from rev 209427, nemo-extensions/trunk/PKGBUILD)
nemo-extensions/repos/community-x86_64/nemo-pastebin.install
(from rev 209427, nemo-extensions/trunk/nemo-pastebin.install)
Deleted:
nemo-extensions/repos/community-i686/PKGBUILD
nemo-extensions/repos/community-i686/clutter-gst3.patch
nemo-extensions/repos/community-i686/gpgversion.patch
nemo-extensions/repos/community-i686/nemo-pastebin.install
nemo-extensions/repos/community-i686/nemo-preview-webkit2-port.patch
nemo-extensions/repos/community-x86_64/PKGBUILD
nemo-extensions/repos/community-x86_64/clutter-gst3.patch
nemo-extensions/repos/community-x86_64/gpgversion.patch
nemo-extensions/repos/community-x86_64/nemo-pastebin.install
nemo-extensions/repos/community-x86_64/nemo-preview-webkit2-port.patch
--+
/PKGBUILD| 356 +
/nemo-pastebin.install | 22 +
community-i686/PKGBUILD | 191 ---
community-i686/clutter-gst3.patch| 156 -
community-i686/gpgversion.patch | 11
community-i686/nemo-pastebin.install | 11
community-i686/nemo-preview-webkit2-port.patch | 79
community-x86_64/PKGBUILD| 191 ---
community-x86_64/clutter-gst3.patch | 156 -
community-x86_64/gpgversion.patch| 11
community-x86_64/nemo-pastebin.install | 11
community-x86_64/nemo-preview-webkit2-port.patch | 79
12 files changed, 378 insertions(+), 896 deletions(-)
Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-29 22:36:05 UTC (rev 209427)
+++ community-i686/PKGBUILD 2017-01-29 22:36:11 UTC (rev 209428)
@@ -1,191 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira
-
-pkgbase=nemo-extensions
-pkgname=('nemo-fileroller'
-'nemo-preview'
-'nemo-python'
-'nemo-share'
-'nemo-seahorse')
- #'nemo-media-columns'
- #'nemo-pastebin'
- #'nemo-compare'
- #'nemo-rabbitvcs'
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Various extensions for Nemo"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="https://github.com/linuxmint/nemo-extensions";
-depends=(nemo file-roller cjs clutter-gtk clutter-gst gst-plugins-good
libmusicbrainz5
- evince gtksourceview3 webkit2gtk python2-gobject seahorse-nautilus
samba)
-makedepends=(gconf gnome-common gtk-doc intltool gobject-introspection) #
python2-distutils-extra
-options=('!emptydirs')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/${pkgver}.tar.gz";
-"gpgversion.patch"
-clutter-gst3.patch
-nemo-preview-webkit2-port.patch)
-sha256sums=('b62b81d40a268509c5d3be58aed4d232c05433f028a6197a00b2dd0964578605'
-'187b9c1d684b81abac7ef3095882cfe859bd50570e554d45fcfdbf6e50455b86'
-'7217c05f4cf4d797e8e042392c1cb92481bb616a1e7ce20393228591a6bc91e0'
-'709075fe8516c7fcb493caf4d4b889b56beac2cd678dcd7d8a0df33b334f0c0a')
-
-prepare() {
- cd ${pkgbase}-${pkgver}
-
- # Python2 fix
- find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
- # GPG version in testing
- patch -Np1 -i ../gpgversion.patch
-
- # Fix path for nemo-python
- sed -i 's|libdirsuffix="/i386-linux-gnu/"|libdirsuffix=""|'
nemo-python/m4/python.m4
-
- cd nemo-preview
- patch -Np1 -i ../../clutter-gst3.patch
- patch -Np1 -i ../../nemo-preview-webkit2-port.patch
-}
-
-build() {
- cd ${pkgbase}-${pkgver}
-
- _configure_pkgs="nemo-fileroller nemo-seahorse nemo-share"
- for dir in ${_configure_pkgs}
- do
-pushd ${dir}
-autoreconf -fi
-./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
--libexecdir=/usr/lib/${dir} \
---disable-static --disable-schemas-compile
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/
func_append compile_command " -Wl,-O1,--as-needed"\n func_append
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-make
-popd
- done
-
- _autogen_pkgs="nemo-preview nemo-python"
- for dir in ${_autogen_pkgs}
- do
-pushd ${dir}
-./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
--libexecdir=/usr/lib/${dir} \
- --disable-static --disable-schemas-compile PYTHON=pytho