Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
1805db2e
Commit
1805db2e
authored
5 months ago
by
Peter Shkenev
Committed by
Kevin Daudt
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/gajim: upgrade to 1.9.5
parent
0ea5a81d
No related branches found
No related tags found
1 merge request
!73531
community/{py3-nbxmpp,gajim}: upgrade
Pipeline
#265672
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/gajim/APKBUILD
+7
-7
7 additions, 7 deletions
community/gajim/APKBUILD
with
7 additions
and
7 deletions
community/gajim/APKBUILD
+
7
−
7
View file @
1805db2e
# Contributor: Peter Shkenev <santurysim@gmail.com>
# Maintainer: Peter Shkenev <santurysim@gmail.com>
pkgname
=
gajim
pkgver
=
1.9.
3
pkgver
=
1.9.
5
pkgrel
=
0
_pkgver_suffix
=
""
pkgdesc
=
"A full featured and easy to use XMPP client"
...
...
@@ -44,22 +44,22 @@ source="
subpackages
=
"
$pkgname
-doc
$pkgname
-lang
$pkgname
-pyc"
build
()
{
./
pep517build/build_metadata.py
-o
.dist/metadata
./
make.py build
gpep517 build-wheel
\
--wheel-dir
.
dist
\
--wheel-dir
dist
\
--output-fd
3 3>&1
>
&2
}
check
()
{
python3
-m
venv
--clear
--without-pip
--system-site-packages
.testenv
.testenv/bin/python3
-m
installer
.
dist/
*
.whl
.testenv/bin/python3
-m
installer dist/
*
.whl
xvfb-run
-a
.testenv/bin/python3
-m
pytest
#unittest discover -s test
}
package
()
{
python3
-m
installer
-d
"
$pkgdir
"
\
.
dist/
*
.whl
./
pep517build/install_metadata.py .dist/metadata
--prefix
=
"
$pkgdir
"
/usr
dist/
*
.whl
./
make.py
install
--prefix
"
$pkgdir
"
/usr
}
lang
()
{
...
...
@@ -68,6 +68,6 @@ lang() {
}
sha512sums
=
"
d7815ad77afb3ea1e7b1cdf6baa4ed1acaaed857da4a0ca1db57200dc3fc7103e4110ee8b7e2918838f86c9250226a6c8b98be6cd0915ea29eaf5e1a2830688a
gajim-1.9.
3
.tar.gz
00adfffa255ecbd73227967f86be02549403e81801339dbd896c9c48c3717e7f99d7c1d70d3629b2b242e60ddba6037a9877f264af6f8b6b0d7d30666a54e5f5
gajim-1.9.
5
.tar.gz
228ec0c9a92e88861888d64a5077f19a6b87b1e29f712c5db23601add69406c0ef0e865780db6b1deaae28397969978869dde18704cc0bbb5a37f8ef564760f7 disable-test.patch
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment