[arch-commits] Commit in nemo/repos/community-x86_64 (PKGBUILD PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Mon Apr 30 14:35:00 UTC 2018


    Date: Monday, April 30, 2018 @ 14:34:58
  Author: eschwartz
Revision: 318521

archrelease: copy trunk to community-x86_64

Added:
  nemo/repos/community-x86_64/PKGBUILD
    (from rev 318520, nemo/trunk/PKGBUILD)
Deleted:
  nemo/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   89 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 42 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-30 14:34:40 UTC (rev 318520)
+++ PKGBUILD	2018-04-30 14:34:58 UTC (rev 318521)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Alexandre Filgueira <alexfilgueira at cinnarch.com>
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname}"
-license=('GPL')
-depends=('cinnamon-desktop' 'dconf' 'gvfs' 'exempi' 'libexif' 'libnotify' 'libxml2' 'python' 'xapps')
-optdepends=('cinnamon-translations: i18n'
-            'ffmpegthumbnailer: support for video thumbnails')
-makedepends=('meson' 'gobject-introspection' 'intltool')
-source=("$pkgname-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('488282d607296bfefa692af2bf12f25fe5f0570945f75fa17ba64dd38eb5b982f8163d311310a6619bdba6241e0b3f15d5bcc10799234a01bc47e7ec63132c25')
-
-prepare() {
-    cd "${srcdir}"/${pkgname}-${pkgver}
-
-    # 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
-}
-
-build() {
-    mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-    cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-    meson --prefix=/usr \
-          --libexecdir=lib/${pkgname} \
-          --buildtype=plain \
-          ..
-    ninja
-}
-
-package() {
-    cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-    DESTDIR="${pkgdir}" ninja install
-
-    # https://github.com/linuxmint/nemo/pull/1835
-    rm "${pkgdir}"/usr/lib/libnemo-private.a
-
-
-}

Copied: nemo/repos/community-x86_64/PKGBUILD (from rev 318520, nemo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-30 14:34:58 UTC (rev 318521)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Alexandre Filgueira <alexfilgueira at cinnarch.com>
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname}"
+license=('GPL')
+depends=('cinnamon-desktop' 'dconf' 'gvfs' 'exempi' 'libexif' 'libnotify' 'libxml2' 'python' 'xapps')
+optdepends=('cinnamon-translations: i18n'
+            'ffmpegthumbnailer: support for video thumbnails')
+makedepends=('meson' 'gobject-introspection' 'intltool')
+source=("$pkgname-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('85d0db02d075d654cf9c70e77da8b21fa9833a911b7fa8c8c9df91d731c946409a7773e79c6bb5c4f4b34e40c610aa509b0e2a7028b1cee281d9a188b58723b0')
+
+prepare() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+
+    # 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
+}
+
+build() {
+    mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+    cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+    meson --prefix=/usr \
+          --libexecdir=lib/${pkgname} \
+          --buildtype=plain \
+          ..
+    ninja
+}
+
+package() {
+    cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+    DESTDIR="${pkgdir}" ninja install
+}



More information about the arch-commits mailing list