Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages /
mousepad
Commits:
24e008ef by Evangelos Foutras at 2023-08-24T22:56:14+03:00
upgpkg: 0.6.1-3: enable shortcuts editor plugin (FS#79465)
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -4,15 +4,16 @@
pkgname=mousepad
pkgver=0.6.1
-pkgrel=2
+pkgrel=3
pkgdesc="Simple text editor for Xfce"
arch=('x86_64')
url="https://docs.xfce.org/apps/mousepad/start"
license=('GPL2')
groups=('xfce4-goodies')
depends=('gtksourceview4' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('gspell' 'polkit')
-optdepends=('gspell: spell checking support')
+makedepends=('gspell' 'libxfce4ui' 'polkit')
+optdepends=('gspell: spell checking plugin'
+ 'libxfce4ui: shortcuts editor plugin')
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
sha256sums=('560c5436c7bc7de33fbf3e9f6cc545280772ad898dfb73257d86533880ffff36')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mousepad/-/commit/24e008efa3b80bb96f4002cd28dbbf32b13173dc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mousepad/-/commit/24e008efa3b80bb96f4002cd28dbbf32b13173dc
You're receiving this email because of your account on gitlab.archlinux.org.