From 2ed61cfb3ad3d404b9a44bbb3f4c8083b469ae22 Mon Sep 17 00:00:00 2001 From: randomguy3 Date: Fri, 6 Jan 2012 13:44:40 +0000 Subject: Move everything into trunk. Also add branches and tags directories. git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@348 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64 --- share/Makefile.am | 6 ++ share/applications/tikzit.desktop | 10 ++ share/icons/hicolor/128x128/apps/tikzit.png | Bin 0 -> 9416 bytes share/icons/hicolor/16x16/apps/tikzit.png | Bin 0 -> 898 bytes share/icons/hicolor/22x22/apps/tikzit.png | Bin 0 -> 1299 bytes share/icons/hicolor/24x24/apps/tikzit.png | Bin 0 -> 1457 bytes share/icons/hicolor/48x48/apps/tikzit.png | Bin 0 -> 3245 bytes share/icons/hicolor/64x64/apps/tikzit.png | Bin 0 -> 4438 bytes share/icons/hicolor/scalable/apps/tikzit.svg | 138 +++++++++++++++++++++++++++ share/tikzit | 1 + 10 files changed, 155 insertions(+) create mode 100644 share/Makefile.am create mode 100644 share/applications/tikzit.desktop create mode 100644 share/icons/hicolor/128x128/apps/tikzit.png create mode 100644 share/icons/hicolor/16x16/apps/tikzit.png create mode 100644 share/icons/hicolor/22x22/apps/tikzit.png create mode 100644 share/icons/hicolor/24x24/apps/tikzit.png create mode 100644 share/icons/hicolor/48x48/apps/tikzit.png create mode 100644 share/icons/hicolor/64x64/apps/tikzit.png create mode 100644 share/icons/hicolor/scalable/apps/tikzit.svg create mode 120000 share/tikzit (limited to 'share') diff --git a/share/Makefile.am b/share/Makefile.am new file mode 100644 index 0000000..36f7987 --- /dev/null +++ b/share/Makefile.am @@ -0,0 +1,6 @@ +sharedir = $(datarootdir) +nobase_dist_share_DATA = \ + applications/tikzit.desktop \ + icons/hicolor/*/apps/*.png \ + icons/hicolor/scalable/apps/*.svg + diff --git a/share/applications/tikzit.desktop b/share/applications/tikzit.desktop new file mode 100644 index 0000000..d1fb908 --- /dev/null +++ b/share/applications/tikzit.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=TikZit +Comment=TeX pgf/TikZ graph editor +GenericName=TikZ Graph Editor +Exec=tikzit +Icon=tikzit +Categories=GTK;Graphics;Education;Science; +StartupNotify=false diff --git a/share/icons/hicolor/128x128/apps/tikzit.png b/share/icons/hicolor/128x128/apps/tikzit.png new file mode 100644 index 0000000..51d0151 Binary files /dev/null and b/share/icons/hicolor/128x128/apps/tikzit.png differ diff --git a/share/icons/hicolor/16x16/apps/tikzit.png b/share/icons/hicolor/16x16/apps/tikzit.png new file mode 100644 index 0000000..269ff1c Binary files /dev/null and b/share/icons/hicolor/16x16/apps/tikzit.png differ diff --git a/share/icons/hicolor/22x22/apps/tikzit.png b/share/icons/hicolor/22x22/apps/tikzit.png new file mode 100644 index 0000000..18ab7c3 Binary files /dev/null and b/share/icons/hicolor/22x22/apps/tikzit.png differ diff --git a/share/icons/hicolor/24x24/apps/tikzit.png b/share/icons/hicolor/24x24/apps/tikzit.png new file mode 100644 index 0000000..e8d0c7e Binary files /dev/null and b/share/icons/hicolor/24x24/apps/tikzit.png differ diff --git a/share/icons/hicolor/48x48/apps/tikzit.png b/share/icons/hicolor/48x48/apps/tikzit.png new file mode 100644 index 0000000..a54f13a Binary files /dev/null and b/share/icons/hicolor/48x48/apps/tikzit.png differ diff --git a/share/icons/hicolor/64x64/apps/tikzit.png b/share/icons/hicolor/64x64/apps/tikzit.png new file mode 100644 index 0000000..7f2580d Binary files /dev/null and b/share/icons/hicolor/64x64/apps/tikzit.png differ diff --git a/share/icons/hicolor/scalable/apps/tikzit.svg b/share/icons/hicolor/scalable/apps/tikzit.svg new file mode 100644 index 0000000..bd103ca --- /dev/null +++ b/share/icons/hicolor/scalable/apps/tikzit.svg @@ -0,0 +1,138 @@ + + + + \ No newline at end of file diff --git a/share/tikzit b/share/tikzit new file mode 120000 index 0000000..a96aa0e --- /dev/null +++ b/share/tikzit @@ -0,0 +1 @@ +.. \ No newline at end of file -- cgit v1.2.3