summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2020-08-22 19:06:45 +0200
committerMichal Wojdyla2020-08-22 19:06:45 +0200
commitee215d31f61d204ffb0ee226704fb95d300088d6 (patch)
tree19554a03b67d47a245145de10140fbe16f9e9975
parent4232dc8fe6ad2b2c75449fb5feecbeba80e39f97 (diff)
downloadaur-ee215d31f61d204ffb0ee226704fb95d300088d6.tar.gz
disable modules that fail to compile and enable working ones
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD21
2 files changed, 21 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62a38a2ff2b3..21a0cfaf2911 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = e-modules-extra-git
pkgdesc = Enlightenment modules: Extra unsupported modules in Git not already packaged elsewhere
- pkgver = 20140921
+ pkgver = 20200822
pkgrel = 1
url = http://www.enlightenment.org
arch = i686
@@ -9,15 +9,15 @@ pkgbase = e-modules-extra-git
license = MIT
makedepends = git
depends = enlightenment
- depends = e_dbus
- depends = libmpd
provides = e-modules-extra
source = git://git.enlightenment.org/enlightenment/modules/alarm.git
+ source = git://git.enlightenment.org/enlightenment/modules/cpu.git
+ source = git://git.enlightenment.org/enlightenment/modules/desksanity.git
source = git://git.enlightenment.org/enlightenment/modules/eenvader.fractal.git
- source = git://git.enlightenment.org/enlightenment/modules/everything-places.git
- source = git://git.enlightenment.org/enlightenment/modules/everything-websearch.git
- source = git://git.enlightenment.org/enlightenment/modules/mpdule.git
- source = git://git.enlightenment.org/enlightenment/modules/penguins.git
+ source = git://git.enlightenment.org/enlightenment/modules/eweather.git
+ source = git://git.enlightenment.org/enlightenment/modules/mem.git
+ source = git://git.enlightenment.org/enlightenment/modules/net.git
+ source = git://git.enlightenment.org/enlightenment/modules/tclock.git
source = git://git.enlightenment.org/enlightenment/modules/wlan.git
sha256sums = SKIP
sha256sums = SKIP
@@ -26,6 +26,8 @@ pkgbase = e-modules-extra-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
pkgname = e-modules-extra-git
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')