[monochrome-icon-theme/f18] Update to 0.0.45

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


commit eaf9259b1c749d611d4689cbea8f62f4426f5ead
Author: Mohamed El Morabity <melmorabity at fedorapeople.org>
Date:   Fri Sep 21 22:19:02 2012 +0200

    Update to 0.0.45

 .gitignore                                |    1 +
 monochrome-icon-theme-generate-tarball.sh |   20 ++++++++++++++------
 monochrome-icon-theme.spec                |   12 ++++++------
 sources                                   |    2 +-
 4 files changed, 22 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bddff60..6bc6968 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.45.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 94fd8b9..eb38c27 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
-Release:        2%{?dist}
+Version:        0.0.45
+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.45-1
+- Update to 0.0.45
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.39-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 5a1392d..d478ee0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f4cb61e9c9e5d2be5b719a939058e31  monochrome-icon-theme-0.0.39.tar.bz2
+765920f499db669d4893003c197ce0f1  monochrome-icon-theme-0.0.45.tar.xz


More information about the scm-commits mailing list