Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
651
Issues
651
List
Boards
Labels
Service Desk
Milestones
Merge Requests
216
Merge Requests
216
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
464a7ccb
Commit
464a7ccb
authored
Apr 10, 2017
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/at-spi2-atk: upgrade to 2.24.0
parent
a858fbda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
18 deletions
+6
-18
main/at-spi2-atk/APKBUILD
main/at-spi2-atk/APKBUILD
+6
-18
No files found.
main/at-spi2-atk/APKBUILD
View file @
464a7ccb
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
at-spi2-atk
pkgver
=
2.2
2
.0
pkgrel
=
1
pkgver
=
2.2
4
.0
pkgrel
=
0
pkgdesc
=
"A GTK+ module that bridges ATK to D-Bus at-spi"
url
=
"http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus"
arch
=
"all"
...
...
@@ -14,19 +14,9 @@ install=""
subpackages
=
"
$pkgname
-dev"
source
=
"http://download.gnome.org/sources/at-spi2-atk/
${
pkgver
%.*
}
/at-spi2-atk-
$pkgver
.tar.xz"
_builddir
=
"
$srcdir
"
/at-spi2-atk-
$pkgver
prepare
()
{
local
i
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
builddir
=
"
$srcdir
"
/at-spi2-atk-
$pkgver
build
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -40,10 +30,8 @@ build() {
}
package
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
md5sums
=
"aa62aed21b8e03dc44ab81ae49d893ca at-spi2-atk-2.22.0.tar.xz"
sha256sums
=
"e8bdedbeb873eb229eb08c88e11d07713ec25ae175251648ad1a9da6c21113c1 at-spi2-atk-2.22.0.tar.xz"
sha512sums
=
"9b815eecbe01164df8a3341a3b0e1fe57a4f333964a0836f89f54712512a32d69c333c0c099eb194716d081f5460bb6e6d2c852f7218df51549e88e75880f284 at-spi2-atk-2.22.0.tar.xz"
sha512sums
=
"66ee8c3c1a0a8cfc270f5093c55bea43b77c6b48d9adf10e4872cb3ea502b83926d3099b4d846dcfb6bb09cdae7cf832bce02ac8f8b5fd929690aa6bbc6a1aa3 at-spi2-atk-2.24.0.tar.xz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment