Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
hyprland


Commits:
8ae65a51 by Caleb Maclennan at 2023-12-05T11:39:33+03:00
upgpkg: 0.33.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = hyprland
        pkgdesc = a highly customizable dynamic tiling Wayland compositor
-       pkgver = 0.32.3
+       pkgver = 0.33.0
        pkgrel = 1
        url = https://github.com/hyprwm/Hyprland
        arch = x86_64
@@ -46,7 +46,7 @@ pkgbase = hyprland
        depends = xorg-xinput
        depends = xorg-xwayland
        depends = libdisplay-info.so
-       source = 
Hyprland-0.32.3.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.32.3/source-v0.32.3.tar.gz
-       sha256sums = 
285e8ebbd003978a2124e984db7677d044c21ca3cb72948eb71742cd8396df35
+       source = 
Hyprland-0.33.0.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.33.0/source-v0.33.0.tar.gz
+       sha256sums = 
449ffaafbf6b4442fc41947c464e38a60fb190b024a6c54ee75df850b5f5f9fe
 
 pkgname = hyprland


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Gabriel Fox <in...@gabrielfox.dev>
 
 pkgname=hyprland
-pkgver=0.32.3
+pkgver=0.33.0
 pkgrel=1
 pkgdesc='a highly customizable dynamic tiling Wayland compositor'
 arch=(x86_64 aarch64)
@@ -52,7 +52,7 @@ makedepends=(cmake
              xorgproto)
 _archive="${pkgname^}-$pkgver"
 
source=("$_archive.tar.gz::$url/releases/download/v$pkgver/source-v$pkgver.tar.gz")
-sha256sums=('285e8ebbd003978a2124e984db7677d044c21ca3cb72948eb71742cd8396df35')
+sha256sums=('449ffaafbf6b4442fc41947c464e38a60fb190b024a6c54ee75df850b5f5f9fe')
 
 prepare() {
        ln -sf hyprland-source "$_archive"
@@ -80,11 +80,11 @@ package() {
        cmake -DCMAKE_INSTALL_PREFIX=/usr ..
        popd
        install -Dm0644 -t "$pkgdir/usr/share/pkgconfig" build/hyprland.pc
-       install -Dm0755 -t "$pkgdir/usr/bin" build/Hyprland
-       install -Dm0755 -t "$pkgdir/usr/bin" build/hyprctl/hyprctl
-       install -Dm0644 -t "$pkgdir/usr/share/$pkgname" assets/*.png
-       install -Dm0644 -t "$pkgdir/usr/share/wayland-sessions" 
"example/$pkgname.desktop"
-       install -Dm0644 -t "$pkgdir/usr/share/$pkgname" "example/$pkgname.conf"
+       install -Dm0755 -t "$pkgdir/usr/bin/" build/Hyprland 
build/hyprctl/hyprctl
+       install -Dm0644 -t "$pkgdir/usr/share/$pkgname/" assets/*.png
+       install -Dm0644 -t "$pkgdir/usr/share/wayland-sessions/" 
"example/$pkgname.desktop"
+       install -Dm0644 -t "$pkgdir/usr/share/$pkgname/" "example/$pkgname.conf"
        install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-       install -Dm0755 -t "$pkgdir/usr/lib" 
"subprojects/wlroots/build/libwlroots.so.12032"
+        find subprojects/wlroots/build -name 'libwlroots.so.*' -type f 
-execdir \
+                install -Dm0755 -t "$pkgdir/usr/lib/" {} \;
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/8ae65a519657a382b5df7a86be8b8fcf5cea46fc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/8ae65a519657a382b5df7a86be8b8fcf5cea46fc
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to