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
6bc05971
Commit
6bc05971
authored
10 years ago
by
Alan Lacerda
Committed by
Natanael Copa
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/mate-session-manager: new aport
parent
eff71e5b
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-session-manager/APKBUILD
+46
-0
46 additions, 0 deletions
testing/mate-session-manager/APKBUILD
with
46 additions
and
0 deletions
testing/mate-session-manager/APKBUILD
0 → 100644
+
46
−
0
View file @
6bc05971
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer:
pkgname
=
mate-session-manager
pkgver
=
1.9.3
pkgrel
=
0
pkgdesc
=
"The MATE session manager"
url
=
"https://github.com/mate-desktop/mate-session-manager"
arch
=
"all"
license
=
"GPL2"
depends
=
"mate-common mate-desktop"
depends_dev
=
""
makedepends
=
"
$depends_dev
intltool libtool dconf-dev dbus-glib-dev gtk+-dev
libsm-dev mate-desktop-dev"
install
=
""
subpackages
=
"
$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
}
md5sums
=
"8fc2f4cebb39ca12ca5452e9efe305c4 mate-session-manager-1.9.3.tar.xz"
sha256sums
=
"4c4a9e5813f335557af72c4c829c9f7424f7270d6f7a0abcab3afc8ec09cbbde mate-session-manager-1.9.3.tar.xz"
sha512sums
=
"8f19f3cd5a2b42915f1cbecff6cba0bfa65fc335d3b36b47b9719be2622c8a37eff9319215f648bff4007f91fbf9a6454596c1a4bd2f2f59a36dd0282a46a8de mate-session-manager-1.9.3.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