-
-
Notifications
You must be signed in to change notification settings - Fork 157
add: hyprutils
#7058
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
BISHER-AL-MASRI
wants to merge
20
commits into
pacstall:master
Choose a base branch
from
BISHER-AL-MASRI:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
add: hyprutils
#7058
Changes from 11 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
067b07c
add hyprutils
Bisher-Almasri 5d6a6c1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 051e830
added maintainers
Bisher-Almasri 575e41a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 2c05917
somehow forgot pacscript
Bisher-Almasri d2c29a5
Merge branch 'master' of https://github.com/BISHER-AL-MASRI/hyprutils
Bisher-Almasri 726c42e
added maintainers v2
Bisher-Almasri ed9eea5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 529c633
added maintainers v3 (forgot to remove s)
Bisher-Almasri c8943ed
Merge branch 'master' of https://github.com/BISHER-AL-MASRI/hyprutils
Bisher-Almasri f483820
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4f1bcc4
Update packages/hyprutils/hyprutils.pacscript
BISHER-AL-MASRI 9735a6d
Update packages/hyprutils/hyprutils.pacscript
BISHER-AL-MASRI 94509d6
Update packages/hyprutils/hyprutils.pacscript
BISHER-AL-MASRI b944dd3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 021f56a
Update hyprutils.pacscript
BISHER-AL-MASRI e3a003d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c4f3970
Merge branch 'master' into master
BISHER-AL-MASRI eac90f5
Merge branch 'master' into master
BISHER-AL-MASRI f21a703
Update packages/hyprutils/hyprutils.pacscript
BISHER-AL-MASRI File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
pkgbase = hyprutils | ||
gives = hyprutils | ||
pkgver = 0.1.2 | ||
pkgrel = 1 | ||
pkgdesc = Hyprland utility tools | ||
url = https://github.com/hyprwm/hyprutils | ||
arch = amd64 | ||
arch = arm64 | ||
makedepends = cmake | ||
makedepends = libpixman-1-dev | ||
incompatible = debian:* | ||
maintainer = Bisher Al Masri <[email protected]> | ||
source = https://github.com/hyprwm/hyprutils.git#branch=main | ||
|
||
pkgname = hyprutils |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
pkgname="hyprutils" | ||
pkgver="0.1.2" | ||
pkgrel="1" | ||
arch=("amd64" "arm64") | ||
url="https://github.com/hyprwm/hyprutils" | ||
BISHER-AL-MASRI marked this conversation as resolved.
Show resolved
Hide resolved
|
||
source=("https://github.com/hyprwm/hyprutils.git#branch=main") | ||
gives="hyprutils" | ||
BISHER-AL-MASRI marked this conversation as resolved.
Show resolved
Hide resolved
|
||
pkgdesc="Hyprland utility tools" | ||
makedepends=("cmake" "libpixman-1-dev") | ||
incompatible=('debian:*') | ||
BISHER-AL-MASRI marked this conversation as resolved.
Show resolved
Hide resolved
|
||
maintainer=("Bisher Al Masri <[email protected]>") | ||
|
||
build() { | ||
cd "hyprutils" | ||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -S . -B build | ||
cmake --build build --config Release --target all -j"$(nproc 2> /dev/null || getconf NPROCESSORS_CONF)" DESTDIR="$(pkgdir)" | ||
BISHER-AL-MASRI marked this conversation as resolved.
Show resolved
Hide resolved
|
||
} | ||
|
||
package() { | ||
cd "hyprutils" | ||
cmake --install build --prefix="${pkgdir}/usr" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5001,6 +5001,22 @@ pkgbase = hyprpicker | |
|
||
pkgname = hyprpicker | ||
--- | ||
pkgbase = hyprutils | ||
gives = hyprutils | ||
pkgver = 0.1.2 | ||
pkgrel = 1 | ||
pkgdesc = Hyprland utility tools | ||
url = https://github.com/hyprwm/hyprutils | ||
arch = amd64 | ||
arch = arm64 | ||
makedepends = cmake | ||
makedepends = libpixman-1-dev | ||
incompatible = debian:* | ||
maintainer = Bisher Al Masri <[email protected]> | ||
source = https://github.com/hyprwm/hyprutils.git#branch=main | ||
|
||
pkgname = hyprutils | ||
--- | ||
pkgbase = hyprwayland-scanner | ||
pkgver = 0.3.4 | ||
pkgdesc = A Hyprland implementation of wayland-scanner, in and for C++ | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.