aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAlan Lacerda <alacerda@alpinelinux.org>2015-03-24 15:01:00 +0000
committerAlan Lacerda <alacerda@alpinelinux.org>2015-03-24 16:19:37 +0000
commitd630e1a308fbfc0edd2c9330a5cb9a75e2f696ad (patch)
tree2f74401b5540d328236361058386c0798ebfc82f /testing
parent3c2345293c26e147187a10fc211cbb87ab787033 (diff)
downloadaports-d630e1a308fbfc0edd2c9330a5cb9a75e2f696ad.tar.bz2
aports-d630e1a308fbfc0edd2c9330a5cb9a75e2f696ad.tar.xz
main/mate-panel: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/mate-panel/APKBUILD48
1 files changed, 0 insertions, 48 deletions
diff --git a/testing/mate-panel/APKBUILD b/testing/mate-panel/APKBUILD
deleted file mode 100644
index 474f2b0bf6..0000000000
--- a/testing/mate-panel/APKBUILD
+++ /dev/null
@@ -1,48 +0,0 @@
-# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
-# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
-pkgname=mate-panel
-pkgver=1.9.90
-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="cfb7dcb019e0d2e25d51d7b0cc8f71cb mate-panel-1.9.90.tar.xz"
-sha256sums="e64baa9928b5884cecf40ea3661f3958d0f36ad1960ceeed694d117eff86b0f1 mate-panel-1.9.90.tar.xz"
-sha512sums="6252045fc20c17e2d9643ecae9c33c56407246269ac60141c3d3b5d645db970760d68d3b098470858b3a49d4bf4bd9f668d06f8c32d337a71089890d4bb3c94f mate-panel-1.9.90.tar.xz"