[Python-apps-commits] r501 - in packages (5 files)

rainct-guest at users.alioth.debian.org rainct-guest at users.alioth.debian.org
Sun Jan 13 12:16:45 UTC 2008


    Date: Sunday, January 13, 2008 @ 12:16:45
  Author: rainct-guest
Revision: 501

[svn-inject] Installing original source of topshelf

Added:
  packages/topshelf/
  packages/topshelf/branches/
  packages/topshelf/branches/upstream/
  packages/topshelf/branches/upstream/current/
  packages/topshelf/branches/upstream/current/Makefile

Added: packages/topshelf/branches/upstream/current/Makefile
===================================================================
--- packages/topshelf/branches/upstream/current/Makefile	                        (rev 0)
+++ packages/topshelf/branches/upstream/current/Makefile	2008-01-13 12:16:45 UTC (rev 501)
@@ -0,0 +1,20 @@
+PREFIX ?= /usr
+
+all:
+
+install:
+	cp topshelf.py     /usr/lib/gnome-panel/
+	cp topshelf.server /usr/lib/bonobo/servers/
+	cp topshelf-24.png      $(PREFIX)/share/pixmaps
+	cp topshelf-24-off.png  $(PREFIX)/share/pixmaps
+	cp topshelf-48.png      $(PREFIX)/share/pixmaps
+	cp topshelf-64.png      $(PREFIX)/share/pixmaps
+
+remove:
+	rm /usr/lib/gnome-panel/topshelf.py
+	rm /usr/lib/bonobo/servers/topshelf.server
+	rm $(PREFIX)/share/pixmaps/topshelf-24.png
+	rm $(PREFIX)/share/pixmaps/topshelf-24-off.png
+	rm $(PREFIX)/share/pixmaps/topshelf-48.png
+	rm $(PREFIX)/share/pixmaps/topshelf-64.png
+




More information about the Python-apps-commits mailing list