Date: Monday, March 14, 2016 @ 23:25:49 Author: bgyorgy Revision: 166774
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 | 57 ---------------------------------------- community-i686/nemo.install | 14 --------- community-x86_64/PKGBUILD | 57 ---------------------------------------- community-x86_64/nemo.install | 14 --------- 4 files changed, 142 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-03-14 22:25:40 UTC (rev 166773) +++ community-i686/PKGBUILD 2016-03-14 22:25:49 UTC (rev 166774) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Alexandre Filgueira <[email protected]> -# Contributor: Ner0 - -pkgname=nemo -pkgver=2.8.6 -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") -sha256sums=('47fd96df864af5c74ed3abba4dcaf7ca5855289bbb61d58f14972200c169e84c' - '1acd384b7e345d4e2815c51a94b4ffbb802ee376004c3db75cc871eef551cbfa') - -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 - - # 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-03-14 22:25:40 UTC (rev 166773) +++ community-i686/nemo.install 2016-03-14 22:25:49 UTC (rev 166774) @@ -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-03-14 22:25:40 UTC (rev 166773) +++ community-x86_64/PKGBUILD 2016-03-14 22:25:49 UTC (rev 166774) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Alexandre Filgueira <[email protected]> -# Contributor: Ner0 - -pkgname=nemo -pkgver=2.8.6 -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") -sha256sums=('47fd96df864af5c74ed3abba4dcaf7ca5855289bbb61d58f14972200c169e84c' - '1acd384b7e345d4e2815c51a94b4ffbb802ee376004c3db75cc871eef551cbfa') - -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 - - # 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-03-14 22:25:40 UTC (rev 166773) +++ community-x86_64/nemo.install 2016-03-14 22:25:49 UTC (rev 166774) @@ -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" -}
