Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
gaphor
Commits:
261c4244 by Antonio Rojas at 2025-02-16T13:00:02+01:00
upgpkg: 3.0.0-2: Install translations
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gaphor
pkgdesc = Simple UML and SysML modeling tool
pkgver = 3.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://apps.gnome.org/Gaphor/
arch = any
license = Apache-2.0
@@ -9,6 +9,7 @@ pkgbase = gaphor
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry-core
+ makedepends = python-sphinx-intl
makedepends = python-wheel
depends = dconf
depends = gdk-pixbuf2
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=gaphor
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Simple UML and SysML modeling tool'
arch=(any)
url='https://apps.gnome.org/Gaphor/'
@@ -35,6 +35,7 @@ makedepends=(
python-build
python-installer
python-poetry-core
+ python-sphinx-intl
python-wheel
)
_flathub_commit=56b092315f04d59cac81e68b876a597f19973c22
@@ -55,6 +56,7 @@ package() {
cd $pkgname
python -m installer --destdir="$pkgdir" dist/*.whl
install -Dm644 -t "$pkgdir/usr/share/glib-2.0/schemas/"
gaphor/ui/installschemas/org.gaphor.Gaphor.gschema.xml
+ cp -r gaphor/locale "$pkgdir"/usr/lib/python*/site-packages/gaphor/
cd ../org.gaphor.Gaphor
install -Dm644 share/org.gaphor.Gaphor.appdata.xml
"$pkgdir/usr/share/metainfo/org.gaphor.Gaphor.appdata.xml"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gaphor/-/commit/261c424497a55414fb5d5e7068c9f4b88f257cfb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gaphor/-/commit/261c424497a55414fb5d5e7068c9f4b88f257cfb
You're receiving this email because of your account on gitlab.archlinux.org.