Code Monkey home page Code Monkey logo

panther's Introduction

Panther

A collection of Gentoo ebuilds which I couldn't find elsewhere.

Contents

  • app-admin
  • app-crypt
  • app-misc
    • ckb-next: open-source driver for Corsair keyboards and mice.
    • open-rgb: Open-source driver for RGB lighting on motherboards and other components.
  • kde-misc
    • krename: a hacked version of krename which supports timestamps accurate to the millisecond, and UTC times.
  • media-gfx
    • max2pdf: a tool to convert paperport max files to PDF files.
  • net-misc
    • can-utils: Linux-CAN / SocketCAN user space applications.
  • net-vpn
    • net-vpn/mlvpn: Multi-link VPN (ADSL/SDSL/xDSL/Network aggregation / bonding).
  • sci-electronics
    • quartus-prime-lite: a quartus prime lite setup with included libfontconfig and libfreetype binaries.
    • verilator: the fastest free Verilog HDL simulator.
  • sys-devel

Installation

Layman

layman -a panther

Manual

/etc/portage/repos.conf/panther.conf:

[panther]
priority = 50
location = /var/lib/layman/panther
layman-type = git
sync-type = laymansync
sync-uri = https://github.com/orangeturtle739/panther.git
auto-sync = Yes

Selecting Specific Packages

To only install specific packages from this overlay, mask all of them, and then unmask specific packages. Mask all packages in /etc/portage/package.mask by adding:

*/*::panther

Then unamsk the package you want (in this case net-misc/can-utils) in /etc/portage/package.unmask by adding:

net-misc/can-utils::panther

panther's People

Contributors

gtlt avatar orangeturtle739 avatar thegreatmcpain avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

gtlt

panther's Issues

Readme error?

In your readme under Installation, don't you mean layman -a panther? lizard does not exist in the layman repository list. What is lizard? Even your .xml states panther.

ckb-next bump 0.4.3

Hi, I used this ebuild but not an expert !

EAPI=5

inherit cmake-utils linux-info

DESCRIPTION="RGB Driver for Linux and macOS"
HOMEPAGE="https://github.com/ckb-next/ckb-next"
SRC_URI="https://github.com/ckb-next/ckb-next/archive/v$PV.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"
IUSE=""

DEPEND="dev-libs/quazip
	dev-qt/qtcore:5
	dev-qt/qtgui:5
	dev-qt/qtnetwork:5
	dev-qt/qtwidgets:5
	x11-misc/xcb
	dev-libs/libdbusmenu-qt
	dev-qt/linguist-tools
	dev-python/PyQt5[x11extras]
	dev-qt/qt-docs[x11extras]
	!!app-misc/ckb"
RDEPEND="${DEPEND}"

DOCS=( README.md )

CONFIG_CHECK="INPUT_UINPUT"


src_configure() {
	local mycmakeargs=(-DDISABLE_UPDATER=1)
	cmake-utils_src_configure
}

sci-electronics/quartus-prime-lite needs testing with ~arch system

I'm running an ~arch system and the ebuild doesn't recognize the deprecation of libpng 1.2 in media-libs/libpng while media-libs/libpng-compat provides libpng 1.2

There are also some issues where running modelsim simulations fail that could be reported to upstream if more testing was done.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.