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

Eli Schwartz eschwartz at archlinux.org
Tue Jun 9 15:02:44 UTC 2020


    Date: Tuesday, June 9, 2020 @ 15:02:43
  Author: eschwartz
Revision: 640767

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-09 15:02:28 UTC (rev 640766)
+++ PKGBUILD	2020-06-09 15:02:43 UTC (rev 640767)
@@ -1,43 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Alexandre Filgueira <alexfilgueira at cinnarch.com>
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=4.6.2
-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' 'samurai' 'gobject-introspection' 'intltool')
-source=("$pkgname-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('54db62d72b419bc900e73a8416e9bf0d3c0a02abdac716a0c5c886936ba4fbce03226f2bdcbdcca40992429c40407e19d96646972b2800424a455d2a39b81f5a')
-b2sums=('f6cec4c52cd80758ff81b64c9da592eb47f0deb5ffa6a8d06c6efce8528c62239f566086ee0d35741c81e5d74c2089aee6acbfe2136fad090935dfe46ff7d3a2')
-
-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 \
-          ..
-    samu
-}
-
-package() {
-    cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-    DESTDIR="${pkgdir}" samu install
-}

Copied: nemo/repos/community-x86_64/PKGBUILD (from rev 640766, nemo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-09 15:02:43 UTC (rev 640767)
@@ -0,0 +1,43 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Alexandre Filgueira <alexfilgueira at cinnarch.com>
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=4.6.3
+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' 'samurai' 'gobject-introspection' 'intltool')
+source=("$pkgname-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('1cfed5e5ea7aa02376ea4958bf375951ee9b4005017eae60bf3efaf134b45b53bb56b8b64302b47b86375bbcb188b22998eaaf7a679dd8564b711fe1898817f3')
+b2sums=('0748e3f8970280dd24788a51938e3515849e51cb4b2f4093c9bd37f74c3bec65c494d7a7c1d3c906c328bc03f5f26add7165dff48b7b728f84e14ebbba0d48e1')
+
+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 \
+          ..
+    samu
+}
+
+package() {
+    cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+    DESTDIR="${pkgdir}" samu install
+}



More information about the arch-commits mailing list