[arch-commits] Commit in deepin-menu/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jan 26 10:45:39 UTC 2018
Date: Friday, January 26, 2018 @ 10:45:38
Author: felixonmars
Revision: 287108
upgpkg: deepin-menu 3.2.0-3
backport a patch to work with new deepin-api
Modified:
deepin-menu/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-26 10:45:16 UTC (rev 287107)
+++ PKGBUILD 2018-01-26 10:45:38 UTC (rev 287108)
@@ -5,19 +5,22 @@
pkgname=deepin-menu
pkgver=3.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Deepin menu service for building beautiful menus"
arch=('x86_64')
url="https://github.com/linuxdeepin/deepin-menu"
license=('GPL3')
-depends=('python2-pyqt5' 'deepin-qt5integration' 'deepin-qt-dbus-factory')
+depends=('python2-pyqt5' 'deepin-qt5integration')
makedepends=('python2-setuptools')
groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz")
-sha512sums=('9961e0f477261ebc3f2405f95c56d1d085ec387cf2b4dc87b4cefbd17559b442110a04c45a86f1988fbdf0c4b419b05025b0c465335b1d9d7143aeec8236a958')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz"
+ https://github.com/linuxdeepin/deepin-menu/commit/c0c06f39cdc8af1bd6e39751e243f276df325102.patch)
+sha512sums=('9961e0f477261ebc3f2405f95c56d1d085ec387cf2b4dc87b4cefbd17559b442110a04c45a86f1988fbdf0c4b419b05025b0c465335b1d9d7143aeec8236a958'
+ '826e545cebaa40d48d4862bfbb968bc3e8774724cb122f3a9b7d779a7f4bd2e80ac01648ae1bc7492804b4db040083791298553c90b03384343d40c1be364de6')
prepare() {
cd deepin-menu-$pkgver
+ patch -p1 -i ../c0c06f39cdc8af1bd6e39751e243f276df325102.patch
# fix python version
find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
More information about the arch-commits
mailing list