Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
libdecor
Commits:
93b33184 by Sven-Hendrik Haase at 2023-12-02T15:28:41+01:00
upgpkg: 0.2.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libdecor
pkgdesc = Client-side decorations library for Wayland clients
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://gitlab.freedesktop.org/libdecor/libdecor
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = libdecor
depends = pango
depends = dbus
depends = gtk3
- source =
https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/0.2.0/libdecor-0.2.0.tar.gz
- sha512sums =
27365c9029caed1064c36490c2007afe5af6ef60c0538a06755be200f122caf444c5dba951fcb954095600469466f75eb75f6f1a642acde065723755a7656a3d
+ source =
https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/0.2.1/libdecor-0.2.1.tar.gz
+ sha512sums =
eb3d612c967f6c400562e400775cd38fce8ef433087f3cd6a72300aa083e483a8d3e1fd198d7bc1fbb2ca8a045eed5b146e0bc23352e048a9f49e719cf57faa7
pkgname = libdecor
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Adrian Perez de Castro <[email protected]>
pkgdesc='Client-side decorations library for Wayland clients'
pkgname=libdecor
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
url="https://gitlab.freedesktop.org/libdecor/libdecor"
license=('MIT')
@@ -10,7 +10,7 @@ arch=('x86_64')
depends=('wayland' 'pango' 'dbus' 'gtk3')
makedepends=('cmake' 'ninja' 'meson' 'wayland-protocols')
source=("https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/${pkgver}/libdecor-${pkgver}.tar.gz")
-sha512sums=('27365c9029caed1064c36490c2007afe5af6ef60c0538a06755be200f122caf444c5dba951fcb954095600469466f75eb75f6f1a642acde065723755a7656a3d')
+sha512sums=('eb3d612c967f6c400562e400775cd38fce8ef433087f3cd6a72300aa083e483a8d3e1fd198d7bc1fbb2ca8a045eed5b146e0bc23352e048a9f49e719cf57faa7')
build() {
arch-meson -Ddemo=false build "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libdecor/-/commit/93b33184093b601fcb75dd1b1ed8e84c999516ad
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libdecor/-/commit/93b33184093b601fcb75dd1b1ed8e84c999516ad
You're receiving this email because of your account on gitlab.archlinux.org.