Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / gtranslator
Commits:
45a2d7ff by Jan Alexander Steffens (heftig) at 2023-10-09T21:56:32+02:00
45.2-2: FS#79893 fix deps
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,21 +1,20 @@
pkgbase = gtranslator
pkgdesc = An enhanced gettext po file editor for the GNOME desktop
environment
pkgver = 45.2
- pkgrel = 1
+ pkgrel = 2
url = https://projects.gnome.org/gtranslator/
arch = x86_64
license = GPL3
- makedepends = meson
makedepends = gobject-introspection
+ makedepends = meson
makedepends = yelp-tools
- depends = gtksourceview5
- depends = gspell
depends = gettext
+ depends = gtksourceview5
+ depends = hicolor-icon-theme
+ depends = iso-codes
depends = libadwaita
depends = libgda6
- depends = iso-codes
- depends = hicolor-icon-theme
- depends = libdazzle
+ depends = libspelling
source =
https://download.gnome.org/sources/gtranslator/45/gtranslator-45.2.tar.xz
sha256sums =
1c946110e6f19013c162a422ca17f1de944c5ab8c29e30389a0df9f33314c8aa
=====================================
PKGBUILD
=====================================
@@ -6,14 +6,25 @@
pkgname=gtranslator
pkgver=45.2
-pkgrel=1
+pkgrel=2
pkgdesc='An enhanced gettext po file editor for the GNOME desktop environment'
arch=('x86_64')
url='https://projects.gnome.org/gtranslator/'
license=('GPL3')
-depends=('gtksourceview5' 'gspell' 'gettext' 'libadwaita' 'libgda6' 'iso-codes'
- 'hicolor-icon-theme' 'libdazzle')
-makedepends=('meson' 'gobject-introspection' 'yelp-tools')
+depends=(
+ 'gettext'
+ 'gtksourceview5'
+ 'hicolor-icon-theme'
+ 'iso-codes'
+ 'libadwaita'
+ 'libgda6'
+ 'libspelling'
+)
+makedepends=(
+ 'gobject-introspection'
+ 'meson'
+ 'yelp-tools'
+)
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
sha256sums=('1c946110e6f19013c162a422ca17f1de944c5ab8c29e30389a0df9f33314c8aa')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gtranslator/-/commit/45a2d7ffdac820aa49fef198add3b7b155907f21
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gtranslator/-/commit/45a2d7ffdac820aa49fef198add3b7b155907f21
You're receiving this email because of your account on gitlab.archlinux.org.