Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprpaper
Commits:
26fa182b by Caleb Maclennan at 2024-12-21T22:33:21+03:00
upgpkg: 0.7.3-2: Use upstream insteall routine to ship service file, closes #3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hyprpaper
pkgdesc = a blazing fast wayland wallpaper utility with IPC controls
pkgver = 0.7.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hyprwm/hyprpaper
arch = x86_64
license = BSD-3-Clause
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=hyprpaper
pkgver=0.7.3
-pkgrel=1
+pkgrel=2
pkgdesc='a blazing fast wayland wallpaper utility with IPC controls'
arch=(x86_64)
url="https://github.com/hyprwm/$pkgname"
@@ -39,7 +39,6 @@ build() {
package() {
cd "$_archive"
- # DESTDIR="$pkgdir" cmake --install build
- install -Dm0755 -t "$pkgdir/usr/bin/" "build/$pkgname"
+ DESTDIR="$pkgdir" cmake --install build
install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprpaper/-/commit/26fa182b7584b7941c24d530c4b95af3f110eb2d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprpaper/-/commit/26fa182b7584b7941c24d530c4b95af3f110eb2d
You're receiving this email because of your account on gitlab.archlinux.org.