summarylogtreecommitdiffstats
path: root/0003_icons.patch
diff options
context:
space:
mode:
authorSammysHP2018-09-24 14:12:05 +0200
committerSammysHP2018-09-24 14:14:56 +0200
commit6b041dc53814c4f0d2259df714a6732b2663cb20 (patch)
tree47d7dd6dca1788fa1db7b16b2bbd2dc1dc193908 /0003_icons.patch
parentfb7c3b3c5e8d60303eaa827ac0acf6f602aa326c (diff)
downloadaur-sqliteman.tar.gz
qt5 compatibility
The patches are taken from Gentoo [1]. Thanks to simplexe who made me aware of these patches and for sending me a patched PKGBUILD (which I have modified slightly). [1] https://packages.gentoo.org/packages/dev-db/sqliteman
Diffstat (limited to '0003_icons.patch')
-rw-r--r--0003_icons.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/0003_icons.patch b/0003_icons.patch
new file mode 100644
index 000000000000..879c9fc66a0a
--- /dev/null
+++ b/0003_icons.patch
@@ -0,0 +1,11 @@
+diff -ura sqliteman-1.2.2/CMakeLists.txt sqliteman-1.2.2patched/CMakeLists.txt
+--- sqliteman-1.2.2/CMakeLists.txt 2018-09-18 21:32:23.983974807 +0400
++++ sqliteman-1.2.2patched/CMakeLists.txt 2018-09-18 21:46:43.110647913 +0400
+@@ -133,6 +133,6 @@
+ )
+ INSTALL(FILES
+ sqliteman/icons/sqliteman.png
+- DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor"
++ DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/32x32/apps"
+ )
+ ENDIF (WIN32)