[arch-commits] Commit in muffin/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Thu Mar 12 00:02:42 UTC 2020
Date: Thursday, March 12, 2020 @ 00:02:29
Author: bgyorgy
Revision: 594774
upgpkg: muffin 4.4.2-2: Remove unneeded gnome-doc-utils makedependency
Modified:
muffin/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-12 00:00:27 UTC (rev 594773)
+++ PKGBUILD 2020-03-12 00:02:29 UTC (rev 594774)
@@ -5,7 +5,7 @@
pkgname=muffin
pkgver=4.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="Cinnamon window manager based on Mutter"
arch=('x86_64')
url="https://github.com/linuxmint/${pkgname}"
@@ -12,7 +12,7 @@
license=('GPL')
depends=('cinnamon-desktop' 'gobject-introspection-runtime' 'libcanberra' 'libinput'
'libsm' 'libxkbcommon-x11' 'startup-notification' 'zenity')
-makedepends=('intltool' 'gobject-introspection' 'gtk-doc' 'gnome-doc-utils')
+makedepends=('intltool' 'gobject-introspection' 'gtk-doc')
options=('!emptydirs')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha256sums=('1c7a98e1a0fa9356d7c166166830bdb043079cdb7ff8d3dd6dc817e29852a52a')
@@ -20,6 +20,9 @@
prepare() {
cd "${srcdir}"/${pkgname}-${pkgver}
+
+ # remove gnome-doc-utils unneded dependency
+ sed -i '/GNOME_DOC_INIT/d' configure.ac
# thou shalt not -Werror
sed -i 's/--warn-error//g' src/Makefile.am
More information about the arch-commits
mailing list