[arch-commits] Commit in nemo/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Dec 18 21:31:41 UTC 2017
Date: Monday, December 18, 2017 @ 21:31:40
Author: arojas
Revision: 274808
archrelease: copy trunk to community-x86_64
Added:
nemo/repos/community-x86_64/PKGBUILD
(from rev 274807, nemo/trunk/PKGBUILD)
Deleted:
nemo/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 106 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 53 insertions(+), 53 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-18 21:31:21 UTC (rev 274807)
+++ PKGBUILD 2017-12-18 21:31:40 UTC (rev 274808)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.6.4
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('x86_64')
-url="https://github.com/linuxmint/nemo"
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations' 'xapps')
-optdepends=('ffmpegthumbnailer: support for video thumbnails')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
- 'python-gobject' 'python-polib' 'python2-gobject')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver")
-sha512sums=('5d0dd1d3fd77204294ab5457abca00dc2ccdfa6400437871c0114fadd445929628fbc687de33148c5549832fd03176177039995b4bba20e858595125bdce9381')
-
-prepare() {
- cd linuxmint-nemo-*
-
- # Rename 'Files' app name to avoid having the same as nautilus
- sed -i '/^\[Desktop Entry/,/^\[Desktop Action/ 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 \
- --disable-selinux
-
- #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
-
- # Remove D-Bus activation file to avoid conflict with nautilus-desktop
- rm "$pkgdir/usr/share/dbus-1/services/nemo.FileManager1.service"
-}
Copied: nemo/repos/community-x86_64/PKGBUILD (from rev 274807, nemo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-18 21:31:40 UTC (rev 274808)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=3.6.5
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('x86_64')
+url="https://github.com/linuxmint/nemo"
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
+ 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations' 'xapps')
+optdepends=('ffmpegthumbnailer: support for video thumbnails')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
+ 'python-gobject' 'python-polib' 'python2-gobject')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver")
+sha512sums=('f224cc5749e39f477594c1eb3133454db7838f1f62b924f1ad868038026318cfdc52c23d65e1be309e71c0fae046cff0bdc908003235630b986c897820217d4e')
+
+prepare() {
+ cd linuxmint-nemo-*
+
+ # Rename 'Files' app name to avoid having the same as nautilus
+ sed -i '/^\[Desktop Entry/,/^\[Desktop Action/ 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 \
+ --disable-selinux
+
+ #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
+
+ # Remove D-Bus activation file to avoid conflict with nautilus-desktop
+ rm "$pkgdir/usr/share/dbus-1/services/nemo.FileManager1.service"
+}
More information about the arch-commits
mailing list