Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
fdb517e8
Verified
Commit
fdb517e8
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/at-spi2-core: fix stupid meson
parent
c031dc38
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/at-spi2-core/APKBUILD
+5
-2
5 additions, 2 deletions
user/at-spi2-core/APKBUILD
user/at-spi2-core/stupid-meson-fix.patch
+11
-0
11 additions, 0 deletions
user/at-spi2-core/stupid-meson-fix.patch
with
16 additions
and
2 deletions
user/at-spi2-core/APKBUILD
+
5
−
2
View file @
fdb517e8
...
...
@@ -13,7 +13,9 @@ depends_dev="libxtst-dev"
makedepends
=
"
$depends_dev
dbus-dev glib-dev intltool gobject-introspection-dev
dbus meson ninja"
subpackages
=
"
$pkgname
-dev
$pkgname
-lang"
source
=
"https://download.gnome.org/sources/at-spi2-core/
${
pkgver
%.*
}
/at-spi2-core-
$pkgver
.tar.xz"
source
=
"https://download.gnome.org/sources/at-spi2-core/
${
pkgver
%.*
}
/at-spi2-core-
$pkgver
.tar.xz
stupid-meson-fix.patch
"
build
()
{
cd
"
$builddir
"
...
...
@@ -31,4 +33,5 @@ package() {
DESTDIR
=
"
$pkgdir
"
ninja
-C
builddir/
install
}
sha512sums
=
"4c77b4e0d37b559d20e6521107e8f7e03e91392414dc7ffdceb558667f3a7a6137af6895f3a8cd97dc3e85715d7875812d658dcc84277a63a10276992bde2fa6 at-spi2-core-2.32.0.tar.xz"
sha512sums
=
"4c77b4e0d37b559d20e6521107e8f7e03e91392414dc7ffdceb558667f3a7a6137af6895f3a8cd97dc3e85715d7875812d658dcc84277a63a10276992bde2fa6 at-spi2-core-2.32.0.tar.xz
628b40c26d50d35ac898eab547c7c66d481e9ab239e0de4e98f5a8d90ef189960ac8c20312c88e8036c40ef1a1bb90559d5e621157b46f75d185d6b1be550877 stupid-meson-fix.patch"
This diff is collapsed.
Click to expand it.
user/at-spi2-core/stupid-meson-fix.patch
0 → 100644
+
11
−
0
View file @
fdb517e8
--- at-spi2-core-2.32.0/atspi/meson.build.old 2019-03-12 02:54:43.000000000 +0000
+++ at-spi2-core-2.32.0/atspi/meson.build 2019-03-23 22:15:47.910000000 +0000
@@ -57,7 +57,7 @@
atspi_includedir = join_paths(get_option('prefix'), get_option('includedir'), 'at-spi-2.0', 'atspi')
-install_headers(atspi_headers, subdir: atspi_includedir)
+install_headers(atspi_headers, install_dir: atspi_includedir)
atspi_enums = gnome.mkenums('atspi-enum-types',
sources: [ 'atspi-constants.h', 'atspi-types.h' ],
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