[arch-commits] Commit in nemo/repos (6 files)

Balló György bgyorgy at archlinux.org
Fri Nov 20 20:06:57 UTC 2015


    Date: Friday, November 20, 2015 @ 21:06:56
  Author: bgyorgy
Revision: 147263

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

Added:
  nemo/repos/community-testing-i686/
  nemo/repos/community-testing-i686/PKGBUILD
    (from rev 147262, nemo/trunk/PKGBUILD)
  nemo/repos/community-testing-i686/nemo.install
    (from rev 147262, nemo/trunk/nemo.install)
  nemo/repos/community-testing-x86_64/
  nemo/repos/community-testing-x86_64/PKGBUILD
    (from rev 147262, nemo/trunk/PKGBUILD)
  nemo/repos/community-testing-x86_64/nemo.install
    (from rev 147262, nemo/trunk/nemo.install)

---------------------------------------+
 community-testing-i686/PKGBUILD       |   51 ++++++++++++++++++++++++++++++++
 community-testing-i686/nemo.install   |   14 ++++++++
 community-testing-x86_64/PKGBUILD     |   51 ++++++++++++++++++++++++++++++++
 community-testing-x86_64/nemo.install |   14 ++++++++
 4 files changed, 130 insertions(+)

Copied: nemo/repos/community-testing-i686/PKGBUILD (from rev 147262, nemo/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-11-20 20:06:56 UTC (rev 147263)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.8.5
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo"
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+         'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 'python2-gobject' 'python2-polib')
+options=('!emptydirs')
+install=nemo.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver")
+sha256sums=('fcea9d25e442ee916a5f1094cba939552d655a8bfe97d08d0f3139e55660473d')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --libexecdir=/usr/lib/nemo \
+      --disable-update-mimedb \
+      --disable-tracker \
+      --disable-gtk-doc-html \
+      --disable-schemas-compile
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd linuxmint-nemo-*
+
+  make DESTDIR="$pkgdir" install
+}

Copied: nemo/repos/community-testing-i686/nemo.install (from rev 147262, nemo/trunk/nemo.install)
===================================================================
--- community-testing-i686/nemo.install	                        (rev 0)
+++ community-testing-i686/nemo.install	2015-11-20 20:06:56 UTC (rev 147263)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  post_install "$1"
+}

Copied: nemo/repos/community-testing-x86_64/PKGBUILD (from rev 147262, nemo/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-11-20 20:06:56 UTC (rev 147263)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.8.5
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo"
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+         'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 'python2-gobject' 'python2-polib')
+options=('!emptydirs')
+install=nemo.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver")
+sha256sums=('fcea9d25e442ee916a5f1094cba939552d655a8bfe97d08d0f3139e55660473d')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --libexecdir=/usr/lib/nemo \
+      --disable-update-mimedb \
+      --disable-tracker \
+      --disable-gtk-doc-html \
+      --disable-schemas-compile
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd linuxmint-nemo-*
+
+  make DESTDIR="$pkgdir" install
+}

Copied: nemo/repos/community-testing-x86_64/nemo.install (from rev 147262, nemo/trunk/nemo.install)
===================================================================
--- community-testing-x86_64/nemo.install	                        (rev 0)
+++ community-testing-x86_64/nemo.install	2015-11-20 20:06:56 UTC (rev 147263)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  post_install "$1"
+}



More information about the arch-commits mailing list