void-linux / void-linux/void-packages

Package Request: Hybridbar

Open
#33,637 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

request
Dominant language
Shell
Stars
3.4k
Forks
2.8k
Avg merge
2d 5h
Merged PRs (30d)
299

Description

Hybridbar is a extensible top panel for Wayland forked from wingpanel. It removes all elementary os specific dependencies (such as granite, libgala, switchboard, appstore, libplank), hence it can be used with standalone WMs.

# Template file for 'hybridbar'
pkgname=hybridbar
version=1.0.0
revision=0
#archs="i686 x86_64"
# wrksrc=${pkgname}
# create_wrksrc=yes
build_style=meson
hostmakedepends="pkg-config vala cmake gobject-introspection"
makedepends="glib-devel gtk+3-devel gtk-layer-shell-devel libical-devel evolution-data-server-devel libhandy1-devel libgee08-devel gnome-menus-devel json-glib-devel libsoup-devel libnm libnma-devel libgirepository-devel accountsservice-devel granite-devel libcanberra-gtk3 libnotify-devel pulseaudio-devel libindicator-devel"
depends="glib gtk-layer-shell libical libhandy1 libnm"
short_desc="a beautiful bar inspired by elementary os's wingpanel."
maintainer=" <>"
license="gpl-3.0-or-later"
homepage="https://github.com/hcsubser/hybridbar/"
distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
checksum=36ebefd8751defa89b68073961c048bf22628aa713e1680cc01abb9d7b6c1b19

post_install(){
	cd indicators
	./build.sh
}

I tried making this template but it ain't worked as it needs libhybridbar to be compiled first.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the proposed package template and the upstream Hybridbar repository, especially the indicators/build.sh step and the reported libhybridbar prerequisite. Determine how that prerequisite must be built within the package workflow, then verify that the template builds and installs Hybridbar successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
build-system
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.