Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
libdecor
Commits:
b577f18b by Sven-Hendrik Haase at 2023-12-07T17:23:33+01:00
upgpkg: 0.2.1-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libdecor
pkgdesc = Client-side decorations library for Wayland clients
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.freedesktop.org/libdecor/libdecor
arch = x86_64
license = MIT
@@ -9,10 +9,11 @@ pkgbase = libdecor
makedepends = ninja
makedepends = meson
makedepends = wayland-protocols
+ makedepends = gtk3
depends = wayland
depends = pango
depends = dbus
- depends = gtk3
+ optdepends = gtk3: gtk3 support
source =
https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/0.2.1/libdecor-0.2.1.tar.gz
sha512sums =
eb3d612c967f6c400562e400775cd38fce8ef433087f3cd6a72300aa083e483a8d3e1fd198d7bc1fbb2ca8a045eed5b146e0bc23352e048a9f49e719cf57faa7
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,13 @@
pkgdesc='Client-side decorations library for Wayland clients'
pkgname=libdecor
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
url="https://gitlab.freedesktop.org/libdecor/libdecor"
license=('MIT')
arch=('x86_64')
-depends=('wayland' 'pango' 'dbus' 'gtk3')
-makedepends=('cmake' 'ninja' 'meson' 'wayland-protocols')
+depends=('wayland' 'pango' 'dbus')
+makedepends=('cmake' 'ninja' 'meson' 'wayland-protocols' 'gtk3')
+optdepends=('gtk3: gtk3 support')
source=("https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/${pkgver}/libdecor-${pkgver}.tar.gz")
sha512sums=('eb3d612c967f6c400562e400775cd38fce8ef433087f3cd6a72300aa083e483a8d3e1fd198d7bc1fbb2ca8a045eed5b146e0bc23352e048a9f49e719cf57faa7')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libdecor/-/commit/b577f18bee37f23ed4d497de52e53d20b4908bc0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libdecor/-/commit/b577f18bee37f23ed4d497de52e53d20b4908bc0
You're receiving this email because of your account on gitlab.archlinux.org.