summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2020-08-22 19:06:45 +0200
committerMichal Wojdyla2020-08-22 19:06:45 +0200
commitee215d31f61d204ffb0ee226704fb95d300088d6 (patch)
tree19554a03b67d47a245145de10140fbe16f9e9975 /PKGBUILD
parent4232dc8fe6ad2b2c75449fb5feecbeba80e39f97 (diff)
downloadaur-ee215d31f61d204ffb0ee226704fb95d300088d6.tar.gz
disable modules that fail to compile and enable working ones
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 12 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70144909eaa5..6adfaaaf8a02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,29 +1,32 @@
# Contributor: Doug Newgard <scimmia at archlinux dot info>
# Contributor: Cravix < dr dot neemous at gmail dot org >
# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Michal Wojdyla < micwoj9292 at gmail dot com >
# IMPORTANT!!! Modify this list for your specific installation
_module_list=(
'alarm'
-# 'cpu' # not compatible with Enlightenment < 0.19.99
+ 'cpu'
+ 'desksanity'
# 'diskio' # not compatible with EFL >= 1.13
'eenvader.fractal'
# 'elev8' # adds dep on v8, not compatible with v8 >= 3.19.16
# 'elfe' # not compatible with Enlightenemnt >= 0.19.0
# 'empris' # not compatible with Enlightenment >= 0.19.0, adds dep on e_dbus
- 'everything-places'
- 'everything-websearch' # adds dep on e_dbus
+# 'everything-places' # fails to compile
+# 'everything-websearch' # fails to compile, adds dep on e_dbus
+ 'eweather'
# 'forecasts' # not compatible with Enlightenment < 0.19.99
# 'mail' # not compatible with Enlightenment >= 0.19.0
-# 'mem' # not compatible with Enlightenment < 0.19.99
+ 'mem'
# 'moon' # not compatible with Enlightenment >= 0.19.0
- 'mpdule' # not compatible with Enlightenment >= 0.19.99, adds dep on libmpd
-# 'net' # not compatible with Enlightenment < 0.19.99
+# 'mpdule' # not compatible with Enlightenment >= 0.19.99, adds dep on libmpd
+ 'net'
# 'news' # not compatible with Enlightenment >= 0.19.0
- 'penguins'
+# 'penguins' # fails to compile
# 'photo' # not compatible with Enlightenment >= 0.18.0
# 'share' # not compatible with Enlightenment >= 0.19.0, adds dep on libbsd
-# 'tclock' # not compatible with Enlightenment < 0.19.99
+ 'tclock'
# 'wallpaper2' # not compatible with Enlightenment < 0.19.99
'wlan'
)
@@ -35,7 +38,7 @@ containsElement () {
}
pkgname=e-modules-extra-git
-pkgver=20140921
+pkgver=20200822
pkgrel=1
pkgdesc="Enlightenment modules: Extra unsupported modules in Git not already packaged elsewhere"
arch=('i686' 'x86_64')