[monochrome-icon-theme/f17] Update to 0.0.42

Mohamed ElMorabity melmorabity at fedoraproject.org
Fri Sep 21 20:25:26 UTC 2012


commit 8013f79cf743738b61942ddc9d5f8a20d3acfc58
Author: Mohamed El Morabity <melmorabity at fedorapeople.org>
Date:   Fri Sep 21 22:25:07 2012 +0200

    Update to 0.0.42

 .gitignore                                |    1 +
 monochrome-icon-theme-generate-tarball.sh |   20 ++++++++++++++------
 monochrome-icon-theme.spec                |   10 +++++-----
 sources                                   |    2 +-
 4 files changed, 21 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bddff60..0e77ede 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /monochrome-icon-theme-0.0.38.tar.bz2
 /monochrome-icon-theme-0.0.39.tar.bz2
+/monochrome-icon-theme-0.0.42.tar.xz
diff --git a/monochrome-icon-theme-generate-tarball.sh b/monochrome-icon-theme-generate-tarball.sh
index 84914b8..3ccbe11 100644
--- a/monochrome-icon-theme-generate-tarball.sh
+++ b/monochrome-icon-theme-generate-tarball.sh
@@ -5,9 +5,14 @@
 # https://launchpad.net/ubuntu/+archive/primary/+files/ubuntu-mono_$VERSION.tar.gz
 VERSION=$1
 
-wget -N -c https://launchpad.net/ubuntu/+archive/primary/+files/ubuntu-mono_$VERSION.tar.gz
-tar -xzf ubuntu-mono_$VERSION.tar.gz
-mv ubuntu-mono-$VERSION/ monochrome-icon-theme-$VERSION/
+ARCHIVE=ubuntu-mono_$VERSION.tar.gz
+FOLDER=ubuntu-mono-$VERSION
+NEWFOLDER=monochrome-icon-theme-$VERSION
+PURGED_ARCHIVE=monochrome-icon-theme-$VERSION.tar.xz
+
+wget -N -c https://launchpad.net/ubuntu/+archive/primary/+files/$ARCHIVE
+tar -xzf $ARCHIVE
+mv $FOLDER $NEWFOLDER
 pushd monochrome-icon-theme-$VERSION/
 mv ubuntu-mono-dark/ Monochrome-dark/
 mv ubuntu-mono-light/ Monochrome-light/
@@ -16,11 +21,14 @@ find .                              \
   \(                                \
         -name "computer.*"          \
      -o -name "distributor-logo.*"  \
-     -o -name "*dropbox*.*"         \
+     -o -name "dropbox*.*"         \
      -o -name "package-supported.*" \
      -o -name "preferences-system-directory.*" \
      -o -name "start-here.*"        \
-     -o -name "*ubuntu*.*"          \
+     -o -name "ubuntu*.*"          \
   \) -delete
+# Delete dead icon symlinks
+find -L . -type l -exec rm {} \;
 popd
-tar -cjf monochrome-icon-theme-$VERSION.tar.bz2 monochrome-icon-theme-$VERSION/
+tar -cJf $PURGED_ARCHIVE $NEWFOLDER/
+rm -r $NEWFOLDER
diff --git a/monochrome-icon-theme.spec b/monochrome-icon-theme.spec
index 90a3c57..502e388 100644
--- a/monochrome-icon-theme.spec
+++ b/monochrome-icon-theme.spec
@@ -1,14 +1,14 @@
 %global icon_theme Monochrome
 
 Name:           monochrome-icon-theme
-Version:        0.0.39
+Version:        0.0.42
 Release:        1%{?dist}
 Summary:        Icons for the panel, designed in a simplified monochrome style
 
 Group:          User Interface/Desktops
 License:        CC-BY-SA
 URL:            https://launchpad.net/ubuntu-mono
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.xz
 # Ubuntu Mono icon theme contains copyrighted Ubuntu logo icons. Therefore we
 # use this script to delete these files and remove any reference to the Ubuntu
 # trademark before shipping it. Download the upstream tarball and invoke this
@@ -25,9 +25,6 @@ Dark and Light panel icons to make your desktop beautiful.
 %prep
 %setup -q
 
-# Delete dead icon symlinks
-find -L . -type l -exec rm {} \;
-
 
 %build
 
@@ -80,6 +77,9 @@ done
 
 
 %changelog
+* Fri Sep 21 2012 Mohamed El Morabity <melmorabity at fedorapeople.org> - 0.0.42-1
+- Update to 0.0.42
+
 * Thu Feb 16 2012 Mohamed El Morabity <melmorabity at fedoraproject.org> - 0.0.39-1
 - Update to 0.0.39
 
diff --git a/sources b/sources
index 5a1392d..8a35188 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f4cb61e9c9e5d2be5b719a939058e31  monochrome-icon-theme-0.0.39.tar.bz2
+84e00c7e8750c00ea1bb3cb2a61664bc  monochrome-icon-theme-0.0.42.tar.xz


More information about the scm-commits mailing list