libdbusmenu-qt,qt5.paketlendi
This commit is contained in:
parent
c130b63281
commit
d95280cac3
|
@ -1,6 +1,6 @@
|
||||||
# Description: A library that provides a Qt implementation of the DBusMenu spec
|
# Description: A library that provides a Qt implementation of the DBusMenu spec
|
||||||
# URL: http://launchpad.net/libdbusmenu-qt
|
# URL: http://launchpad.net/libdbusmenu-qt
|
||||||
# Packager: pierre at nutyx dot org
|
# Packager: alihan-ozturk28@hotmail.com
|
||||||
# Depends on: qt4
|
# Depends on: qt4
|
||||||
|
|
||||||
name=libdbusmenu-qt
|
name=libdbusmenu-qt
|
||||||
|
@ -10,10 +10,9 @@ release=1
|
||||||
source=(http://launchpad.net/libdbusmenu-qt/trunk/$version/+download/$name-$version.tar.bz2)
|
source=(http://launchpad.net/libdbusmenu-qt/trunk/$version/+download/$name-$version.tar.bz2)
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
mkdir build
|
|
||||||
cd build
|
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DWITH_DOC=OFF ..
|
-DWITH_DOC=OFF ..
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,17 +1,15 @@
|
||||||
# Description : Library that provides a Qt5 implementation of the DBusMenu protocol
|
# Description : Library that provides a Qt5 implementation of the DBusMenu protocol
|
||||||
# URL: https://www.kde.org/
|
# URL: https://www.kde.org/
|
||||||
# Packager: pierre at nutyx dot org, fanch at nutyx dot org, tnut at nutyx dot org
|
# Packager: alihan-ozturk28@hotmail.com
|
||||||
# Depends on: cmake qt5 qjson
|
# Depends on: cmake qt5 qjson
|
||||||
|
|
||||||
name=libdbusmenu-qt5
|
name=libdbusmenu-qt5
|
||||||
release=1
|
release=1
|
||||||
version=0.9.3+15.10.20150604
|
version=0.9.3+16.04.20160218
|
||||||
source=(http://www.linuxfromscratch.org/~krejzi/libdbusmenu-qt-$version.tar.xz )
|
source=(http://www.linuxfromscratch.org/~krejzi/libdbusmenu-qt-$version.tar.xz )
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd libdbusmenu-qt-$version
|
cd libdbusmenu-qt-$version
|
||||||
mkdir build
|
|
||||||
cd build
|
|
||||||
|
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||||
|
|
Loading…
Reference in New Issue