Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (8abc2717c63c39bbcb97529e094a852f8d8927c0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (8abc2717c63c39bbcb97529e094a852f8d8927c0)
  • Date: Wed, 12 Jul 2023 23:27:42 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

x11/picom/DETAILS | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 8abc2717c63c39bbcb97529e094a852f8d8927c0
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

picom: fix LICENSE

Also fixed missing quotes on SOURCE_DIRECTORY

diff --git a/x11/picom/DETAILS b/x11/picom/DETAILS
index 4fd403e..19421f4 100755
--- a/x11/picom/DETAILS
+++ b/x11/picom/DETAILS
@@ -2,10 +2,11 @@
SPELL=picom
VERSION=10.2
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=https://github.com/yshui/${SPELL}/archive/v${VERSION}.tar.gz

SOURCE_HASH=sha256:9741577df0136d8a2be48005ca2b93edc15913528e19bceb798535ca4683341c
- LICENSE[0]=MPL,MIT
+ LICENSE[0]=MPL
+ LICENSE[1]=MIT
WEB_SITE=https://github.com/yshui/picom
ENTERED=20230712
KEYWORDS="x11 compton compositor"



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (8abc2717c63c39bbcb97529e094a852f8d8927c0), Conner Clere, 07/12/2023

Archive powered by MHonArc 2.6.24.

Top of Page