[arch-commits] Commit in mate-menu (3 files)
Balló György
bgyorgy at archlinux.org
Sun Aug 7 15:57:48 UTC 2016
Date: Sunday, August 7, 2016 @ 15:57:48
Author: bgyorgy
Revision: 185890
archrelease: copy trunk to community-testing-any
Added:
mate-menu/repos/
mate-menu/repos/community-testing-any/
mate-menu/repos/community-testing-any/PKGBUILD
(from rev 185889, mate-menu/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: mate-menu/repos/community-testing-any/PKGBUILD (from rev 185889, mate-menu/trunk/PKGBUILD)
===================================================================
--- repos/community-testing-any/PKGBUILD (rev 0)
+++ repos/community-testing-any/PKGBUILD 2016-08-07 15:57:48 UTC (rev 185890)
@@ -0,0 +1,24 @@
+# $Id$
+# Contriburor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=mate-menu
+pkgver=16.10.1
+pkgrel=1
+pkgdesc="Advanced menu for MATE Panel, a fork of MintMenu"
+arch=('any')
+url="https://bitbucket.org/ubuntu-mate/mate-menu"
+license=('GPL')
+depends=('mate-panel-gtk3' 'python2-configobj' 'python2-gobject' 'python2-pyinotify' 'python2-xdg' 'python2-xlib' 'xdg-utils')
+makedepends=('python2-distutils-extra' 'python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://bitbucket.org/ubuntu-mate/$pkgname/get/$pkgver.tar.gz")
+sha256sums=('ed414ecb9bdf3fa4fea7b4e08c3881f7cde046571878637c6ec169f1083aabc8')
+
+prepare() {
+ cd ubuntu-mate-$pkgname-*
+ sed -i 's@^#!.*python$@#!/usr/bin/python2@' lib/*.py
+}
+
+package() {
+ cd ubuntu-mate-$pkgname-*
+ python2 setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list