summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2021-05-18 01:54:40 -0600
committerBrian Bidulock2021-05-18 01:54:40 -0600
commitb1ef05cdb4a47cd7eee7d7a7ae7d589742cd85fd (patch)
tree530254ea827188a23113629ba1f42a6fe0593c20
parentd0fe3c24ad076aa04086b221c66fc44c456cec8c (diff)
downloadaur-b1ef05cdb4a47cd7eee7d7a7ae7d589742cd85fd.tar.gz
uppkg
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55aaa51c0856..fa3ad72d0c4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xde-applets-git
pkgdesc = X Desktop Environment System Tray Icons and Dock Apps
- pkgver = 0.10.r1.gf09165b
+ pkgver = 0.11.r1.gbfecdf4
pkgrel = 1
url = https://github.com/bbidulock/xde-applets
arch = i686
@@ -19,6 +19,7 @@ pkgbase = xde-applets-git
depends = libpackagekit-glib
depends = cpupower
depends = upower
+ depends = gdk-pixbuf-xlib
optdepends = xdg-launch-git: launch with recent update and launch notification
provides = xde-applets
conflicts = xde-applets
diff --git a/PKGBUILD b/PKGBUILD
index 01fe9ebd4ccd..ff21c1db9cf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-applets-git
-pkgver=0.10.r1.gf09165b
+pkgver=0.11.r1.gbfecdf4
pkgrel=1
pkgdesc="X Desktop Environment System Tray Icons and Dock Apps"
groups=('xde-git')
@@ -11,7 +11,7 @@ license=('GPL')
provides=('xde-applets')
conflicts=('xde-applets')
depends=('libsm' 'libwnck+-git' 'libcanberra' 'libnotify' 'lm_sensors'
- 'libpackagekit-glib' 'cpupower' 'upower')
+ 'libpackagekit-glib' 'cpupower' 'upower' 'gdk-pixbuf-xlib')
makedepends=('dbus-glib' 'libunique' 'xorgproto' 'git')
optdepends=('xdg-launch-git: launch with recent update and launch notification')
source=("$pkgname::git+https://github.com/bbidulock/xde-applets.git")