diff options
-rw-r--r-- | Makefile | 58 | ||||
-rwxr-xr-x | desktop/sisyphus.desktop | 7 | ||||
-rw-r--r-- | desktop/sisyphus.png | bin | 74727 -> 0 bytes | |||
-rw-r--r-- | icon/appcleanup.svg | 65 | ||||
-rw-r--r-- | icon/appinstall.svg | 66 | ||||
-rw-r--r-- | icon/appremove.svg | 76 | ||||
-rw-r--r-- | icon/appsearch.svg | 131 | ||||
-rw-r--r-- | icon/appupgrade.svg | 132 | ||||
-rw-r--r-- | icon/caccesories.svg | 85 | ||||
-rw-r--r-- | icon/cgames.svg | 61 | ||||
-rw-r--r-- | icon/cgraphics.svg | 54 | ||||
-rw-r--r-- | icon/cinternet.svg | 106 | ||||
-rw-r--r-- | icon/cmultimedia.svg | 64 | ||||
-rw-r--r-- | icon/coffice.svg | 64 | ||||
-rw-r--r-- | icon/csystem.svg | 77 | ||||
-rwxr-xr-x | libsisyphus.sh | 102 | ||||
-rw-r--r-- | org.redcorelinux.sisyphus.policy | 22 | ||||
-rwxr-xr-x | sisyphus | 14 | ||||
-rwxr-xr-x | sisyphus-pkexec | 2 | ||||
-rwxr-xr-x | ui/accesoriesui.sh | 40 | ||||
-rwxr-xr-x | ui/gamesui.sh | 52 | ||||
-rwxr-xr-x | ui/graphicsui.sh | 58 | ||||
-rwxr-xr-x | ui/internetui.sh | 78 | ||||
-rwxr-xr-x | ui/multimediaui.sh | 70 | ||||
-rwxr-xr-x | ui/officeui.sh | 45 | ||||
-rwxr-xr-x | ui/systemui.sh | 40 |
26 files changed, 0 insertions, 1569 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index c87b76f..0000000 --- a/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -SUBDIRS = -DESTDIR = -UBINDIR ?= /usr/bin -DESKTOPDIR ?= /usr/share/applications -PIXMAPDIR ?= /usr/share/pixmaps -SISYPHUSLIBDIR ?= /usr/lib/sisyphus -SISYPHUSDATADIR ?= /usr/share/sisyphus -POLKITDIR ?= /usr/share/polkit-1/actions - -all: - for d in $(SUBDIRS); do $(MAKE) -C $$d; done - -clean: - for d in $(SUBDIRS); do $(MAKE) -C $$d clean; done - -install: - for d in $(SUBDIRS); do $(MAKE) -C $$d install; done - - install -d $(DESTDIR)$(UBINDIR) - install -m 0755 sisyphus $(DESTDIR)$(UBINDIR)/ - install -m 0755 sisyphus-pkexec $(DESTDIR)$(UBINDIR)/ - install -d $(DESTDIR)$(SISYPHUSLIBDIR) - install -m 0755 libsisyphus.sh $(DESTDIR)$(SISYPHUSLIBDIR)/ - install -m 0755 ui/accesoriesui.sh $(DESTDIR)$(SISYPHUSLIBDIR)/ - install -m 0755 ui/gamesui.sh $(DESTDIR)$(SISYPHUSLIBDIR)/ - install -m 0755 ui/graphicsui.sh $(DESTDIR)$(SISYPHUSLIBDIR)/ - install -m 0755 ui/internetui.sh $(DESTDIR)$(SISYPHUSLIBDIR)/ - install -m 0755 ui/multimediaui.sh $(DESTDIR)$(SISYPHUSLIBDIR)/ - install -m 0755 ui/officeui.sh $(DESTDIR)$(SISYPHUSLIBDIR)/ - install -m 0755 ui/systemui.sh $(DESTDIR)$(SISYPHUSLIBDIR)/ - install -d $(DESTDIR)$(SISYPHUSDATADIR) - install -m 0755 icon/appcleanup.svg $(DESTDIR)$(SISYPHUSDATADIR)/ - install -m 0755 icon/appinstall.svg $(DESTDIR)$(SISYPHUSDATADIR)/ - install -m 0755 icon/appremove.svg $(DESTDIR)$(SISYPHUSDATADIR)/ - install -m 0755 icon/appsearch.svg $(DESTDIR)$(SISYPHUSDATADIR)/ - install -m 0755 icon/appupgrade.svg $(DESTDIR)$(SISYPHUSDATADIR)/ - install -m 0755 icon/caccesories.svg $(DESTDIR)$(SISYPHUSDATADIR)/ - install -m 0755 icon/cgames.svg $(DESTDIR)$(SISYPHUSDATADIR)/ - install -m 0755 icon/cgraphics.svg $(DESTDIR)$(SISYPHUSDATADIR)/ - install -m 0755 icon/cinternet.svg $(DESTDIR)$(SISYPHUSDATADIR)/ - install -m 0755 icon/cmultimedia.svg $(DESTDIR)$(SISYPHUSDATADIR)/ - install -m 0755 icon/coffice.svg $(DESTDIR)$(SISYPHUSDATADIR)/ - install -m 0755 icon/csystem.svg $(DESTDIR)$(SISYPHUSDATADIR)/ - install -d $(DESTDIR)$(DESKTOPDIR) - install -m 0755 desktop/sisyphus.desktop $(DESTDIR)$(DESKTOPDIR)/ - install -d $(DESTDIR)$(PIXMAPDIR) - install -m 0644 desktop/sisyphus.png $(DESTDIR)$(PIXMAPDIR) - install -d $(DESTDIR)$(POLKITDIR) - install -m 0644 org.redcorelinux.sisyphus.policy $(DESTDIR)$(POLKITDIR)/ - -uninstall: - rm -rf $(DESTDIR)$(UBINDIR)/sisyphus - rm -rf $(DESTDIR)$(UBINDIR)/sisyphus-pkexec - rm -rf $(DESTDIR)$(DESKTOPDIR)/sisyphus.desktop - rm -rf $(DESTDIR)$(PIXMAPDIR)/sisyphus.png - rm -rf $(DESTDIR)$(POLKITDIR)/org.redcorelinux.sisyphus.policy - rm -rf $(DESTDIR)$(SISYPHUSLIBDIR) - rm -rf $(DESTDIR)$(SISYPHUSDATADIR) diff --git a/desktop/sisyphus.desktop b/desktop/sisyphus.desktop deleted file mode 100755 index ef4efd1..0000000 --- a/desktop/sisyphus.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Name=Sisyphus -Type=Application -Comment=A simple Epkg GUI -Exec=sisyphus-pkexec -Icon=sisyphus -Categories=System; diff --git a/desktop/sisyphus.png b/desktop/sisyphus.png Binary files differdeleted file mode 100644 index d36d93b..0000000 --- a/desktop/sisyphus.png +++ /dev/null diff --git a/icon/appcleanup.svg b/icon/appcleanup.svg deleted file mode 100644 index 422cf73..0000000 --- a/icon/appcleanup.svg +++ /dev/null @@ -1,65 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48" - height="48" - viewBox="0 0 48 48" - id="svg2" - version="1.1" - inkscape:version="0.91 r" - sodipodi:docname="pamac-cleanup.svg"> - <metadata - id="metadata10"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs8" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="747" - id="namedview6" - showgrid="true" - inkscape:zoom="5.6568543" - inkscape:cx="-20.331937" - inkscape:cy="31.939146" - inkscape:window-x="0" - inkscape:window-y="21" - inkscape:window-maximized="1" - inkscape:current-layer="svg2"> - <inkscape:grid - type="xygrid" - id="grid4138" /> - </sodipodi:namedview> - <path - style="fill:#c28e5c" - d="M 15 7 L 7 16 L 22 16 L 22 7 L 15 7 z M 26 7 L 26 16 L 41 16 L 33 7 L 26 7 z M 7 19 L 7 41 L 27.792969 41 L 30.292969 38.5 L 26.757812 34.964844 L 34.537109 27.1875 L 38.072266 30.722656 L 39.486328 29.308594 L 41 27.792969 L 41 19 L 7 19 z " - id="path4" /> - <path - style="fill:#ee545b;fill-opacity:1" - d="M 41.60683,31.428958 38.071296,34.964492 34.535967,31.429162 31,34.964312 l 3.535636,3.535635 -3.535305,3.535715 3.535432,3.535432 3.535305,-3.535715 3.535585,3.535585 3.535864,-3.535252 -3.535585,-3.535584 3.535636,-3.535432 z" - id="path4-3" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ccccccccccccc" /> -</svg> diff --git a/icon/appinstall.svg b/icon/appinstall.svg deleted file mode 100644 index eaf87ce..0000000 --- a/icon/appinstall.svg +++ /dev/null @@ -1,66 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48" - height="48" - viewBox="0 0 48 48" - id="svg2" - version="1.1" - inkscape:version="0.91 r" - sodipodi:docname="pamac-download.svg"> - <metadata - id="metadata10"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs8" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="747" - id="namedview6" - showgrid="true" - inkscape:zoom="5.6568543" - inkscape:cx="9.9392431" - inkscape:cy="13.593623" - inkscape:window-x="0" - inkscape:window-y="21" - inkscape:window-maximized="1" - inkscape:current-layer="svg2"> - <inkscape:grid - type="xygrid" - id="grid4138" /> - </sodipodi:namedview> - <path - style="fill:#c28e5c" - d="m 15,7 -8,9 15,0 0,-9 z m 11,0 0,9 15,0 -8,-9 z m -19,12 0,22 22.257812,0 -5.5,-5.5 8.527344,0 0,-7.5 L 41,28 41,19 Z" - id="path4" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ccccccccccccccccccc" /> - <path - inkscape:connector-curvature="0" - style="fill:#4db147;fill-opacity:1" - d="m 38.5,46 7.5,-7.5 -4.285714,0 0,-7.5 -6.428572,0 0,7.5 L 31,38.5 Z" - id="path4139" /> -</svg> diff --git a/icon/appremove.svg b/icon/appremove.svg deleted file mode 100644 index a4a3b5e..0000000 --- a/icon/appremove.svg +++ /dev/null @@ -1,76 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48" - height="48" - viewBox="0 0 48 48" - id="svg2" - version="1.1" - inkscape:version="0.91 r" - sodipodi:docname="pamac-delete.svg"> - <metadata - id="metadata10"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs8" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="747" - id="namedview6" - showgrid="true" - inkscape:zoom="11.313709" - inkscape:cx="37.282668" - inkscape:cy="12.183047" - inkscape:window-x="0" - inkscape:window-y="21" - inkscape:window-maximized="1" - inkscape:current-layer="svg2"> - <inkscape:grid - type="xygrid" - id="grid4138" /> - </sodipodi:namedview> - <path - style="fill:#c28e5c" - d="m 15,7 -8,9 15,0 0,-9 z m 11,0 0,9 15,0 -8,-9 z M 7,19 7,41 27.314453,41 C 26.489096,37.417306 27.450625,33.493302 30.222656,30.722656 32.357534,28.587145 35.178785,27.519531 38,27.519531 c 1.010777,0 2.020783,0.141922 3,0.416016 L 41,19 Z" - id="path4" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ccccccccccccccsccc" /> - <g - id="g4147" - transform="matrix(0.4,0,0,0.4,28.4,28.900026)" - style="fill:#ee545b;fill-opacity:1"> - <path - id="path4137" - d="M 13.394531,38.847656 9.152344,34.605469 34.605469,9.152344 l 4.242187,4.242187 z" - style="fill:#ee545b;fill-opacity:1" - inkscape:connector-curvature="0" /> - <path - id="path4139" - d="m 9.859375,38.140625 c 7.808594,7.8125 20.472656,7.8125 28.28125,0 7.8125,-7.808594 7.8125,-20.472656 0,-28.28125 -7.808594,-7.8125 -20.472656,-7.8125 -28.28125,0 -7.8125,7.808594 -7.8125,20.472656 0,28.28125 z m 4.242187,-4.242187 c -5.46875,-5.464844 -5.46875,-14.332032 0,-19.796876 5.464844,-5.46875 14.332032,-5.46875 19.796876,0 5.46875,5.464844 5.46875,14.332032 0,19.796876 -5.464844,5.46875 -14.332032,5.46875 -19.796876,0 z" - style="fill:#ee545b;fill-opacity:1;fill-rule:evenodd" - inkscape:connector-curvature="0" /> - </g> -</svg> diff --git a/icon/appsearch.svg b/icon/appsearch.svg deleted file mode 100644 index 417a4a0..0000000 --- a/icon/appsearch.svg +++ /dev/null @@ -1,131 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48" - height="48" - viewBox="0 0 48 48" - id="svg2" - version="1.1" - inkscape:version="0.91 r" - sodipodi:docname="pamac-search.svg"> - <metadata - id="metadata10"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs8"> - <clipPath - id="clipPath-408241621"> - <g - id="g3616" - transform="translate(0,-1004.3622)"> - <path - id="path3618" - transform="matrix(15.333333,0,0,11.5,414.99999,878.8622)" - d="m -24,13 c 0,1.105 -0.672,2 -1.5,2 -0.828,0 -1.5,-0.895 -1.5,-2 0,-1.105 0.672,-2 1.5,-2 0.828,0 1.5,0.895 1.5,2 z" - inkscape:connector-curvature="0" - style="fill:#1890d0" /> - </g> - </clipPath> - <clipPath - id="clipPath-408241621-1"> - <g - id="g3616-3" - transform="translate(0,-1004.3622)"> - <path - id="path3618-3" - transform="matrix(15.333333,0,0,11.5,414.99999,878.8622)" - d="m -24,13 c 0,1.105 -0.672,2 -1.5,2 -0.828,0 -1.5,-0.895 -1.5,-2 0,-1.105 0.672,-2 1.5,-2 0.828,0 1.5,0.895 1.5,2 z" - inkscape:connector-curvature="0" - style="fill:#1890d0" /> - </g> - </clipPath> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="747" - id="namedview6" - showgrid="true" - inkscape:zoom="2.8284273" - inkscape:cx="-256.84459" - inkscape:cy="0.37767242" - inkscape:window-x="0" - inkscape:window-y="21" - inkscape:window-maximized="1" - inkscape:current-layer="svg2"> - <inkscape:grid - type="xygrid" - id="grid4138" /> - </sodipodi:namedview> - <path - style="fill:#c28e5c" - d="m 15,7 -8,9 15,0 0,-9 z m 11,0 0,9 15,0 -8,-9 z M 7,19 7,41 28.123047,41 28.347656,40.775391 C 28.174605,40.019246 28.078125,39.232652 28.078125,38.427734 28.078125,32.703531 32.781655,28 38.505859,28 39.366006,28 40.198493,28.118535 41,28.318359 L 41,19 Z" - id="path4" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ccccccccccccccssccc" /> - <g - id="g4161" - transform="matrix(1.3636364,0,0,1.3636364,23.363636,23.5)" - style="fill:#3370d0;fill-opacity:1"> - <g - style="fill:#3370d0;fill-opacity:1" - id="g3628" - transform="matrix(0.34782609,0,0,0.34782609,2.6435901,2.6456559)" /> - <g - transform="matrix(0.49988464,0,0,0.49988464,-37.411065,7.9950011)" - clip-path="url(#clipPath-408241621)" - id="g3650" - style="fill:#3370d0;fill-opacity:1"> - <!-- color: #004794 --> - <g - id="g3652" - style="fill:#3370d0;fill-opacity:1" /> - </g> - </g> - <g - id="g4161-9" - transform="matrix(1.3636364,0,0,1.3636364,23.363636,23.499999)" - style="fill:#4db147;fill-opacity:1;stroke:#000000;stroke-opacity:1;stroke-width:4.39999988;stroke-miterlimit:4;stroke-dasharray:none"> - <g - style="fill:#4db147;fill-opacity:1;stroke:#000000;stroke-opacity:1;stroke-width:12.64999955;stroke-miterlimit:4;stroke-dasharray:none" - id="g3628-2" - transform="matrix(0.34782609,0,0,0.34782609,2.6435901,2.6456559)" /> - <g - transform="matrix(0.49988464,0,0,0.49988464,-37.411065,7.9950011)" - clip-path="url(#clipPath-408241621-1)" - id="g3650-2" - style="fill:#4db147;fill-opacity:1;stroke:#000000;stroke-opacity:1;stroke-width:8.80203057;stroke-miterlimit:4;stroke-dasharray:none"> - <!-- color: #004794 --> - <g - id="g3652-0" - style="fill:#4db147;fill-opacity:1;stroke:#000000;stroke-opacity:1;stroke-width:8.80203057;stroke-miterlimit:4;stroke-dasharray:none" /> - </g> - </g> - <path - inkscape:connector-curvature="0" - style="fill:#54cdee;fill-rule:evenodd;fill-opacity:1" - d="m 45.935379,38.428601 c 0,-4.104231 -3.320744,-7.428602 -7.428602,-7.428602 -4.104232,0 -7.428603,3.324371 -7.428603,7.428602 0,1.133515 0.250279,2.198111 0.696431,3.162959 l -2.785726,2.785727 c -1.318505,1.309435 -1.318505,1.322132 0,2.640635 1.309436,1.309436 1.322131,1.309436 2.640637,0 l 2.553582,-2.553581 c 1.226009,0.872352 2.707741,1.392863 4.323679,1.392863 4.107858,0 7.428602,-3.324372 7.428602,-7.428603 z m -3.714302,-0.116072 c 0.03084,1.004748 -0.346401,1.980478 -1.046459,2.7023 -0.700059,0.721822 -1.663093,1.128073 -2.667841,1.128073 -2.05121,0 -3.712489,-1.663092 -3.712489,-3.714301 0,-2.051209 1.661279,-3.714302 3.712489,-3.714302 2.005867,-0.0019 3.650823,1.592363 3.7143,3.59823 z" - id="path4159" /> -</svg> diff --git a/icon/appupgrade.svg b/icon/appupgrade.svg deleted file mode 100644 index 20d3848..0000000 --- a/icon/appupgrade.svg +++ /dev/null @@ -1,132 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48" - height="48" - viewBox="0 0 48 48" - id="svg2" - version="1.1" - inkscape:version="0.91 r" - sodipodi:docname="pamac-update.svg"> - <metadata - id="metadata10"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs8"> - <clipPath - id="clipPath-408241621"> - <g - id="g3616" - transform="translate(0,-1004.3622)"> - <path - id="path3618" - transform="matrix(15.333333,0,0,11.5,414.99999,878.8622)" - d="m -24,13 c 0,1.105 -0.672,2 -1.5,2 -0.828,0 -1.5,-0.895 -1.5,-2 0,-1.105 0.672,-2 1.5,-2 0.828,0 1.5,0.895 1.5,2 z" - inkscape:connector-curvature="0" - style="fill:#1890d0" /> - </g> - </clipPath> - <clipPath - id="clipPath-408241621-1"> - <g - id="g3616-3" - transform="translate(0,-1004.3622)"> - <path - id="path3618-3" - transform="matrix(15.333333,0,0,11.5,414.99999,878.8622)" - d="m -24,13 c 0,1.105 -0.672,2 -1.5,2 -0.828,0 -1.5,-0.895 -1.5,-2 0,-1.105 0.672,-2 1.5,-2 0.828,0 1.5,0.895 1.5,2 z" - inkscape:connector-curvature="0" - style="fill:#1890d0" /> - </g> - </clipPath> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="747" - id="namedview6" - showgrid="true" - inkscape:zoom="5.6568545" - inkscape:cx="-29.69708" - inkscape:cy="24.04825" - inkscape:window-x="0" - inkscape:window-y="21" - inkscape:window-maximized="1" - inkscape:current-layer="svg2"> - <inkscape:grid - type="xygrid" - id="grid4138" /> - </sodipodi:namedview> - <path - style="fill:#c28e5c" - d="M 15 7 L 7 16 L 22 16 L 22 7 L 15 7 z M 26 7 L 26 16 L 41 16 L 33 7 L 26 7 z M 7 19 L 7 41 L 26.677734 41 L 27.664062 37.671875 L 27.158203 37.476562 L 28.292969 34.654297 C 28.424472 34.326863 28.662654 34.075239 28.824219 33.767578 L 29.037109 33.044922 L 29.199219 33.132812 C 31.145527 29.99592 34.569316 28.001953 38.363281 28.001953 C 39.266366 28.001953 40.148797 28.120419 41 28.330078 L 41 19 L 7 19 z " - id="path4" /> - <g - id="g4161" - transform="matrix(1.3636364,0,0,1.3636364,23.363636,23.5)" - style="fill:#3370d0;fill-opacity:1"> - <g - style="fill:#3370d0;fill-opacity:1" - id="g3628" - transform="matrix(0.34782609,0,0,0.34782609,2.6435901,2.6456559)"> - <path - inkscape:connector-curvature="0" - id="path3630" - transform="matrix(2.875,0,0,2.875,97.067647,-33.481261)" - d="m -25.40625,14.5 c 2.303968,0 4.367461,1.302964 5.28125,3.3125 l 1.21875,-0.46875 -1,3.46875 -3.3125,-1.84375 1.28125,-0.5 c -0.620857,-1.310198 -1.9541,-2.125 -3.46875,-2.125 -1.572637,0 -2.996131,0.939574 -3.5625,2.34375 L -30.75,18 c 0.844805,-2.103515 2.984794,-3.5 5.34375,-3.5 z m -5.5,4.71875 3.3125,1.78125 -1.28125,0.5 c 0.613358,1.304699 1.964097,2.15625 3.46875,2.15625 1.575636,0 2.978635,-0.910324 3.5625,-2.3125 l 1.78125,0.6875 c -0.876798,2.103015 -2.979296,3.46875 -5.34375,3.46875 -2.292471,0 -4.386956,-1.339213 -5.28125,-3.34375 l -1.21875,0.4375 z" - style="fill:#3370d0;fill-opacity:1" - sodipodi:nodetypes="scccccsccscccsccsccc" /> - </g> - <g - transform="matrix(0.49988464,0,0,0.49988464,-37.411065,7.9950011)" - clip-path="url(#clipPath-408241621)" - id="g3650" - style="fill:#3370d0;fill-opacity:1"> - <!-- color: #004794 --> - <g - id="g3652" - style="fill:#3370d0;fill-opacity:1" /> - </g> - </g> - <g - id="g4161-9" - transform="matrix(1.3636364,0,0,1.3636364,23.363636,23.499999)" - style="fill:#4db147;fill-opacity:1;stroke:#000000;stroke-opacity:1;stroke-width:4.39999988;stroke-miterlimit:4;stroke-dasharray:none"> - <g - style="fill:#4db147;fill-opacity:1;stroke:#000000;stroke-opacity:1;stroke-width:12.64999955;stroke-miterlimit:4;stroke-dasharray:none" - id="g3628-2" - transform="matrix(0.34782609,0,0,0.34782609,2.6435901,2.6456559)" /> - <g - transform="matrix(0.49988464,0,0,0.49988464,-37.411065,7.9950011)" - clip-path="url(#clipPath-408241621-1)" - id="g3650-2" - style="fill:#4db147;fill-opacity:1;stroke:#000000;stroke-opacity:1;stroke-width:8.80203057;stroke-miterlimit:4;stroke-dasharray:none"> - <!-- color: #004794 --> - <g - id="g3652-0" - style="fill:#4db147;fill-opacity:1;stroke:#000000;stroke-opacity:1;stroke-width:8.80203057;stroke-miterlimit:4;stroke-dasharray:none" /> - </g> - </g> -</svg> diff --git a/icon/caccesories.svg b/icon/caccesories.svg deleted file mode 100644 index d4c6502..0000000 --- a/icon/caccesories.svg +++ /dev/null @@ -1,85 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - viewBox="0 0 48 48" - id="svg2" - version="1.1" - inkscape:version="0.91 r" - sodipodi:docname="xfce-utils.svg"> - <metadata - id="metadata76"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs74" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1056" - id="namedview72" - showgrid="true" - inkscape:zoom="11.313708" - inkscape:cx="13.360918" - inkscape:cy="20.150391" - inkscape:window-x="0" - inkscape:window-y="24" - inkscape:window-maximized="1" - inkscape:current-layer="svg2"> - <inkscape:grid - type="xygrid" - id="grid4204" /> - </sodipodi:namedview> - <g - id="g4144" - transform="matrix(0.8660254,0.5,-0.5,0.8660254,8.7499734,-6.7669419)"> - <path - inkscape:connector-curvature="0" - id="path4206" - d="m 18.051787,5.786943 c -0.31478,-5e-7 -0.568193,0.2534148 -0.568195,0.5681946 l 0,0.9677052 C 16.367729,7.5472752 15.342644,8.0063777 14.427328,8.6168173 L 13.723745,7.9132324 c -0.222584,-0.2225817 -0.58088,-0.222582 -0.803464,0 l -1.606924,1.606925 c -0.222585,0.2225821 -0.222585,0.5808786 0,0.8034616 l 0.703583,0.703586 c -0.60905,0.91553 -1.065099,1.941395 -1.289533,3.056264 l -0.9699265,0 c -0.3147796,0 -0.5681967,0.253411 -0.5681941,0.568193 l -8e-7,2.272779 c -10e-8,0.31478 0.2534112,0.568198 0.5681948,0.568195 l 0.9854606,0 c 0.226847,1.112733 0.650949,2.155362 1.260684,3.06958 l -0.690268,0.690267 c -0.222586,0.22258 -0.222585,0.580879 0,0.803464 l 1.606924,1.606924 c 0.22258,0.222585 0.580879,0.222584 0.803463,0 l 0.692486,-0.692487 c 0.916558,0.6107 1.950889,1.05834 3.067361,1.282876 l 0,0.965488 c 0,0.31478 0.253411,0.568196 0.568195,0.568194 l 2.272777,0 c 0.31478,0 0.568198,-0.253412 0.568196,-0.568195 l 0,-0.985461 c 1.112735,-0.226847 2.155362,-0.650949 3.069582,-1.260684 l 0.690267,0.690269 c 0.22258,0.222586 0.58088,0.222584 0.803461,0 l 1.606927,-1.606924 c 0.222583,-0.222579 0.222582,-0.580879 -10e-7,-0.803464 l -0.692487,-0.692486 c 0.610699,-0.916558 1.058341,-1.950889 1.282876,-3.067361 l 0.967708,0 c 0.314781,-2e-6 0.568195,-0.253411 0.568194,-0.568195 l 0,-2.272778 c 1e-6,-0.314778 -0.253412,-0.568196 -0.568194,-0.568194 l -0.987684,0 c -0.226805,-1.113002 -0.650829,-2.15518 -1.260682,-3.06958 l 0.690269,-0.69027 c 0.222585,-0.22258 0.222583,-0.5808795 10e-7,-0.8034616 l -1.606927,-1.606925 c -0.222579,-0.2225836 -0.580877,-0.2225823 -0.803461,0 L 23.96012,8.6057205 C 23.043559,7.9950171 22.009258,7.5474025 20.892759,7.3228433 l -1e-6,-0.9677061 c 0,-0.3147797 -0.253411,-0.5681968 -0.568193,-0.568195 l -2.272778,8e-7 z m 1.136388,2.7277766 c 4.02499,-1.1e-6 7.273333,3.2483414 7.273333,7.2733324 -10e-7,4.024988 -3.248345,7.273332 -7.273333,7.273332 -4.024987,0 -7.273331,-3.248344 -7.273331,-7.273332 -1e-6,-4.024989 3.248344,-7.2733324 7.273331,-7.2733324 z" - style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#6891b8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.20000005;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> - <circle - transform="matrix(0.8660254,-0.5,0.5,0.8660254,0,0)" - r="1.9886804" - cy="23.266941" - cx="8.7234201" - id="path4384" - style="opacity:1;fill:#6891b8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.20000005;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> - </g> - <g - id="g4442" - transform="matrix(1.1363423,0,0,1.1363423,18.780746,2.9756174)"> - <path - inkscape:connector-curvature="0" - id="path4206-9" - d="m 15.829122,18.148316 c -0.195868,-0.195869 -0.511237,-0.195872 -0.707107,0 L 14.51987,18.750461 C 13.685884,18.195777 12.762363,17.8436 11.812976,17.653894 l 10e-7,-0.875597 c 3e-6,-0.276999 -0.222947,-0.499946 -0.499947,-0.499947 l -1.9997864,0 c -0.277,-3e-6 -0.499947,0.222946 -0.499946,0.499947 l -1e-6,0.875596 c -0.948656,0.190705 -1.87076,0.545267 -2.704131,1.099331 l -0.603527,-0.603527 c -0.195868,-0.195868 -0.511237,-0.195872 -0.707105,0 l -1.414215,1.414213 c -0.195869,0.195869 -0.195872,0.511238 0,0.707107 l 0.613194,0.613195 c -0.551235,0.83354 -0.936107,1.746199 -1.125569,2.694463 l -0.859025,0 c -0.277,-3e-6 -0.499947,0.222946 -0.499947,0.499947 l 0,1.999785 c -2e-6,0.277 0.222946,0.499947 0.499947,0.499947 l 0.861787,0 c 0.190316,0.950321 0.555379,1.872463 1.110377,2.706893 l -0.600765,0.600765 c -0.195868,0.195869 -0.195872,0.511237 10e-7,0.707106 l 1.414214,1.414214 c 0.195868,0.195869 0.511237,0.195872 0.707106,1e-6 l 0.613195,-0.613195 c 0.833541,0.551235 1.7462,0.936107 2.694465,1.125571 l -10e-7,0.859024 c -3e-6,0.277 0.222946,0.499947 0.499945,0.499946 l 1.9997874,1e-6 c 0.276999,2e-6 0.499946,-0.222947 0.499947,-0.499948 l 0,-0.861785 c 0.95032,-0.190318 1.872463,-0.555379 2.706892,-1.110379 l 0.602147,0.602146 c 0.19587,0.195869 0.511237,0.195872 0.707106,0 L 17.243336,30.5945 c 0.195868,-0.195868 0.195872,-0.511237 0,-0.707106 L 16.62876,29.272818 c 0.551427,-0.833682 0.936068,-1.746012 1.12557,-2.694464 l 0.859025,0 c 0.277,3e-6 0.499947,-0.222947 0.499947,-0.499946 l 0,-1.999787 c 2e-6,-0.276998 -0.222946,-0.499945 -0.499947,-0.499946 l -0.861786,0 C 17.561251,22.62835 17.196191,21.706242 16.64119,20.871782 l 0.602145,-0.602146 c 0.195869,-0.195869 0.195872,-0.511238 1e-6,-0.707107 l -1.414214,-1.414213 z m -0.990225,2.404438 c 2.50451,2.50451 2.50451,6.54701 0,9.05152 -2.50451,2.50451 -6.5470104,2.50451 -9.0515204,0 -2.504509,-2.504509 -2.504509,-6.547009 0,-9.051518 2.50451,-2.504511 6.5470114,-2.50451 9.0515204,-2e-6 z" - style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#6891b8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.20000005;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> - <circle - transform="matrix(0.96592583,0.25881905,-0.25881905,0.96592583,0,0)" - r="1.75" - cy="21.554749" - cx="16.452524" - id="path4384-0" - style="opacity:1;fill:#6891b8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.20000005;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> - </g> -</svg> diff --git a/icon/cgames.svg b/icon/cgames.svg deleted file mode 100644 index 7000d13..0000000 --- a/icon/cgames.svg +++ /dev/null @@ -1,61 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48" - height="48" - viewBox="0 0 48 48" - id="svg2" - version="1.1" - inkscape:version="0.91 r" - sodipodi:docname="xfce-games.svg"> - <metadata - id="metadata10"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs8" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1056" - id="namedview6" - showgrid="true" - inkscape:zoom="14.75" - inkscape:cx="17.206848" - inkscape:cy="26.959795" - inkscape:window-x="0" - inkscape:window-y="24" - inkscape:window-maximized="1" - inkscape:current-layer="svg2"> - <inkscape:grid - type="xygrid" - id="grid4138" /> - </sodipodi:namedview> - <path - style="fill:#d64c62" - d="m 18.937501,12 c -2.438945,0 -3.437145,0.218726 -4.215817,0.447209 -1.212692,0.355834 -2.451786,0.992342 -3.228512,1.989343 -4.5486724,5.838649 -7.5045761,19.665144 -6.6855413,21.174926 0.8190363,1.515893 8.1898113,-1.503947 12.0527233,-7.316909 0.293386,-0.433986 0.832031,-1.294978 0.832031,-1.294978 l 12.615223,0 c 0,0 0.538639,0.860992 0.832031,1.294978 3.862986,5.812962 11.23367,8.832802 12.052723,7.316909 C 44.011414,34.101696 41.055574,20.2752 36.506822,14.436552 35.73008,13.439551 34.491023,12.803043 33.278309,12.447209 32.49962,12.218726 31.501481,12 29.062492,12 Z m 12.591785,3.851653 c 0.657105,0.02508 1.221263,0.475234 1.391601,1.110399 0.216165,0.801082 -0.259031,1.625492 -1.060547,1.839922 -0.800988,0.214106 -1.623747,-0.262249 -1.836911,-1.063521 -0.214292,-0.800134 0.260494,-1.622519 1.060545,-1.836994 0.14511,-0.0388 0.295219,-0.05559 0.445312,-0.04981 z M 15.000004,16 17,16 l 0,3 3,0 0,1.999334 -3,0 0,3.00013 -1.999996,0 0,-3.00013 -2.999997,0 0,-1.999334 2.999997,0 z m 20.206037,1.972837 c 0.657929,0.02546 1.222344,0.477007 1.391601,1.113329 0.214291,0.800133 -0.260494,1.62252 -1.060547,1.836994 -0.801046,0.216174 -1.625418,-0.259042 -1.839841,-1.060592 -0.215973,-0.801973 0.260773,-1.626795 1.063475,-1.839924 0.14511,-0.0388 0.295218,-0.0556 0.445312,-0.04982 z m -5.797846,1.552801 c 0.65793,0.02546 1.222343,0.477007 1.3916,1.113329 0.21429,0.800134 -0.260494,1.622517 -1.060546,1.836993 -0.800097,0.2143 -1.622448,-0.260505 -1.836913,-1.060592 -0.214291,-0.800134 0.260494,-1.62252 1.060547,-1.836994 0.14496,-0.0398 0.295071,-0.05757 0.445312,-0.05274 z m 3.52441,2.124115 c 0.713491,-0.04511 1.359658,0.419614 1.543945,1.110398 0.214097,0.801025 -0.262238,1.623821 -1.063475,1.836995 -0.8001,0.2143 -1.622449,-0.260507 -1.836914,-1.060594 -0.21429,-0.800134 0.260494,-1.622517 1.060546,-1.836993 0.09672,-0.02644 0.195849,-0.04314 0.295898,-0.04981 z" - id="path4" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sssccccccsssscccccccccccccccccccccccccccccccccccccc" /> -</svg> diff --git a/icon/cgraphics.svg b/icon/cgraphics.svg deleted file mode 100644 index 431a435..0000000 --- a/icon/cgraphics.svg +++ /dev/null @@ -1,54 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - viewBox="0 0 48 48" - id="svg2" - version="1.1" - inkscape:version="0.91 r" - sodipodi:docname="applications-graphics.svg"> - <metadata - id="metadata16"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs14" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="640" - inkscape:window-height="480" - id="namedview12" /> - <g - style="fill:#4fa44e" - transform="translate(0 -1004.3622)" - id="g4"> - <path - d="m 23.615682,1020.6806 c -7.612929,0.3369 -15.018796,4.0502 -11.874016,11.5652 4.58741,-1.7251 10.975105,0.8484 8.32196,2.1235 5.226833,4.3016 18.132397,-2.648 16.846891,-8.5595 -1.332253,-3.6013 -7.373669,-5.391 -13.294835,-5.1292 z m -0.202976,2.1236 c 1.588079,0 2.875474,0.4242 2.875474,0.9474 0,0.5233 -1.287395,0.9474 -2.875474,0.9474 -1.58808,0 -2.875472,-0.4241 -2.875472,-0.9474 0,-0.5232 1.287392,-0.9474 2.875472,-0.9474 z m 7.104111,1.5681 c 1.58808,0 2.875474,0.4243 2.875474,0.9475 0,0.5232 -1.287394,0.9474 -2.875474,0.9474 -1.588079,0 -2.875473,-0.4242 -2.875473,-0.9474 0,-0.5232 1.287394,-0.9475 2.875473,-0.9475 z m -13.058032,1.4375 c 1.58808,0 2.875473,0.4242 2.875473,0.9475 0,0.5232 -1.287393,0.9473 -2.875473,0.9473 -1.588079,0 -2.875474,-0.4241 -2.875474,-0.9473 0,-0.5233 1.287395,-0.9475 2.875474,-0.9475 z m 12.990374,2.4829 c 1.588079,0 2.875474,0.4242 2.875474,0.9475 0,0.5232 -1.287395,0.9474 -2.875474,0.9474 -1.58808,0 -2.875473,-0.4242 -2.875473,-0.9474 0,-0.5233 1.287393,-0.9475 2.875473,-0.9475 z m -5.006706,3.5937 c 1.588078,0 2.875473,0.4243 2.875473,0.9475 0,0.5232 -1.287395,0.9474 -2.875473,0.9474 -1.58808,0 -2.875474,-0.4242 -2.875474,-0.9474 0,-0.5232 1.287394,-0.9475 2.875474,-0.9475 z" - id="path6" /> - <path - d="m 34.461875,1013.4716 -14.112037,23.6051 c -1.101163,-0.021 -2.124265,-0.5439 -2.865086,-1.5975 l 15.120118,-23.0431 c 1.016233,-0.2404 1.635235,0.1055 1.857005,1.0355 z" - id="path8" /> - <path - d="m 17.40357,1041.1841 c 1.582008,-0.2123 4.032698,-2.2312 2.888315,-5.1538 -2.743589,-0.785 -2.120529,-1.1823 -2.120529,-1.1823 -3.768684,0.9029 -6.632774,5.2118 -5.844121,7.951 0.50002,1.7367 0.416298,1.558 0.416298,1.558 1.045248,-3.3563 1.064156,-2.7416 4.660037,-3.1729 z" - id="path10" /> - </g> -</svg> diff --git a/icon/cinternet.svg b/icon/cinternet.svg deleted file mode 100644 index d5e61a6..0000000 --- a/icon/cinternet.svg +++ /dev/null @@ -1,106 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="48" - height="48" - viewBox="0 0 48 48" - id="svg2" - version="1.1" - inkscape:version="0.91 r" - sodipodi:docname="xfce-internet.svg"> - <metadata - id="metadata28"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs26" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1056" - id="namedview24" - showgrid="true" - inkscape:zoom="10.429825" - inkscape:cx="9.1264581" - inkscape:cy="8.7219865" - inkscape:window-x="0" - inkscape:window-y="24" - inkscape:window-maximized="1" - inkscape:current-layer="svg2"> - <inkscape:grid - type="xygrid" - id="grid4156" /> - </sodipodi:namedview> - <path - style="fill:#52c8ff" - inkscape:connector-curvature="0" - id="path6" - d="m 8.7500001,16 0,2 30.4999999,0 0,-2 z" - sodipodi:nodetypes="ccccc" /> - <path - style="fill:#52c8ff" - inkscape:connector-curvature="0" - id="path8" - d="m 7.439989,23 2.26e-5,2 33.4999774,0 -2.4e-5,-2 z" - sodipodi:nodetypes="ccccc" /> - <path - style="fill:#52c8ff" - inkscape:connector-curvature="0" - id="path12" - d="m 23,7.25 0,33.5 2,0 0,-33.5 z" - sodipodi:nodetypes="ccccc" /> - <g - style="fill:none;stroke:#52c8ff;stroke-width:1.36443019;stroke-miterlimit:4;stroke-dasharray:none" - id="g14" - transform="matrix(1.4658134,0,0,1.4658134,0.79320117,0.79319385)"> - <g - style="stroke-width:1.36443019;stroke-miterlimit:4;stroke-dasharray:none" - id="g16"> - <path - d="m 89.777435,7.747238 c -22.894351,-52.514905 -21.157538,-118.387478 0,-175.797038" - transform="matrix(0.1237,0,0,0.1237,0,25.72917)" - id="path18" - style="stroke-width:11.03015518;stroke-miterlimit:4;stroke-dasharray:none" - inkscape:connector-curvature="0" /> - <path - d="m 166.22878,7.747238 c 22.86277,-52.514905 21.12596,-118.387478 0,-175.797038" - transform="matrix(0.1237,0,0,0.1237,0,25.72917)" - id="path20" - style="stroke-width:11.03015518;stroke-miterlimit:4;stroke-dasharray:none" - inkscape:connector-curvature="0" /> - </g> - <path - style="stroke-width:1.07114947;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none" - d="m 33.056998,27.316119 c 0,5.029244 -4.075527,9.104771 -9.10477,9.104771 -5.029243,0 -9.10477,-4.075527 -9.10477,-9.104771 0,-5.029243 4.075527,-9.10477 9.10477,-9.10477 5.029243,0 9.10477,4.075527 9.10477,9.10477 z" - transform="matrix(1.2738,0,0,1.2738,-14.67832,-18.96324)" - id="path22" - inkscape:connector-curvature="0" /> - </g> - <path - style="fill:#52c8ff" - inkscape:connector-curvature="0" - id="path6-7" - d="m 8.7500001,30 0,2 30.4999999,0 0,-2 z" - sodipodi:nodetypes="ccccc" /> -</svg> diff --git a/icon/cmultimedia.svg b/icon/cmultimedia.svg deleted file mode 100644 index 010b32f..0000000 --- a/icon/cmultimedia.svg +++ /dev/null @@ -1,64 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - viewBox="0 0 48 48" - id="svg2" - version="1.1" - inkscape:version="0.91 r" - sodipodi:docname="xfce-multimedia.svg"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1056" - id="namedview8" - showgrid="true" - inkscape:snap-intersection-paths="true" - inkscape:object-paths="false" - inkscape:zoom="11.313709" - inkscape:cx="37.660117" - inkscape:cy="32.190114" - inkscape:window-x="0" - inkscape:window-y="24" - inkscape:window-maximized="1" - inkscape:current-layer="svg2"> - <inkscape:grid - type="xygrid" - id="grid4140" /> - </sodipodi:namedview> - <g - transform="translate(-0.45762712,-1006.3622)" - id="g4"> - <path - style="fill:#4c7686" - d="M 20 6 L 20 26.736328 A 4.136024 6.2040367 75 0 0 14.841797 26.451172 A 4.136024 6.2040367 75 0 0 9.9199219 32.052734 A 4.136024 6.2040367 75 0 0 16.982422 34.441406 A 4.136024 6.2040367 75 0 0 21.996094 29.634766 L 22 29.634766 L 22 14.380859 L 35 16.115234 L 35 31.984375 A 4.136024 6.2040367 75 0 0 29.841797 31.699219 A 4.136024 6.2040367 75 0 0 24.919922 37.300781 A 4.136024 6.2040367 75 0 0 31.982422 39.689453 A 4.136024 6.2040367 75 0 0 36.996094 34.880859 L 37 34.882812 L 37 8.2773438 L 20 6 z M 22 10.621094 L 35 12.355469 L 35 14.115234 L 22 12.380859 L 22 10.621094 z " - transform="translate(0.45762712,1006.3622)" - id="path6" /> - </g> -</svg> diff --git a/icon/coffice.svg b/icon/coffice.svg deleted file mode 100644 index bfdbe2c..0000000 --- a/icon/coffice.svg +++ /dev/null @@ -1,64 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - viewBox="0 0 48 48" - id="svg2" - version="1.1" - inkscape:version="0.91 r" - sodipodi:docname="xfce-office.svg"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1056" - id="namedview8" - showgrid="true" - inkscape:zoom="13.906433" - inkscape:cx="4.8726441" - inkscape:cy="15.842362" - inkscape:window-x="0" - inkscape:window-y="24" - inkscape:window-maximized="1" - inkscape:current-layer="svg2"> - <inkscape:grid - type="xygrid" - id="grid4140" /> - </sodipodi:namedview> - <g - style="fill:#d29217" - transform="matrix(.75 0 0 .75 6.00001 18)" - id="g4"> - <path - style="color:#000000;line-height:normal;opacity:1" - d="m 12.157227,-12.000025 c 0,0 -2.8239014,0 -2.8239014,2.6666685 l 0,34.6666885 C 9.3333256,28 11.999994,28 11.999994,28 l 24.000015,0 c 2.666668,0 2.666668,-2.666668 2.666668,-2.666668 l 0,-32.0000202 -5.333336,-5.3333368 -21.176114,0 -0.157233,0 z m 1.176101,4.0000027 13.333325,0 0,8.0000223 8.000022,0 0,23.999998 -21.333347,0 z" - id="path6" - inkscape:connector-curvature="0" - sodipodi:nodetypes="csscsccccccscccccs" /> - </g> -</svg> diff --git a/icon/csystem.svg b/icon/csystem.svg deleted file mode 100644 index 3e52772..0000000 --- a/icon/csystem.svg +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - viewBox="0 0 48 48" - id="svg2" - version="1.1" - inkscape:version="0.91 r" - sodipodi:docname="applications-utilities.svg"> - <metadata - id="metadata20"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs18" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1056" - id="namedview16" - showgrid="true" - inkscape:zoom="16" - inkscape:cx="18.679199" - inkscape:cy="19.978244" - inkscape:window-x="0" - inkscape:window-y="24" - inkscape:window-maximized="1" - inkscape:current-layer="svg2"> - <inkscape:grid - type="xygrid" - id="grid4148" /> - </sodipodi:namedview> - <g - transform="matrix(1.0140988,0,0,1.0138228,-0.11601355,-1018.7953)" - id="g4"> - <path - style="fill:none;stroke:#308b97;stroke-width:1.97246277;stroke-miterlimit:4;stroke-dasharray:none" - d="m 38.572117,1028.5775 a 14.791384,14.791383 0 1 1 -29.5827667,0 14.791384,14.791383 0 1 1 29.5827667,0 z" - id="path6" - inkscape:connector-curvature="0" /> - </g> - <path - style="fill:#308b97" - inkscape:connector-curvature="0" - id="path10" - d="m 18.5,24 c 0,1.380711 -1.119289,2.5 -2.5,2.5 -1.380711,0 -2.5,-1.119289 -2.5,-2.5 0,-1.380712 1.119289,-2.5 2.5,-2.5 1.380711,0 2.5,1.119288 2.5,2.5 z" /> - <path - style="fill:#308b97" - inkscape:connector-curvature="0" - id="path12" - d="m 26.499994,24 c 0,1.380711 -1.119289,2.5 -2.5,2.5 -1.380712,0 -2.5,-1.119289 -2.5,-2.5 0,-1.380712 1.119288,-2.5 2.5,-2.5 1.380711,0 2.5,1.119288 2.5,2.5 z" /> - <path - style="fill:#308b97" - inkscape:connector-curvature="0" - id="path14" - d="m 34.5,24 c 0,1.380711 -1.11929,2.5 -2.5,2.5 -1.380712,0 -2.5,-1.119289 -2.5,-2.5 0,-1.380712 1.119288,-2.5 2.5,-2.5 1.38071,0 2.5,1.119288 2.5,2.5 z" /> -</svg> diff --git a/libsisyphus.sh b/libsisyphus.sh deleted file mode 100755 index 899eca9..0000000 --- a/libsisyphus.sh +++ /dev/null @@ -1,102 +0,0 @@ -#!/usr/bin/env bash - -# export dialog && abort flags -export local sisyphusprogress="yad --title "sisyphus" --progress --pulsate --width 400 --center --no-buttons --on-top --no-escape --sticky --fixed --undecorated --skip-taskbar --auto-close" -export local sisyphustextinfo="yad --title "sisyphus" --text-info --width 800 --height 600 --center --no-buttons --skip-taskbar --listen --tail" - -# import user interfaces -source /usr/lib64/sisyphus/accesoriesui.sh -source /usr/lib64/sisyphus/gamesui.sh -source /usr/lib64/sisyphus/graphicsui.sh -source /usr/lib64/sisyphus/internetui.sh -source /usr/lib64/sisyphus/multimediaui.sh -source /usr/lib64/sisyphus/officeui.sh -source /usr/lib64/sisyphus/systemui.sh - -# create main user interface -export local mainui=' -<window title="Sisyphus - A simple Epkg GUI" window-position="1" icon-name="gtk-search" modal="true" resizable="false" width-request="800" height-request="600"> -<vbox> -<frame> - <hbox space-expand="false" space-extend="false"> - <text space-expand="true" space-extend="true"> - <label>MANAGE PACKAGES</label> - </text> - </hbox> - <hbox space-expand="false" space-extend="false"> - <entry space-expand="true" space-extend="true"> - <default>Enter package(s)</default> - <variable>pkgname</variable> - </entry> - </hbox> - <hbox space-expand="false" space-extend="false"> - <button space-expand="true" space-extend="true" tooltip-text="Search package(s)"> - <input file>/usr/share/sisyphus/appsearch.svg</input> - <action>epkg search $pkgname|$sisyphustextinfo &</action> - </button> - <button space-expand="true" space-extend="true" tooltip-text="Install package(s)"> - <input file>/usr/share/sisyphus/appinstall.svg</input> - <action>epkg autoinstall $pkgname|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" tooltip-text="Uninstall package(s)"> - <input file>/usr/share/sisyphus/appremove.svg</input> - <action>epkg autoremove $pkgname|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" tooltip-text="Upgrade system"> - <input file>/usr/share/sisyphus/appupgrade.svg</input> - <action>epkg autoupgrade|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" tooltip-text="Remove orphan packages(s) aka no longer needed"> - <input file>/usr/share/sisyphus/appcleanup.svg</input> - <action>epkg autoclean|$sisyphusprogress &</action> - </button> - </hbox> - <hseparator space-expand="true" space-extend="true"></hseparator> - <hbox space-expand="false" space-extend="false"> - <text space-expand="true" space-extend="true"> - <label>BROWSE PACKAGES</label> - </text> - </hbox> - <hbox space-expand="true" space-extend="true"> - <button tooltip-text="Accesories"> - <input file>/usr/share/sisyphus/caccesories.svg</input> - <action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=accesoriesui &</action> - <action signal="button-release-event">EXIT:ok</action> - </button> - <button tooltip-text="Games"> - <input file>/usr/share/sisyphus/cgames.svg</input> - <action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=gamesui &</action> - <action signal="button-release-event">EXIT:ok</action> - </button> - <button tooltip-text="Graphics"> - <input file>/usr/share/sisyphus/cgraphics.svg</input> - <action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=graphicsui &</action> - <action signal="button-release-event">EXIT:ok</action> - </button> - <button tooltip-text="Internet"> - <input file>/usr/share/sisyphus/cinternet.svg</input> - <action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=internetui &</action> - <action signal="button-release-event">EXIT:ok</action> - </button> - </hbox> - <hbox space-expand="true" space-extend="true"> - <button tooltip-text="Sound & Video"> - <input file>/usr/share/sisyphus/cmultimedia.svg</input> - <action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=multimediaui &</action> - <action signal="button-release-event">EXIT:ok</action> - </button> - <button tooltip-text="Office"> - <input file>/usr/share/sisyphus/coffice.svg</input> - <action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=officeui &</action> - <action signal="button-release-event">EXIT:ok</action> - </button> - <button tooltip-text="System Tools"> - <input file>/usr/share/sisyphus/csystem.svg</input> - <action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=systemui &</action> - <action signal="button-release-event">EXIT:ok</action> - </button> - </hbox> -</frame> -</vbox> -</window> -' diff --git a/org.redcorelinux.sisyphus.policy b/org.redcorelinux.sisyphus.policy deleted file mode 100644 index b99bd6d..0000000 --- a/org.redcorelinux.sisyphus.policy +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE policyconfig PUBLIC -"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" -"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> -<policyconfig> - - <vendor>Redcore Linux</vendor> - <vendor_url>http://redcorelinux.org</vendor_url> - - <action id="org.redcorelinux.sisyphus.pkexec.run"> - <description>Run Sisyphus</description> - <message>Authentication is required to run Sisyphus</message> - <icon_name>redcore-logo</icon_name> - <defaults> - <allow_any>no</allow_any> - <allow_inactive>no</allow_inactive> - <allow_active>auth_admin</allow_active> - </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/sisyphus</annotate> - <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> - </action> -</policyconfig> diff --git a/sisyphus b/sisyphus deleted file mode 100755 index 9121677..0000000 --- a/sisyphus +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env bash - -# Sisyphus is a simple GUI for epkg, the portage wrapper -# It uses gnome-extra/yad, x11-libs/vte && x11-misc/gtkdialog -# Main Author : Ghiunhan Mamut @ Redcore Linux Project - -# import main user interface -source /usr/lib64/sisyphus/libsisyphus.sh - -main() { - gtkdialog --space-expand=true --space-fill=true --program=mainui & -} - -main diff --git a/sisyphus-pkexec b/sisyphus-pkexec deleted file mode 100755 index a78d185..0000000 --- a/sisyphus-pkexec +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env bash -pkexec /usr/bin/sisyphus diff --git a/ui/accesoriesui.sh b/ui/accesoriesui.sh deleted file mode 100755 index fa5133a..0000000 --- a/ui/accesoriesui.sh +++ /dev/null @@ -1,40 +0,0 @@ -#!/usr/bin/env bash - -# create accesories user interface -export local accesoriesui=' -<window title="Sisyphus - A simple Epkg GUI" window-position="1" icon-name="gtk-search" modal="true" resizable="false" width-request="800" height-request="600"> -<vbox> -<frame Accesories> - <hbox space-expand="true" space-extend="true"> - <tree hscrollbar-policy="1" vscrollbar-policy="1" exported-column="1" selection-mode="3"> - <variable>accesories</variable> - <label>Application Category|Application Name|Application Description</label> - <item>app-admin|keepassx|Qt password manager compatible with its Win32 and Pocket PC versions</item> - </tree> - </hbox> - <hbox space-expand="false" space-extend="false"> - <button space-expand="true" space-extend="true" tooltip-text="Install package(s)"> - <label>Install package(s)</label> - <action>epkg autoinstall $accesories|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" tooltip-text="Uninstall package(s)"> - <label>Uninstall package{s}</label> - <action>epkg autoremove $accesories|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" tooltip-text="Clean orphan package(s)"> - <label>Clean orphan package(s)</label> - <action>epkg autoclean|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" label-text="home"> - <label>Back home</label> - <action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=mainui &</action> - <action signal="button-release-event">EXIT:ok</action> - </button> - <button space-expand="true" space-extend="true" label-text="exit"> - <label>Exit</label> - <action>EXIT:ok</action> - </button> - </hbox> -</frame> -</vbox> -</window>' diff --git a/ui/gamesui.sh b/ui/gamesui.sh deleted file mode 100755 index 87bbb78..0000000 --- a/ui/gamesui.sh +++ /dev/null @@ -1,52 +0,0 @@ -#!/usr/bin/env bash - -# create games user interface -export local gamesui=' -<window title="Sisyphus - A simple Epkg GUI" window-position="1" icon-name="gtk-search" modal="true" resizable="false" width-request="800" height-request="600"> -<vbox> -<frame Games> - <hbox space-expand="true" space-extend="true"> - <tree hscrollbar-policy="1" vscrollbar-policy="1" exported-column="1" selection-mode="3"> - <variable>game</variable> - <label>Application Category|Application Name|Application Description</label> - <item>app-emulation|playonlinux|Set of scripts to easily install and use Windows games and software</item> - <item>app-emulation|steam|Digital distribution client bootstrap package</item> - <item>games-action|armagetronad|Fast-paced 3D lightcycle game based on Tron</item> - <item>games-action|chromium-bsu|Chromium B.S.U. - an arcade game</item> - <item>games-action|supertuxkart|A kart racing game starring Tux, the linux penguin (TuxKart fork)</item> - <item>games-action|teeworlds|Online multi-player platform 2D shooter</item> - <item>games-board|aisleriot|A collection of solitaire card games for GNOME</item> - <item>games-emulation|dosbox|DOS Emulator</item> - <item>games-emulation|zsnes|SNES (Super Nintendo) emulator that uses x86 assembly</item> - <item>games-fps|urbanterror|Hollywood tactical shooter based on the ioquake3 engine</item> - <item>games-fps|xonotic|Fork of Nexuiz, Deathmatch FPS based on DarkPlaces, an advanced Quake 1 engine</item> - <item>games-simulation|openttd|OpenTTD is a clone of Transport Tycoon Deluxe</item> - <item>games-strategy|0ad|Cross-platform, 3D and historically-based real-time strategy game</item> - </tree> - </hbox> - <hbox space-expand="false" space-extend="false"> - <button space-expand="true" space-extend="true" tooltip-text="Install package(s)"> - <label>Install package(s)</label> - <action>epkg autoinstall $game|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" tooltip-text="Uninstall package(s)"> - <label>Uninstall package(s)</label> - <action>epkg autoremove $game|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" tooltip-text="Clean orphan package(s)"> - <label>Clean orphan package(s)</label> - <action>epkg autoclean|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" label-text="home"> - <label>Back home</label> - <action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=mainui &</action> - <action signal="button-release-event">EXIT:ok</action> - </button> - <button space-expand="true" space-extend="true" label-text="exit"> - <label>Exit</label> - <action>EXIT:ok</action> - </button> - </hbox> -</frame> -</vbox> -</window>' diff --git a/ui/graphicsui.sh b/ui/graphicsui.sh deleted file mode 100755 index 2be733c..0000000 --- a/ui/graphicsui.sh +++ /dev/null @@ -1,58 +0,0 @@ -#!/usr/bin/env bash - -# create graphics user interface -export local graphicsui=' -<window title="Sisyphus - A simple Epkg GUI" window-position="1" icon-name="gtk-search" modal="true" resizable="false" width-request="800" height-request="600"> -<vbox> -<frame Graphics> - <hbox space-expand="true" space-extend="true"> - <tree hscrollbar-policy="1" vscrollbar-policy="1" exported-column="1" selection-mode="3"> - <variable>graphics</variable> - <label>Application Category|Application Name|Application Description</label> - <item>media-fonts|cantarell|Default fontset for GNOME Shell</item> - <item>media-fonts|corefonts|Microsofts TrueType core fonts</item> - <item>media-fonts|dejavu|DejaVu fonts, bitstream vera with ISO-8859-2 characters</item> - <item>media-fonts|inconsolata|A beautiful sans-serif monotype font designed for code listings</item> - <item>media-fonts|liberation-fonts|A Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat</item> - <item>media-fonts|libertine|Fonts from the Linux Libertine Open Fonts Project</item> - <item>media-fonts|noto|Googles font family that aims to support all the worlds languages</item> - <item>media-fonts|ttf-bitstream-vera|Bitstream Vera font family</item> - <item>media-fonts|urw-fonts|free good quality fonts gpl-ed by URW++</item> - <item>media-gfx|blender|3D Creation/Animation/Publishing System</item> - <item>media-gfx|darktable|A virtual lighttable and darkroom for photographers</item> - <item>media-gfx|eom|The MATE image viewer</item> - <item>media-gfx|gimp|GNU Image Manipulation Program</item> - <item>media-gfx|gpicview|A Simple and Fast Image Viewer for X</item> - <item>media-gfx|inkscape|A SVG based generic vector-drawing program</item> - <item>media-gfx|lximage-qt|LXImage Image Viewer - GPicView replacement</item> - <item>media-gfx|rawtherapee|A powerful cross-platform raw image processing program</item> - <item>media-gfx|simple-scan|Simple document scanning utility</item> - <item>media-gfx|xsane|graphical scanning frontend</item> - </tree> - </hbox> - <hbox space-expand="false" space-extend="false"> - <button space-expand="true" space-extend="true" tooltip-text="Install package(s)"> - <label>Install package(s)</label> - <action>epkg autoinstall $graphics|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" tooltip-text="Uninstall package(s)"> - <label>Uninstall package(s)</label> - <action>epkg autoremove $graphics|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" tooltip-text="Clean orphan package(s)"> - <label>Clean orphan package(s)</label> - <action>epkg autoclean|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" label-text="home"> - <label>Back home</label> - <action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=mainui &</action> - <action signal="button-release-event">EXIT:ok</action> - </button> - <button space-expand="true" space-extend="true" label-text="exit"> - <label>Exit</label> - <action>EXIT:ok</action> - </button> - </hbox> -</frame> -</vbox> -</window>' diff --git a/ui/internetui.sh b/ui/internetui.sh deleted file mode 100755 index 1130e16..0000000 --- a/ui/internetui.sh +++ /dev/null @@ -1,78 +0,0 @@ -#!/usr/bin/env bash - -# create internet user interface -export local internetui=' -<window title="Sisyphus - A simple Epkg GUI" window-position="1" icon-name="gtk-search" modal="true" resizable="false" width-request="800" height-request="600"> -<vbox> -<frame Internet> - <hbox space-expand="true" space-extend="true"> - <tree hscrollbar-policy="1" vscrollbar-policy="1" exported-column="1" selection-mode="3"> - <variable>internet</variable> - <label>Application Category|Application Name|Application Description</label> - <item>net-analyzer|netcat6|netcat clone with better IPv6 support, improved code, etc...</item> - <item>net-analyzer|nmap|A utility for network discovery and security auditing</item> - <item>net-dns|avahi|System which facilitates service discovery on a local network</item> - <item>net-firewall|firewalld|A firewall daemon with D-BUS interface providing a dynamic firewall</item> - <item>net-firewall|ufw|A program used to manage a netfilter firewall</item> - <item>net-firewall|ufw-frontends|Provides graphical frontend to ufw</item> - <item>net-fs|samba|Samba Suite Version 4</item> - <item>net-ftp|filezilla|FTP client with lots of useful features and an intuitive interface</item> - <item>net-im|pidgin|GTK Instant Messenger client</item> - <item>net-im|skypeforlinux|P2P Internet Telephony (VoiceIP) client</item> - <item>net-im|telegram|Unofficial telegram protocol client</item> - <item>net-im|viber|Free calls, text and picture sharing with anyone, anywhere!</item> - <item>net-irc|hexchat|Graphical IRC client based on XChat</item> - <item>net-irc|konversation|A user friendly IRC Client</item> - <item>net-irc|quassel|Qt/KDE IRC client supporting a remote daemon for 24/7 connectivity</item> - <item>net-misc|cmst|Qt GUI for Connman with system tray icon</item> - <item>net-misc|dropbox|Dropbox daemon (pretends to be GUI-less)</item> - <item>net-misc|lxqt-connman-applet|LXQt system-tray applet for ConnMan</item> - <item>net-misc|modem-manager-gui|Frontend for ModemManager daemon able to control specific modem functions</item> - <item>net-misc|teamviewer|All-In-One Solution for Remote Access and Support over the Internet</item> - <item>net-misc|tigervnc|Remote desktop viewer display system</item> - <item>net-misc|youtube-dl|Download videos from YouTube.com (and more sites...)</item> - <item>net-news|liferea|News Aggregator for RDF/RSS/CDF/Atom/Echo feeds</item> - <item>net-p2p|deluge|BitTorrent client with a client/server model</item> - <item>net-p2p|qbittorrent|BitTorrent client in C++ and Qt</item> - <item>net-p2p|transmission|A Fast, Easy and Free BitTorrent client</item> - <item>net-print|cups|The Common Unix Printing System</item> - <item>net-wireless|aircrack-ng|WLAN tools for breaking 802.11 WEP/WPA keys</item> - <item>net-wireless|wavemon|Ncurses based monitor for IEEE 802.11 wireless LAN cards</item> - <item>www-client|firefox|Firefox Web Browser</item> - <item>www-client|google-chrome|The web browser from Google</item> - <item>www-client|opera|A fast and secure web browser</item> - <item>www-client|qupzilla|A cross-platform web browser using QtWebEngine</item> - <item>www-client|vivaldi|A new browser for our friends</item> - <item>www-misc|profile-sync-daemon|Symlinks and syncs browser profile dirs to RAM</item> - <item>www-plugins|adobe-flash|Adobe Flash Player</item> - <item>www-plugins|chrome-binary-plugins|Binary plugins from Google Chrome for use in Chromium</item> - <item>www-plugins|freshplayerplugin|PPAPI-host NPAPI-plugin adapter for flashplayer in npapi based browsers</item> - <item>www-plugins|google-talkplugin|Video chat browser plug-in for Google Talk</item> - </tree> - </hbox> - <hbox space-expand="false" space-extend="false"> - <button space-expand="true" space-extend="true" tooltip-text="Install package(s)"> - <label>Install package(s)</label> - <action>epkg autoinstall $internet|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" label-text="Uninstall package(s)"> - <label>Uninstall package(s)</label> - <action>epkg autoremove $internet|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" tooltip-text="Clean orphan package(s)"> - <label>Clean orphan package(s)</label> - <action>epkg autoclean|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" label-text="home"> - <label>Back home</label> - <action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=mainui &</action> - <action signal="button-release-event">EXIT:ok</action> - </button> - <button space-expand="true" space-extend="true" label-text="exit"> - <label>Exit</label> - <action>EXIT:ok</action> - </button> - </hbox> -</frame> -</vbox> -</window>' diff --git a/ui/multimediaui.sh b/ui/multimediaui.sh deleted file mode 100755 index 0d462b0..0000000 --- a/ui/multimediaui.sh +++ /dev/null @@ -1,70 +0,0 @@ -#!/usr/bin/env bash - -# create multimedia user interface -export local multimediaui=' -<window title="Sisyphus - A simple Epkg GUI" window-position="1" icon-name="gtk-search" modal="true" resizable="false" width-request="800" height-request="600"> -<vbox> -<frame Multimedia> - <hbox space-expand="true" space-extend="true"> - <tree hscrollbar-policy="1" vscrollbar-policy="1" exported-column="1" selection-mode="3"> - <variable>multimedia</variable> - <label>Application Category|Application Name|Application Description</label> - <item>app-cdr|bashburn|A shell script for burning optical media</item> - <item>app-cdr|bchunk|Converts bin/cue CD-images to iso+wav/cdr</item> - <item>app-cdr|bin2iso|converts RAW format (.bin|.cue) files to ISO/WAV format</item> - <item>app-cdr|brasero|CD/DVD burning application for the GNOME desktop</item> - <item>app-cdr|cdrdao|Burn CDs in disk-at-once mode -- with optional GUI frontend</item> - <item>app-cdr|cdrtools|A set of tools for CD|DVD reading and recording, including cdrecord</item> - <item>app-cdr|dvd+rw-tools|A set of tools for DVD+RW|-RW drives</item> - <item>app-cdr|nrg2iso|Converts Nero nrg CD-images to iso</item> - <item>media-plugins|qmmp-plugin-pack|A set of extra plugins for Qmmp</item> - <item>media-sound|audacity|Free crossplatform audio editor</item> - <item>media-sound|deadbeef|foobar2k-like music player</item> - <item>media-sound|pavucontrol|Pulseaudio Volume Control, GTK based mixer for Pulseaudio</item> - <item>media-sound|pavucontrol-qt|Qt port of pavucontrol</item> - <item>media-sound|qmmp|Qt5-based audio player with winamp/xmms skins support</item> - <item>media-sound|spotify|Spotify is a social music platform</item> - <item>media-sound|volumeicon|A lightweight volume control that sits in your systray</item> - <item>media-tv|sopcast|SopCast free P2P Internet TV binary</item> - <item>media-tv|tv-maxe|Program to view free channels</item> - <item>media-tv|v4l-utils|Separate utilities ebuild from upstream v4l-utils package</item> - <item>media-video|baka-mplayer|Cross-platform libmpv-based multimedia player with uncluttered design</item> - <item>media-video|ffmulticonverter|FF Multi Converter is a simple graphical converter application for audio, video, image and document</item> - <item>media-video|gtk-recordmydesktop|GTK+ interface for RecordMyDesktop</item> - <item>media-video|guvcview|GTK+ UVC Webcam Viewer</item> - <item>media-video|handbrake|Open-source, GPL-licensed, multiplatform, multithreaded video transcoder</item> - <item>media-video|mpv|Media player based on MPlayer and mplayer2</item> - <item>media-video|obs-studio|Software for Recording and Streaming Live Video Content</item> - <item>media-video|simplescreenrecorder|A Simple Screen Recorder</item> - <item>media-video|smplayer|Great Qt GUI front-end for mplayer/mpv</item> - <item>media-video|smtube|YouTube Browser for SMPlayer</item> - <item>media-video|vlc|VLC media player - Video player and streamer</item> - </tree> - </hbox> - <hbox space-expand="false" space-extend="false"> - <button space-expand="true" space-extend="true" label-text="Install package(s)"> - <label>Install package(s)</label> - <action>epkg autoinstall $multimedia|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" label-text="Uninstall package(s)"> - <label>Uninstall package(s)</label> - <action>epkg autoremove $multimedia|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" tooltip-text="Clean orphan package(s)"> - <label>Clean orphan package(s)</label> - <action>epkg autoclean|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" label-text="home"> - <label>Back home</label> - <action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=mainui &</action> - <action signal="button-release-event">EXIT:ok</action> - </button> - <button space-expand="true" space-extend="true" label-text="exit"> - <label>Exit</label> - <action>EXIT:ok</action> - </button> - </hbox> -</frame> - -</vbox> -</window>' diff --git a/ui/officeui.sh b/ui/officeui.sh deleted file mode 100755 index e627338..0000000 --- a/ui/officeui.sh +++ /dev/null @@ -1,45 +0,0 @@ -#!/usr/bin/env bash - -# create office user interface -export local officeui=' -<window title="Sisyphus - A simple Epkg GUI" window-position="1" icon-name="gtk-search" modal="true" resizable="false" width-request="800" height-request="600"> -<vbox> -<frame Office> - <hbox space-expand="true" space-extend="true"> - <tree hscrollbar-policy="1" vscrollbar-policy="1" exported-column="1" selection-mode="3"> - <variable>office</variable> - <label>Application Category|Application Name|Application Description</label> - <item>app-office|abiword|Fully featured yet light and fast cross platform word processor documentation</item> - <item>app-office|fet|Opensource school/high-school/university timetable scheduling software</item> - <item>app-office|gnucash|A personal finance manager</item> - <item>app-office|libreoffice|A full office productivity suite</item> - <item>app-office|wps-office|WPS Office is an office productivity suite</item> - <item>app-text|qpdfview|A tabbed document viewer</item> - </tree> - </hbox> - <hbox space-expand="false" space-extend="false"> - <button space-expand="true" space-extend="true" tooltip-text="Install package(s)"> - <label>Install package(s)</label> - <action>epkg autoinstall $office|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" tooltip-text="Uninstall package(s)"> - <label>Uninstall package(s)</label> - <action>epkg autoremove $office|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" tooltip-text="Clean orphan package(s)"> - <label>Clean orphan package(s)</label> - <action>epkg autoclean|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" label-text="home"> - <label>Back home</label> - <action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=mainui &</action> - <action signal="button-release-event">EXIT:ok</action> - </button> - <button space-expand="true" space-extend="true" label-text="exit"> - <label>Exit</label> - <action>EXIT:ok</action> - </button> - </hbox> -</frame> -</vbox> -</window>' diff --git a/ui/systemui.sh b/ui/systemui.sh deleted file mode 100755 index 5faa654..0000000 --- a/ui/systemui.sh +++ /dev/null @@ -1,40 +0,0 @@ -#!/usr/bin/env bash - -# create system user interface -export local systemui=' -<window title="Sisyphus - A simple Epkg GUI" window-position="1" icon-name="gtk-search" modal="true" resizable="false" width-request="800" height-request="600"> -<vbox> -<frame System> - <hbox space-expand="true" space-extend="true"> - <tree hscrollbar-policy="1" vscrollbar-policy="1" exported-column="1" selection-mode="3"> - <variable>system</variable> - <label>Application Category|Application Name|Application Description</label> - <item>sys-boot|unetbootin-static|Universal Netboot Installer creates Live USB systems for various OS distributions</item> - </tree> - </hbox> - <hbox space-expand="false" space-extend="false"> - <button space-expand="true" space-extend="true" tooltip-text="Install package(s)"> - <label>Install package(s)</label> - <action>epkg autoinstall $system|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" label-text="Uninstall package(s)"> - <label>Uninstall package(s)</label> - <action>epkg autoremove $system|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" tooltip-text="Clean orphan package(s)"> - <label>Clean orphan package(s)</label> - <action>epkg autoclean|$sisyphusprogress &</action> - </button> - <button space-expand="true" space-extend="true" label-text="home"> - <label>Back home</label> - <action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=mainui &</action> - <action signal="button-release-event">EXIT:ok</action> - </button> - <button space-expand="true" space-extend="true" label-text="exit"> - <label>Exit</label> - <action>EXIT:ok</action> - </button> - </hbox> -</frame> -</vbox> -</window>' |