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
5aeaaae2
Commit
5aeaaae2
authored
10 years ago
by
Alan Lacerda
Committed by
Natanael Copa
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/mate-panel: new aport
parent
3f891833
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/mate-panel/APKBUILD
+48
-0
48 additions, 0 deletions
testing/mate-panel/APKBUILD
with
48 additions
and
0 deletions
testing/mate-panel/APKBUILD
0 → 100644
+
48
−
0
View file @
5aeaaae2
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer:
pkgname
=
mate-panel
pkgver
=
1.9.3
pkgrel
=
0
pkgdesc
=
"The MATE panel is the area on your desktop from which you can run applications"
url
=
"https://github.com/mate-desktop/mate-panel"
arch
=
"all"
license
=
"GPL2"
depends
=
"mate-common mate-desktop"
depends_dev
=
""
makedepends
=
"
$depends_dev
librsvg-dev libmateweather-dev libtool intltool itstool
mate-menus-dev dconf-dev libice-dev libsm-dev libcanberra-dev dbus-glib-dev
libwnck-dev libsoup-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
=
"56b7118003c1991850a14d2a37afb8cc mate-panel-1.9.3.tar.xz"
sha256sums
=
"b08f09f14f596a73683e971c82cf6210e60c24ebfb57ab886a323bf4a4135b47 mate-panel-1.9.3.tar.xz"
sha512sums
=
"c2e1a9b2f05280c031e373cd9ae1f8a3005dc6d133012b674c8d6cbf4b53695d60f47458e7d70bad872406bcfccaa9410009ad3ee2033cc6fb7ea6be5ef7ef03 mate-panel-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