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
c7d329fa
Unverified
Commit
c7d329fa
authored
6 years ago
by
Síle Ekaterin Liszka
Browse files
Options
Downloads
Patches
Plain Diff
user/pluma: new package
parent
4098d8e7
No related branches found
No related tags found
1 merge request
!207
Package the MATE desktop environment
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/pluma/APKBUILD
+39
-0
39 additions, 0 deletions
user/pluma/APKBUILD
with
39 additions
and
0 deletions
user/pluma/APKBUILD
0 → 100644
+
39
−
0
View file @
c7d329fa
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
pluma
pkgver
=
1.22.0
pkgrel
=
0
pkgdesc
=
"Text editor for the MATE desktop environment"
url
=
"https://mate-desktop.org"
arch
=
"all"
options
=
"!check"
# tests fail due to schema being requested but not available
license
=
"GPL-2.0+ AND GPL-2.0-only AND LGPL-2.0+"
depends
=
""
makedepends
=
"gtk+3.0-dev gtksourceview-3.0-dev enchant-dev intltool
itstool iso-codes-dev libpeas-dev libsm-dev libxml2-dev libxml2-utils"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-lang"
source
=
"https://pub.mate-desktop.org/releases/
${
pkgver
%.*
}
/pluma-
$pkgver
.tar.xz"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
make
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"7c74c2ce0a89ec3813c936449d3114957e7b319433875ef567ecc508a28a1d3ddc3d0da418b2eb1278b6dc9dbaa3c75a279524f5a061b5aecb52955edcf28f51 pluma-1.22.0.tar.xz"
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