[arch-commits] Commit in mousepad/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed May 12 14:51:30 UTC 2021


    Date: Wednesday, May 12, 2021 @ 14:51:30
  Author: foutrelis
Revision: 415039

upgpkg: mousepad 0.5.5-2: move gspell to optdepends

It is upstream's intention and why it was implemented as a plugin.

Modified:
  mousepad/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-12 14:44:09 UTC (rev 415038)
+++ PKGBUILD	2021-05-12 14:51:30 UTC (rev 415039)
@@ -3,14 +3,15 @@
 
 pkgname=mousepad
 pkgver=0.5.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple text editor for Xfce"
 arch=('x86_64')
 url="https://www.xfce.org/"
 license=('GPL2')
 groups=('xfce4-goodies')
-depends=('gtksourceview4' 'gspell' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'perl')
+depends=('gtksourceview4' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'gspell')
+optdepends=('gspell: spell checking support')
 source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('40c35f00e0e10df50a59bd0dbba9007d2fb5574ed8a2aa73b0fc5ef40e64abe1')
 



More information about the arch-commits mailing list