[arch-commits] Commit in nemo/repos (4 files)
Balló György
bgyorgy at archlinux.org
Sun Apr 10 15:52:55 UTC 2016
Date: Sunday, April 10, 2016 @ 17:52:55
Author: bgyorgy
Revision: 170108
archrelease: copy trunk to community-i686, community-x86_64
Deleted:
nemo/repos/community-i686/PKGBUILD
nemo/repos/community-i686/nemo.install
nemo/repos/community-x86_64/PKGBUILD
nemo/repos/community-x86_64/nemo.install
-------------------------------+
community-i686/PKGBUILD | 63 ----------------------------------------
community-i686/nemo.install | 14 --------
community-x86_64/PKGBUILD | 63 ----------------------------------------
community-x86_64/nemo.install | 14 --------
4 files changed, 154 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-04-10 15:52:45 UTC (rev 170107)
+++ community-i686/PKGBUILD 2016-04-10 15:52:55 UTC (rev 170108)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.8.7
-pkgrel=2
-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"
- "deep-count-one-filesystem.patch"
- "0001-Fix-fallback-style-for-GTK-3.20.patch")
-sha256sums=('21f290212bcfb4ac58f7bdc17e9dccfafb59d9fd52a7540a7e199e252a7c2fe4'
- '1acd384b7e345d4e2815c51a94b4ffbb802ee376004c3db75cc871eef551cbfa'
- 'd8be3f444eda33f8250c5d26241b628d1684c1fee8749d7ae90b1d2635e9a76a')
-
-prepare() {
- cd linuxmint-nemo-*
-
- # Python2 fix
- find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
- # directory: limit deep scount (folder contents and size) to one filesystem (FS#47480)
- # https://github.com/linuxmint/nemo/pull/1083
- patch -Np1 -i ../deep-count-one-filesystem.patch
-
- # Fix fallback style for GTK 3.20
- # https://github.com/linuxmint/nemo/pull/1138
- patch -Np1 -i ../0001-Fix-fallback-style-for-GTK-3.20.patch
-
- # 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-i686/nemo.install
===================================================================
--- community-i686/nemo.install 2016-04-10 15:52:45 UTC (rev 170107)
+++ community-i686/nemo.install 2016-04-10 15:52:55 UTC (rev 170108)
@@ -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"
-}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-04-10 15:52:45 UTC (rev 170107)
+++ community-x86_64/PKGBUILD 2016-04-10 15:52:55 UTC (rev 170108)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.8.7
-pkgrel=2
-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"
- "deep-count-one-filesystem.patch"
- "0001-Fix-fallback-style-for-GTK-3.20.patch")
-sha256sums=('21f290212bcfb4ac58f7bdc17e9dccfafb59d9fd52a7540a7e199e252a7c2fe4'
- '1acd384b7e345d4e2815c51a94b4ffbb802ee376004c3db75cc871eef551cbfa'
- 'd8be3f444eda33f8250c5d26241b628d1684c1fee8749d7ae90b1d2635e9a76a')
-
-prepare() {
- cd linuxmint-nemo-*
-
- # Python2 fix
- find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
- # directory: limit deep scount (folder contents and size) to one filesystem (FS#47480)
- # https://github.com/linuxmint/nemo/pull/1083
- patch -Np1 -i ../deep-count-one-filesystem.patch
-
- # Fix fallback style for GTK 3.20
- # https://github.com/linuxmint/nemo/pull/1138
- patch -Np1 -i ../0001-Fix-fallback-style-for-GTK-3.20.patch
-
- # 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-x86_64/nemo.install
===================================================================
--- community-x86_64/nemo.install 2016-04-10 15:52:45 UTC (rev 170107)
+++ community-x86_64/nemo.install 2016-04-10 15:52:55 UTC (rev 170108)
@@ -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"
-}
More information about the arch-commits
mailing list