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
8ee05c74
"README.md" did not exist on "1adf37e1d11b4da9f99455fb88a6a515939471f7"
Commit
8ee05c74
authored
2 years ago
by
knuxify
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/accerciser: upgrade to 3.39.1
parent
e2757590
No related branches found
No related tags found
1 merge request
!33986
community/accerciser: upgrade to 3.39.1
Pipeline
#121153
passed
2 years ago
Stage: lint
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/accerciser/APKBUILD
+24
-5
24 additions, 5 deletions
community/accerciser/APKBUILD
community/accerciser/ipythonview-py-fix.patch
+25
-0
25 additions, 0 deletions
community/accerciser/ipythonview-py-fix.patch
with
49 additions
and
5 deletions
community/accerciser/APKBUILD
+
24
−
5
View file @
8ee05c74
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname
=
accerciser
pkgver
=
3.3
8.0
pkgrel
=
2
pkgver
=
3.3
9.1
pkgrel
=
0
pkgdesc
=
"Interactive Python accessibility explorer"
url
=
"https://wiki.gnome.org/Apps/Accerciser"
# s390x and riscv64 blocked by librsvg
arch
=
"noarch !s390x !riscv64"
license
=
"BSD-3-Clause"
depends
=
"libwnck3 py3-gobject3 py3-atspi gtk+3.0 librsvg py3-xlib ipython"
makedepends
=
"gtk+3.0-dev py3-gobject3-dev glib-dev at-spi2-core-dev itstool"
makedepends
=
"
appstream-glib-dev
at-spi2-core-dev
autoconf
automake
glib-dev
gtk+3.0-dev
itstool
py3-gobject3-dev
yelp-tools
"
options
=
"!check"
# no tests
subpackages
=
"
$pkgname
-lang
$pkgname
-doc"
source
=
"https://download.gnome.org/sources/accerciser/
${
pkgver
%.*
}
/accerciser-
$pkgver
.tar.xz"
source
=
"https://gitlab.gnome.org/GNOME/accerciser/-/archive/
$pkgver
/accerciser-
$pkgver
.tar.gz
ipythonview-py-fix.patch"
prepare
()
{
default_prepare
autoreconf
-fi
}
build
()
{
./configure
\
...
...
@@ -29,4 +45,7 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"5740e4acfb00f5842dac8045ca9f10c85cf2ae164f3e0caf63ec303ff104002ace6de591a9b6516c4052ec0da8e48b394647f018b6c8b68a6c5ff77c4fff2904 accerciser-3.38.0.tar.xz"
sha512sums
=
"
8aa2d038459e0a3a168dec706ce7e4b9b1fb931b7d7802efea061858bf592291d1f1b264c926e2d1c76080a187a5b8749c1f6b5f6090bd1e812d02d188b2d6f9 accerciser-3.39.1.tar.gz
3226c1829da36faf1321adc3ba0fd266929d3a9824b4378ef5011c78fa7d3a189fd35b85f28ee75317fb7e2b8bd255a439d5f9c74616c12b693103c18dcc9b91 ipythonview-py-fix.patch
"
This diff is collapsed.
Click to expand it.
community/accerciser/ipythonview-py-fix.patch
0 → 100644
+
25
−
0
View file @
8ee05c74
Patch-Source: https://gitlab.gnome.org/GNOME/accerciser/-/commit/b10385bbfd00954e5a70487db53f4597626fec11
From b10385bbfd00954e5a70487db53f4597626fec11 Mon Sep 17 00:00:00 2001
From: Mike Gorse <mgorse@suse.com>
Date: Sat, 20 Mar 2021 03:20:28 -0500
Subject: [PATCH] Add ipythonview.py to EXTRA_DIST
Fixes #14
---
plugins/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 89960a0..bbec987 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -10,4 +10,5 @@
plugins_DATA = api_view.py \
validate.py
plugins_SCRIPTS = \
ipython_view.py
-EXTRA_DIST = $(plugins_DATA)
+EXTRA_DIST = $(plugins_DATA) \
+ $(plugins_SCRIPTS)
--
GitLab
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