Skip to Content.
Sympa Menu

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

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 (2d18364cbc7742a9e560162c9cc533c0c883dd05)
  • Date: Mon, 28 Nov 2022 18:26:53 +0000

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

ChangeLog | 5 +++
cinnamon-apps/nemo/CONFIGURE | 1
cinnamon-apps/nemo/DEPENDS | 43
+++++++++++++++++++++++++++++++
cinnamon-apps/nemo/DETAILS | 18 ++++++++++++
cinnamon-apps/nemo/HISTORY | 3 ++
cinnamon-libs/cinnamon-desktop/CONFIGURE | 1
cinnamon-libs/cinnamon-desktop/DEPENDS | 17 ++++++++++++
cinnamon-libs/cinnamon-desktop/DETAILS | 23 ++++++++++++++++
cinnamon-libs/cinnamon-desktop/HISTORY | 3 ++
cinnamon-libs/xapp/CONFIGURE | 1
cinnamon-libs/xapp/DEPENDS | 19 +++++++++++++
cinnamon-libs/xapp/DETAILS | 18 ++++++++++++
cinnamon-libs/xapp/HISTORY | 3 ++
13 files changed, 155 insertions(+)

New commits:
commit 2d18364cbc7742a9e560162c9cc533c0c883dd05
Author: Conner <connerclere AT gmail.com>
Commit: Pavel Vinogradov <public AT sourcemage.org>

nemo: new spell, file manager for cinnamon desktop

commit 91b8ea1483b311b34b68c420ff5c9d46ca9535f7
Author: Conner <connerclere AT gmail.com>
Commit: Pavel Vinogradov <public AT sourcemage.org>

cinnamon-desktop: new spell, cinnamon desktop library

commit 7ea69a2f6b6865fb6df1abbd214902b2351cfc5d
Author: Conner <connerclere AT gmail.com>
Commit: Pavel Vinogradov <public AT sourcemage.org>

xapp: new spell, cross-desktop libraries for cinnamon

diff --git a/ChangeLog b/ChangeLog
index 68e03e3..5f012ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-11-27 Conner Clere <connerclere AT gmail.com>
+ * cinnamon-libs/xapp: new spell, cross-desktop libraries for cinnamon
+ * cinnamon-libs/cinnamon-desktop: new spell, cinnamon-desktop library
+ * cinnamon-apps/nemo: new spell, file manager for cinnamon desktop
+
2022-11-24 Conner Clere <connerclere AT gmail.com>
* groups: add flatpak group
* accounts: add flatpak account
diff --git a/cinnamon-apps/nemo/CONFIGURE b/cinnamon-apps/nemo/CONFIGURE
new file mode 100755
index 0000000..18ea11f
--- /dev/null
+++ b/cinnamon-apps/nemo/CONFIGURE
@@ -0,0 +1 @@
+. ${GRIMOIRE}/MESON_CONFIGURE
diff --git a/cinnamon-apps/nemo/DEPENDS b/cinnamon-apps/nemo/DEPENDS
new file mode 100755
index 0000000..1f2ed67
--- /dev/null
+++ b/cinnamon-apps/nemo/DEPENDS
@@ -0,0 +1,43 @@
+source $GRIMOIRE/MESON_DEPENDS &&
+depends PKG-CONFIG &&
+depends glib2 &&
+depends gtk+3 &&
+depends gdk-pixbuf2 &&
+depends libx11 &&
+depends libxml2 &&
+depends xapp &&
+depends pango &&
+depends xkeyboard-config &&
+depends libxext &&
+depends xrandr &&
+depends gobject-introspection &&
+depends libxkbfile &&
+depends desktop-file-utils &&
+depends atk &&
+depends dconf &&
+depends xorgproto &&
+depends cairo &&
+depends shared-mime-info &&
+depends adwaita-icon-theme &&
+depends libgsf &&
+
+optional_depends libexif \
+ 'exif=true' \
+ 'exif=false' \
+ 'Build with EXIF parsing support?' &&
+
+optional_depends gtk-doc \
+ 'gtk_doc=true' \
+ 'gtk_doc=false' \
+ 'Build api documentation?' &&
+
+# requires tracker-sparql spell (non-existant)
+#optional_depends tracker-sparql \
+# 'tracker=true' \
+# 'tracker=false' \
+# 'Tracker support?' &&
+
+optional_depends exempi \
+ 'xmp=true' \
+ 'xmp=false' \
+ 'XMP support?'
diff --git a/cinnamon-apps/nemo/DETAILS b/cinnamon-apps/nemo/DETAILS
new file mode 100755
index 0000000..2c61828
--- /dev/null
+++ b/cinnamon-apps/nemo/DETAILS
@@ -0,0 +1,18 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=nemo
+ VERSION=5.6.0
+ MINTVERSION=master.mint21
+
SOURCE_HASH=sha256:9b6076d7035c1a248ddda6e7800cee912ae1da99736fd502c7f63687562af6a5
+ SOURCE=${SPELL}-${MINTVERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$MINTVERSION
+
SOURCE_URL[0]=https://github.com/linuxmint/${SPELL}/archive/refs/tags/${MINTVERSION}.tar.gz
+ WEB_SITE=https://www.github.com/linuxmint/nemo/
+ LICENSE[0]=GPL
+ ENTERED=20221127
+ KEYWORDS="cinnamon"
+ SHORT="File browser for Cinnamon"
+cat << EOF
+Nemo is a free and open-source software and official file manager
+of the Cinnamon desktop environment. It is a fork of
+GNOME Files (formerly named Nautilus).
+EOF
diff --git a/cinnamon-apps/nemo/HISTORY b/cinnamon-apps/nemo/HISTORY
new file mode 100644
index 0000000..516c3f4
--- /dev/null
+++ b/cinnamon-apps/nemo/HISTORY
@@ -0,0 +1,3 @@
+2022-11-27 Conner Clere <connerclere AT gmail.com>
+ * CONFIGURE, DEPENDS, DETAILS: version 5.6.0, new spell
+
diff --git a/cinnamon-libs/cinnamon-desktop/CONFIGURE
b/cinnamon-libs/cinnamon-desktop/CONFIGURE
new file mode 100755
index 0000000..18ea11f
--- /dev/null
+++ b/cinnamon-libs/cinnamon-desktop/CONFIGURE
@@ -0,0 +1 @@
+. ${GRIMOIRE}/MESON_CONFIGURE
diff --git a/cinnamon-libs/cinnamon-desktop/DEPENDS
b/cinnamon-libs/cinnamon-desktop/DEPENDS
new file mode 100755
index 0000000..6f5663b
--- /dev/null
+++ b/cinnamon-libs/cinnamon-desktop/DEPENDS
@@ -0,0 +1,17 @@
+source $GRIMOIRE/MESON_DEPENDS &&
+depends PKG-CONFIG &&
+depends glib2 &&
+depends gtk+3 &&
+depends gdk-pixbuf2 &&
+depends libx11 &&
+depends xkeyboard-config &&
+depends libxext &&
+depends xrandr &&
+depends gobject-introspection &&
+depends libxkbfile &&
+depends pulseaudio &&
+
+optional_depends alsa-lib \
+ 'alsa=true' \
+ 'alsa=false' \
+ 'Build with ALSA support?'
diff --git a/cinnamon-libs/cinnamon-desktop/DETAILS
b/cinnamon-libs/cinnamon-desktop/DETAILS
new file mode 100755
index 0000000..86d7185
--- /dev/null
+++ b/cinnamon-libs/cinnamon-desktop/DETAILS
@@ -0,0 +1,23 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=cinnamon-desktop
+ VERSION=5.6.0
+ MINTVERSION=master.mint21
+
SOURCE_HASH=sha256:c8a6ceba4b570cc7037e2da62d49a59c573b7f39c727dc73098f91c9ca930edf
+ SOURCE=${SPELL}-${MINTVERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$MINTVERSION
+
SOURCE_URL[0]=https://github.com/linuxmint/${SPELL}/archive/refs/tags/${MINTVERSION}.tar.gz
+ WEB_SITE=https://www.github.com/linuxmint/cinnamon-desktop/
+ LICENSE[0]=GPL
+ ENTERED=20221127
+ KEYWORDS="cinnamon"
+ SHORT="The cinnamon-desktop library"
+cat << EOF
+cinnamon-desktop contains the libcinnamon-desktop library, the cinnamon-about
+program as well as some desktop-wide documents.
+
+The libcinnamon-desktop library provides API shared by several applications
+on the desktop, but that cannot live in the platform for various
+reasons. There is no API or ABI guarantee, although we are doing our
+best to provide stability. Documentation for the API is available with
+gtk-doc.
+EOF
diff --git a/cinnamon-libs/cinnamon-desktop/HISTORY
b/cinnamon-libs/cinnamon-desktop/HISTORY
new file mode 100644
index 0000000..516c3f4
--- /dev/null
+++ b/cinnamon-libs/cinnamon-desktop/HISTORY
@@ -0,0 +1,3 @@
+2022-11-27 Conner Clere <connerclere AT gmail.com>
+ * CONFIGURE, DEPENDS, DETAILS: version 5.6.0, new spell
+
diff --git a/cinnamon-libs/xapp/CONFIGURE b/cinnamon-libs/xapp/CONFIGURE
new file mode 100755
index 0000000..18ea11f
--- /dev/null
+++ b/cinnamon-libs/xapp/CONFIGURE
@@ -0,0 +1 @@
+. ${GRIMOIRE}/MESON_CONFIGURE
diff --git a/cinnamon-libs/xapp/DEPENDS b/cinnamon-libs/xapp/DEPENDS
new file mode 100755
index 0000000..b6d5f44
--- /dev/null
+++ b/cinnamon-libs/xapp/DEPENDS
@@ -0,0 +1,19 @@
+source $GRIMOIRE/MESON_DEPENDS &&
+depends vala &&
+depends PKG-CONFIG &&
+depends glib2 &&
+depends gtk+3 &&
+depends gdk-pixbuf2 &&
+depends libx11 &&
+depends python3 &&
+depends pygobject3 &&
+depends libgnomekbd &&
+depends gobject-introspection &&
+depends dbusmenu && # needs depends -sub GTK3 dbusmenu
+depends libxkbfile &&
+depends -sub GOBJ cairo &&
+
+optional_depends gtk-doc \
+ 'docs=true' \
+ 'docs=false' \
+ 'Build the API references?'
diff --git a/cinnamon-libs/xapp/DETAILS b/cinnamon-libs/xapp/DETAILS
new file mode 100755
index 0000000..75c9138
--- /dev/null
+++ b/cinnamon-libs/xapp/DETAILS
@@ -0,0 +1,18 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=xapp
+ VERSION=2.4.1
+ MINTVERSION=master.mint21
+
SOURCE_HASH=sha256:84c79aa952aeadeb79fbf91e2e0d22d347f3608b64ff31931bf619e1ed49da92
+ SOURCE=${SPELL}-${MINTVERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$MINTVERSION
+
SOURCE_URL[0]=https://github.com/linuxmint/${SPELL}/archive/refs/tags/${MINTVERSION}.tar.gz
+ WEB_SITE=https://www.github.com/linuxmint/xapp/
+ LICENSE[0]=LGPL
+ ENTERED=20221125
+ KEYWORDS="cinnamon"
+ SHORT="Cross-desktop libraries and common resources"
+cat << EOF
+This project gathers the components which are common to multiple
+GTK desktop environments (Cinnamon, MATE and Xfce) and required
+to implement cross-DE solutions.
+EOF
diff --git a/cinnamon-libs/xapp/HISTORY b/cinnamon-libs/xapp/HISTORY
new file mode 100644
index 0000000..4508802
--- /dev/null
+++ b/cinnamon-libs/xapp/HISTORY
@@ -0,0 +1,3 @@
+2022-11-25 Conner Clere <connerclere AT gmail.com>
+ * CONFIGURE, DEPENDS, DETAILS: version 2.4.1, new spell
+



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2d18364cbc7742a9e560162c9cc533c0c883dd05), Pavel Vinogradov, 11/28/2022

Archive powered by MHonArc 2.6.24.

Top of Page