mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update version requirements
This commit is contained in:
parent
6365946c92
commit
4232dc8fe6
2 changed files with 10 additions and 22 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -13,18 +13,11 @@ pkgbase = e-modules-extra-git
|
|||
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/diskio.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/forecasts.git
|
||||
source = git://git.enlightenment.org/enlightenment/modules/mem.git
|
||||
source = git://git.enlightenment.org/enlightenment/modules/mpdule.git
|
||||
source = git://git.enlightenment.org/enlightenment/modules/net.git
|
||||
source = git://git.enlightenment.org/enlightenment/modules/penguins.git
|
||||
source = git://git.enlightenment.org/enlightenment/modules/tclock.git
|
||||
source = git://git.enlightenment.org/enlightenment/modules/wallpaper2.git
|
||||
source = git://git.enlightenment.org/enlightenment/modules/wlan.git
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
|
@ -33,13 +26,6 @@ pkgbase = e-modules-extra-git
|
|||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = e-modules-extra-git
|
||||
|
||||
|
|
|
|||
18
PKGBUILD
18
PKGBUILD
|
|
@ -5,26 +5,26 @@
|
|||
# IMPORTANT!!! Modify this list for your specific installation
|
||||
_module_list=(
|
||||
'alarm'
|
||||
'cpu'
|
||||
'diskio'
|
||||
# 'cpu' # not compatible with Enlightenment < 0.19.99
|
||||
# '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
|
||||
'forecasts'
|
||||
# 'forecasts' # not compatible with Enlightenment < 0.19.99
|
||||
# 'mail' # not compatible with Enlightenment >= 0.19.0
|
||||
'mem'
|
||||
# 'mem' # not compatible with Enlightenment < 0.19.99
|
||||
# 'moon' # not compatible with Enlightenment >= 0.19.0
|
||||
'mpdule' # adds dep on libmpd
|
||||
'net'
|
||||
'mpdule' # not compatible with Enlightenment >= 0.19.99, adds dep on libmpd
|
||||
# 'net' # not compatible with Enlightenment < 0.19.99
|
||||
# 'news' # not compatible with Enlightenment >= 0.19.0
|
||||
'penguins'
|
||||
# 'photo' # not compatible with Enlightenment >= 0.18.0
|
||||
# 'share' # not compatible with Enlightenment >= 0.19.0, adds dep on libbsd
|
||||
'tclock'
|
||||
'wallpaper2'
|
||||
# 'tclock' # not compatible with Enlightenment < 0.19.99
|
||||
# 'wallpaper2' # not compatible with Enlightenment < 0.19.99
|
||||
'wlan'
|
||||
)
|
||||
|
||||
|
|
@ -41,12 +41,14 @@ pkgdesc="Enlightenment modules: Extra unsupported modules in Git not already pac
|
|||
arch=('i686' 'x86_64')
|
||||
url="http://www.enlightenment.org"
|
||||
license=('GPL' 'MIT')
|
||||
|
||||
depends=('enlightenment')
|
||||
containsElement "elev8" "${_module_list[@]}" && depends+=('v8<3.19.16')
|
||||
containsElement "empris" "${_module_list[@]}" && depends+=('e_dbus')
|
||||
containsElement "everything-websearch" "${_module_list[@]}" && depends+=('e_dbus')
|
||||
containsElement "mpdule" "${_module_list[@]}" && depends+=('libmpd')
|
||||
containsElement "share" "${_module_list[@]}" && depends+=('libbsd')
|
||||
|
||||
makedepends=('git')
|
||||
provides=("${pkgname%-*}")
|
||||
for _module in ${_module_list[@]}; do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue