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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Peter Shkenev
aports
Commits
1ebce41f
Commit
1ebce41f
authored
9 years ago
by
Alan Lacerda
Committed by
Carlo Landmeter
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/mate-media: new aport
parent
14b146af
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-media/APKBUILD
+50
-0
50 additions, 0 deletions
testing/mate-media/APKBUILD
with
50 additions
and
0 deletions
testing/mate-media/APKBUILD
0 → 100644
+
50
−
0
View file @
1ebce41f
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname
=
mate-media
pkgver
=
1.9.90
pkgrel
=
0
pkgdesc
=
"media tools for MATE"
url
=
"https://github.com/mate-desktop/mate-media"
arch
=
"all"
license
=
"GPLv2"
depends
=
""
depends_dev
=
""
makedepends
=
"
$depends_dev
intltool gobject-introspection-dev gtk+2.0-dev
libcanberra-dev libunique-dev libmatemixer-dev mate-desktop-dev
dconf-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
\
--sysconfdir
=
/etc
\
--prefix
=
/usr
\
--enable-all-themes
||
return
1
make
||
return
1
}
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
${
pkgdir
}
"
install
||
return
1
}
md5sums
=
"27eb8c452ee0b200a3861618c5a07728 mate-media-1.9.90.tar.xz"
sha256sums
=
"cebd8ab7748a5958494c99f33d6f9b860d01cf923bac81b96d53616b18142b22 mate-media-1.9.90.tar.xz"
sha512sums
=
"8c12fbe48e245f85811bc8073aea01ea7ac205e4b580a123af2f59faa96fcc656ce990a9f2090b7154add0e2eb8a9b1d73a7f019f3be4aeb48a237ee279fd660 mate-media-1.9.90.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