summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2013-04-20 15:41:06 -0500
committerDoug Newgard2013-04-20 15:41:06 -0500
commit95e22485b49565e9de09d53ab475b3a69a4f498c (patch)
treeb2b8726d5ed14575424cba21d16ce4d765992981
parent7e4cef546b6f9bb2598fba6fa2a09ecf919f544e (diff)
downloadaur-95e22485b49565e9de09d53ab475b3a69a4f498c.tar.gz
Remove explicit e_dbus dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 594f36340950..9504d453d700 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = e17-places-svn
pkgdesc = Enlightenment module: Manage the mounting of volumes
- pkgver = 83648
+ pkgver = 84513
pkgrel = 1
url = http://code.google.com/p/e17mods/wiki/Places
arch = i686
@@ -8,9 +8,9 @@ pkgbase = e17-places-svn
license = BSD
makedepends = subversion
depends = enlightenment17
- depends = e_dbus
conflicts = e-modules-extra
options = !libtool
+ options = !staticlibs
source = svn+http://svn.enlightenment.org/svn/e/trunk/E-MODULES-EXTRA/places
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d7edc3e931ef..fc1dfdb2ff66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=e17-places-svn
_pkgname=places
-pkgver=83648
+pkgver=84513
pkgrel=1
pkgdesc="Enlightenment module: Manage the mounting of volumes"
arch=('i686' 'x86_64')
url="http://code.google.com/p/e17mods/wiki/Places"
license=('BSD')
-depends=('enlightenment17' 'e_dbus')
+depends=('enlightenment17')
makedepends=('subversion')
conflicts=('e-modules-extra')
-options=('!libtool')
+options=('!libtool' '!staticlibs')
source=("svn+http://svn.enlightenment.org/svn/e/trunk/E-MODULES-EXTRA/$_pkgname")
md5sums=('SKIP')
@@ -36,5 +36,5 @@ package() {
make DESTDIR="$pkgdir" install
# install license files
- install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}