Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
424ed507
Commit
424ed507
authored
10 years ago
by
Alan Lacerda
Committed by
Natanael Copa
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/mate-control-center: new aport
parent
5c218467
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/mate-control-center/APKBUILD
+48
-0
48 additions, 0 deletions
testing/mate-control-center/APKBUILD
with
48 additions
and
0 deletions
testing/mate-control-center/APKBUILD
0 → 100644
+
48
−
0
View file @
424ed507
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer:
pkgname
=
mate-control-center
pkgver
=
1.9.0
pkgrel
=
0
pkgdesc
=
"MATE's main interface for configuration of various aspects of your desktop"
url
=
"https://github.com/mate-desktop/mate-control-center"
arch
=
"all"
license
=
"GPL2"
depends
=
"mate-common mate-menus mate-desktop mate-icon-theme desktop-file-utils"
depends_dev
=
""
makedepends
=
"
$depends_dev
dbus-glib-dev libtool intltool itstool gtk+2.0-dev
dconf-dev mate-menus-dev libunique-dev marco-dev mate-settings-daemon-dev
libmatekbd-dev libxklavier-dev mate-desktop-dev"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-lang"
source
=
"http://pub.mate-desktop.org/releases/1.9/
$pkgname
-
$pkgver
.tar.xz"
_builddir
=
"
$srcdir
/
$pkgname
-
$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
}
build
()
{
cd
"
$_builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
||
return
1
make
||
return
1
}
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
${
pkgdir
}
"
install
||
return
1
find
"
$pkgdir
"
-name
\*
.la
-delete
}
md5sums
=
"0974f14ecc6d8ff91719f357b17a5b16 mate-control-center-1.9.0.tar.xz"
sha256sums
=
"8b88ce5abd696819cad2cbe5fea10bc1b2436eb78dedef75e6974c3c6adfacd7 mate-control-center-1.9.0.tar.xz"
sha512sums
=
"4e97367a7f5106877e7cbf94e97965087c486891be228459e8bf171a274910fd01b205999544d39086c763100589dedf0f3ed1c3a9e948ae4ad472a8b9534e75 mate-control-center-1.9.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