[SM-Commit] GIT changes to master grimoire by Eric Sandall (75234f195f18f0e49cf171d8b8107ea52285a23d)

Eric Sandall scm at mail.sourcemage.org
Sat Feb 17 17:59:30 EST 2007


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 ChangeLog                                                                 |    7 +++
 dev/null                                                                  |binary
 gnome2-libs/icon-naming-utils/DEPENDS                                     |    2 
 gnome2-libs/icon-naming-utils/DETAILS                                     |   18 --------
 gnome2-libs/icon-naming-utils/HISTORY                                     |   12 -----
 gnome2-libs/icon-naming-utils/icon-naming-utils-0.8.1.tar.gz.sig          |    0 
 x11-libs/icon-naming-utils/DEPENDS                                        |    3 +
 x11-libs/icon-naming-utils/DETAILS                                        |   18 ++++++++
 x11-libs/icon-naming-utils/HISTORY                                        |   16 +++++++
 x11-libs/icon-naming-utils/icon-naming-utils-0.8.2.tar.gz.sig             |binary
 x11-libs/tango-icon-theme-extras/DEPENDS                                  |    9 ++++
 x11-libs/tango-icon-theme-extras/DETAILS                                  |   15 ++++++
 x11-libs/tango-icon-theme-extras/HISTORY                                  |    3 +
 x11-libs/tango-icon-theme-extras/tango-icon-theme-extras-0.1.0.tar.gz.sig |binary
 x11-libs/tango-icon-theme/DEPENDS                                         |   10 ++++
 x11-libs/tango-icon-theme/DETAILS                                         |   22 ++++++++++
 x11-libs/tango-icon-theme/HISTORY                                         |    4 +
 x11-libs/tango-icon-theme/tango-icon-theme-0.8.0.tar.gz.sig               |binary
 18 files changed, 107 insertions(+), 32 deletions(-)

New commits:
commit 75234f195f18f0e49cf171d8b8107ea52285a23d
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    Added tango-icon-theme-extras

commit 501494ad4476db4d480f298c52701f24b755255e
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    tango-icon-theme depends on imagemagick for the convert tool

commit ddded6737ccc43dd332bda2cd70306719cee6cc3
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    Use the README description for tango-icon-theme

commit 810d084d038012ea0332a161795e6d8c082adece
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    Added a spell for the Tango icon theme

commit 7e012a96cfc5a495a49467eb631321c7c35a95bc
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    icon-naming-utils depends on pkgconfig

commit d0518915f1b0f6d23469d5ec7a5ebf495e9097a7
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    Move icon-naming-utils from gnome2-libs to x11-libs (desktop-generic icon utilities)

commit 955c18395b28f1a3efb61e128ee22426897eb082
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    Updated icon-naming-utils to 0.8.2

diff --git a/ChangeLog b/ChangeLog
index c2f6976..5189fa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-02-17 Eric Sandall <sandalle at sourcemage.org>
+	* gnome2-libs/icon-naming-utils: Moved to x11-libs (this utility is
+	  for all desktops, not just GNOME)
+	* x11-libs/tango-icon-theme: Added spell for Tango icon theme
+	* x11-libs/tango-icon-theme-extras: Added spell for Tango icon theme
+	  extras
+
 2007-02-16 Pol Vinogradov <vin.public at gmail.com>
 	* graphics/graphicsmagick: new spell; it provides a set of utilities,
 	  APIs, and GUIs, for image processing and 2D vector rendering
diff --git a/gnome2-libs/icon-naming-utils/DEPENDS b/gnome2-libs/icon-naming-utils/DEPENDS
deleted file mode 100755
index 7c2190f..0000000
--- a/gnome2-libs/icon-naming-utils/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends perl        &&
-depends xml-simple
diff --git a/gnome2-libs/icon-naming-utils/DETAILS b/gnome2-libs/icon-naming-utils/DETAILS
deleted file mode 100755
index 754e773..0000000
--- a/gnome2-libs/icon-naming-utils/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
-           SPELL=icon-naming-utils
-         VERSION=0.8.1
-          SOURCE=${SPELL}-${VERSION}.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
-   SOURCE_URL[0]=http://tango-project.org/releases/${SOURCE}
-      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
-      LICENSE[0]=GPL
-        WEB_SITE=http://tango.freedesktop.org/Tango_Desktop_Project
-         ENTERED=20060722
-        KEYWORDS="icons gnome2-lib"
-           SHORT="icon naming scripts"
-cat << EOF
-icon-naming-utils is a script for maintaining backwards compatibility with
-current desktop icon themes, while migrating to the names specified in the
-Icon Naming Specification [1].
-
-[1] http://www.freedesktop.org/wiki/Standards_2ficon_2dnaming_2dspec
-EOF
diff --git a/gnome2-libs/icon-naming-utils/HISTORY b/gnome2-libs/icon-naming-utils/HISTORY
deleted file mode 100644
index 34a7505..0000000
--- a/gnome2-libs/icon-naming-utils/HISTORY
+++ /dev/null
@@ -1,12 +0,0 @@
-2006-08-23 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 0.8.1
-
-2006-08-09 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 0.8.0
-
-2006-07-30 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 0.7.4
-
-2006-07-22 Robin Cook <rcook at wyrms.net>
-	* Initial Spell
-
diff --git a/gnome2-libs/icon-naming-utils/icon-naming-utils-0.8.1.tar.gz.sig b/gnome2-libs/icon-naming-utils/icon-naming-utils-0.8.1.tar.gz.sig
deleted file mode 100644
index d441bba..0000000
Binary files a/gnome2-libs/icon-naming-utils/icon-naming-utils-0.8.1.tar.gz.sig and /dev/null differ
diff --git a/x11-libs/icon-naming-utils/DEPENDS b/x11-libs/icon-naming-utils/DEPENDS
new file mode 100755
index 0000000..0969627
--- /dev/null
+++ b/x11-libs/icon-naming-utils/DEPENDS
@@ -0,0 +1,3 @@
+depends  perl        &&
+depends  pkgconfig   &&
+depends  xml-simple
diff --git a/x11-libs/icon-naming-utils/DETAILS b/x11-libs/icon-naming-utils/DETAILS
new file mode 100755
index 0000000..a109c88
--- /dev/null
+++ b/x11-libs/icon-naming-utils/DETAILS
@@ -0,0 +1,18 @@
+           SPELL=icon-naming-utils
+         VERSION=0.8.2
+          SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+   SOURCE_URL[0]=http://tango-project.org/releases/${SOURCE}
+      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+      LICENSE[0]=GPL
+        WEB_SITE=http://tango.freedesktop.org/Tango_Desktop_Project
+         ENTERED=20060722
+        KEYWORDS="icons gnome2-lib"
+           SHORT="icon naming scripts"
+cat << EOF
+icon-naming-utils is a script for maintaining backwards compatibility with
+current desktop icon themes, while migrating to the names specified in the
+Icon Naming Specification [1].
+
+[1] http://www.freedesktop.org/wiki/Standards_2ficon_2dnaming_2dspec
+EOF
diff --git a/x11-libs/icon-naming-utils/HISTORY b/x11-libs/icon-naming-utils/HISTORY
new file mode 100644
index 0000000..2de0d27
--- /dev/null
+++ b/x11-libs/icon-naming-utils/HISTORY
@@ -0,0 +1,16 @@
+2007-02-17 Eric Sandall <sandalle at sourcemage.org>
+	* DETAILS: updated spell to 0.8.2
+	* DEPENDS: Depends on pkgconfig
+
+2006-08-23 Robin Cook <rcook at wyrms.net>
+	* DETAILS: updated VERSION to 0.8.1
+
+2006-08-09 Robin Cook <rcook at wyrms.net>
+	* DETAILS: updated VERSION to 0.8.0
+
+2006-07-30 Robin Cook <rcook at wyrms.net>
+	* DETAILS: updated VERSION to 0.7.4
+
+2006-07-22 Robin Cook <rcook at wyrms.net>
+	* Initial Spell
+
diff --git a/x11-libs/icon-naming-utils/icon-naming-utils-0.8.2.tar.gz.sig b/x11-libs/icon-naming-utils/icon-naming-utils-0.8.2.tar.gz.sig
new file mode 100644
index 0000000..e0f945d
Binary files /dev/null and b/x11-libs/icon-naming-utils/icon-naming-utils-0.8.2.tar.gz.sig differ
diff --git a/x11-libs/tango-icon-theme-extras/DEPENDS b/x11-libs/tango-icon-theme-extras/DEPENDS
new file mode 100755
index 0000000..50d5644
--- /dev/null
+++ b/x11-libs/tango-icon-theme-extras/DEPENDS
@@ -0,0 +1,9 @@
+depends  icon-naming-utils  &&
+depends  imagemagick        &&
+depends  pkgconfig          &&
+depends  tango-icon-theme   &&
+
+optional_depends  librsvg2                                \
+                  '--enable-png-creation'                 \
+                  '--disable-png-creation'                \
+                  'to generate PNG files (e.g. for KDE)'
diff --git a/x11-libs/tango-icon-theme-extras/DETAILS b/x11-libs/tango-icon-theme-extras/DETAILS
new file mode 100755
index 0000000..33b76c7
--- /dev/null
+++ b/x11-libs/tango-icon-theme-extras/DETAILS
@@ -0,0 +1,15 @@
+           SPELL=tango-icon-theme-extras
+         VERSION=0.1.0
+          SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+   SOURCE_URL[0]=http://tango-project.org/releases/${SOURCE}
+      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+      LICENSE[0]=GPL
+        WEB_SITE=http://tango.freedesktop.org/Tango_Desktop_Project
+        KEYWORDS="tango icons"
+         ENTERED=20060722
+           SHORT="Extra icons for the Tango theme"
+cat << EOF
+This is an extension to the Tango Icon Theme [1]. Currently it includes Tango
+icons for iPod Digital Audio Player (DAP) devices and the Dell Pocket DJ DAP.
+EOF
diff --git a/x11-libs/tango-icon-theme-extras/HISTORY b/x11-libs/tango-icon-theme-extras/HISTORY
new file mode 100644
index 0000000..5f16d80
--- /dev/null
+++ b/x11-libs/tango-icon-theme-extras/HISTORY
@@ -0,0 +1,3 @@
+2007-02-17 Eric Sandall <sandalle at sourcemage.org>
+	* DETAILS,DEPENDS: Created
+
diff --git a/x11-libs/tango-icon-theme-extras/tango-icon-theme-extras-0.1.0.tar.gz.sig b/x11-libs/tango-icon-theme-extras/tango-icon-theme-extras-0.1.0.tar.gz.sig
new file mode 100644
index 0000000..9f8a4b6
Binary files /dev/null and b/x11-libs/tango-icon-theme-extras/tango-icon-theme-extras-0.1.0.tar.gz.sig differ
diff --git a/x11-libs/tango-icon-theme/DEPENDS b/x11-libs/tango-icon-theme/DEPENDS
new file mode 100755
index 0000000..ac9ca71
--- /dev/null
+++ b/x11-libs/tango-icon-theme/DEPENDS
@@ -0,0 +1,10 @@
+depends  icon-naming-utils  &&
+depends  imagemagick        &&
+depends  intltool           &&
+depends  pkgconfig          &&
+depends  xml-parser-expat   &&
+
+optional_depends  librsvg2                                \
+                  '--enable-png-creation'                 \
+                  '--disable-png-creation'                \
+                  'to generate PNG files (e.g. for KDE)'
diff --git a/x11-libs/tango-icon-theme/DETAILS b/x11-libs/tango-icon-theme/DETAILS
new file mode 100755
index 0000000..3e4660c
--- /dev/null
+++ b/x11-libs/tango-icon-theme/DETAILS
@@ -0,0 +1,22 @@
+           SPELL=tango-icon-theme
+         VERSION=0.8.0
+          SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+   SOURCE_URL[0]=http://tango-project.org/releases/${SOURCE}
+      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+      LICENSE[0]=GPL
+        WEB_SITE=http://tango.freedesktop.org/Tango_Desktop_Project
+        KEYWORDS="tango icons"
+         ENTERED=20060722
+           SHORT="Tango icon theme"
+cat << EOF
+This is an icon theme that follows the Tango visual guidelines [1]. Currently
+it depends on Imagemagick for creation of 24x24 bitmaps by adding a 1px padding
+around the 22x22px version. For GNOME and KDE you will also need
+icon-naming-utils that allow the theme to work in these environments before
+they follow the new naming scheme [2].
+
+
+[1] http://tango-project.org/Tango_Icon_Theme_Guidelines
+[2] http://tango-project.org/Standard_Icon_Naming_Specification
+EOF
diff --git a/x11-libs/tango-icon-theme/HISTORY b/x11-libs/tango-icon-theme/HISTORY
new file mode 100644
index 0000000..89962f5
--- /dev/null
+++ b/x11-libs/tango-icon-theme/HISTORY
@@ -0,0 +1,4 @@
+2007-02-17 Eric Sandall <sandalle at sourcemage.org>
+	* DETAILS,DEPENDS: Created
+	* DEPENDS: Depends on imagemagick for convert
+
diff --git a/x11-libs/tango-icon-theme/tango-icon-theme-0.8.0.tar.gz.sig b/x11-libs/tango-icon-theme/tango-icon-theme-0.8.0.tar.gz.sig
new file mode 100644
index 0000000..c6bf3b5
Binary files /dev/null and b/x11-libs/tango-icon-theme/tango-icon-theme-0.8.0.tar.gz.sig differ



More information about the SM-Commit mailing list