summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlamcw2019-07-15 18:38:29 +1000
committerlamcw2019-07-15 18:38:29 +1000
commit0afc9159fcbd328656088d8c2650265b165f2725 (patch)
treeefbd26d0e09bf7e8ccbe509822c8ee11d415c2de
parent2df705962d2ee3d900ae8ad4247b5325c63bb178 (diff)
downloadaur-0afc9159fcbd328656088d8c2650265b165f2725.tar.gz
Remove gtk from depends
Signed-off-by: lamcw <thomas@lamcw.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffa4ac465523..4730e21f6e30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = oguri-git
pkgdesc = A very nice animated wallpaper tool for Wayland compositors.
- pkgver = r52.59a5175
- pkgrel = 2
+ pkgver = r72.5582689
+ pkgrel = 1
url = https://github.com/vilhalmer/oguri
arch = i686
arch = x86_64
license = MIT
makedepends = git
makedepends = meson
- depends = gtk3
+ makedepends = wayland-protocols
+ depends = cairo
+ depends = gdk-pixbuf2
depends = wayland
optdepends = sway: Wayland compositor to display wallpaper in.
provides = oguri
diff --git a/PKGBUILD b/PKGBUILD
index 78e34a6f7b74..e3baf71b02ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Thomas Lam <thomas@lamcw.com>
pkgname=oguri-git
-pkgver=r52.59a5175
-pkgrel=2
+pkgver=r72.5582689
+pkgrel=1
pkgdesc="A very nice animated wallpaper tool for Wayland compositors."
arch=('i686' 'x86_64')
url="https://github.com/vilhalmer/oguri"
license=('MIT')
groups=()
-depends=('gtk3' 'wayland')
-makedepends=('git' 'meson')
+depends=('cairo' 'gdk-pixbuf2' 'wayland')
+makedepends=('git' 'meson' 'wayland-protocols')
optdepends=('sway: Wayland compositor to display wallpaper in.')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")