summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO64
1 files changed, 64 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2c7622a0eec7
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,64 @@
+pkgbase = wxwidgets-dev-light
+ pkgdesc = wxWidgets suite for Base and GTK2 and GTK3 toolkits . Development branch (GNOME/GStreamer free!)
+ pkgver = 3.1.4
+ pkgrel = 1
+ url = http://wxwidgets.org
+ arch = x86_64
+ license = custom:wxWindows
+ makedepends = git
+ makedepends = glu
+ makedepends = bash
+ makedepends = gtk2
+ makedepends = gtk3
+ makedepends = libsm
+ makedepends = libgl
+ makedepends = libnotify
+ source = wxwidgets::git+https://github.com/wxWidgets/wxWidgets.git#tag=v3.1.4
+ source = make-abicheck-non-fatal.patch
+ source = git+https://github.com/wxWidgets/Catch.git
+ source = wxGTK-collision.patch
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
+
+pkgname = wxbase-dev-light
+ pkgdesc = wxWidgets Base. Development branch (GNOME/GStreamer free!)
+ depends = wxcommon-light
+ depends = bash
+ depends = expat
+ depends = zlib
+ provides = wxbase-dev
+ conflicts = wxbase-dev
+ options = !emptydirs
+
+pkgname = wxgtk2-dev-light
+ pkgdesc = wxWidgets GTK2 Toolkit. Development branch (GNOME/GStreamer free!)
+ depends = wxcommon-light
+ depends = libgl
+ depends = gtk2
+ depends = libsm
+ depends = sdl2
+ depends = libnotify
+ provides = wxgtk2-dev
+ conflicts = wxgtk2-dev
+ options = !emptydirs
+
+pkgname = wxgtk3-dev-light
+ pkgdesc = wxWidgets GTK3 Toolkit. Development branch (GNOME/GStreamer free!)
+ depends = wxcommon-light
+ depends = gtk3
+ depends = libsm
+ depends = sdl2
+ depends = libnotify
+ provides = wxgtk3-dev
+ conflicts = wxgtk3-dev
+ options = !emptydirs
+
+pkgname = wxcommon-dev-light
+ pkgdesc = wxWidgets common. Development branch (GNOME/GStreamer free!)
+ depends = wxbase-light
+ provides = wxgtk-common-dev
+ conflicts = wxgtk-common-dev
+ options = !emptydirs
+