summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeyslan G. Bem2017-02-09 13:12:49 -0300
committerGeyslan G. Bem2017-02-09 13:12:49 -0300
commit5096f55b4fe765a35b0108b45e74e4d79fd6fc84 (patch)
tree01c770886486ceb3d10d9e256a385881cb4a0542
parent8d79ba52b5fc91ef7a6e32f481bcab9f226f1705 (diff)
downloadaur-5096f55b4fe765a35b0108b45e74e4d79fd6fc84.tar.gz
add libsm dependency, provides() and conflicts()
Signed-off-by: Geyslan G. Bem <geyslan@gmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80387d7819a7..68a4cd9d404b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wxgtk2.8
pkgdesc = GTK+ implementation of wxWidgets API for GUI
pkgver = 2.8.12.1
- pkgrel = 5
+ pkgrel = 6
url = http://wxwidgets.org
arch = i686
arch = x86_64
@@ -12,6 +12,9 @@ pkgbase = wxgtk2.8
depends = gtk2
depends = gstreamer0.10-base
depends = sdl
+ depends = libsm
+ provides = wxgtk2.8=2.8.12.1
+ conflicts = wxgtk2.8-light
options = !emptydirs
source = http://downloads.sourceforge.net/wxpython/wxPython-src-2.8.12.1.tar.bz2
source = wxGTK-collision.patch
diff --git a/PKGBUILD b/PKGBUILD
index 317a46627a6d..c899edef383c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,15 @@
pkgname=wxgtk2.8
pkgver=2.8.12.1
-pkgrel=5
+pkgrel=6
pkgdesc="GTK+ implementation of wxWidgets API for GUI"
arch=('i686' 'x86_64')
url="http://wxwidgets.org"
license=('custom:wxWindows')
-depends=('gtk2' 'gstreamer0.10-base' 'sdl')
+depends=('gtk2' 'gstreamer0.10-base' 'sdl' 'libsm')
makedepends=('gstreamer0.10-base-plugins' 'gconf' 'glu')
+provides=("wxgtk2.8=${pkgver}")
+conflicts=('wxgtk2.8-light')
options=('!emptydirs')
source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
wxGTK-collision.patch