Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d1701d7da63fb6cec5655ccd72c6eaa9ed42ee71)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d1701d7da63fb6cec5655ccd72c6eaa9ed42ee71)
  • Date: Fri, 25 Dec 2020 09:57:05 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/gdbm/DETAILS | 4 ++--
libs/gdbm/HISTORY | 3 +++
plasma/plasma-workspace/HISTORY | 4 ++++
plasma/plasma-workspace/INSTALL | 3 ---
plasma/plasma-workspace/plasma.sh | 26 --------------------------
5 files changed, 9 insertions(+), 31 deletions(-)

New commits:
commit d1701d7da63fb6cec5655ccd72c6eaa9ed42ee71
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

plasma-workspace - not install plasma.sh

commit 89ee788aa7205da8ba57b72d62a95573fb2810da
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gdbm: => 1.19

diff --git a/libs/gdbm/DETAILS b/libs/gdbm/DETAILS
index 1dc650c..fe70582 100755
--- a/libs/gdbm/DETAILS
+++ b/libs/gdbm/DETAILS
@@ -1,5 +1,5 @@
SPELL=gdbm
- VERSION=1.18.1
+ VERSION=1.19
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
LICENSE[0]=GPL
- WEB_SITE=http://www.gnu.org.ua/software/gdbm/
+ WEB_SITE=https://www.gnu.org.ua/software/gdbm/
ENTERED=20010922
KEYWORDS="database libs"
SHORT="set of database routines that use extensible hashing"
diff --git a/libs/gdbm/HISTORY b/libs/gdbm/HISTORY
index 38baecb..beb27f6 100644
--- a/libs/gdbm/HISTORY
+++ b/libs/gdbm/HISTORY
@@ -1,3 +1,6 @@
+2020-12-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.19
+
2020-07-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD: work around linker error with gcc 10

diff --git a/plasma/plasma-workspace/HISTORY b/plasma/plasma-workspace/HISTORY
index e7ca19a..e4c7b4c 100644
--- a/plasma/plasma-workspace/HISTORY
+++ b/plasma/plasma-workspace/HISTORY
@@ -1,3 +1,7 @@
+2020-12-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * plasma.sh: deleted
+ * INSTALL: adjust
+
2020-11-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.20.3

diff --git a/plasma/plasma-workspace/INSTALL b/plasma/plasma-workspace/INSTALL
index 41b7c60..021a661 100755
--- a/plasma/plasma-workspace/INSTALL
+++ b/plasma/plasma-workspace/INSTALL
@@ -1,7 +1,4 @@
default_install &&
-install -m 0640 -o root -g plasma $SCRIPT_DIRECTORY/plasma.sh \
- $INSTALL_ROOT/etc/profile.d &&
-
mkdir -p $INSTALL_ROOT/etc/dbus-1/session.d &&
install -m 0644 -o root -g root $SCRIPT_DIRECTORY/plasma-next.conf \
$INSTALL_ROOT/etc/dbus-1/session.d/plasma-next.conf
diff --git a/plasma/plasma-workspace/plasma.sh
b/plasma/plasma-workspace/plasma.sh
deleted file mode 100644
index 1e5c122..0000000
--- a/plasma/plasma-workspace/plasma.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/bash
-if [ "$USER" != "root" ];then
-# setup KDE5 environment for SMGL
-#export QTDIR=/opt/qt5
-#export PATH+=":$QTDIR/bin"
-#export XDG_CONFIG_DIRS=/etc/xdg
-export QT_PLUGIN_PATH=/usr/lib/plugins
-
-export QML2_IMPORT_PATH=/usr/lib/qml
-#export
XCURSOR_PATH=$QTDIR/share/icons:~/.icons:/usr/share/icons:/usr/share/pixmaps
-
-# temporary runtime directories
-export XDG_RUNTIME_DIR=${TMPDIR-/tmp}/plasma-$USER
-
-# Ensure that they exist
-mkdir -p $XDG_RUNTIME_DIR -m7700
-
-fi
-
-# if already in kde4, need a separate dbus session for kf5
-# eval `dbus-launch`
-# before using kf5, need to run:
-# kbuildsycoca5
-# if kwin is already running, use the following command
-# kwin_x11 --replace &
-



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d1701d7da63fb6cec5655ccd72c6eaa9ed42ee71), Treeve Jelbert, 12/25/2020

Archive powered by MHonArc 2.6.24.

Top of Page