Browse Source

Removed Freedesktop theme

Exalm 8 years ago
parent
commit
5810aa52ee
2 changed files with 1 additions and 14 deletions
  1. 0 8
      build
  2. 1 6
      config.txt

+ 0 - 8
build

@@ -98,11 +98,6 @@ done
 
 cd ../..
 
-#Create Freedesktop theme
-echo "Creating -fd theme (deprecated)..."
-cp -R theme fd
-sed -E "s/((INTERNAL_)?NAME|THEME_(ID|DESC))/\0_FD/g" -i "fd/install.rdf" "fd/chrome.manifest"
-
 #Substitute variables
 echo "Substituting variables..."
 FILES=`find . -type f -exec grep -Iq . {} \; -and -print`
@@ -119,12 +114,9 @@ done < "../config.txt"
 echo "Packaging..."
 #Package
 THEME="gnomerunner-$VERSION-sm-linux.xpi"
-THEME_FD="gnomerunnerfd-revived-$VERSION-sm-linux.xpi"
 OPTIONS="gnomerunner-options-$VERSION-sm-linux.xpi"
 cd theme
 zip ../../$THEME * -qr
-cd ../fd
-zip ../../$THEME_FD * -qr
 cd ../options
 zip ../../$OPTIONS * -qr
 cd ../..

+ 1 - 6
config.txt

@@ -1,20 +1,15 @@
 #Theme ID
-THEME_ID_FD={af01d686-dac6-4daf-8132-d49c67ff8da8}
 THEME_ID={ed492c7d-322b-4da5-bdf1-aeec9fea8bda}
-OPTIONS_ID={1ddafb32-9812-42a4-94e0-db9cc4fc0238}
-INTERNAL_NAME_FD=fd-$CODE_NAME/1.0
+OPTIONS_ID={8707c6ea-fa48-4353-be61-0d8e3ce0c475}
 INTERNAL_NAME=$CODE_NAME/1.0
-CODE_NAME_FD=gnomerunner
 CODE_NAME=gnomerunner
 
 #Theme description
-THEME_DESC_FD=Uses Freedesktop items and icons from the updated GNOME iconset.
 THEME_DESC=Uses gtk+-stock items and icons from the updated GNOME iconset.
 OPTIONS_DESC=Allows to customize $NAME theme.
 
 #Theme name
 OPTIONS_NAME=$NAME Options
-NAME_FD=GNOMErunner/GTK Revived (Freedesktop)
 NAME=GNOMErunner
 
 #Theme version