diff --git a/files/0001-add-docbook-xml-for-solus.patch b/files/0001-add-docbook-xml-for-solus.patch deleted file mode 100644 --- a/files/0001-add-docbook-xml-for-solus.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- cmake/FindDocBookXSL.cmake 2019-09-13 14:59:01.000000000 +0200 -+++ cmake/FindDocBookXSL.cmake 2019-10-19 23:22:08.644980325 +0200 -@@ -5,6 +5,7 @@ - /usr/local/share/xsl/docbook # FreeBSD - /usr/share/xml/docbook/stylesheet/nwalsh/current # OpenSUSE - /usr/share/sgml/docbook/xsl-ns-stylesheets # Fedora -+ /usr/share/xml/docbook/xsl-stylesheets-1.79.2/ # Solus - ) - find_package_handle_standard_args(DocBookXSL - "Could NOT find DocBook XSL stylesheets" DOCBOOKXSL_DIR) diff --git a/files/0002-fix-path-hint-for-metainfo-its.patch b/files/0002-fix-path-hint-for-metainfo-its.patch deleted file mode 100644 --- a/files/0002-fix-path-hint-for-metainfo-its.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- pentobi/unix/CMakeLists.txt 2019-10-20 00:19:04.391604195 +0200 -+++ pentobi/unix/CMakeLists.txt 2019-10-20 00:02:22.601017112 +0200 -@@ -7,7 +7,7 @@ - get_filename_component(GETTEXT_BIN_DIR ${GETTEXT_MSGFMT_EXECUTABLE} DIRECTORY) - get_filename_component(GETTEXT_INSTALL_DIR ${GETTEXT_BIN_DIR} DIRECTORY) - find_file(METAINFO_ITS NAMES metainfo.its appdata.its -- HINTS ${GETTEXT_INSTALL_DIR}/share/gettext/its -+ HINTS ${GETTEXT_INSTALL_DIR}/share/gettext-0.20/its - ) - if(NOT METAINFO_ITS) - message(FATAL_ERROR diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,9 @@ name : pentobi -version : '17.2' -release : 4 +version : '18.0' +release : 5 source : - - https://liquidtelecom.dl.sourceforge.net/project/pentobi/17.2/pentobi-17.2.tar.xz : b95f1eadb5b10cd68eb187744decc71a41c862e83d325047dc0ee91688a79bfe + - https://liquidtelecom.dl.sourceforge.net/project/pentobi/18.0/pentobi-18.0.tar.xz : de85eec2ab884615f2b384381402ccea9cccaafada183a330454c6ce3dd49b36 +homepage : https://pentobi.sourceforge.io/ license : GPL-3.0-or-later component : games.puzzle summary : Pentobi is a computer opponent for the board game Blokus @@ -14,12 +15,11 @@ - pkgconfig(Qt5UiTools) - pkgconfig(Qt5WebView) - pkgconfig(librsvg-2.0) - - docbook-xml - itstool setup : | - %patch -p0 < $pkgfiles/0001-add-docbook-xml-for-solus.patch - %patch -p0 < $pkgfiles/0002-fix-path-hint-for-metainfo-its.patch - %cmake -DCMAKE_BUILD_TYPE=Release . + %cmake \ + -DDOCBOOKXSL_DIR=/usr/share/xml/docbook/xsl-stylesheets-1.79.2/ \ + -DMETAINFO_ITS=/usr/share/gettext-0.20/its build : | %make install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -1,6 +1,7 @@ pentobi + https://pentobi.sourceforge.io/ Algent Albrahimi algent@protonmail.com @@ -104,12 +105,12 @@ - - 2019-10-23 - 17.2 + + 2020-05-16 + 18.0 Packaging update Algent Albrahimi algent@protonmail.com \ No newline at end of file