Date: Friday, November 15, 2013 @ 02:51:43 Author: faidoc Revision: 101022
archrelease: copy trunk to community-i686, community-x86_64 Added: nemo/repos/community-i686/PKGBUILD (from rev 101021, nemo/trunk/PKGBUILD) nemo/repos/community-i686/nemo.install (from rev 101021, nemo/trunk/nemo.install) nemo/repos/community-x86_64/PKGBUILD (from rev 101021, nemo/trunk/PKGBUILD) nemo/repos/community-x86_64/nemo.install (from rev 101021, nemo/trunk/nemo.install) 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 -------------------------------+ /PKGBUILD | 102 ++++++++++++++++++++++++++++++++++++++++ /nemo.install | 28 ++++++++++ community-i686/PKGBUILD | 51 -------------------- community-i686/nemo.install | 14 ----- community-x86_64/PKGBUILD | 51 -------------------- community-x86_64/nemo.install | 14 ----- 6 files changed, 130 insertions(+), 130 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2013-11-15 01:50:57 UTC (rev 101021) +++ community-i686/PKGBUILD 2013-11-15 01:51:43 UTC (rev 101022) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com> -# Contributor: Ner0 - -pkgname=nemo -pkgver=2.0.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' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql' 'libxml2' - 'cinnamon-translations') -makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common') -options=('!emptydirs') -install=nemo.install -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver") -sha256sums=('5c737c4ede5f4e000fbfe247d1f86086c885f4b0d0f38790db885bf62ac51fc6') - -prepare() { - cd linuxmint-nemo-* - - # Python2 fix - sed -i 's/bin\/python/bin\/python2/g' files/usr/share/nemo/actions/myaction.py - - # Fix build - sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in - - # 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-packagekit \ - --disable-gtk-doc-html \ - --disable-schemas-compile - make -} - -package() { - cd linuxmint-nemo-* - - make DESTDIR="$pkgdir/" install -} Copied: nemo/repos/community-i686/PKGBUILD (from rev 101021, nemo/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-11-15 01:51:43 UTC (rev 101022) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com> +# Contributor: Ner0 + +pkgname=nemo +pkgver=2.0.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' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql' 'libxml2' + 'cinnamon-translations') +makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common') +options=('!emptydirs') +install=nemo.install +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver") +sha256sums=('4d00d805faad653de3f095d3352c76dd10315df1154a09dce6bd0ca4002cdcf8') + +prepare() { + cd linuxmint-nemo-* + + # Python2 fix + sed -i 's/bin\/python/bin\/python2/g' files/usr/share/nemo/actions/myaction.py + + # Fix build + sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in + + # 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-packagekit \ + --disable-gtk-doc-html \ + --disable-schemas-compile + make +} + +package() { + cd linuxmint-nemo-* + + make DESTDIR="$pkgdir/" install +} Deleted: community-i686/nemo.install =================================================================== --- community-i686/nemo.install 2013-11-15 01:50:57 UTC (rev 101021) +++ community-i686/nemo.install 2013-11-15 01:51:43 UTC (rev 101022) @@ -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-i686/nemo.install (from rev 101021, nemo/trunk/nemo.install) =================================================================== --- community-i686/nemo.install (rev 0) +++ community-i686/nemo.install 2013-11-15 01:51:43 UTC (rev 101022) @@ -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-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2013-11-15 01:50:57 UTC (rev 101021) +++ community-x86_64/PKGBUILD 2013-11-15 01:51:43 UTC (rev 101022) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com> -# Contributor: Ner0 - -pkgname=nemo -pkgver=2.0.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' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql' 'libxml2' - 'cinnamon-translations') -makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common') -options=('!emptydirs') -install=nemo.install -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver") -sha256sums=('5c737c4ede5f4e000fbfe247d1f86086c885f4b0d0f38790db885bf62ac51fc6') - -prepare() { - cd linuxmint-nemo-* - - # Python2 fix - sed -i 's/bin\/python/bin\/python2/g' files/usr/share/nemo/actions/myaction.py - - # Fix build - sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in - - # 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-packagekit \ - --disable-gtk-doc-html \ - --disable-schemas-compile - make -} - -package() { - cd linuxmint-nemo-* - - make DESTDIR="$pkgdir/" install -} Copied: nemo/repos/community-x86_64/PKGBUILD (from rev 101021, nemo/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-11-15 01:51:43 UTC (rev 101022) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Alexandre Filgueira <alexfilgue...@cinnarch.com> +# Contributor: Ner0 + +pkgname=nemo +pkgver=2.0.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' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql' 'libxml2' + 'cinnamon-translations') +makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common') +options=('!emptydirs') +install=nemo.install +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver") +sha256sums=('4d00d805faad653de3f095d3352c76dd10315df1154a09dce6bd0ca4002cdcf8') + +prepare() { + cd linuxmint-nemo-* + + # Python2 fix + sed -i 's/bin\/python/bin\/python2/g' files/usr/share/nemo/actions/myaction.py + + # Fix build + sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in + + # 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-packagekit \ + --disable-gtk-doc-html \ + --disable-schemas-compile + make +} + +package() { + cd linuxmint-nemo-* + + make DESTDIR="$pkgdir/" install +} Deleted: community-x86_64/nemo.install =================================================================== --- community-x86_64/nemo.install 2013-11-15 01:50:57 UTC (rev 101021) +++ community-x86_64/nemo.install 2013-11-15 01:51:43 UTC (rev 101022) @@ -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-x86_64/nemo.install (from rev 101021, nemo/trunk/nemo.install) =================================================================== --- community-x86_64/nemo.install (rev 0) +++ community-x86_64/nemo.install 2013-11-15 01:51:43 UTC (rev 101022) @@ -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" +}