Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
poedit


Commits:
367434af by Carl Smedstad at 2024-08-31T06:35:43+02:00
upgpkg: 1:3.4.2-3: boost 1.86.0 rebuild

Also, add missing dependencies reported by namcap.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,21 @@
 pkgbase = poedit
        pkgdesc = Cross-platform gettext catalogs (.po files) editor
        pkgver = 3.4.2
-       pkgrel = 2
+       pkgrel = 3
        epoch = 1
        url = https://www.poedit.net/
        arch = x86_64
        license = MIT
        makedepends = boost
+       depends = gcc-libs
+       depends = glib2
+       depends = glibc
+       depends = gtk3
        depends = gtkspell3
+       depends = icu
        depends = lucene++
-       depends = wxwidgets-gtk3
        depends = webkit2gtk-4.1
+       depends = wxwidgets-gtk3
        source = 
https://github.com/vslavik/poedit/releases/download/v3.4.2-oss/poedit-3.4.2.tar.gz
        sha256sums = 
5d64e8aaf92cd016c6cc4623e781b4e7decd85f410b8b289354cb1988282a247
 


=====================================
PKGBUILD
=====================================
@@ -8,12 +8,22 @@
 pkgname=poedit
 epoch=1
 pkgver=3.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Cross-platform gettext catalogs (.po files) editor"
 arch=('x86_64')
 url="https://www.poedit.net/";
 license=('MIT')
-depends=('gtkspell3' 'lucene++' 'wxwidgets-gtk3' 'webkit2gtk-4.1')
+depends=(
+  'gcc-libs'
+  'glib2'
+  'glibc'
+  'gtk3'
+  'gtkspell3'
+  'icu'
+  'lucene++'
+  'webkit2gtk-4.1'
+  'wxwidgets-gtk3'
+)
 makedepends=('boost')
 
source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
 sha256sums=('5d64e8aaf92cd016c6cc4623e781b4e7decd85f410b8b289354cb1988282a247')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/poedit/-/commit/367434af5f03ad72f7531eefde93cf2598365581

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/poedit/-/commit/367434af5f03ad72f7531eefde93cf2598365581
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to