Date: Thursday, May 21, 2020 @ 19:12:52 Author: eschwartz Revision: 631486
archrelease: copy trunk to community-x86_64 Added: nemo/repos/community-x86_64/PKGBUILD (from rev 631485, nemo/trunk/PKGBUILD) Deleted: nemo/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 86 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-05-21 19:12:27 UTC (rev 631485) +++ PKGBUILD 2020-05-21 19:12:52 UTC (rev 631486) @@ -1,43 +0,0 @@ -# Maintainer: Eli Schwartz <eschwa...@archlinux.org> -# Contributor: Alexandre Filgueira <alexfilgue...@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 -} Copied: nemo/repos/community-x86_64/PKGBUILD (from rev 631485, nemo/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-05-21 19:12:52 UTC (rev 631486) @@ -0,0 +1,43 @@ +# Maintainer: Eli Schwartz <eschwa...@archlinux.org> +# Contributor: Alexandre Filgueira <alexfilgue...@cinnarch.com> +# Contributor: Ner0 + +pkgname=nemo +pkgver=4.6.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' 'samurai' 'gobject-introspection' 'intltool') +source=("$pkgname-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz") +sha512sums=('7a90b487702d7ab63a8838ff115f1ffa7e031b74c47befab546661fa0b7caabca5177b9a0a5fbacba47309991476d60d8d1fba521f309a6b8fdac8325e2cd13c') +b2sums=('2d2a154f059b2330fd50eb8492a0ccd4a174aca65636d6bba2ed5ab99e99944b62388312c21f08d2380ff295948ab53b72f4dd27a8cc3a873bdd3fec4f2f42b5') + +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 +}