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
e8cc52a1
Unverified
Commit
e8cc52a1
authored
5 years ago
by
Síle Ekaterin Liszka
Browse files
Options
Downloads
Patches
Plain Diff
user/mate-backgrounds: new package
parent
276b8fa8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!207
Package the MATE desktop environment
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/mate-backgrounds/APKBUILD
+37
-0
37 additions, 0 deletions
user/mate-backgrounds/APKBUILD
with
37 additions
and
0 deletions
user/mate-backgrounds/APKBUILD
0 → 100644
+
37
−
0
View file @
e8cc52a1
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
mate-backgrounds
pkgver
=
1.22.0
pkgrel
=
0
pkgdesc
=
"Desktop wallpapers provided by the MATE desktop environment"
url
=
"https://mate-desktop.org"
arch
=
"noarch"
license
=
"GPL-2.0+"
depends
=
""
makedepends
=
"intltool"
subpackages
=
"
$pkgname
-lang"
source
=
"https://pub.mate-desktop.org/releases/
${
pkgver
%.*
}
/mate-backgrounds-
$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
=
"b7135cdb20972d50f43026cf98275faaa3c5e41bd0900bca7624a8f9ed03d0ec7f465c78aaf3da534ea6798e8cc690727a1fed8f14b3fb42a8a63bd82858ff30 mate-backgrounds-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