mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 08:14:36 +08:00
libdbusmenu-qt5: update to 0.9.3+16.04.20160218
This commit is contained in:
parent
04a7fa73f5
commit
b87f7455c9
@ -1,8 +1,9 @@
|
|||||||
|
# Contributions from Arch:
|
||||||
# Contributor : Andrea Scarpino <andrea@archlinux.org>
|
# Contributor : Andrea Scarpino <andrea@archlinux.org>
|
||||||
|
|
||||||
pkgname=libdbusmenu-qt5
|
pkgname=libdbusmenu-qt5
|
||||||
pkgver=0.9.3+14.10.20140619
|
pkgver=0.9.3+16.04.20160218
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='A library that provides a Qt implementation of the DBusMenu spec'
|
pkgdesc='A library that provides a Qt implementation of the DBusMenu spec'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://launchpad.net/libdbusmenu-qt"
|
url="https://launchpad.net/libdbusmenu-qt"
|
||||||
@ -10,7 +11,7 @@ license=('GPL')
|
|||||||
depends=('qt5-base')
|
depends=('qt5-base')
|
||||||
makedepends=('cmake' 'doxygen')
|
makedepends=('cmake' 'doxygen')
|
||||||
source=("http://archive.ubuntu.com/ubuntu/pool/main/libd/libdbusmenu-qt/libdbusmenu-qt_${pkgver}.orig.tar.gz")
|
source=("http://archive.ubuntu.com/ubuntu/pool/main/libd/libdbusmenu-qt/libdbusmenu-qt_${pkgver}.orig.tar.gz")
|
||||||
md5sums=('aba34b9b91f18d60828ca1143bf23b0b')
|
md5sums=('8b90312bd8654e026d814d4db986ce5e')
|
||||||
options=(debug)
|
options=(debug)
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
@ -22,7 +23,6 @@ build() {
|
|||||||
cmake ../libdbusmenu-qt-${pkgver} \
|
cmake ../libdbusmenu-qt-${pkgver} \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DUSE_QT5=On \
|
|
||||||
-DCMAKE_INSTALL_LIBDIR=lib
|
-DCMAKE_INSTALL_LIBDIR=lib
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user