Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,7 @@ +libQt5Core.so.5 +libQt5Gui.so.5 +libQt5Location.so.5 +libQt5Network.so.5 +libQt5Positioning.so.5 +libc.so.6 +libstdc++.so.6 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,24 @@ +name : qt5-location-googlemaps +version : 0.0.0.1 +release : 1 +source : + - https://github.com/vladest/googlemaps/archive/v.0.0.0.1.tar.gz : 4cd92401dc13b9133e241e9cd0b56d87f0198086985228e5f78504f2e93248b7 +license : + - MIT +component : desktop.qt +summary : QtLocation Google Maps plugin +description: | + QtLocation plugin for Google Maps tile API +builddeps: + - pkgconfig(Qt5UiTools) + - pkgconfig(Qt5Location) +setup : | + mkdir build + cd build + %qmake .. +build : | + cd build + %make +install : | + cd build + INSTALL_ROOT=$installdir %make_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,34 @@ + + + qt5-location-googlemaps + + Jan Baudisch + dev@baudisch.xyz + + MIT + desktop.qt + QtLocation Google Maps plugin + QtLocation plugin for Google Maps tile API + + https://solus-project.com/sources/README.Solus + + + qt5-location-googlemaps + QtLocation Google Maps plugin + QtLocation plugin for Google Maps tile API + + desktop.qt + + /usr/lib64/qt5/plugins/geoservices/libqtgeoservices_googlemaps.so + + + + + 2018-12-24 + 0.0.0.1 + Packaging update + Jan Baudisch + dev@baudisch.xyz + + + \ No newline at end of file