summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Snowhill2023-11-22 02:27:56 -0800
committerChristopher Snowhill2023-11-22 02:27:56 -0800
commitf9049a560e2caf2c5cd098d010028d6614e9a552 (patch)
treed278b02d7667b1b103f9adaa7ec448765c7d0968
parent53aa9d79188def611daffcf33d194509238e1823 (diff)
downloadaur-f9049a560e2caf2c5cd098d010028d6614e9a552.tar.gz
Fork for stable release
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD22
-rw-r--r--wlroots-hidpi-xprop-git.install3
3 files changed, 12 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a29e08657c7d..947a9d1bb1c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
-pkgbase = wlroots-hidpi-xprop-git
- pkgdesc = Modular Wayland compositor library (git version, with patches)
- pkgver = 0.17.0.20231026.190508
+pkgbase = wlroots-hidpi-xprop
+ pkgdesc = Modular Wayland compositor library (stable, with patches)
+ pkgver = 0.17.0
pkgrel = 1
url = https://gitlab.freedesktop.org/wlroots/wlroots
- install = wlroots-hidpi-xprop-git.install
arch = x86_64
license = MIT
makedepends = git
@@ -30,11 +29,10 @@ pkgbase = wlroots-hidpi-xprop-git
optdepends = xorg-xwayland-hidpi-xprop: HiDPI support, see https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/733
provides = libwlroots.so
provides = wlroots=0.17.0
- provides = wlroots-git
conflicts = wlroots
conflicts = wlroots-git
options = debug
- source = wlroots-hidpi-xprop-git::git+https://gitlab.freedesktop.org/wlroots/wlroots.git
+ source = wlroots-hidpi-xprop::git+https://gitlab.freedesktop.org/wlroots/wlroots#tag=0.17.0
source = 0001-xwayland-support-HiDPI-scale.patch
source = 0002-Fix-configure_notify-event.patch
source = 0003-Fix-size-hints-under-Xwayland-scaling.patch
@@ -43,4 +41,4 @@ pkgbase = wlroots-hidpi-xprop-git
sha512sums = 484c8a6848b1409a16403bf0c3e366bf5203716824c24e16efcdcdb71ff34c42b5da6e3da338fafea70ad80fcdd3d6e9f070fb809093d8b0b08ee0b2c95a4de4
sha512sums = 8e3e77f6df204b6e5aa770be61fc8a6525e295cc8acdb0084ce66463e78f11702cf066640b20d7ff9560bdcdf7fa626db2e90651dcd42670250f45ac0f636854
-pkgname = wlroots-hidpi-xprop-git
+pkgname = wlroots-hidpi-xprop
diff --git a/PKGBUILD b/PKGBUILD
index d2dd499053ff..5424fbfc4cc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: q234 rty <q23456yuiop at gmail dot com>
+# Maintainer: Christopher Snowhill <kode54 at gmail dot com>
+# Contributor: q234 rty <q23456yuiop at gmail dot com>
# Contributor: lilydjwg <lilydjwg@gmail.com>
# Contributor: Adrian Perez de Castro <aperez@igalia.com>
# Contributor: Antonin Décimo <antonin dot decimo at gmail dot com>
-pkgname=wlroots-hidpi-xprop-git
-pkgver=0.17.0.20231026.190508
+pkgname=wlroots-hidpi-xprop
+pkgver=0.17.0
pkgrel=1
license=(MIT)
-pkgdesc='Modular Wayland compositor library (git version, with patches)'
+pkgdesc='Modular Wayland compositor library (stable, with patches)'
url=https://gitlab.freedesktop.org/wlroots/wlroots
arch=(x86_64)
-provides=("libwlroots.so" "wlroots=${pkgver%%.202*}" "wlroots-git")
+provides=("libwlroots.so" "wlroots=${pkgver}")
conflicts=(wlroots wlroots-git)
options=(debug)
depends=(
@@ -38,7 +39,7 @@ makedepends=(
vulkan-headers
wayland-protocols
xorgproto)
-source=("${pkgname}::git+${url}.git"
+source=("${pkgname}::git+${url}#tag=${pkgver}"
0001-xwayland-support-HiDPI-scale.patch
0002-Fix-configure_notify-event.patch
0003-Fix-size-hints-under-Xwayland-scaling.patch)
@@ -46,15 +47,6 @@ sha512sums=('SKIP'
'ca05b46c8222e6982c848944ff2afe7765a2e76bb90e29c9d5b5dde9b51a0038bce8b0d52d01c390c970319ef10614ab1454a66940bf3a5b6193fc7f189afe6b'
'484c8a6848b1409a16403bf0c3e366bf5203716824c24e16efcdcdb71ff34c42b5da6e3da338fafea70ad80fcdd3d6e9f070fb809093d8b0b08ee0b2c95a4de4'
'8e3e77f6df204b6e5aa770be61fc8a6525e295cc8acdb0084ce66463e78f11702cf066640b20d7ff9560bdcdf7fa626db2e90651dcd42670250f45ac0f636854')
-install=wlroots-hidpi-xprop-git.install
-pkgver () {
- cd "${pkgname}"
- (
- set -o pipefail
- version=$(grep -zoP "project\([^)]*\)" meson.build | xargs --null echo | grep -oP "^\sversion:\s'\K[^-']*")
- printf "${version}.%s" "$(TZ=UTC git log -1 --pretty='%cd' --date=format-local:%Y%m%d.%H%M%S)"
- )
-}
prepare () {
cd "${pkgname}"
diff --git a/wlroots-hidpi-xprop-git.install b/wlroots-hidpi-xprop-git.install
deleted file mode 100644
index b22a09812bb7..000000000000
--- a/wlroots-hidpi-xprop-git.install
+++ /dev/null
@@ -1,3 +0,0 @@
-post_upgrade() {
- echo "Make sure to rebuild sway after updating this."
-}