summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/installer/ChangeLog.txt4
-rwxr-xr-xsource/installer/build_installer.sh1
-rw-r--r--source/kde/kde/patch/kstars.patch1
-rw-r--r--source/kde/kde/patch/kstars/kstars.link.with.gsl.patch14
4 files changed, 5 insertions, 15 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index 3921e93bf..32e5a932c 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,7 @@
+Tue Aug 1 09:09:59 UTC 2023
+ Added /usr/lib(64)/libatomic.so for 'lsusb'
+ Thanks to William PC for the report.
++--------------------------+
Sun Jul 9 18:25:37 UTC 2023
setup: mount /dev, /proc, and /sys with -rbind, and unmount them with -R.
mkbindmounts: usr -rbind instead of -bind.
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index bf77acca5..53d9e2620 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -1361,6 +1361,7 @@ cp -fa${VERBOSE1} \
cd $TMP/extract-packages/usr/lib${LIBDIRSUFFIX}
cp -fa${VERBOSE1} \
libargon2.so* \
+ libatomic.so* \
libcryptsetup*.so* \
libefiboot.so* \
libefivar.so* \
diff --git a/source/kde/kde/patch/kstars.patch b/source/kde/kde/patch/kstars.patch
deleted file mode 100644
index 5f2dabdb9..000000000
--- a/source/kde/kde/patch/kstars.patch
+++ /dev/null
@@ -1 +0,0 @@
-cat $CWD/patch/kstars/kstars.link.with.gsl.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/kstars/kstars.link.with.gsl.patch b/source/kde/kde/patch/kstars/kstars.link.with.gsl.patch
deleted file mode 100644
index 0be7f8342..000000000
--- a/source/kde/kde/patch/kstars/kstars.link.with.gsl.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- ./kstars/CMakeLists.txt.orig 2023-05-31 03:23:38.000000000 -0500
-+++ ./kstars/CMakeLists.txt 2023-06-10 15:22:26.822136184 -0500
-@@ -1338,6 +1338,11 @@
-
- endif(INDI_FOUND)
-
-+# Force link with GSL:
-+find_package(GSL REQUIRED)
-+include_directories(${GSL_INCLUDE_DIRS})
-+target_link_libraries(KStarsLib ${GSL_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} KF5::Notifications)
-+
- if(WCSLIB_FOUND)
- target_link_libraries(KStarsLib ${WCSLIB_LIBRARIES})
- if (BUILD_KSTARS_LITE)