Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (cbda68cdcde2adba638ae2d2011525436e426e85)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (cbda68cdcde2adba638ae2d2011525436e426e85)
  • Date: Sun, 17 Apr 2011 10:06:45 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 2 +
gnome3-libs/gnome-shell/DEPENDS | 7 ++++++
gnome3-libs/gnome-shell/DETAILS | 18
++++++++++++++++
gnome3-libs/gnome-shell/HISTORY | 3 ++
gnome3-libs/gnome-shell/gnome-shell-3.0.0.2.tar.bz2.sig |binary
5 files changed, 30 insertions(+)

New commits:
commit cbda68cdcde2adba638ae2d2011525436e426e85
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

gnome3-libs/gnome-shell: new spell, core user interface functions for
the GNOME 3 desktop

diff --git a/ChangeLog b/ChangeLog
index e185145..7c52c2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
GNOME icon theme, extra icons
* gnome3-libs/gnome-icon-theme-symbolic: new spell
GNOME icon theme, symbolic icons
+ * gnome3-libs/gnome-shell: new spell
+ core user interface functions for the GNOME 3 desktop

2011-04-16 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* lua-forge/lpc: new spell, lua process call
diff --git a/gnome3-libs/gnome-shell/DEPENDS b/gnome3-libs/gnome-shell/DEPENDS
new file mode 100755
index 0000000..439af88
--- /dev/null
+++ b/gnome3-libs/gnome-shell/DEPENDS
@@ -0,0 +1,7 @@
+depends gtk+3 &&
+depends gnome-themes-standard &&
+
+optional_depends gobject-introspection \
+ "--enable-introspection=yes" \
+ "--enable-introspection=no" \
+ "enable introspection for this build"
diff --git a/gnome3-libs/gnome-shell/DETAILS b/gnome3-libs/gnome-shell/DETAILS
new file mode 100755
index 0000000..1ccd7c0
--- /dev/null
+++ b/gnome3-libs/gnome-shell/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=gnome-shell
+ VERSION=3.0.0.2
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20110417
+ SHORT="core user interface functions for the GNOME 3 desktop"
+cat << EOF
+GNOME Shell provides core user interface functions for the GNOME 3 desktop,
+like switching to windows and launching applications. GNOME Shell takes
+advantage of the capabilities of modern graphics hardware and introduces
+innovative user interface concepts to provide a visually attractive and
+easy to use experience
+EOF
diff --git a/gnome3-libs/gnome-shell/HISTORY b/gnome3-libs/gnome-shell/HISTORY
new file mode 100644
index 0000000..797a9c8
--- /dev/null
+++ b/gnome3-libs/gnome-shell/HISTORY
@@ -0,0 +1,3 @@
+2011-04-17 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS: spell created, version 3.0.0.2
+
diff --git a/gnome3-libs/gnome-shell/gnome-shell-3.0.0.2.tar.bz2.sig
b/gnome3-libs/gnome-shell/gnome-shell-3.0.0.2.tar.bz2.sig
new file mode 100644
index 0000000..2cc39a1
Binary files /dev/null and
b/gnome3-libs/gnome-shell/gnome-shell-3.0.0.2.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (cbda68cdcde2adba638ae2d2011525436e426e85), Ladislav Hagara, 04/17/2011

Archive powered by MHonArc 2.6.24.

Top of Page