From 63236be0adb07d670ff9bccd99450c68e3970547 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Thu, 3 Oct 2024 10:25:32 +0200 Subject: [PATCH] upgpkg: gammastep-git 2.0.9.r1.geab8be4-1 update deps --- gammastep-git/.SRCINFO | 6 ++++-- gammastep-git/PKGBUILD | 9 +++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/gammastep-git/.SRCINFO b/gammastep-git/.SRCINFO index 6f8ff39..ce80c18 100644 --- a/gammastep-git/.SRCINFO +++ b/gammastep-git/.SRCINFO @@ -1,10 +1,10 @@ pkgbase = gammastep-git pkgdesc = Adjust the color temperature of your screen according to your surroundings. - pkgver = 2.0.7.r1.gc5c3ac0 + pkgver = 2.0.9.r1.geab8be4 pkgrel = 1 url = https://gitlab.com/chinstrap/gammastep arch = x86_64 - license = GPL3 + license = GPL-3.0-or-later makedepends = git makedepends = glib2 makedepends = intltool @@ -21,6 +21,7 @@ pkgbase = gammastep-git optdepends = python-gobject: for gammastep-indicator optdepends = python-xdg: for gammastep-indicator optdepends = gtk3: for gammastep-indicator + optdepends = libappindicator-gtk3: for gammastep-indicator provides = gammastep conflicts = gammastep source = git+https://gitlab.com/chinstrap/gammastep.git @@ -35,6 +36,7 @@ pkgname = gammastep-git depends = libxcb depends = libxxf86vm depends = wayland + depends = glib2 depends = libgio-2.0.so depends = libgobject-2.0.so depends = libglib-2.0.so diff --git a/gammastep-git/PKGBUILD b/gammastep-git/PKGBUILD index 5f72980..ddb383e 100644 --- a/gammastep-git/PKGBUILD +++ b/gammastep-git/PKGBUILD @@ -2,12 +2,12 @@ # Contributor: David Runge pkgname=gammastep-git -pkgver=2.0.7.r1.gc5c3ac0 +pkgver=2.0.9.r1.geab8be4 pkgrel=1 pkgdesc="Adjust the color temperature of your screen according to your surroundings." arch=('x86_64') url="https://gitlab.com/chinstrap/gammastep" -license=('GPL3') +license=('GPL-3.0-or-later') provides=('gammastep') conflicts=('gammastep') depends=('geoclue' 'glibc' 'hicolor-icon-theme' 'libdrm' 'libx11' 'libxcb' @@ -15,7 +15,8 @@ depends=('geoclue' 'glibc' 'hicolor-icon-theme' 'libdrm' 'libx11' 'libxcb' makedepends=('git' 'glib2' 'intltool' 'python' 'systemd') optdepends=('python-gobject: for gammastep-indicator' 'python-xdg: for gammastep-indicator' - 'gtk3: for gammastep-indicator') + 'gtk3: for gammastep-indicator' + 'libappindicator-gtk3: for gammastep-indicator') source=("git+https://gitlab.com/chinstrap/gammastep.git") sha256sums=('SKIP') @@ -41,7 +42,7 @@ check() { } package() { - depends+=('libgio-2.0.so' 'libgobject-2.0.so' 'libglib-2.0.so') + depends+=('glib2' 'libgio-2.0.so' 'libgobject-2.0.so' 'libglib-2.0.so') cd "$srcdir"/gammastep make DESTDIR="$pkgdir/" install install -vDm 644 {CONTRIBUTING,NEWS,README}.md \