-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
43 additions
and
25 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
libsdbus-c++.so.1 sdbus-cpp-1.5.0_1 | ||
libhyprcursor.so.0 hyprcursor-0.1.5_1 | ||
libhyprlang.so.2 hyprlang-0.5.0_1 | ||
libhyprutils.so.0 hyprutils-0.1.2_1 | ||
libhyprcursor.so.0 hyprcursor-0.1.5_1 | ||
libtomlplusplus.so.3 tomlplusplus-3.4.0_1 | ||
libhyprutils.so.1 hyprutils-0.2.1_1 | ||
libaquamarine.so.2 aquamarine-0.3.0_1 | ||
|
This file contains 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 @@ | ||
# Template file for 'aquamarine' | ||
pkgname=aquamarine | ||
version=0.3.1 | ||
revision=1 | ||
build_style=cmake | ||
hostmakedepends="cmake pkgconf" | ||
makedepends="hyprutils MesaLib-devel hyprwayland-scanner libseat-devel libinput-devel wayland-devel wayland-protocols pixman-devel libdisplay-info-devel hwids" | ||
short_desc="Aquamarine is a very light linux rendering backend library" | ||
maintainer="Makrennel <[email protected]>" | ||
license="LGPL-3.0-only" | ||
homepage="https://hyprland.org/hyprlang/index.html" | ||
changelog="https://github.com/hyprwm/aquamarine/releases" | ||
distfiles="https://github.com/hyprwm/aquamarine/archive/refs/tags/v${version}.tar.gz" | ||
checksum=fcd1fd001bfbb0555004d86a0a57e3eb89c01eae0e25c171dc22c45b4d0cf860 | ||
|
This file contains 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 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 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 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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# Template file for 'hyprlock' | ||
pkgname=hyprlock | ||
version=0.3.0 | ||
version=0.4.1 | ||
revision=1 | ||
build_style=cmake | ||
hostmakedepends="cmake pkgconf" | ||
makedepends="cairo-devel hyprlang libdrm-devel libxkbcommon-devel MesaLib-devel pango-devel pam-devel wayland-devel wayland-protocols" | ||
makedepends="cairo-devel hyprlang libdrm-devel libxkbcommon-devel MesaLib-devel pango-devel pam-devel wayland-devel wayland-protocols hyprutils libjpeg-turbo-devel libwebp-devel file-devel" | ||
short_desc="Hyprland's GPU-accelerated screen locking utility" | ||
maintainer="Makrennel <[email protected]>" | ||
license="BSD-3-Clause" | ||
homepage="https://github.com/hyprwm/hyprlock" | ||
changelog="https://github.com/hyprwm/${pkgname}/releases" | ||
distfiles="https://github.com/hyprwm/${pkgname}/archive/refs/tags/v${version}.tar.gz" | ||
checksum=5e84ac3223ea340bb3d39c22db4edefbb8364da8c3b6b3d0da1dfa45d8cc945f | ||
checksum=87531a43088cafcadf29115889f37f73ab4a8cb1e4347723dfe8d53fa0aaba60 | ||
|
||
do_patch() { | ||
patch ${wrksrc}/CMakeLists.txt ${wrksrc}/nix/cmake.patch | ||
|
This file contains 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Template file for 'hyprutils' | ||
pkgname=hyprutils | ||
version=0.1.5 | ||
version=0.2.1 | ||
revision=1 | ||
build_style=cmake | ||
hostmakedepends="pkgconf" | ||
|
@@ -10,7 +10,7 @@ maintainer="Makrennel <[email protected]>" | |
license="BSD-3-Clause" | ||
homepage="https://github.com/hyprwm/hyprutils" | ||
distfiles="https://github.com/hyprwm/hyprutils/archive/refs/tags/v${version}.tar.gz" | ||
checksum=60cce1b4160a4e5383fa0ff665c6bf49b54cfb387dc8a52229abfc367000b0be | ||
checksum=061449c828d0cdaf7b147d9e232282fd0dde997c6ec7c43d51fe96d878b66c12 | ||
|
||
post_install() { | ||
vlicense LICENSE | ||
|
This file contains 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Template file for 'hyprwayland-scanner' | ||
pkgname=hyprwayland-scanner | ||
version=0.3.10 | ||
version=0.4.0 | ||
revision=1 | ||
build_style=cmake | ||
hostmakedepends="pkgconf" | ||
|
@@ -10,7 +10,7 @@ maintainer="Makrennel <[email protected]>" | |
license="BSD-3-Clause" | ||
homepage="https://github.com/hyprwm/hyprwayland-scanner" | ||
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" | ||
checksum=94e40cf712a00daf9fbab6b2210ef8640ee7dbf233e82b4d8dcd8b0e01d15252 | ||
checksum=4091122777ade12b8edc8de6f2df4917ced73b81cd40d946a995de73880ec71f | ||
|
||
post_install() { | ||
vlicense LICENSE | ||
|
This file contains 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Template file for 'xdg-desktop-portal-hyprland' | ||
pkgname=xdg-desktop-portal-hyprland | ||
version=1.3.2 | ||
version=1.3.3 | ||
revision=1 | ||
build_style=cmake | ||
hostmakedepends=" | ||
|
@@ -35,7 +35,7 @@ maintainer="Makrennel <[email protected]>" | |
license="BSD-3-Clause" | ||
homepage="https://github.com/hyprwm/xdg-desktop-portal-hyprland" | ||
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" | ||
checksum=8f77a11c4d3df1b6d963f408ea1159d093e3b14ea0cb8c64094fca9821af2e26 | ||
checksum=5a8389868287853800d58e5296be9c7fcb0bd191297bc9806c352c735d92d7b3 | ||
|
||
post_install() { | ||
vlicense LICENSE | ||
|