Adding another icon
authorepage <eopage@byu.net>
Thu, 28 May 2009 01:54:41 +0000 (01:54 +0000)
committerepage <eopage@byu.net>
Thu, 28 May 2009 01:54:41 +0000 (01:54 +0000)
git-svn-id: file:///svnroot/ejpi/trunk@47 df6cc7de-23d0-4ae0-bb86-c17aa67b2a9d

Makefile
support/builddeb.py
support/icons/scalable.png [new file with mode: 0644]

index bafdbc7..4ceb0d7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,7 @@ build: $(OBJ)
        cp support/$(PROJECT_NAME).desktop $(BUILD_PATH)
        cp support/icons/26.png $(BUILD_PATH)/26x26-$(PROJECT_NAME).png
        cp support/icons/64.png $(BUILD_PATH)/64x64-$(PROJECT_NAME).png
+       cp support/icons/scalable.png $(BUILD_PATH)/scale-$(PROJECT_NAME).png
        cp support/builddeb.py $(BUILD_PATH)
 
 lint: $(OBJ)
index 5aed732..144f98c 100755 (executable)
@@ -102,6 +102,7 @@ if __name__ == "__main__":
        p["/usr/share/applications/hildon"] = ["ejpi.desktop"]
        p["/usr/share/icons/hicolor/26x26/hildon"] = ["26x26-ejpi.png|ejpi.png"]
        p["/usr/share/icons/hicolor/64x64/hildon"] = ["64x64-ejpi.png|ejpi.png"]
+       p["/usr/share/icons/hicolor/scalable/hildon"] = ["scale-ejpi.png|ejpi.png"]
 
        print p
        print p.generate(
diff --git a/support/icons/scalable.png b/support/icons/scalable.png
new file mode 100644 (file)
index 0000000..e65e834
Binary files /dev/null and b/support/icons/scalable.png differ