Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (49691c387d16dd20c0dfbfb58e3b49eccc664eaf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (49691c387d16dd20c0dfbfb58e3b49eccc664eaf)
  • Date: Tue, 29 Nov 2022 06:54:20 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 5 +++++
MESON_FUNCTIONS | 2 +-
chat-irc/hexchat/HISTORY | 3 +++
chat-irc/hexchat/INSTALL | 1 -
gnome2-libs/gdk-pixbuf2/HISTORY | 3 +++
gnome2-libs/gdk-pixbuf2/INSTALL | 1 -
6 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit 49691c387d16dd20c0dfbfb58e3b49eccc664eaf
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

gnome2-libs/gdk-pixbuf2: removed INSTALL, meson_install() now can handle
its job

commit 65edf8aac053cf9331bbfec6a1f5d02f0bd39236
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

chat-irc/hexchat: removed INSTALL, meson_install() now can handle its job

commit 3ef6e00ec051a6c475ae5daf51644d84bf0afefe
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

MESON_FUNCTIONS: meson_install() needs DESTDIR defined to avoid some
post-installation code to be run causing breakage in
several
spells if necessary tools were not installed
(update-desktop-database and similar)

diff --git a/ChangeLog b/ChangeLog
index c5e99c2..162c70b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-11-29 Pavel Vinogradov <public AT sourcemage.org>
+ * MESON_FUNCTIONS: meson_install() needs DESTDIR defined to avoid some
+ post-installation code to be run causing breakage in several spells
if
+ necessary tools were not installed (update-desktop-database and
similar)
+
2022-11-28 Treeve Jelbert <treeve AT sourcemage.org>
* xdg-desktop-portal-kde: move to plasma

diff --git a/MESON_FUNCTIONS b/MESON_FUNCTIONS
index 9174bf6..02807e9 100755
--- a/MESON_FUNCTIONS
+++ b/MESON_FUNCTIONS
@@ -53,7 +53,7 @@ meson_install () {

cd "${SOURCE_DIRECTORY}" &&

- ${MESON_INSTALL} ${MESON_OPTS}
+ DESTDIR="${INSTALL_ROOT}/" ${MESON_INSTALL} ${MESON_OPTS}
}

default_build() {
diff --git a/chat-irc/hexchat/HISTORY b/chat-irc/hexchat/HISTORY
index 16b9150..a4d7c7c 100644
--- a/chat-irc/hexchat/HISTORY
+++ b/chat-irc/hexchat/HISTORY
@@ -1,3 +1,6 @@
+2022-11-29 Pavel Vinogradov <public AT sourcemage.org>
+ * INSTALL: removed, meson_install() now handles it
+
2022-11-27 Pavel Vinogradov <public AT sourcemage.org>
* INSTALL: added to avoid error when update-desktop-database and
others aren't
available
diff --git a/chat-irc/hexchat/INSTALL b/chat-irc/hexchat/INSTALL
deleted file mode 100755
index c88b2d5..0000000
--- a/chat-irc/hexchat/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-DESTDIR="${INSTALL_ROOT}/" default_install
diff --git a/gnome2-libs/gdk-pixbuf2/HISTORY b/gnome2-libs/gdk-pixbuf2/HISTORY
index dcaf575..ab0f2f7 100644
--- a/gnome2-libs/gdk-pixbuf2/HISTORY
+++ b/gnome2-libs/gdk-pixbuf2/HISTORY
@@ -1,3 +1,6 @@
+2022-11-29 Pavel Vinogradov <public AT sourcemage.org>
+ * INSTALL: removed, meson_install() now handles it
+
2022-10-30 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: libpng is optional now
* INSTALL: added to set DESTDIR, otherwise it fails trying to write to
diff --git a/gnome2-libs/gdk-pixbuf2/INSTALL b/gnome2-libs/gdk-pixbuf2/INSTALL
deleted file mode 100755
index c88b2d5..0000000
--- a/gnome2-libs/gdk-pixbuf2/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-DESTDIR="${INSTALL_ROOT}/" default_install



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (49691c387d16dd20c0dfbfb58e3b49eccc664eaf), Pavel Vinogradov, 11/29/2022

Archive powered by MHonArc 2.6.24.

Top of Page