diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,15 @@ +libQt5Core.so.5 +libQt5Gui.so.5 +libQt5Multimedia.so.5 +libQt5Network.so.5 +libQt5PrintSupport.so.5 +libQt5Qml.so.5 +libQt5Quick.so.5 +libQt5QuickWidgets.so.5 +libQt5Widgets.so.5 +libQt5Xml.so.5 +libc.so.6 +libgcc_s.so.1 +libm.so.6 +libstdc++.so.6 +libz.so.1 diff --git a/files/rolisteam.desktop b/files/rolisteam.desktop new file mode 100644 --- /dev/null +++ b/files/rolisteam.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=Rolisteam +Comment=Rolisteam helps you to manage a tabletop role playing game with remote friends/players. +Type=Application +Exec=rolisteam +Icon=rolisteam +Categories=Game diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,25 @@ +name : rolisteam +version : 1.8.2 +release : 1 +source : + - git|https://github.com/Rolisteam/rolisteam.git : v1.8.2 +license : GPL-2.0-or-later +component : games.rpg +summary : Rolisteam is a virtual tabletop. +description: | + Rolisteam helps you to manage a tabletop role playing game with remote friends/players. + It provides many features to share maps, pictures and it also includes tool to communicate with your friends/players. +builddeps : + - pkgconfig(Qt5Gui) + - pkgconfig(Qt5Multimedia) + - pkgconfig(Qt5UiTools) + - pkgconfig(Qt5WebChannel) +setup : | + lrelease rolisteam.pro + %qmake PREFIX=$installdir/usr/bin -r rolisteam.pro +build : | + %make +install : | + %make_install + install -Dm644 $pkgfiles/rolisteam.desktop $installdir/usr/share/applications/rolisteam.desktop + install -Dm644 resources/logo/256-icone.png $installdir/usr/share/icons/hicolor/256x256/apps/rolisteam.png diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,38 @@ + + + rolisteam + + Jan Baudisch + dev@baudisch.xyz + + GPL-2.0-or-later + games.rpg + Rolisteam is a virtual tabletop. + Rolisteam helps you to manage a tabletop role playing game with remote friends/players. +It provides many features to share maps, pictures and it also includes tool to communicate with your friends/players. + + https://solus-project.com/sources/README.Solus + + + rolisteam + Rolisteam is a virtual tabletop. + Rolisteam helps you to manage a tabletop role playing game with remote friends/players. +It provides many features to share maps, pictures and it also includes tool to communicate with your friends/players. + + games.rpg + + /usr/bin/rolisteam + /usr/share/applications/rolisteam.desktop + /usr/share/icons/hicolor/256x256/apps/rolisteam.png + + + + + 2019-02-11 + 1.8.2 + Packaging update + Jan Baudisch + dev@baudisch.xyz + + + \ No newline at end of file