edited makefile
authorKevron Rees <kevron_m_rees@linux.intel.com>
Mon, 6 Feb 2012 23:53:31 +0000 (15:53 -0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Mon, 6 Feb 2012 23:53:31 +0000 (15:53 -0800)
GhostCluster.yaml
Makefile
style.css

index a9b3416..f750f50 100644 (file)
@@ -22,6 +22,6 @@ Requires:
     - chromium
 
 Files:
-- "%{_datadir}/GhostCluster
+- "%{_datadir}/GhostCluster"
 - "%{_datadir}/applications/GhostCluster.desktop"
 - "%{_datadir}/pixmaps/GhostCluster.png"
index ea6f69d..c40a79e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,12 @@ ICON_DIR    = ${DESTDIR}/usr/share/pixmaps
 VERSION     = $(shell grep version manifest.json | cut -f4 -d"\"")
 PACKAGE     = $(PROJECT)-$(VERSION)
 
+PKG_NAME := $(PROJECT)
+SPECFILE = $(addsuffix .spec, $(PKG_NAME))
+YAMLFILE = $(addsuffix .yaml, $(PKG_NAME))
+
+include /usr/share/packaging-tools/Makefile.common
+
 all:
        @echo "Nothing to build"
 
@@ -19,5 +25,8 @@ install:
        cp $(PROJECT).png $(ICON_DIR)/$(PROJECT).png
 
 dist:
-       tar czf ../$(PACKAGE).tar.gz . 
+       rm -rf $(PACKAGE)
+       mkdir $(PACKAGE)
+       git clone . $(PACKAGE)
+       tar czf $(PACKAGE).tar.gz $(PACKAGE)
        
index b64f9d5..93b581c 100644 (file)
--- a/style.css
+++ b/style.css
@@ -7,6 +7,11 @@
        display: -webkit-inline-box;
        -webkit-box-orient: horizontal;
 }**/
+body {
+       margin: 0px;
+       height: 768px;
+       width: 1024px;
+}
 
 #velocity {
        //position: absolute;