upgpkg: gammastep-git 2.0.9.r1.geab8be4-1
update deps
This commit is contained in:
parent
d1cd3b3801
commit
63236be0ad
2 changed files with 9 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
||||||
pkgbase = gammastep-git
|
pkgbase = gammastep-git
|
||||||
pkgdesc = Adjust the color temperature of your screen according to your surroundings.
|
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
|
pkgrel = 1
|
||||||
url = https://gitlab.com/chinstrap/gammastep
|
url = https://gitlab.com/chinstrap/gammastep
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL3
|
license = GPL-3.0-or-later
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = glib2
|
makedepends = glib2
|
||||||
makedepends = intltool
|
makedepends = intltool
|
||||||
|
@ -21,6 +21,7 @@ pkgbase = gammastep-git
|
||||||
optdepends = python-gobject: for gammastep-indicator
|
optdepends = python-gobject: for gammastep-indicator
|
||||||
optdepends = python-xdg: for gammastep-indicator
|
optdepends = python-xdg: for gammastep-indicator
|
||||||
optdepends = gtk3: for gammastep-indicator
|
optdepends = gtk3: for gammastep-indicator
|
||||||
|
optdepends = libappindicator-gtk3: for gammastep-indicator
|
||||||
provides = gammastep
|
provides = gammastep
|
||||||
conflicts = gammastep
|
conflicts = gammastep
|
||||||
source = git+https://gitlab.com/chinstrap/gammastep.git
|
source = git+https://gitlab.com/chinstrap/gammastep.git
|
||||||
|
@ -35,6 +36,7 @@ pkgname = gammastep-git
|
||||||
depends = libxcb
|
depends = libxcb
|
||||||
depends = libxxf86vm
|
depends = libxxf86vm
|
||||||
depends = wayland
|
depends = wayland
|
||||||
|
depends = glib2
|
||||||
depends = libgio-2.0.so
|
depends = libgio-2.0.so
|
||||||
depends = libgobject-2.0.so
|
depends = libgobject-2.0.so
|
||||||
depends = libglib-2.0.so
|
depends = libglib-2.0.so
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
# Contributor: David Runge <dvzrv@archlinux.org>
|
# Contributor: David Runge <dvzrv@archlinux.org>
|
||||||
|
|
||||||
pkgname=gammastep-git
|
pkgname=gammastep-git
|
||||||
pkgver=2.0.7.r1.gc5c3ac0
|
pkgver=2.0.9.r1.geab8be4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Adjust the color temperature of your screen according to your surroundings."
|
pkgdesc="Adjust the color temperature of your screen according to your surroundings."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://gitlab.com/chinstrap/gammastep"
|
url="https://gitlab.com/chinstrap/gammastep"
|
||||||
license=('GPL3')
|
license=('GPL-3.0-or-later')
|
||||||
provides=('gammastep')
|
provides=('gammastep')
|
||||||
conflicts=('gammastep')
|
conflicts=('gammastep')
|
||||||
depends=('geoclue' 'glibc' 'hicolor-icon-theme' 'libdrm' 'libx11' 'libxcb'
|
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')
|
makedepends=('git' 'glib2' 'intltool' 'python' 'systemd')
|
||||||
optdepends=('python-gobject: for gammastep-indicator'
|
optdepends=('python-gobject: for gammastep-indicator'
|
||||||
'python-xdg: 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")
|
source=("git+https://gitlab.com/chinstrap/gammastep.git")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
@ -41,7 +42,7 @@ check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
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
|
cd "$srcdir"/gammastep
|
||||||
make DESTDIR="$pkgdir/" install
|
make DESTDIR="$pkgdir/" install
|
||||||
install -vDm 644 {CONTRIBUTING,NEWS,README}.md \
|
install -vDm 644 {CONTRIBUTING,NEWS,README}.md \
|
||||||
|
|
Loading…
Reference in a new issue