diff options
author | Carsten Haitzler (Rasterman) | 2020-05-09 11:35:45 +0100 |
---|---|---|
committer | Carsten Haitzler (Rasterman) | 2020-05-09 11:35:45 +0100 |
commit | 74672d47bea466856906f0cbba1ce7de143a736e (patch) | |
tree | 48ac607cbc06dec7380b002a2fa901be4e4d87b2 /.SRCINFO | |
download | aur-74672d47bea466856906f0cbba1ce7de143a736e.tar.gz |
enlightenment-git asan build with full debug
this is a special build of enlightenment-git but with all asan and
debug on and built in ready for debugging.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..534ef199ae3f --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,44 @@ +pkgbase = enlightenment-git + pkgdesc = Enlightenment window manager - Development version + pkgver = 0.22.99.23505.gd68cb82a3 + pkgrel = 1 + url = http://www.enlightenment.org + arch = i686 + arch = x86_64 + arch = arm + arch = armv6h + arch = armv7h + arch = aarch64 + license = BSD + makedepends = git + makedepends = meson + makedepends = ninja + makedepends = pkgconf + makedepends = gcc + makedepends = binutils + makedepends = fakeroot + depends = efl-git + depends = udisks2 + depends = wayland + depends = bluez-libs + depends = xorg-server-xwayland + depends = bluez + depends = pulseaudio + depends = connman + depends = bc + optdepends = acpid: power events on laptop lid close - almost essential for any ACPI based system like intel + optdepends = gdb: create backtraces on crash - needed for getting backtraces at crash time in ~/.e-crashdump.txt + optdepends = geoclue2: needed for geolocation module + optdepends = packagekit: needed for packagekit module + optdepends = ddcutil: from AUR needed for desktop monitor backlight etc. controls + provides = enlightenment=0.22.99.23505.gd68cb82a3 + provides = notification-daemon + conflicts = enlightenment + options = debug + backup = etc/enlightenment/sysactions.conf + backup = etc/xdg/menus/e-applications.menu + source = git+https://git.enlightenment.org/core/enlightenment.git + sha256sums = SKIP + +pkgname = enlightenment-git + |