Date: Sunday, November 14, 2021 @ 09:14:00 Author: archange Revision: 1047362
FS#69010 add optdep wget Modified: cinnamon/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-14 09:09:13 UTC (rev 1047361) +++ PKGBUILD 2021-11-14 09:14:00 UTC (rev 1047362) @@ -7,7 +7,7 @@ pkgname=cinnamon pkgver=5.0.7 -pkgrel=2 +pkgrel=3 pkgdesc="Linux desktop which provides advanced innovative features and a traditional user experience" arch=(x86_64) url="https://github.com/linuxmint/cinnamon" @@ -22,7 +22,8 @@ 'cinnamon-translations: i18n' 'gnome-panel: fallback mode' 'metacity: fallback mode' - 'system-config-printer: printer settings') + 'system-config-printer: printer settings' + 'wget: cover download support in audio applet') makedepends=(meson samurai gobject-introspection intltool) options=('!emptydirs') source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz @@ -62,18 +63,16 @@ # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead sed -i 's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|' \ files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py - - mkdir -p build } build() { - cd ${pkgname}-${pkgver}/build - arch-meson --libexecdir=lib/cinnamon .. + mkdir -p build + cd build + arch-meson --libexecdir=lib/cinnamon ../${pkgname}-${pkgver} samu } package() { - cd ${pkgname}-${pkgver}/build - + cd build DESTDIR="${pkgdir}" samu install }
