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
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
209
Merge Requests
209
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
73dc9eda
Commit
73dc9eda
authored
Jan 27, 2018
by
Roberto Oliveira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
community/libpeas: upgrade to 1.22.0 and modernize
parent
1333b0e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
12 deletions
+8
-12
community/libpeas/APKBUILD
community/libpeas/APKBUILD
+8
-12
No files found.
community/libpeas/APKBUILD
View file @
73dc9eda
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname
=
libpeas
pkgver
=
1.2
0
.0
pkgrel
=
1
pkgver
=
1.2
2
.0
pkgrel
=
0
pkgdesc
=
"GObject-based plugin system"
url
=
"https://wiki.gnome.org/Projects/Libpeas"
arch
=
"all"
license
=
"LGPL"
depends
=
""
depends_dev
=
""
makedepends
=
"
$depends_dev
glib-dev gobject-introspection-dev intltool gtk+3.0-dev py-gobject3-dev python3-dev"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-python3:py3"
source
=
"https://download.gnome.org/sources/libpeas/1.2
0
/libpeas-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/
libpeas
-
$pkgver
"
source
=
"https://download.gnome.org/sources/libpeas/1.2
2
/libpeas-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
...
...
@@ -24,14 +21,13 @@ build() {
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
\
--disable-python2
\
||
return
1
make
||
return
1
--disable-python2
make
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
}
py3
()
{
...
...
@@ -40,4 +36,4 @@ py3() {
mv
"
$pkgdir
"
/usr/lib/libpeas-1.0/loaders/libpython3loader.
*
"
$subpkgdir
"
/usr/lib/libpeas-1.0/loaders/
}
sha512sums
=
"
b3ddebf65e1a76493b5cd5150f60c13597c90398eea16c002e51d25449a595f7591bd0ccd1214ca3a8cbce724eb10f38a316e8c95092442034c048bc95cfdbf4 libpeas-1.20
.0.tar.xz"
sha512sums
=
"
9c1da1d4b5688c0f4d0647f3519dbfbed94c8921091057aaef0e41bf5ed3f8faf04a49ce9e4eea3fd7bf4ac4dfa1727d76a5f6dae2a4f52228d4c8c74b420c91 libpeas-1.22
.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