summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-06-18 15:44:26 -0300
committerDaniel Bermond2017-06-18 15:44:26 -0300
commit23f5eca8bed46002279ed1c7c564c748cabed87b (patch)
tree96e52a8dbe4eeab1368bc83285089631c59b1bef
parent95091a2483c7c31a40a9fb3bc3a82abafbefc972 (diff)
downloadaur-23f5eca8bed46002279ed1c7c564c748cabed87b.tar.gz
Moved libnotify from optdepends to depends
Desktop notifications are enabled by default, so it makes sense to place libnotify in depends instead of in optdepends.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab9a542d490f..ec180503a738 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sun Jun 18 18:19:10 UTC 2017
+# Sun Jun 18 18:41:56 UTC 2017
pkgbase = screencast
pkgdesc = Command line interface to record a X11 desktop
pkgver = 1.2.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/dbermond/screencast/
arch = any
license = GPL
depends = ffmpeg
depends = xorg-xdpyinfo
+ depends = libnotify
optdepends = bc: fade effect support
optdepends = imagemagick: watermark effect support
- optdepends = libnotify: desktop notification support
optdepends = oxygen-icons: desktop notification icons support
optdepends = sound-theme-freedesktop: sound notification support
optdepends = advancecomp: png (watermark) optimization support
diff --git a/PKGBUILD b/PKGBUILD
index a52781637baa..72fcf90e5107 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
pkgname=screencast
pkgver=1.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="Command line interface to record a X11 desktop"
arch=('any')
url="https://github.com/dbermond/screencast/"
license=('GPL')
-depends=('ffmpeg' 'xorg-xdpyinfo')
+depends=('ffmpeg' 'xorg-xdpyinfo' 'libnotify')
optdepends=('bc: fade effect support'
'imagemagick: watermark effect support'
- 'libnotify: desktop notification support'
'oxygen-icons: desktop notification icons support'
'sound-theme-freedesktop: sound notification support'
'advancecomp: png (watermark) optimization support'