eudaldgr / kiss-garbage

๐Ÿ“ฆ KISS garbage repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ’‹ kiss-repo

๐Ÿ’พ A general purpose community repository

Usage

$ # This repository needs official KISSLinux community enabled.
$ # Some packages like `lxqt` and `pingus` needs also the KISS-kde or kiss-games repositories.

$ git clone https://github.com/eudaldgr/kiss-repo
$ cd kiss-repo
$ for i in -- $(ls -d -- */); do export KISS_PATH=$PWD/$i:$KISS_PATH:; done

$ # Select a package to install
$ kiss b <pkg> && kiss i <pkg>

Relevant end-user packages built

๐Ÿ“ƒ Word processor: abiword wordgrinder

๐Ÿ“Š Spreadsheet: gnumeric

๐Ÿ“’ Accounting system: ledger

โšก Torrent: btfs

๐ŸŽฎ Game development: raylib

โ˜• Java: gcc6-gcj

๐Ÿ“ฑ Smartphone: android-tools

โœ๏ธ Image editor: gimp grafx2

โœ’๏ธ Vector graphics editor: inkscape

๐ŸŽฌ Video editor: handbrake

๐Ÿ”ฌ Science: octave R

To-do

  • Finish lxqt DE
  • Fix openjdk-7-bootstrap build
  • Software i want to add
    • 0ad
    • iqmol
    • k2pdfopt
    • libreoffice
    • octave - with full features
    • openshot
    • scribus
    • telegram-desktop
    • tg
    • vmd

KISS way

  • Find a better repository structure.

  • Completely remove gettext & intltool from packages which require them.

    • gimp
    • gnumeric
    • goffice
    • libmypaint
    • lxmenu-data
    • pingus - scons packages?

Contributing

If you think something important is missing or should be different, open a pull request on this project. If you have suggestions for improving this repository, open an issue on this project.

About

๐Ÿ“ฆ KISS garbage repository

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%