[arch-commits] Commit in nemo/repos/community-x86_64 (PKGBUILD PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Thu May 14 03:25:45 UTC 2020
Date: Thursday, May 14, 2020 @ 03:25:45
Author: eschwartz
Revision: 627819
archrelease: copy trunk to community-x86_64
Added:
nemo/repos/community-x86_64/PKGBUILD
(from rev 627818, nemo/trunk/PKGBUILD)
Deleted:
nemo/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-14 03:25:12 UTC (rev 627818)
+++ PKGBUILD 2020-05-14 03:25:45 UTC (rev 627819)
@@ -1,43 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Alexandre Filgueira <alexfilgueira at cinnarch.com>
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=4.4.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=('b951c401f93d04061a0ef0accc810ecc7f0487617f089960ab58886a6ca6ecd0af3a98c47e9a620a4d6f8f530a11af9cae20903d089177e69bfa12f9ca31ec5c')
-b2sums=('365cd98a05c0c4aa1c86a3e7a565904852bd02d92ace8593043ae8a58f5b9d3eda71e8b0d329a177ed59c0d8f1330ae61f5bcc6671110e82bbd9baad84faa9f0')
-
-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 627818, nemo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-14 03:25:45 UTC (rev 627819)
@@ -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.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' 'samurai' 'gobject-introspection' 'intltool')
+source=("$pkgname-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('9912155b0409346352518fdcce8282fcc03ef2a8053de5b6f5839bec70035edb1c9cd84f25314e7ee843b10469b4573f77108a5908597fc91592e7d261f263c3')
+b2sums=('44f87bb081bbb725847b97ac7191416f536515304816b6e80731f01fa1f10eae187ca2ee3b7b38a8868d71776cdafe2524146129a3a1bdf1fb28fbc013858cc0')
+
+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