Date: Monday, May 15, 2023 @ 20:36:09
  Author: foutrelis
Revision: 477933

upgpkg: mousepad 0.6.1-2: add polkit support (FS#78525)

Add polkit as a build dependency so the policy file gets installed.

Modified:
  mousepad/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-15 20:14:26 UTC (rev 477932)
+++ PKGBUILD    2023-05-15 20:36:09 UTC (rev 477933)
@@ -3,7 +3,7 @@
 
 pkgname=mousepad
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple text editor for Xfce"
 arch=('x86_64')
 url="https://docs.xfce.org/apps/mousepad/start";
@@ -10,7 +10,7 @@
 license=('GPL2')
 groups=('xfce4-goodies')
 depends=('gtksourceview4' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('gspell')
+makedepends=('gspell' 'polkit')
 optdepends=('gspell: spell checking support')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('560c5436c7bc7de33fbf3e9f6cc545280772ad898dfb73257d86533880ffff36')

Reply via email to