Balló György pushed to branch main at Arch Linux / Packaging / Packages / nemo
Commits:
0479170f by Balló György at 2025-12-29T23:51:05+01:00
upgpkg: 6.6.2-2: Don't rename the app name from Files
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nemo
pkgdesc = File manager for Cinnamon (Nautilus fork)
pkgver = 6.6.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linuxmint/nemo
arch = x86_64
license = GPL-3.0-or-later AND LGPL-2.1-or-later
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=nemo
pkgver=6.6.2
-pkgrel=1
+pkgrel=2
pkgdesc='File manager for Cinnamon (Nautilus fork)'
arch=(x86_64)
url='https://github.com/linuxmint/nemo'
@@ -56,12 +56,6 @@ makedepends=(
source=("git+https://github.com/linuxmint/nemo.git#tag=$pkgver")
b2sums=(175852456cdd845608ec994a34f2a419ff4d086db59f4a98b6c3aa5ab0ca89acacb66701861c35a35bda021ff1f0ee005798978f7b24d4a10e4cbe2b883505ea)
-prepare() {
- cd $pkgname
- # 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() {
arch-meson $pkgname build \
--libexecdir=lib/$pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nemo/-/commit/0479170fc6deefee2c54488a107b478c6ab7083d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nemo/-/commit/0479170fc6deefee2c54488a107b478c6ab7083d
You're receiving this email because of your account on gitlab.archlinux.org.