File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Maintainer: Bruno Pagani <[email protected] >
2
+ # Maintainer: BarnabediKartola
3
+ # Contributor: Eli Schwartz <[email protected] >
4
+ # Contributor: Alexandre Filgueira <[email protected] >
5
+ # Contributor: Ner0
6
+
7
+ pkgname=nemo
8
+ pkgver=6.4.5
9
+ pkgrel=1
10
+ pkgdesc=" Cinnamon file manager (Nautilus fork) with biglinux custons"
11
+ arch=(x86_64)
12
+ url=" https://github.com/biglinux/${pkgname} "
13
+ license=(GPL)
14
+ depends=(cinnamon-desktop dconf gvfs exempi libexif libnotify libxml2
15
+ python xapp)
16
+ optdepends=(' cinnamon-translations: i18n'
17
+ ' ffmpegthumbnailer: support for video thumbnails'
18
+ ' catdoc: search helpers support for legacy MS Office files'
19
+ ' ghostscript: search helpers support for PostScript files'
20
+ ' libgsf: search helpers support for MS Office files'
21
+ ' libreoffice: search helpers support for legacy MS Office powerpoint files'
22
+ ' odt2txt: search helpers support for LibreOffice files'
23
+ ' poppler: search helpers support for PDF' )
24
+ makedepends=(meson samurai gobject-introspection intltool libgsf glib2-devel)
25
+ # source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
26
+ source=(" git+${url} .git" )
27
+ sha512sums=(' SKIP' )
28
+ b2sums=(' SKIP' )
29
+
30
+ prepare () {
31
+ # cd ${pkgname}-${pkgver}
32
+ cd ${pkgname}
33
+ # Rename 'Files' app name to avoid having the same as nautilus
34
+ sed -i ' /^\[Desktop Entry/,/^\[Desktop Action/ s/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in
35
+ }
36
+
37
+ build () {
38
+ # arch-meson --libexecdir=lib/${pkgname} ${pkgname}-${pkgver} build
39
+ arch-meson --libexecdir=lib/${pkgname} ${pkgname} build
40
+ samu -C build
41
+ }
42
+
43
+ package () {
44
+ DESTDIR=" ${pkgdir} " samu -C build install
45
+ }
You can’t perform that action at this time.
0 commit comments