[arch-commits] Commit in nemo/repos (10 files)
Balló György
bgyorgy at archlinux.org
Mon Dec 14 04:27:53 UTC 2015
Date: Monday, December 14, 2015 @ 05:27:53
Author: bgyorgy
Revision: 153212
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 153211, nemo/trunk/PKGBUILD)
nemo/repos/community-testing-i686/nemo.install
(from rev 153211, nemo/trunk/nemo.install)
nemo/repos/community-testing-x86_64/
nemo/repos/community-testing-x86_64/PKGBUILD
(from rev 153211, nemo/trunk/PKGBUILD)
nemo/repos/community-testing-x86_64/nemo.install
(from rev 153211, nemo/trunk/nemo.install)
Deleted:
nemo/repos/community-testing-i686/PKGBUILD
nemo/repos/community-testing-i686/nemo.install
nemo/repos/community-testing-x86_64/PKGBUILD
nemo/repos/community-testing-x86_64/nemo.install
---------------------------------------+
/PKGBUILD | 102 ++++++++++++++++++++++++++++++++
/nemo.install | 28 ++++++++
community-testing-i686/PKGBUILD | 51 ----------------
community-testing-i686/nemo.install | 14 ----
community-testing-x86_64/PKGBUILD | 51 ----------------
community-testing-x86_64/nemo.install | 14 ----
6 files changed, 130 insertions(+), 130 deletions(-)
Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD 2015-11-20 20:06:56 UTC (rev 147263)
+++ community-testing-i686/PKGBUILD 2015-12-14 04:27:53 UTC (rev 153212)
@@ -1,51 +0,0 @@
-# $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/PKGBUILD (from rev 153211, nemo/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-14 04:27:53 UTC (rev 153212)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.8.6
+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=('47fd96df864af5c74ed3abba4dcaf7ca5855289bbb61d58f14972200c169e84c')
+
+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
+}
Deleted: community-testing-i686/nemo.install
===================================================================
--- community-testing-i686/nemo.install 2015-11-20 20:06:56 UTC (rev 147263)
+++ community-testing-i686/nemo.install 2015-12-14 04:27:53 UTC (rev 153212)
@@ -1,14 +0,0 @@
-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-i686/nemo.install (from rev 153211, nemo/trunk/nemo.install)
===================================================================
--- community-testing-i686/nemo.install (rev 0)
+++ community-testing-i686/nemo.install 2015-12-14 04:27:53 UTC (rev 153212)
@@ -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"
+}
Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD 2015-11-20 20:06:56 UTC (rev 147263)
+++ community-testing-x86_64/PKGBUILD 2015-12-14 04:27:53 UTC (rev 153212)
@@ -1,51 +0,0 @@
-# $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/PKGBUILD (from rev 153211, nemo/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2015-12-14 04:27:53 UTC (rev 153212)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.8.6
+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=('47fd96df864af5c74ed3abba4dcaf7ca5855289bbb61d58f14972200c169e84c')
+
+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
+}
Deleted: community-testing-x86_64/nemo.install
===================================================================
--- community-testing-x86_64/nemo.install 2015-11-20 20:06:56 UTC (rev 147263)
+++ community-testing-x86_64/nemo.install 2015-12-14 04:27:53 UTC (rev 153212)
@@ -1,14 +0,0 @@
-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/nemo.install (from rev 153211, nemo/trunk/nemo.install)
===================================================================
--- community-testing-x86_64/nemo.install (rev 0)
+++ community-testing-x86_64/nemo.install 2015-12-14 04:27:53 UTC (rev 153212)
@@ -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