[SCM] polybori: Polynomials over Boolean Rings branch, master, updated. upstream/0.8.2-42-g9b048fc

Alexander Dreyer adreyer at gmx.de
Fri Jan 4 23:53:39 UTC 2013


The following commit has been merged in the master branch:
commit 9b048fcfcb8fbe8e6b2003158501525a93057e35
Author: Alexander Dreyer <adreyer at gmx.de>
Date:   Sat Jan 5 00:03:53 2013 +0100

    Added .desktop file for PolyGUI

diff --git a/debian/PolyGUI.desktop b/debian/PolyGUI.desktop
new file mode 100644
index 0000000..4062ca0
--- /dev/null
+++ b/debian/PolyGUI.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=PolyGUI
+GenericName=Boolean Groebner Basis System
+Comment=PolyBoRi GUI
+Exec=PolyGUI
+Icon=/usr/share/polybori/gui/polybori.png
+Terminal=false
+Type=Application
+StartupNotify=false
+Categories=Education;Science;Math
diff --git a/debian/polybori-gui.install b/debian/polybori-gui.install
index c2b862c..ef4d8e0 100644
--- a/debian/polybori-gui.install
+++ b/debian/polybori-gui.install
@@ -1,3 +1,4 @@
 usr/bin/PolyGUI
 usr/share/man/man1/PolyGUI.1
 usr/share/polybori/gui/
+usr/share/applications/PolyGUI.desktop
diff --git a/debian/rules b/debian/rules
index b677bc6..6ef70c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,6 +51,8 @@ install-python%:
                 PKGCONFIGPATH=$(TMPDEST)/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/ TMPINSTALLDIR=$(TMPDEST)
 
 override_dh_auto_install: $(PYVERS:%=install-python%)
+	mkdir -p debian/tmp/usr/share/applications/
+	cp debian/*.desktop debian/tmp/usr/share/applications/
 
 test-python%:
 	ipbori/ipbori -t 

-- 
polybori: Polynomials over Boolean Rings



More information about the debian-science-commits mailing list