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
676
Issues
676
List
Boards
Labels
Service Desk
Milestones
Merge Requests
215
Merge Requests
215
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
a858fbda
Commit
a858fbda
authored
Apr 10, 2017
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/at-spi2-core: upgrade to 2.24.0
parent
aa9b82c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
20 deletions
+6
-20
main/at-spi2-core/APKBUILD
main/at-spi2-core/APKBUILD
+6
-20
No files found.
main/at-spi2-core/APKBUILD
View file @
a858fbda
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
at-spi2-core
pkgver
=
2.2
2
.0
pkgrel
=
2
pkgver
=
2.2
4
.0
pkgrel
=
0
pkgdesc
=
"Protocol definitions and daemon for D-Bus at-spi"
url
=
"http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus"
arch
=
"all"
...
...
@@ -15,19 +15,9 @@ subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc $pkgname-lang"
source
=
"http://download.gnome.org/sources/at-spi2-core/
${
pkgver
%.*
}
/at-spi2-core-
$pkgver
.tar.xz
fix-buffer-overrun.patch"
_builddir
=
"
$srcdir
"
/at-spi2-core-
$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-core-
$pkgver
build
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
DATADIRNAME
=
"share"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -39,13 +29,9 @@ build() {
}
package
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
md5sums
=
"3da5fe62a653e49dad1c47f9a46fee56 at-spi2-core-2.22.0.tar.xz
76658345b466f67cae3458b4693550af fix-buffer-overrun.patch"
sha256sums
=
"415ea3af21318308798e098be8b3a17b2f0cf2fe16cecde5ad840cf4e0f2c80a at-spi2-core-2.22.0.tar.xz
730de56e9273cba256013ebb8e97904df8e345b3f30440f9fe71ecaa7984d27d fix-buffer-overrun.patch"
sha512sums
=
"f43fde89a47754a6fab80ebecb6c303b50d4829b4b376f363c085841243b30910003bc359ec16fc20f4363253df06b8e0f818b91d96b03c99b29f9a1ab5af118 at-spi2-core-2.22.0.tar.xz
sha512sums
=
"380c4bada27c60fc946506d0effae817dbb1d372d236025c1cbe805cd24028a776281d4c1bae6940f08677ede5c1467d01bcbf18a5b41ea768c12648223a14f9 at-spi2-core-2.24.0.tar.xz
91065867443172454c02a1246f034f22faeae3c3eef89615fee227a51feb02133496e539c9b25c2b1b5f3fcd9ff960f8c29a64b7b7dee89bf0a3febc9bc40d9d fix-buffer-overrun.patch"
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